@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.2rem 0.2rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: -0.2vw;
}
.display-1 > .mbr-iconfont {
  font-size: 15rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.5rem;
  line-height: .9;
  letter-spacing: -0.04vw;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
}
.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: 9.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8.4rem;
    font-size: calc( 4.85rem + (12 - 4.85) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.85rem + (12 - 4.85) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #1e1d1c !important;
}
.bg-success {
  background-color: #0004ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #d1dcd1 !important;
}
.bg-danger {
  background-color: #de9ea7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e1d1c !important;
  border-color: #1e1d1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #383735 !important;
  border-color: #383735 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #383735 !important;
  border-color: #383735 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f73b03 !important;
  border-color: #f73b03 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fc5f31 !important;
  border-color: #fc5f31 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fc5f31 !important;
  border-color: #fc5f31 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0004ff !important;
  border-color: #0004ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3336ff !important;
  border-color: #3336ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3336ff !important;
  border-color: #3336ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d1dcd1 !important;
  border-color: #d1dcd1 !important;
  color: #4b634b !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #eef2ee !important;
  border-color: #eef2ee !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4b634b !important;
  background-color: #eef2ee !important;
  border-color: #eef2ee !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #de9ea7 !important;
  border-color: #de9ea7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ebc4ca !important;
  border-color: #ebc4ca !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ebc4ca !important;
  border-color: #ebc4ca !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: #1e1d1c;
  color: #1e1d1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e1d1c !important;
  border-color: #1e1d1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f73b03;
  color: #f73b03;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a12702 !important;
  background-color: transparent !important;
  border-color: #a12702 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f73b03 !important;
  border-color: #f73b03 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0004ff;
  color: #0004ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0003a8 !important;
  background-color: transparent !important;
  border-color: #0003a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0004ff !important;
  border-color: #0004ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d1dcd1;
  color: #d1dcd1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a0b7a0 !important;
  background-color: transparent !important;
  border-color: #a0b7a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4b634b !important;
  background-color: #d1dcd1 !important;
  border-color: #d1dcd1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #de9ea7;
  color: #de9ea7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c85d6c !important;
  background-color: transparent !important;
  border-color: #c85d6c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #de9ea7 !important;
  border-color: #de9ea7 !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: #1e1d1c !important;
}
.text-secondary {
  color: #f73b03 !important;
}
.text-success {
  color: #0004ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #d1dcd1 !important;
}
.text-danger {
  color: #de9ea7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #922302 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000299 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #97b097 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c45262 !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: #1e1d1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #d1dcd1;
}
.alert-danger {
  background-color: #de9ea7;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e1d1c;
  border-color: #1e1d1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e1d1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1d0ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccdff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #1e1d1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: -0.04vw;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #1e1d1c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e1d1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e1d1c;
}
.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: #1e1d1c;
  border-bottom-color: #1e1d1c;
}
.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: #1e1d1c !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: #f73b03 !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='%231e1d1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 36px;
  border-radius: 5rem !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline:before,
.mbr-section-btn-main .btn-primary-outline:before,
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before,
.mbr-section-btn .btn-success-outline:before,
.mbr-section-btn-main .btn-success-outline:before,
.mbr-section-btn .btn-info-outline:before,
.mbr-section-btn-main .btn-info-outline:before,
.mbr-section-btn .btn-warning-outline:before,
.mbr-section-btn-main .btn-warning-outline:before,
.mbr-section-btn .btn-danger-outline:before,
.mbr-section-btn-main .btn-danger-outline:before,
.mbr-section-btn .btn-black-outline:before,
.mbr-section-btn-main .btn-black-outline:before,
.mbr-section-btn .btn-white-outline:before,
.mbr-section-btn-main .btn-white-outline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  opacity: .2;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  border: 1px solid #1e1d1c;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  box-shadow: inset 0 -70px #1e1d1c !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  border: 1px solid #f73b03;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  box-shadow: inset 0 -70px #f73b03 !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  border: 1px solid #0004ff;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  box-shadow: inset 0 -70px #0004ff !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  box-shadow: inset 0 -70px #ffffff !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  border: 1px solid #d1dcd1;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  box-shadow: inset 0 -70px #d1dcd1 !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  border: 1px solid #de9ea7;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  box-shadow: inset 0 -70px #de9ea7 !important;
  color: #1e1d1c !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  box-shadow: inset 0 -70px #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  box-shadow: inset 0 -70px #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-u5M5WvhvO8 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u5M5WvhvO8 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: absolute !important;
}
.cid-u5M5WvhvO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-u5M5WvhvO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5M5WvhvO8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u5M5WvhvO8 .menu_box .navbar.opened,
  .cid-u5M5WvhvO8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u5M5WvhvO8 nav.navbar {
  position: fixed;
  padding-top: .01rem;
  padding-bottom: .01rem;
}
.cid-u5M5WvhvO8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .mbr-section-btn-main {
    margin-top: .2rem;
  }
}
.cid-u5M5WvhvO8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u5M5WvhvO8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1d1c;
  }
  .cid-u5M5WvhvO8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u5M5WvhvO8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u5M5WvhvO8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas-body .mbr-text,
  .cid-u5M5WvhvO8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u5M5WvhvO8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 3px;
    transition: all 0.2s;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 3px;
    transition: all 0.2s;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 26px;
  }
  .cid-u5M5WvhvO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 23px;
    transition-delay: 0.2s;
  }
  .cid-u5M5WvhvO8 ul.navbar-nav {
    padding-bottom: .5rem;
  }
  .cid-u5M5WvhvO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u5M5WvhvO8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u5M5WvhvO8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u5M5WvhvO8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u5M5WvhvO8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u5M5WvhvO8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u5M5WvhvO8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u5M5WvhvO8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0004ff;
  transition: all 0.3s ease-in-out;
}
.cid-u5M5WvhvO8 .nav-item .nav-link:hover,
.cid-u5M5WvhvO8 .nav-item .nav-link:focus {
  color: #0004ff !important;
}
.cid-u5M5WvhvO8 .nav-item .nav-link:hover::before,
.cid-u5M5WvhvO8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u5M5WvhvO8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u5M5WvhvO8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u5M5WvhvO8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u5M5WvhvO8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u5M5WvhvO8 .offcanvas_box {
    display: none;
  }
}
.cid-u5M5WvhvO8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u5M5WvhvO8 .container {
  display: flex;
  margin: auto;
}
.cid-u5M5WvhvO8 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u5M5WvhvO8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u5M5WvhvO8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u5M5WvhvO8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .navbar-nav {
    margin: 0;
  }
}
.cid-u5M5WvhvO8 .dropdown-menu,
.cid-u5M5WvhvO8 .navbar.opened {
  background-color: true !important;
}
.cid-u5M5WvhvO8 .nav-item:focus,
.cid-u5M5WvhvO8 .nav-link:focus {
  outline: none;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5M5WvhvO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5M5WvhvO8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5M5WvhvO8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5M5WvhvO8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u5M5WvhvO8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u5M5WvhvO8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5M5WvhvO8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u5M5WvhvO8 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u5M5WvhvO8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u5M5WvhvO8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5M5WvhvO8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5M5WvhvO8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5M5WvhvO8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5M5WvhvO8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u5M5WvhvO8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5M5WvhvO8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u5M5WvhvO8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5M5WvhvO8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5M5WvhvO8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u5M5WvhvO8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u5M5WvhvO8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u5M5WvhvO8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5M5WvhvO8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u5M5WvhvO8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5M5WvhvO8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5M5WvhvO8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5M5WvhvO8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5M5WvhvO8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u5M5WvhvO8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5M5WvhvO8 .dropdown-item.active,
.cid-u5M5WvhvO8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5M5WvhvO8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5M5WvhvO8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5M5WvhvO8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5M5WvhvO8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5M5WvhvO8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5M5WvhvO8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 6px;
  margin-top: 10px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5M5WvhvO8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5M5WvhvO8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5M5WvhvO8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u5M5WvhvO8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5M5WvhvO8 .navbar {
    height: 30px;
  }
  .cid-u5M5WvhvO8 .navbar.opened {
    height: auto;
  }
  .cid-u5M5WvhvO8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5M5WvhvO8 .navbar-dropdown .navbar-logo {
  margin-right: 3px;
}
@media (min-width: 768px) {
  .cid-u5M5WvhvO8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u5M5WvhvO8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5M5WvhvO8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u5M5WvhvO8 .mbr-section-btn-main .btn {
  margin: 6px;
  min-width: 180px;
}
.cid-u5M5WvhvO8 .navbar-caption:hover {
  color: #1e1d1c;
}
@media (min-width: 992px) {
  .cid-u5M5WvhvO8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u5M5WvhvO8 .text_widget {
  margin-bottom: 32px;
}
.cid-u5M5WvhvO8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u5M5WvhvO8 .text_widget a:hover,
.cid-u5M5WvhvO8 .text_widget a:focus {
  opacity: .8;
}
.cid-u5M5WvhvO8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u5M5WvhvO8 .navbar-caption {
  color: #1e1d1c;
}
.cid-u5M5WvhvO8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u5M5WvhvO8 .mbr-section-subtitle,
.cid-u5M5WvhvO8 .text_widget,
.cid-u5M5WvhvO8 .mbr-section-btn {
  text-align: left;
}
.cid-u5M5WvhvO8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veEP9Y9omu {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ed1e79;
}
.cid-veEP9Y9omu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEP9Y9omu .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veEP9Y9omu .container {
    padding: 0 20px;
  }
}
.cid-veEP9Y9omu .row {
  justify-content: space-between;
}
.cid-veEP9Y9omu .card {
  justify-content: center;
  width: 100%;
}
.cid-veEP9Y9omu .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-veEP9Y9omu .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-veEP9Y9omu .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-veEP9Y9omu .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-veEP9Y9omu .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-veEP9Y9omu .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-veEP9Y9omu .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-veEP9Y9omu .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-veEP9Y9omu .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-veEP9Y9omu .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-veEP9Y9omu .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-veEP9Y9omu .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-veEP9Y9omu .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-veEP9Y9omu .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-veEP9Y9omu .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-veEP9Y9omu .content-wrapper {
    padding-right: 20px;
  }
}
.cid-veEP9Y9omu .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-veEP9Y9omu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veEP9Y9omu .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-veEP9Y9omu .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-veEP9Y9omu .mbr-section-title {
  color: #1e1d1c;
}
.cid-veEP9Y9omu .mbr-section-title,
.cid-veEP9Y9omu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcXycI6uXD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff7410;
}
.cid-vcXycI6uXD .card-wrapper {
  z-index: 3;
}
.cid-vcXycI6uXD .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcXycI6uXD:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcXycI6uXD .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcXycI6uXD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcXycI6uXD H2 {
  margin-top: 4px;
  text-align: left;
  color: #000000;
  font-size: 150%;
  font-weight: 400;
  line-height: 120%;
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 600px) {
  .cid-vcXycI6uXD H2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v0SKUCjCap {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-v0SKUCjCap .card-wrapper {
  z-index: 3;
}
.cid-v0SKUCjCap .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-v0SKUCjCap:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-v0SKUCjCap .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v0SKUCjCap .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v0SKUCjCap H2 {
  text-align: center;
  color: #1c1c1c;
  font-weight: 300;
}
.cid-v7R2sD0gvj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff8d1f;
}
.cid-v7R2sD0gvj .card-wrapper {
  z-index: 3;
}
.cid-v7R2sD0gvj .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-v7R2sD0gvj:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-v7R2sD0gvj .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v7R2sD0gvj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v7R2sD0gvj H2 {
  text-align: center;
  color: #1c1c1c;
  font-weight: 500;
}
.cid-v9o6oyWLFE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fe3501;
}
.cid-v9o6oyWLFE .card-wrapper {
  z-index: 3;
}
.cid-v9o6oyWLFE .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-v9o6oyWLFE:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-v9o6oyWLFE .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v9o6oyWLFE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v9o6oyWLFE H2 {
  text-align: center;
  color: #1c1c1c;
  font-weight: 400;
}
.cid-vebXe2VgLi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vebXe2VgLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vebXe2VgLi .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vebXe2VgLi .container {
    padding: 0 20px;
  }
}
.cid-vebXe2VgLi .row {
  justify-content: space-between;
}
.cid-vebXe2VgLi .card {
  justify-content: center;
  width: 100%;
}
.cid-vebXe2VgLi .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vebXe2VgLi .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vebXe2VgLi .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vebXe2VgLi .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vebXe2VgLi .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vebXe2VgLi .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vebXe2VgLi .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vebXe2VgLi .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vebXe2VgLi .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vebXe2VgLi .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vebXe2VgLi .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vebXe2VgLi .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vebXe2VgLi .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vebXe2VgLi .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vebXe2VgLi .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vebXe2VgLi .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vebXe2VgLi .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vebXe2VgLi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vebXe2VgLi .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vebXe2VgLi .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vebXe2VgLi .mbr-section-title {
  color: #1e1d1c;
}
.cid-vebXe2VgLi .mbr-section-title,
.cid-vebXe2VgLi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vdCfthbS28 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdCfthbS28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCfthbS28 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdCfthbS28 .container {
    padding: 0 20px;
  }
}
.cid-vdCfthbS28 .row {
  justify-content: space-between;
}
.cid-vdCfthbS28 .card {
  justify-content: center;
  width: 100%;
}
.cid-vdCfthbS28 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vdCfthbS28 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vdCfthbS28 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vdCfthbS28 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vdCfthbS28 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vdCfthbS28 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vdCfthbS28 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vdCfthbS28 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vdCfthbS28 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vdCfthbS28 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vdCfthbS28 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vdCfthbS28 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vdCfthbS28 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vdCfthbS28 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vdCfthbS28 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdCfthbS28 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vdCfthbS28 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vdCfthbS28 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdCfthbS28 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdCfthbS28 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vdCfthbS28 .mbr-section-title {
  color: #1e1d1c;
}
.cid-vdCfthbS28 .mbr-section-title,
.cid-vdCfthbS28 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vdrp8Bzoub {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdrp8Bzoub .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdrp8Bzoub .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdrp8Bzoub .container {
    padding: 0 20px;
  }
}
.cid-vdrp8Bzoub .row {
  justify-content: space-between;
}
.cid-vdrp8Bzoub .card {
  justify-content: center;
  width: 100%;
}
.cid-vdrp8Bzoub .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vdrp8Bzoub .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vdrp8Bzoub .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vdrp8Bzoub .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vdrp8Bzoub .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vdrp8Bzoub .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vdrp8Bzoub .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vdrp8Bzoub .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vdrp8Bzoub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vdrp8Bzoub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vdrp8Bzoub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vdrp8Bzoub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vdrp8Bzoub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vdrp8Bzoub .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vdrp8Bzoub .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdrp8Bzoub .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vdrp8Bzoub .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vdrp8Bzoub .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdrp8Bzoub .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdrp8Bzoub .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vdrp8Bzoub .mbr-section-title {
  color: #1e1d1c;
}
.cid-vdrp8Bzoub .mbr-section-title,
.cid-vdrp8Bzoub .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vdroYxWIFR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdroYxWIFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdroYxWIFR .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdroYxWIFR .container {
    padding: 0 20px;
  }
}
.cid-vdroYxWIFR .row {
  justify-content: space-between;
}
.cid-vdroYxWIFR .card {
  justify-content: center;
  width: 100%;
}
.cid-vdroYxWIFR .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vdroYxWIFR .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vdroYxWIFR .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vdroYxWIFR .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vdroYxWIFR .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vdroYxWIFR .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vdroYxWIFR .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vdroYxWIFR .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vdroYxWIFR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vdroYxWIFR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vdroYxWIFR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vdroYxWIFR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vdroYxWIFR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vdroYxWIFR .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vdroYxWIFR .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdroYxWIFR .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vdroYxWIFR .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vdroYxWIFR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdroYxWIFR .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdroYxWIFR .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vdroYxWIFR .mbr-section-title {
  color: #1e1d1c;
}
.cid-vdroYxWIFR .mbr-section-title,
.cid-vdroYxWIFR .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vdroG2Et8P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdroG2Et8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdroG2Et8P .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdroG2Et8P .container {
    padding: 0 20px;
  }
}
.cid-vdroG2Et8P .row {
  justify-content: space-between;
}
.cid-vdroG2Et8P .card {
  justify-content: center;
  width: 100%;
}
.cid-vdroG2Et8P .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vdroG2Et8P .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vdroG2Et8P .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vdroG2Et8P .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vdroG2Et8P .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vdroG2Et8P .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vdroG2Et8P .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vdroG2Et8P .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vdroG2Et8P .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vdroG2Et8P .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vdroG2Et8P .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vdroG2Et8P .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vdroG2Et8P .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vdroG2Et8P .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vdroG2Et8P .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdroG2Et8P .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vdroG2Et8P .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vdroG2Et8P .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdroG2Et8P .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdroG2Et8P .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vdroG2Et8P .mbr-section-title {
  color: #1e1d1c;
}
.cid-vdroG2Et8P .mbr-section-title,
.cid-vdroG2Et8P .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vdroeR0tMJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdroeR0tMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdroeR0tMJ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdroeR0tMJ .container {
    padding: 0 20px;
  }
}
.cid-vdroeR0tMJ .row {
  justify-content: space-between;
}
.cid-vdroeR0tMJ .card {
  justify-content: center;
  width: 100%;
}
.cid-vdroeR0tMJ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vdroeR0tMJ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vdroeR0tMJ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vdroeR0tMJ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vdroeR0tMJ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vdroeR0tMJ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vdroeR0tMJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vdroeR0tMJ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vdroeR0tMJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vdroeR0tMJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vdroeR0tMJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vdroeR0tMJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vdroeR0tMJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vdroeR0tMJ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vdroeR0tMJ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vdroeR0tMJ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vdroeR0tMJ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vdroeR0tMJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdroeR0tMJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdroeR0tMJ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vdroeR0tMJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-vdroeR0tMJ .mbr-section-title,
.cid-vdroeR0tMJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcSeaFx1wJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcSeaFx1wJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSeaFx1wJ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcSeaFx1wJ .container {
    padding: 0 20px;
  }
}
.cid-vcSeaFx1wJ .row {
  justify-content: space-between;
}
.cid-vcSeaFx1wJ .card {
  justify-content: center;
  width: 100%;
}
.cid-vcSeaFx1wJ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vcSeaFx1wJ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vcSeaFx1wJ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vcSeaFx1wJ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vcSeaFx1wJ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vcSeaFx1wJ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vcSeaFx1wJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vcSeaFx1wJ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vcSeaFx1wJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vcSeaFx1wJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vcSeaFx1wJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcSeaFx1wJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vcSeaFx1wJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vcSeaFx1wJ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcSeaFx1wJ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcSeaFx1wJ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vcSeaFx1wJ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vcSeaFx1wJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcSeaFx1wJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcSeaFx1wJ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vcSeaFx1wJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-vcSeaFx1wJ .mbr-section-title,
.cid-vcSeaFx1wJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vd7CvLRnYO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fe3501;
}
.cid-vd7CvLRnYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7CvLRnYO .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vd7CvLRnYO .container {
    padding: 0 20px;
  }
}
.cid-vd7CvLRnYO .row {
  justify-content: space-between;
}
.cid-vd7CvLRnYO .card {
  justify-content: center;
  width: 100%;
}
.cid-vd7CvLRnYO .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-vd7CvLRnYO .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-vd7CvLRnYO .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vd7CvLRnYO .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vd7CvLRnYO .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vd7CvLRnYO .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vd7CvLRnYO .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vd7CvLRnYO .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vd7CvLRnYO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vd7CvLRnYO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vd7CvLRnYO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vd7CvLRnYO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vd7CvLRnYO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vd7CvLRnYO .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vd7CvLRnYO .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd7CvLRnYO .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vd7CvLRnYO .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vd7CvLRnYO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd7CvLRnYO .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vd7CvLRnYO .mbr-desc {
  margin-top: 30px;
  color: #000000;
  font-size: 110%;
  line-height: 130%;
  text-align: left;
  margin-left: 20%;
  margin-right: 20%;
}
@media (max-width: 992px) {
  .cid-vd7CvLRnYO .mbr-desc {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.cid-vd7CvLRnYO .mbr-section-title {
  color: #1e1d1c;
}
.cid-vd7CvLRnYO .mbr-section-title,
.cid-vd7CvLRnYO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vd7KooSNDQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fe3501;
}
.cid-vd7KooSNDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd7KooSNDQ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vd7KooSNDQ .container {
    padding: 0 20px;
  }
}
.cid-vd7KooSNDQ .row {
  justify-content: space-between;
}
.cid-vd7KooSNDQ .card {
  justify-content: center;
  width: 100%;
}
.cid-vd7KooSNDQ .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-vd7KooSNDQ .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-vd7KooSNDQ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vd7KooSNDQ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vd7KooSNDQ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vd7KooSNDQ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vd7KooSNDQ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vd7KooSNDQ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vd7KooSNDQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vd7KooSNDQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vd7KooSNDQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vd7KooSNDQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vd7KooSNDQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vd7KooSNDQ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vd7KooSNDQ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd7KooSNDQ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vd7KooSNDQ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vd7KooSNDQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd7KooSNDQ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vd7KooSNDQ .mbr-desc {
  margin-top: 30px;
  color: #000000;
  font-size: 110%;
  line-height: 130%;
  text-align: left;
  margin-left: 20%;
  margin-right: 20%;
}
@media (max-width: 992px) {
  .cid-vd7KooSNDQ .mbr-desc {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.cid-vd7KooSNDQ .mbr-section-title {
  color: #1e1d1c;
}
.cid-vd7KooSNDQ .mbr-section-title,
.cid-vd7KooSNDQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcVwcXzH9G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5153c1;
}
.cid-vcVwcXzH9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVwcXzH9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcVwcXzH9G .container {
    padding: 0 20px;
  }
}
.cid-vcVwcXzH9G .row {
  justify-content: space-between;
}
.cid-vcVwcXzH9G .card {
  justify-content: center;
}
.cid-vcVwcXzH9G .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-vcVwcXzH9G .title-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vcVwcXzH9G .title-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-vcVwcXzH9G .title-wrapper .mbr-section-title {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcVwcXzH9G .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcVwcXzH9G .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vcVwcXzH9G .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcVwcXzH9G .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vcVwcXzH9G .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vcVwcXzH9G .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-vcVwcXzH9G .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-vcVwcXzH9G .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 0px;
  margin-left: 30px;
}
.cid-vcVwcXzH9G .content-wrapper .content-wrap .image-wrapper img {
  width: 70%;
  object-fit: contain;
  display: inline-flex;
  border: 1px ridge #242424;
}
@media (max-width: 800px) {
  .cid-vcVwcXzH9G .content-wrapper .content-wrap .image-wrapper img {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .cid-vcVwcXzH9G .content-wrapper .content-wrap .image-wrapper img {
    width: 80%;
  }
}
.cid-vcVwcXzH9G .content-wrapper .content-wrap .mbr-text {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.cid-vcVwcXzH9G .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: 1;
}
.cid-vcVwcXzH9G .mbr-text {
  margin-top: 30px;
  margin-right: 90px;
  color: #1e1d1c;
  font-size: 160%;
  font-weight: 200;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vcVwcXzH9G .mbr-text {
    margin-right: 20px;
  }
}
.cid-vcVwcXzH9G .mbr-section-title {
  margin-top: 30px;
  margin-left: 90px;
  color: #ffffff;
  font-size: 160%;
  font-weight: 200;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vcVwcXzH9G .mbr-section-title {
    margin-left: 20px;
  }
}
.cid-vcVwcXzH9G .mbr-text,
.cid-vcVwcXzH9G .mbr-section-btn,
.cid-vcVwcXzH9G .image-wrapper {
  color: #ffffff;
}
.cid-vcX8EgpKXC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #5153c1;
}
.cid-vcX8EgpKXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcX8EgpKXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .container {
    padding: 0 20px;
  }
}
.cid-vcX8EgpKXC .row {
  justify-content: space-between;
}
.cid-vcX8EgpKXC .card {
  justify-content: center;
}
.cid-vcX8EgpKXC .title-wrapper {
  padding-left: 100px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcX8EgpKXC .title-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .title-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-vcX8EgpKXC .title-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .title-wrapper {
    padding-right: 0;
  }
}
.cid-vcX8EgpKXC .title-wrapper .mbr-section-title {
  padding: 0 0 0 116px;
  margin-bottom: 0;
  padding: 0 116px 0 0;
}
@media (max-width: 1440px) {
  .cid-vcX8EgpKXC .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .cid-vcX8EgpKXC .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-vcX8EgpKXC .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-vcX8EgpKXC .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-vcX8EgpKXC .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .content-wrapper {
    padding-left: 0;
  }
}
.cid-vcX8EgpKXC .content-wrapper .content-wrap {
  padding-right: 116px;
  padding-right: 0;
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-vcX8EgpKXC .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-vcX8EgpKXC .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
.cid-vcX8EgpKXC .content-wrapper .content-wrap .image-wrapper {
  margin-top: 100px;
  margin-bottom: 0px;
}
.cid-vcX8EgpKXC .content-wrapper .content-wrap .image-wrapper img {
  width: 80%;
  object-fit: contain;
  display: inline-flex;
  border: 1px ridge #242424;
}
@media (max-width: 1200px) {
  .cid-vcX8EgpKXC .content-wrapper .content-wrap .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .content-wrapper .content-wrap .image-wrapper img {
    width: 100%;
  }
}
.cid-vcX8EgpKXC .content-wrapper .content-wrap .mbr-text {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.cid-vcX8EgpKXC .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: 1;
}
.cid-vcX8EgpKXC .mbr-text {
  margin-top: 120px;
  margin-right: 20px;
  color: #1e1d1c;
  font-size: 160%;
  font-weight: 200;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vcX8EgpKXC .mbr-text {
    margin-right: 20px;
  }
}
.cid-vcX8EgpKXC .mbr-section-title {
  font-weight: 200;
  font-size: 160%;
  color: #ffffff;
  line-height: 200%;
}
.cid-vcX8EgpKXC .mbr-text,
.cid-vcX8EgpKXC .mbr-section-btn,
.cid-vcX8EgpKXC .image-wrapper {
  color: #ffffff;
}
.cid-vcSdP4qltG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcSdP4qltG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcSdP4qltG .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcSdP4qltG .container {
    padding: 0 20px;
  }
}
.cid-vcSdP4qltG .row {
  justify-content: space-between;
}
.cid-vcSdP4qltG .card {
  justify-content: center;
  width: 100%;
}
.cid-vcSdP4qltG .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vcSdP4qltG .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vcSdP4qltG .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vcSdP4qltG .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vcSdP4qltG .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vcSdP4qltG .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vcSdP4qltG .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vcSdP4qltG .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vcSdP4qltG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vcSdP4qltG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vcSdP4qltG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcSdP4qltG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vcSdP4qltG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vcSdP4qltG .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcSdP4qltG .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcSdP4qltG .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vcSdP4qltG .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vcSdP4qltG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcSdP4qltG .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcSdP4qltG .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vcSdP4qltG .mbr-section-title {
  color: #1e1d1c;
}
.cid-vcSdP4qltG .mbr-section-title,
.cid-vcSdP4qltG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcRIJFEWWy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcRIJFEWWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcRIJFEWWy .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcRIJFEWWy .container {
    padding: 0 20px;
  }
}
.cid-vcRIJFEWWy .row {
  justify-content: space-between;
}
.cid-vcRIJFEWWy .card {
  justify-content: center;
  width: 100%;
}
.cid-vcRIJFEWWy .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vcRIJFEWWy .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vcRIJFEWWy .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vcRIJFEWWy .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vcRIJFEWWy .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vcRIJFEWWy .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vcRIJFEWWy .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vcRIJFEWWy .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vcRIJFEWWy .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vcRIJFEWWy .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vcRIJFEWWy .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcRIJFEWWy .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vcRIJFEWWy .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vcRIJFEWWy .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcRIJFEWWy .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcRIJFEWWy .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vcRIJFEWWy .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vcRIJFEWWy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcRIJFEWWy .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcRIJFEWWy .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vcRIJFEWWy .mbr-section-title {
  color: #1e1d1c;
}
.cid-vcRIJFEWWy .mbr-section-title,
.cid-vcRIJFEWWy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcp1yqMikD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcp1yqMikD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcp1yqMikD .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcp1yqMikD .container {
    padding: 0 20px;
  }
}
.cid-vcp1yqMikD .row {
  justify-content: space-between;
}
.cid-vcp1yqMikD .card {
  justify-content: center;
  width: 100%;
}
.cid-vcp1yqMikD .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vcp1yqMikD .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vcp1yqMikD .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vcp1yqMikD .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vcp1yqMikD .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vcp1yqMikD .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vcp1yqMikD .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vcp1yqMikD .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vcp1yqMikD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vcp1yqMikD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vcp1yqMikD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcp1yqMikD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vcp1yqMikD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vcp1yqMikD .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcp1yqMikD .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcp1yqMikD .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vcp1yqMikD .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vcp1yqMikD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcp1yqMikD .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcp1yqMikD .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vcp1yqMikD .mbr-section-title {
  color: #1e1d1c;
}
.cid-vcp1yqMikD .mbr-section-title,
.cid-vcp1yqMikD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcp1c3nmEv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcp1c3nmEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcp1c3nmEv .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcp1c3nmEv .container {
    padding: 0 20px;
  }
}
.cid-vcp1c3nmEv .row {
  justify-content: space-between;
}
.cid-vcp1c3nmEv .card {
  justify-content: center;
  width: 100%;
}
.cid-vcp1c3nmEv .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vcp1c3nmEv .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vcp1c3nmEv .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vcp1c3nmEv .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vcp1c3nmEv .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vcp1c3nmEv .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vcp1c3nmEv .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vcp1c3nmEv .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vcp1c3nmEv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vcp1c3nmEv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vcp1c3nmEv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcp1c3nmEv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vcp1c3nmEv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vcp1c3nmEv .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcp1c3nmEv .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcp1c3nmEv .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vcp1c3nmEv .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vcp1c3nmEv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcp1c3nmEv .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcp1c3nmEv .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vcp1c3nmEv .mbr-section-title {
  color: #1e1d1c;
}
.cid-vcp1c3nmEv .mbr-section-title,
.cid-vcp1c3nmEv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcp10cXCgZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcp10cXCgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcp10cXCgZ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcp10cXCgZ .container {
    padding: 0 20px;
  }
}
.cid-vcp10cXCgZ .row {
  justify-content: space-between;
}
.cid-vcp10cXCgZ .card {
  justify-content: center;
  width: 100%;
}
.cid-vcp10cXCgZ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vcp10cXCgZ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vcp10cXCgZ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vcp10cXCgZ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vcp10cXCgZ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vcp10cXCgZ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vcp10cXCgZ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vcp10cXCgZ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vcp10cXCgZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vcp10cXCgZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vcp10cXCgZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcp10cXCgZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vcp10cXCgZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vcp10cXCgZ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vcp10cXCgZ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcp10cXCgZ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vcp10cXCgZ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vcp10cXCgZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcp10cXCgZ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcp10cXCgZ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vcp10cXCgZ .mbr-section-title {
  color: #1e1d1c;
}
.cid-vcp10cXCgZ .mbr-section-title,
.cid-vcp10cXCgZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcXVvU6Nrb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0e78b2;
}
.cid-vcXVvU6Nrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcXVvU6Nrb .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcXVvU6Nrb .container {
    padding: 0 20px;
  }
}
.cid-vcXVvU6Nrb .row {
  justify-content: space-between;
}
.cid-vcXVvU6Nrb .card {
  justify-content: center;
  width: 100%;
}
.cid-vcXVvU6Nrb .image-wrapper {
  padding-left: 35%;
  padding-right: 35%;
}
@media (max-width: 1200px) {
  .cid-vcXVvU6Nrb .image-wrapper {
    padding-left: 35%;
    padding-right: 35%;
  }
}
@media (max-width: 992px) {
  .cid-vcXVvU6Nrb .image-wrapper {
    padding-left: 30%;
    padding-right: 30%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vcXVvU6Nrb .image-wrapper {
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 0px;
  }
}
.cid-vcXVvU6Nrb .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vcXVvU6Nrb .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vcXVvU6Nrb .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vcXVvU6Nrb .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vcXVvU6Nrb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vcXVvU6Nrb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vcXVvU6Nrb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcXVvU6Nrb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vcXVvU6Nrb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .cid-vcXVvU6Nrb .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcXVvU6Nrb .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vcXVvU6Nrb .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vcXVvU6Nrb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcXVvU6Nrb .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcXVvU6Nrb .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vcXVvU6Nrb .mbr-section-title {
  color: #1e1d1c;
}
.cid-vcXVvU6Nrb .mbr-section-title,
.cid-vcXVvU6Nrb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcp5gmyuFY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ec008c;
}
.cid-vcp5gmyuFY .card-wrapper {
  z-index: 3;
}
.cid-vcp5gmyuFY .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcp5gmyuFY:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcp5gmyuFY .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcp5gmyuFY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcp5gmyuFY H2 {
  text-align: center;
  color: #1c1c1c;
  font-size: 150%;
  line-height: 150%;
  font-weight: 100;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vcp5gmyuFY H2 {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.cid-vcp5gmyuFY DIV {
  text-align: left;
}
.cid-vc7teSZyYa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc7teSZyYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc7teSZyYa .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vc7teSZyYa .container {
    padding: 0 20px;
  }
}
.cid-vc7teSZyYa .row {
  justify-content: space-between;
}
.cid-vc7teSZyYa .card {
  justify-content: center;
  width: 100%;
}
.cid-vc7teSZyYa .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vc7teSZyYa .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vc7teSZyYa .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vc7teSZyYa .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vc7teSZyYa .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vc7teSZyYa .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vc7teSZyYa .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vc7teSZyYa .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vc7teSZyYa .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vc7teSZyYa .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vc7teSZyYa .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vc7teSZyYa .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vc7teSZyYa .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vc7teSZyYa .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vc7teSZyYa .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vc7teSZyYa .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vc7teSZyYa .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vc7teSZyYa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vc7teSZyYa .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vc7teSZyYa .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vc7teSZyYa .mbr-section-title {
  color: #1e1d1c;
}
.cid-vc7teSZyYa .mbr-section-title,
.cid-vc7teSZyYa .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vc1NWpZEJl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc1NWpZEJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc1NWpZEJl .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vc1NWpZEJl .container {
    padding: 0 20px;
  }
}
.cid-vc1NWpZEJl .row {
  justify-content: space-between;
}
.cid-vc1NWpZEJl .card {
  justify-content: center;
  width: 100%;
}
.cid-vc1NWpZEJl .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-vc1NWpZEJl .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-vc1NWpZEJl .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vc1NWpZEJl .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vc1NWpZEJl .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vc1NWpZEJl .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vc1NWpZEJl .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vc1NWpZEJl .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vc1NWpZEJl .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vc1NWpZEJl .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vc1NWpZEJl .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vc1NWpZEJl .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vc1NWpZEJl .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vc1NWpZEJl .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vc1NWpZEJl .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vc1NWpZEJl .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vc1NWpZEJl .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vc1NWpZEJl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vc1NWpZEJl .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vc1NWpZEJl .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vc1NWpZEJl .mbr-section-title {
  color: #1e1d1c;
}
.cid-vc1NWpZEJl .mbr-section-title,
.cid-vc1NWpZEJl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vc1NHNYioJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vc1NHNYioJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc1NHNYioJ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vc1NHNYioJ .container {
    padding: 0 20px;
  }
}
.cid-vc1NHNYioJ .row {
  justify-content: space-between;
}
.cid-vc1NHNYioJ .card {
  justify-content: center;
  width: 100%;
}
.cid-vc1NHNYioJ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vc1NHNYioJ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vc1NHNYioJ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vc1NHNYioJ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vc1NHNYioJ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vc1NHNYioJ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vc1NHNYioJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vc1NHNYioJ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vc1NHNYioJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vc1NHNYioJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vc1NHNYioJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vc1NHNYioJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vc1NHNYioJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vc1NHNYioJ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vc1NHNYioJ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vc1NHNYioJ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vc1NHNYioJ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vc1NHNYioJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vc1NHNYioJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vc1NHNYioJ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vc1NHNYioJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-vc1NHNYioJ .mbr-section-title,
.cid-vc1NHNYioJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vbPQdiu6ub {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbPQdiu6ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbPQdiu6ub .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vbPQdiu6ub .container {
    padding: 0 20px;
  }
}
.cid-vbPQdiu6ub .row {
  justify-content: space-between;
}
.cid-vbPQdiu6ub .card {
  justify-content: center;
  width: 100%;
}
.cid-vbPQdiu6ub .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vbPQdiu6ub .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vbPQdiu6ub .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vbPQdiu6ub .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vbPQdiu6ub .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vbPQdiu6ub .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vbPQdiu6ub .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vbPQdiu6ub .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vbPQdiu6ub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vbPQdiu6ub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vbPQdiu6ub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vbPQdiu6ub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vbPQdiu6ub .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vbPQdiu6ub .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vbPQdiu6ub .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vbPQdiu6ub .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vbPQdiu6ub .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vbPQdiu6ub .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbPQdiu6ub .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbPQdiu6ub .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vbPQdiu6ub .mbr-section-title {
  color: #1e1d1c;
}
.cid-vbPQdiu6ub .mbr-section-title,
.cid-vbPQdiu6ub .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vapQCOzIGZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vapQCOzIGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vapQCOzIGZ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vapQCOzIGZ .container {
    padding: 0 20px;
  }
}
.cid-vapQCOzIGZ .row {
  justify-content: space-between;
}
.cid-vapQCOzIGZ .card {
  justify-content: center;
  width: 100%;
}
.cid-vapQCOzIGZ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vapQCOzIGZ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vapQCOzIGZ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vapQCOzIGZ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vapQCOzIGZ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vapQCOzIGZ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vapQCOzIGZ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vapQCOzIGZ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vapQCOzIGZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vapQCOzIGZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vapQCOzIGZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vapQCOzIGZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vapQCOzIGZ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vapQCOzIGZ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vapQCOzIGZ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vapQCOzIGZ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vapQCOzIGZ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vapQCOzIGZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vapQCOzIGZ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vapQCOzIGZ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vapQCOzIGZ .mbr-section-title {
  color: #1e1d1c;
}
.cid-vapQCOzIGZ .mbr-section-title,
.cid-vapQCOzIGZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vakbGfHalc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vakbGfHalc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vakbGfHalc .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vakbGfHalc .container {
    padding: 0 20px;
  }
}
.cid-vakbGfHalc .row {
  justify-content: space-between;
}
.cid-vakbGfHalc .card {
  justify-content: center;
  width: 100%;
}
.cid-vakbGfHalc .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vakbGfHalc .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vakbGfHalc .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vakbGfHalc .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vakbGfHalc .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vakbGfHalc .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vakbGfHalc .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vakbGfHalc .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vakbGfHalc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vakbGfHalc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vakbGfHalc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vakbGfHalc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vakbGfHalc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vakbGfHalc .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vakbGfHalc .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vakbGfHalc .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vakbGfHalc .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vakbGfHalc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vakbGfHalc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vakbGfHalc .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vakbGfHalc .mbr-section-title {
  color: #1e1d1c;
}
.cid-vakbGfHalc .mbr-section-title,
.cid-vakbGfHalc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcp4kgOYVJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff5300;
}
.cid-vcp4kgOYVJ .card-wrapper {
  z-index: 3;
}
.cid-vcp4kgOYVJ .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcp4kgOYVJ:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcp4kgOYVJ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcp4kgOYVJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcp4kgOYVJ H2 {
  text-align: center;
  color: #1c1c1c;
  font-size: 150%;
  line-height: 150%;
  font-weight: 100;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vcp4kgOYVJ H2 {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.cid-vcp4kgOYVJ DIV {
  text-align: left;
}
.cid-vakbAf087u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vakbAf087u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vakbAf087u .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vakbAf087u .container {
    padding: 0 20px;
  }
}
.cid-vakbAf087u .row {
  justify-content: space-between;
}
.cid-vakbAf087u .card {
  justify-content: center;
  width: 100%;
}
.cid-vakbAf087u .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vakbAf087u .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vakbAf087u .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vakbAf087u .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vakbAf087u .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vakbAf087u .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vakbAf087u .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vakbAf087u .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vakbAf087u .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vakbAf087u .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vakbAf087u .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vakbAf087u .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vakbAf087u .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vakbAf087u .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vakbAf087u .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vakbAf087u .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vakbAf087u .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vakbAf087u .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vakbAf087u .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vakbAf087u .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vakbAf087u .mbr-section-title {
  color: #1e1d1c;
}
.cid-vakbAf087u .mbr-section-title,
.cid-vakbAf087u .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vaeDevSTKC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaeDevSTKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaeDevSTKC .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vaeDevSTKC .container {
    padding: 0 20px;
  }
}
.cid-vaeDevSTKC .row {
  justify-content: space-between;
}
.cid-vaeDevSTKC .card {
  justify-content: center;
  width: 100%;
}
.cid-vaeDevSTKC .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-vaeDevSTKC .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-vaeDevSTKC .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vaeDevSTKC .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vaeDevSTKC .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vaeDevSTKC .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vaeDevSTKC .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vaeDevSTKC .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vaeDevSTKC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vaeDevSTKC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vaeDevSTKC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vaeDevSTKC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vaeDevSTKC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vaeDevSTKC .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vaeDevSTKC .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaeDevSTKC .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vaeDevSTKC .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vaeDevSTKC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaeDevSTKC .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaeDevSTKC .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vaeDevSTKC .mbr-section-title {
  color: #1e1d1c;
}
.cid-vaeDevSTKC .mbr-section-title,
.cid-vaeDevSTKC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vaeCUrF4lU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaeCUrF4lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaeCUrF4lU .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vaeCUrF4lU .container {
    padding: 0 20px;
  }
}
.cid-vaeCUrF4lU .row {
  justify-content: space-between;
}
.cid-vaeCUrF4lU .card {
  justify-content: center;
  width: 100%;
}
.cid-vaeCUrF4lU .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-vaeCUrF4lU .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-vaeCUrF4lU .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-vaeCUrF4lU .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-vaeCUrF4lU .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-vaeCUrF4lU .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-vaeCUrF4lU .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-vaeCUrF4lU .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-vaeCUrF4lU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-vaeCUrF4lU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-vaeCUrF4lU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vaeCUrF4lU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-vaeCUrF4lU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-vaeCUrF4lU .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vaeCUrF4lU .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaeCUrF4lU .content-wrapper {
    padding-right: 20px;
  }
}
.cid-vaeCUrF4lU .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-vaeCUrF4lU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaeCUrF4lU .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaeCUrF4lU .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-vaeCUrF4lU .mbr-section-title {
  color: #1e1d1c;
}
.cid-vaeCUrF4lU .mbr-section-title,
.cid-vaeCUrF4lU .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-va6OHDC4OO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va6OHDC4OO .mbr-fallback-image.disabled {
  display: none;
}
.cid-va6OHDC4OO .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-va6OHDC4OO .container {
    padding: 0 20px;
  }
}
.cid-va6OHDC4OO .row {
  justify-content: space-between;
}
.cid-va6OHDC4OO .card {
  justify-content: center;
  width: 100%;
}
.cid-va6OHDC4OO .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-va6OHDC4OO .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-va6OHDC4OO .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-va6OHDC4OO .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-va6OHDC4OO .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-va6OHDC4OO .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-va6OHDC4OO .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-va6OHDC4OO .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-va6OHDC4OO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-va6OHDC4OO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-va6OHDC4OO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-va6OHDC4OO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-va6OHDC4OO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-va6OHDC4OO .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-va6OHDC4OO .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-va6OHDC4OO .content-wrapper {
    padding-right: 20px;
  }
}
.cid-va6OHDC4OO .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-va6OHDC4OO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-va6OHDC4OO .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-va6OHDC4OO .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-va6OHDC4OO .mbr-section-title {
  color: #1e1d1c;
}
.cid-va6OHDC4OO .mbr-section-title,
.cid-va6OHDC4OO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-va6OrR6uIp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va6OrR6uIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-va6OrR6uIp .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-va6OrR6uIp .container {
    padding: 0 20px;
  }
}
.cid-va6OrR6uIp .row {
  justify-content: space-between;
}
.cid-va6OrR6uIp .card {
  justify-content: center;
  width: 100%;
}
.cid-va6OrR6uIp .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-va6OrR6uIp .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-va6OrR6uIp .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-va6OrR6uIp .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-va6OrR6uIp .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-va6OrR6uIp .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-va6OrR6uIp .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-va6OrR6uIp .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-va6OrR6uIp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-va6OrR6uIp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-va6OrR6uIp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-va6OrR6uIp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-va6OrR6uIp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-va6OrR6uIp .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-va6OrR6uIp .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-va6OrR6uIp .content-wrapper {
    padding-right: 20px;
  }
}
.cid-va6OrR6uIp .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-va6OrR6uIp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-va6OrR6uIp .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-va6OrR6uIp .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-va6OrR6uIp .mbr-section-title {
  color: #1e1d1c;
}
.cid-va6OrR6uIp .mbr-section-title,
.cid-va6OrR6uIp .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-va6OisrJ1d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va6OisrJ1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-va6OisrJ1d .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-va6OisrJ1d .container {
    padding: 0 20px;
  }
}
.cid-va6OisrJ1d .row {
  justify-content: space-between;
}
.cid-va6OisrJ1d .card {
  justify-content: center;
  width: 100%;
}
.cid-va6OisrJ1d .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-va6OisrJ1d .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-va6OisrJ1d .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-va6OisrJ1d .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-va6OisrJ1d .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-va6OisrJ1d .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-va6OisrJ1d .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-va6OisrJ1d .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-va6OisrJ1d .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-va6OisrJ1d .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-va6OisrJ1d .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-va6OisrJ1d .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-va6OisrJ1d .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-va6OisrJ1d .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-va6OisrJ1d .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-va6OisrJ1d .content-wrapper {
    padding-right: 20px;
  }
}
.cid-va6OisrJ1d .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-va6OisrJ1d .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-va6OisrJ1d .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-va6OisrJ1d .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-va6OisrJ1d .mbr-section-title {
  color: #1e1d1c;
}
.cid-va6OisrJ1d .mbr-section-title,
.cid-va6OisrJ1d .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-va6LquSuk4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va6LquSuk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va6LquSuk4 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-va6LquSuk4 .container {
    padding: 0 20px;
  }
}
.cid-va6LquSuk4 .row {
  justify-content: space-between;
}
.cid-va6LquSuk4 .card {
  justify-content: center;
  width: 100%;
}
.cid-va6LquSuk4 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-va6LquSuk4 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-va6LquSuk4 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-va6LquSuk4 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-va6LquSuk4 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-va6LquSuk4 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-va6LquSuk4 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-va6LquSuk4 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-va6LquSuk4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-va6LquSuk4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-va6LquSuk4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-va6LquSuk4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-va6LquSuk4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-va6LquSuk4 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-va6LquSuk4 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-va6LquSuk4 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-va6LquSuk4 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-va6LquSuk4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-va6LquSuk4 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-va6LquSuk4 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-va6LquSuk4 .mbr-section-title {
  color: #1e1d1c;
}
.cid-va6LquSuk4 .mbr-section-title,
.cid-va6LquSuk4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9FpZh2A22 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9FpZh2A22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9FpZh2A22 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9FpZh2A22 .container {
    padding: 0 20px;
  }
}
.cid-v9FpZh2A22 .row {
  justify-content: space-between;
}
.cid-v9FpZh2A22 .card {
  justify-content: center;
  width: 100%;
}
.cid-v9FpZh2A22 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9FpZh2A22 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9FpZh2A22 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9FpZh2A22 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9FpZh2A22 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9FpZh2A22 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9FpZh2A22 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9FpZh2A22 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9FpZh2A22 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9FpZh2A22 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9FpZh2A22 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9FpZh2A22 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9FpZh2A22 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9FpZh2A22 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9FpZh2A22 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9FpZh2A22 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9FpZh2A22 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9FpZh2A22 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9FpZh2A22 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9FpZh2A22 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9FpZh2A22 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9FpZh2A22 .mbr-section-title,
.cid-v9FpZh2A22 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9FpSrOry3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9FpSrOry3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9FpSrOry3 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9FpSrOry3 .container {
    padding: 0 20px;
  }
}
.cid-v9FpSrOry3 .row {
  justify-content: space-between;
}
.cid-v9FpSrOry3 .card {
  justify-content: center;
  width: 100%;
}
.cid-v9FpSrOry3 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9FpSrOry3 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9FpSrOry3 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9FpSrOry3 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9FpSrOry3 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9FpSrOry3 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9FpSrOry3 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9FpSrOry3 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9FpSrOry3 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9FpSrOry3 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9FpSrOry3 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9FpSrOry3 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9FpSrOry3 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9FpSrOry3 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9FpSrOry3 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9FpSrOry3 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9FpSrOry3 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9FpSrOry3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9FpSrOry3 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9FpSrOry3 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9FpSrOry3 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9FpSrOry3 .mbr-section-title,
.cid-v9FpSrOry3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9tDW6aOn0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tDW6aOn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tDW6aOn0 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9tDW6aOn0 .container {
    padding: 0 20px;
  }
}
.cid-v9tDW6aOn0 .row {
  justify-content: space-between;
}
.cid-v9tDW6aOn0 .card {
  justify-content: center;
  width: 100%;
}
.cid-v9tDW6aOn0 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9tDW6aOn0 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9tDW6aOn0 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9tDW6aOn0 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9tDW6aOn0 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9tDW6aOn0 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9tDW6aOn0 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9tDW6aOn0 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9tDW6aOn0 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9tDW6aOn0 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9tDW6aOn0 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9tDW6aOn0 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9tDW6aOn0 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9tDW6aOn0 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9tDW6aOn0 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9tDW6aOn0 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9tDW6aOn0 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9tDW6aOn0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9tDW6aOn0 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9tDW6aOn0 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9tDW6aOn0 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9tDW6aOn0 .mbr-section-title,
.cid-v9tDW6aOn0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9ntZ8NWx7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9ntZ8NWx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ntZ8NWx7 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9ntZ8NWx7 .container {
    padding: 0 20px;
  }
}
.cid-v9ntZ8NWx7 .row {
  justify-content: space-between;
}
.cid-v9ntZ8NWx7 .card {
  justify-content: center;
  width: 100%;
}
.cid-v9ntZ8NWx7 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9ntZ8NWx7 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9ntZ8NWx7 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9ntZ8NWx7 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9ntZ8NWx7 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9ntZ8NWx7 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9ntZ8NWx7 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9ntZ8NWx7 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9ntZ8NWx7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9ntZ8NWx7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9ntZ8NWx7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9ntZ8NWx7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9ntZ8NWx7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9ntZ8NWx7 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9ntZ8NWx7 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9ntZ8NWx7 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9ntZ8NWx7 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9ntZ8NWx7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9ntZ8NWx7 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9ntZ8NWx7 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9ntZ8NWx7 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9ntZ8NWx7 .mbr-section-title,
.cid-v9ntZ8NWx7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9ntPAE7qU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9ntPAE7qU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ntPAE7qU .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9ntPAE7qU .container {
    padding: 0 20px;
  }
}
.cid-v9ntPAE7qU .row {
  justify-content: space-between;
}
.cid-v9ntPAE7qU .card {
  justify-content: center;
  width: 100%;
}
.cid-v9ntPAE7qU .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9ntPAE7qU .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9ntPAE7qU .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9ntPAE7qU .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9ntPAE7qU .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9ntPAE7qU .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9ntPAE7qU .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9ntPAE7qU .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9ntPAE7qU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9ntPAE7qU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9ntPAE7qU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9ntPAE7qU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9ntPAE7qU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9ntPAE7qU .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9ntPAE7qU .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9ntPAE7qU .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9ntPAE7qU .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9ntPAE7qU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9ntPAE7qU .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9ntPAE7qU .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9ntPAE7qU .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9ntPAE7qU .mbr-section-title,
.cid-v9ntPAE7qU .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9hMIlOupD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9hMIlOupD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9hMIlOupD .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9hMIlOupD .container {
    padding: 0 20px;
  }
}
.cid-v9hMIlOupD .row {
  justify-content: space-between;
}
.cid-v9hMIlOupD .card {
  justify-content: center;
  width: 100%;
}
.cid-v9hMIlOupD .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9hMIlOupD .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9hMIlOupD .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9hMIlOupD .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9hMIlOupD .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9hMIlOupD .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9hMIlOupD .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9hMIlOupD .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9hMIlOupD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9hMIlOupD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9hMIlOupD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9hMIlOupD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9hMIlOupD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9hMIlOupD .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9hMIlOupD .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9hMIlOupD .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9hMIlOupD .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9hMIlOupD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9hMIlOupD .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9hMIlOupD .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9hMIlOupD .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9hMIlOupD .mbr-section-title,
.cid-v9hMIlOupD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9hMsSjgr5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9hMsSjgr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9hMsSjgr5 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9hMsSjgr5 .container {
    padding: 0 20px;
  }
}
.cid-v9hMsSjgr5 .row {
  justify-content: space-between;
}
.cid-v9hMsSjgr5 .card {
  justify-content: center;
  width: 100%;
}
.cid-v9hMsSjgr5 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9hMsSjgr5 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9hMsSjgr5 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9hMsSjgr5 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9hMsSjgr5 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9hMsSjgr5 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9hMsSjgr5 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9hMsSjgr5 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9hMsSjgr5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9hMsSjgr5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9hMsSjgr5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9hMsSjgr5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9hMsSjgr5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9hMsSjgr5 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9hMsSjgr5 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9hMsSjgr5 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9hMsSjgr5 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9hMsSjgr5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9hMsSjgr5 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9hMsSjgr5 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9hMsSjgr5 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9hMsSjgr5 .mbr-section-title,
.cid-v9hMsSjgr5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcp5I88isK {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #0e78b2;
}
.cid-vcp5I88isK .card-wrapper {
  z-index: 3;
}
.cid-vcp5I88isK .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcp5I88isK:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcp5I88isK .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcp5I88isK .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcp5I88isK H2 {
  text-align: center;
  color: #ffffff;
  font-size: 150%;
  line-height: 150%;
  font-weight: 100;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vcp5I88isK H2 {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.cid-vcp5I88isK DIV {
  text-align: left;
}
.cid-v9hLKgHMOv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9hLKgHMOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9hLKgHMOv .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9hLKgHMOv .container {
    padding: 0 20px;
  }
}
.cid-v9hLKgHMOv .row {
  justify-content: space-between;
}
.cid-v9hLKgHMOv .card {
  justify-content: center;
  width: 100%;
}
.cid-v9hLKgHMOv .image-wrapper {
  padding-left: 17%;
  padding-right: 17%;
}
@media (max-width: 1200px) {
  .cid-v9hLKgHMOv .image-wrapper {
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media (max-width: 992px) {
  .cid-v9hLKgHMOv .image-wrapper {
    padding-left: 13%;
    padding-right: 13%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9hLKgHMOv .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9hLKgHMOv .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9hLKgHMOv .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9hLKgHMOv .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9hLKgHMOv .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9hLKgHMOv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9hLKgHMOv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9hLKgHMOv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9hLKgHMOv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9hLKgHMOv .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9hLKgHMOv .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9hLKgHMOv .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9hLKgHMOv .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9hLKgHMOv .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9hLKgHMOv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9hLKgHMOv .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9hLKgHMOv .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9hLKgHMOv .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9hLKgHMOv .mbr-section-title,
.cid-v9hLKgHMOv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9hKj8s7TN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9hKj8s7TN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9hKj8s7TN .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9hKj8s7TN .container {
    padding: 0 20px;
  }
}
.cid-v9hKj8s7TN .row {
  justify-content: space-between;
}
.cid-v9hKj8s7TN .card {
  justify-content: center;
  width: 100%;
}
.cid-v9hKj8s7TN .image-wrapper {
  padding-left: 34%;
  padding-right: 34%;
}
@media (max-width: 1200px) {
  .cid-v9hKj8s7TN .image-wrapper {
    padding-left: 34%;
    padding-right: 34%;
  }
}
@media (max-width: 992px) {
  .cid-v9hKj8s7TN .image-wrapper {
    padding-left: 34%;
    padding-right: 34%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9hKj8s7TN .image-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0px;
  }
}
.cid-v9hKj8s7TN .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9hKj8s7TN .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9hKj8s7TN .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9hKj8s7TN .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9hKj8s7TN .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9hKj8s7TN .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9hKj8s7TN .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9hKj8s7TN .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9hKj8s7TN .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9hKj8s7TN .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9hKj8s7TN .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9hKj8s7TN .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9hKj8s7TN .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9hKj8s7TN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9hKj8s7TN .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9hKj8s7TN .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9hKj8s7TN .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9hKj8s7TN .mbr-section-title,
.cid-v9hKj8s7TN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9hK9PaklF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9hK9PaklF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9hK9PaklF .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9hK9PaklF .container {
    padding: 0 20px;
  }
}
.cid-v9hK9PaklF .row {
  justify-content: space-between;
}
.cid-v9hK9PaklF .card {
  justify-content: center;
  width: 100%;
}
.cid-v9hK9PaklF .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v9hK9PaklF .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v9hK9PaklF .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v9hK9PaklF .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v9hK9PaklF .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v9hK9PaklF .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v9hK9PaklF .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v9hK9PaklF .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v9hK9PaklF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v9hK9PaklF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v9hK9PaklF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v9hK9PaklF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v9hK9PaklF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v9hK9PaklF .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v9hK9PaklF .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9hK9PaklF .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v9hK9PaklF .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v9hK9PaklF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9hK9PaklF .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9hK9PaklF .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v9hK9PaklF .mbr-section-title {
  color: #1e1d1c;
}
.cid-v9hK9PaklF .mbr-section-title,
.cid-v9hK9PaklF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v90oXMGaSP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v90oXMGaSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90oXMGaSP .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v90oXMGaSP .container {
    padding: 0 20px;
  }
}
.cid-v90oXMGaSP .row {
  justify-content: space-between;
}
.cid-v90oXMGaSP .card {
  justify-content: center;
  width: 100%;
}
.cid-v90oXMGaSP .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v90oXMGaSP .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v90oXMGaSP .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v90oXMGaSP .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v90oXMGaSP .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v90oXMGaSP .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v90oXMGaSP .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v90oXMGaSP .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v90oXMGaSP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v90oXMGaSP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v90oXMGaSP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v90oXMGaSP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v90oXMGaSP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v90oXMGaSP .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v90oXMGaSP .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v90oXMGaSP .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v90oXMGaSP .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v90oXMGaSP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v90oXMGaSP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v90oXMGaSP .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v90oXMGaSP .mbr-section-title {
  color: #1e1d1c;
}
.cid-v90oXMGaSP .mbr-section-title,
.cid-v90oXMGaSP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v90oujL7lX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v90oujL7lX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90oujL7lX .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v90oujL7lX .container {
    padding: 0 20px;
  }
}
.cid-v90oujL7lX .row {
  justify-content: space-between;
}
.cid-v90oujL7lX .card {
  justify-content: center;
  width: 100%;
}
.cid-v90oujL7lX .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v90oujL7lX .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v90oujL7lX .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v90oujL7lX .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v90oujL7lX .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v90oujL7lX .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v90oujL7lX .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v90oujL7lX .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v90oujL7lX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v90oujL7lX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v90oujL7lX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v90oujL7lX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v90oujL7lX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v90oujL7lX .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v90oujL7lX .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v90oujL7lX .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v90oujL7lX .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v90oujL7lX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v90oujL7lX .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v90oujL7lX .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v90oujL7lX .mbr-section-title {
  color: #1e1d1c;
}
.cid-v90oujL7lX .mbr-section-title,
.cid-v90oujL7lX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v90obenyuA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v90obenyuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90obenyuA .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v90obenyuA .container {
    padding: 0 20px;
  }
}
.cid-v90obenyuA .row {
  justify-content: space-between;
}
.cid-v90obenyuA .card {
  justify-content: center;
  width: 100%;
}
.cid-v90obenyuA .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v90obenyuA .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v90obenyuA .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v90obenyuA .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v90obenyuA .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v90obenyuA .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v90obenyuA .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v90obenyuA .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v90obenyuA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v90obenyuA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v90obenyuA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v90obenyuA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v90obenyuA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v90obenyuA .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v90obenyuA .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v90obenyuA .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v90obenyuA .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v90obenyuA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v90obenyuA .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v90obenyuA .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v90obenyuA .mbr-section-title {
  color: #1e1d1c;
}
.cid-v90obenyuA .mbr-section-title,
.cid-v90obenyuA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v90nPMlOMY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v90nPMlOMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90nPMlOMY .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v90nPMlOMY .container {
    padding: 0 20px;
  }
}
.cid-v90nPMlOMY .row {
  justify-content: space-between;
}
.cid-v90nPMlOMY .card {
  justify-content: center;
  width: 100%;
}
.cid-v90nPMlOMY .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v90nPMlOMY .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v90nPMlOMY .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v90nPMlOMY .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v90nPMlOMY .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v90nPMlOMY .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v90nPMlOMY .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v90nPMlOMY .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v90nPMlOMY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v90nPMlOMY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v90nPMlOMY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v90nPMlOMY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v90nPMlOMY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v90nPMlOMY .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v90nPMlOMY .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v90nPMlOMY .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v90nPMlOMY .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v90nPMlOMY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v90nPMlOMY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v90nPMlOMY .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v90nPMlOMY .mbr-section-title {
  color: #1e1d1c;
}
.cid-v90nPMlOMY .mbr-section-title,
.cid-v90nPMlOMY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v90nEIxYwC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v90nEIxYwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90nEIxYwC .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v90nEIxYwC .container {
    padding: 0 20px;
  }
}
.cid-v90nEIxYwC .row {
  justify-content: space-between;
}
.cid-v90nEIxYwC .card {
  justify-content: center;
  width: 100%;
}
.cid-v90nEIxYwC .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v90nEIxYwC .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v90nEIxYwC .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v90nEIxYwC .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v90nEIxYwC .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v90nEIxYwC .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v90nEIxYwC .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v90nEIxYwC .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v90nEIxYwC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v90nEIxYwC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v90nEIxYwC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v90nEIxYwC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v90nEIxYwC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v90nEIxYwC .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v90nEIxYwC .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v90nEIxYwC .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v90nEIxYwC .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v90nEIxYwC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v90nEIxYwC .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v90nEIxYwC .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v90nEIxYwC .mbr-section-title {
  color: #1e1d1c;
}
.cid-v90nEIxYwC .mbr-section-title,
.cid-v90nEIxYwC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8CLepLqGq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8CLepLqGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8CLepLqGq .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8CLepLqGq .container {
    padding: 0 20px;
  }
}
.cid-v8CLepLqGq .row {
  justify-content: space-between;
}
.cid-v8CLepLqGq .card {
  justify-content: center;
  width: 100%;
}
.cid-v8CLepLqGq .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v8CLepLqGq .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v8CLepLqGq .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8CLepLqGq .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8CLepLqGq .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8CLepLqGq .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8CLepLqGq .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8CLepLqGq .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8CLepLqGq .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8CLepLqGq .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8CLepLqGq .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8CLepLqGq .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8CLepLqGq .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8CLepLqGq .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8CLepLqGq .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8CLepLqGq .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8CLepLqGq .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8CLepLqGq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8CLepLqGq .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8CLepLqGq .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8CLepLqGq .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8CLepLqGq .mbr-section-title,
.cid-v8CLepLqGq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8CL4y1Vlw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8CL4y1Vlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8CL4y1Vlw .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8CL4y1Vlw .container {
    padding: 0 20px;
  }
}
.cid-v8CL4y1Vlw .row {
  justify-content: space-between;
}
.cid-v8CL4y1Vlw .card {
  justify-content: center;
  width: 100%;
}
.cid-v8CL4y1Vlw .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v8CL4y1Vlw .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v8CL4y1Vlw .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8CL4y1Vlw .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8CL4y1Vlw .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8CL4y1Vlw .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8CL4y1Vlw .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8CL4y1Vlw .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8CL4y1Vlw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8CL4y1Vlw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8CL4y1Vlw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8CL4y1Vlw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8CL4y1Vlw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8CL4y1Vlw .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8CL4y1Vlw .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8CL4y1Vlw .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8CL4y1Vlw .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8CL4y1Vlw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8CL4y1Vlw .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8CL4y1Vlw .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8CL4y1Vlw .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8CL4y1Vlw .mbr-section-title,
.cid-v8CL4y1Vlw .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8lj7InX5K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8lj7InX5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8lj7InX5K .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8lj7InX5K .container {
    padding: 0 20px;
  }
}
.cid-v8lj7InX5K .row {
  justify-content: space-between;
}
.cid-v8lj7InX5K .card {
  justify-content: center;
  width: 100%;
}
.cid-v8lj7InX5K .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v8lj7InX5K .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v8lj7InX5K .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8lj7InX5K .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8lj7InX5K .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8lj7InX5K .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8lj7InX5K .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8lj7InX5K .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8lj7InX5K .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8lj7InX5K .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8lj7InX5K .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8lj7InX5K .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8lj7InX5K .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8lj7InX5K .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8lj7InX5K .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8lj7InX5K .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8lj7InX5K .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8lj7InX5K .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8lj7InX5K .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8lj7InX5K .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8lj7InX5K .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8lj7InX5K .mbr-section-title,
.cid-v8lj7InX5K .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8liPOYk6R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8liPOYk6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8liPOYk6R .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8liPOYk6R .container {
    padding: 0 20px;
  }
}
.cid-v8liPOYk6R .row {
  justify-content: space-between;
}
.cid-v8liPOYk6R .card {
  justify-content: center;
  width: 100%;
}
.cid-v8liPOYk6R .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v8liPOYk6R .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v8liPOYk6R .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8liPOYk6R .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8liPOYk6R .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8liPOYk6R .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8liPOYk6R .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8liPOYk6R .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8liPOYk6R .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8liPOYk6R .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8liPOYk6R .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8liPOYk6R .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8liPOYk6R .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8liPOYk6R .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8liPOYk6R .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8liPOYk6R .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8liPOYk6R .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8liPOYk6R .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8liPOYk6R .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8liPOYk6R .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8liPOYk6R .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8liPOYk6R .mbr-section-title,
.cid-v8liPOYk6R .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8liAWEqL8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8liAWEqL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8liAWEqL8 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8liAWEqL8 .container {
    padding: 0 20px;
  }
}
.cid-v8liAWEqL8 .row {
  justify-content: space-between;
}
.cid-v8liAWEqL8 .card {
  justify-content: center;
  width: 100%;
}
.cid-v8liAWEqL8 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v8liAWEqL8 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v8liAWEqL8 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8liAWEqL8 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8liAWEqL8 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8liAWEqL8 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8liAWEqL8 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8liAWEqL8 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8liAWEqL8 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8liAWEqL8 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8liAWEqL8 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8liAWEqL8 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8liAWEqL8 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8liAWEqL8 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8liAWEqL8 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8liAWEqL8 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8liAWEqL8 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8liAWEqL8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8liAWEqL8 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8liAWEqL8 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8liAWEqL8 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8liAWEqL8 .mbr-section-title,
.cid-v8liAWEqL8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8lisq8reO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8lisq8reO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8lisq8reO .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8lisq8reO .container {
    padding: 0 20px;
  }
}
.cid-v8lisq8reO .row {
  justify-content: space-between;
}
.cid-v8lisq8reO .card {
  justify-content: center;
  width: 100%;
}
.cid-v8lisq8reO .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v8lisq8reO .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v8lisq8reO .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8lisq8reO .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8lisq8reO .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8lisq8reO .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8lisq8reO .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8lisq8reO .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8lisq8reO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8lisq8reO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8lisq8reO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8lisq8reO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8lisq8reO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8lisq8reO .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8lisq8reO .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8lisq8reO .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8lisq8reO .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8lisq8reO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8lisq8reO .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8lisq8reO .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8lisq8reO .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8lisq8reO .mbr-section-title,
.cid-v8lisq8reO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8lig7sO4W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8lig7sO4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8lig7sO4W .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8lig7sO4W .container {
    padding: 0 20px;
  }
}
.cid-v8lig7sO4W .row {
  justify-content: space-between;
}
.cid-v8lig7sO4W .card {
  justify-content: center;
  width: 100%;
}
.cid-v8lig7sO4W .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v8lig7sO4W .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v8lig7sO4W .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8lig7sO4W .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8lig7sO4W .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8lig7sO4W .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8lig7sO4W .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8lig7sO4W .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8lig7sO4W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8lig7sO4W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8lig7sO4W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8lig7sO4W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8lig7sO4W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8lig7sO4W .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8lig7sO4W .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8lig7sO4W .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8lig7sO4W .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8lig7sO4W .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8lig7sO4W .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8lig7sO4W .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8lig7sO4W .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8lig7sO4W .mbr-section-title,
.cid-v8lig7sO4W .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8li0hkjxQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8li0hkjxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8li0hkjxQ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8li0hkjxQ .container {
    padding: 0 20px;
  }
}
.cid-v8li0hkjxQ .row {
  justify-content: space-between;
}
.cid-v8li0hkjxQ .card {
  justify-content: center;
  width: 100%;
}
.cid-v8li0hkjxQ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v8li0hkjxQ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v8li0hkjxQ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8li0hkjxQ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8li0hkjxQ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8li0hkjxQ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8li0hkjxQ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8li0hkjxQ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8li0hkjxQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8li0hkjxQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8li0hkjxQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8li0hkjxQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8li0hkjxQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8li0hkjxQ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8li0hkjxQ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8li0hkjxQ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8li0hkjxQ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8li0hkjxQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8li0hkjxQ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8li0hkjxQ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8li0hkjxQ .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8li0hkjxQ .mbr-section-title,
.cid-v8li0hkjxQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v8lhPpUrKP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8lhPpUrKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8lhPpUrKP .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8lhPpUrKP .container {
    padding: 0 20px;
  }
}
.cid-v8lhPpUrKP .row {
  justify-content: space-between;
}
.cid-v8lhPpUrKP .card {
  justify-content: center;
  width: 100%;
}
.cid-v8lhPpUrKP .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v8lhPpUrKP .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v8lhPpUrKP .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v8lhPpUrKP .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v8lhPpUrKP .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v8lhPpUrKP .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v8lhPpUrKP .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v8lhPpUrKP .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v8lhPpUrKP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v8lhPpUrKP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v8lhPpUrKP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8lhPpUrKP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v8lhPpUrKP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v8lhPpUrKP .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v8lhPpUrKP .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8lhPpUrKP .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v8lhPpUrKP .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v8lhPpUrKP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8lhPpUrKP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8lhPpUrKP .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v8lhPpUrKP .mbr-section-title {
  color: #1e1d1c;
}
.cid-v8lhPpUrKP .mbr-section-title,
.cid-v8lhPpUrKP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7R3rGRLX4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7R3rGRLX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7R3rGRLX4 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7R3rGRLX4 .container {
    padding: 0 20px;
  }
}
.cid-v7R3rGRLX4 .row {
  justify-content: space-between;
}
.cid-v7R3rGRLX4 .card {
  justify-content: center;
  width: 100%;
}
.cid-v7R3rGRLX4 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7R3rGRLX4 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7R3rGRLX4 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7R3rGRLX4 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7R3rGRLX4 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7R3rGRLX4 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7R3rGRLX4 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7R3rGRLX4 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7R3rGRLX4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7R3rGRLX4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7R3rGRLX4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7R3rGRLX4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7R3rGRLX4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7R3rGRLX4 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7R3rGRLX4 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7R3rGRLX4 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7R3rGRLX4 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7R3rGRLX4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7R3rGRLX4 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7R3rGRLX4 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7R3rGRLX4 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7R3rGRLX4 .mbr-section-title,
.cid-v7R3rGRLX4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7R2vs6Hl1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7R2vs6Hl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7R2vs6Hl1 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7R2vs6Hl1 .container {
    padding: 0 20px;
  }
}
.cid-v7R2vs6Hl1 .row {
  justify-content: space-between;
}
.cid-v7R2vs6Hl1 .card {
  justify-content: center;
  width: 100%;
}
.cid-v7R2vs6Hl1 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7R2vs6Hl1 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7R2vs6Hl1 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7R2vs6Hl1 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7R2vs6Hl1 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7R2vs6Hl1 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7R2vs6Hl1 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7R2vs6Hl1 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7R2vs6Hl1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7R2vs6Hl1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7R2vs6Hl1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7R2vs6Hl1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7R2vs6Hl1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7R2vs6Hl1 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7R2vs6Hl1 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7R2vs6Hl1 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7R2vs6Hl1 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7R2vs6Hl1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7R2vs6Hl1 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7R2vs6Hl1 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7R2vs6Hl1 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7R2vs6Hl1 .mbr-section-title,
.cid-v7R2vs6Hl1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcBj3qCs1N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ec008c;
}
.cid-vcBj3qCs1N .card-wrapper {
  z-index: 3;
}
.cid-vcBj3qCs1N .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcBj3qCs1N:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcBj3qCs1N .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcBj3qCs1N .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcBj3qCs1N H2 {
  text-align: center;
  color: #1c1c1c;
  font-size: 150%;
  line-height: 150%;
  font-weight: 100;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vcBj3qCs1N H2 {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.cid-vcBj3qCs1N DIV {
  text-align: left;
}
.cid-v7R20yGtvQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7R20yGtvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7R20yGtvQ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7R20yGtvQ .container {
    padding: 0 20px;
  }
}
.cid-v7R20yGtvQ .row {
  justify-content: space-between;
}
.cid-v7R20yGtvQ .card {
  justify-content: center;
  width: 100%;
}
.cid-v7R20yGtvQ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7R20yGtvQ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7R20yGtvQ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7R20yGtvQ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7R20yGtvQ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7R20yGtvQ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7R20yGtvQ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7R20yGtvQ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7R20yGtvQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7R20yGtvQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7R20yGtvQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7R20yGtvQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7R20yGtvQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7R20yGtvQ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7R20yGtvQ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7R20yGtvQ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7R20yGtvQ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7R20yGtvQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7R20yGtvQ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7R20yGtvQ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7R20yGtvQ .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7R20yGtvQ .mbr-section-title,
.cid-v7R20yGtvQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7R1JxhNSG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7R1JxhNSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7R1JxhNSG .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7R1JxhNSG .container {
    padding: 0 20px;
  }
}
.cid-v7R1JxhNSG .row {
  justify-content: space-between;
}
.cid-v7R1JxhNSG .card {
  justify-content: center;
  width: 100%;
}
.cid-v7R1JxhNSG .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7R1JxhNSG .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7R1JxhNSG .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7R1JxhNSG .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7R1JxhNSG .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7R1JxhNSG .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7R1JxhNSG .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7R1JxhNSG .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7R1JxhNSG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7R1JxhNSG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7R1JxhNSG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7R1JxhNSG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7R1JxhNSG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7R1JxhNSG .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7R1JxhNSG .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7R1JxhNSG .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7R1JxhNSG .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7R1JxhNSG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7R1JxhNSG .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7R1JxhNSG .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7R1JxhNSG .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7R1JxhNSG .mbr-section-title,
.cid-v7R1JxhNSG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7R1BYwq3W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7R1BYwq3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7R1BYwq3W .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7R1BYwq3W .container {
    padding: 0 20px;
  }
}
.cid-v7R1BYwq3W .row {
  justify-content: space-between;
}
.cid-v7R1BYwq3W .card {
  justify-content: center;
  width: 100%;
}
.cid-v7R1BYwq3W .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7R1BYwq3W .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7R1BYwq3W .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7R1BYwq3W .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7R1BYwq3W .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7R1BYwq3W .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7R1BYwq3W .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7R1BYwq3W .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7R1BYwq3W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7R1BYwq3W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7R1BYwq3W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7R1BYwq3W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7R1BYwq3W .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7R1BYwq3W .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7R1BYwq3W .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7R1BYwq3W .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7R1BYwq3W .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7R1BYwq3W .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7R1BYwq3W .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7R1BYwq3W .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7R1BYwq3W .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7R1BYwq3W .mbr-section-title,
.cid-v7R1BYwq3W .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7u8C4s3qI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7u8C4s3qI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7u8C4s3qI .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7u8C4s3qI .container {
    padding: 0 20px;
  }
}
.cid-v7u8C4s3qI .row {
  justify-content: space-between;
}
.cid-v7u8C4s3qI .card {
  justify-content: center;
  width: 100%;
}
.cid-v7u8C4s3qI .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7u8C4s3qI .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7u8C4s3qI .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7u8C4s3qI .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7u8C4s3qI .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7u8C4s3qI .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7u8C4s3qI .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7u8C4s3qI .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7u8C4s3qI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7u8C4s3qI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7u8C4s3qI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7u8C4s3qI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7u8C4s3qI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7u8C4s3qI .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7u8C4s3qI .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7u8C4s3qI .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7u8C4s3qI .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7u8C4s3qI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7u8C4s3qI .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7u8C4s3qI .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7u8C4s3qI .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7u8C4s3qI .mbr-section-title,
.cid-v7u8C4s3qI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7u8fKtlS4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7u8fKtlS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7u8fKtlS4 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7u8fKtlS4 .container {
    padding: 0 20px;
  }
}
.cid-v7u8fKtlS4 .row {
  justify-content: space-between;
}
.cid-v7u8fKtlS4 .card {
  justify-content: center;
  width: 100%;
}
.cid-v7u8fKtlS4 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7u8fKtlS4 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7u8fKtlS4 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7u8fKtlS4 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7u8fKtlS4 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7u8fKtlS4 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7u8fKtlS4 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7u8fKtlS4 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7u8fKtlS4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7u8fKtlS4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7u8fKtlS4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7u8fKtlS4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7u8fKtlS4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7u8fKtlS4 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7u8fKtlS4 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7u8fKtlS4 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7u8fKtlS4 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7u8fKtlS4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7u8fKtlS4 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7u8fKtlS4 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7u8fKtlS4 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7u8fKtlS4 .mbr-section-title,
.cid-v7u8fKtlS4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vd3lW0nkzj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #14325c;
}
.cid-vd3lW0nkzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd3lW0nkzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd3lW0nkzj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd3lW0nkzj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd3lW0nkzj .container {
    padding: 0 20px;
  }
}
.cid-vd3lW0nkzj .row {
  justify-content: space-between;
}
.cid-vd3lW0nkzj .card {
  justify-content: center;
}
.cid-vd3lW0nkzj .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3lW0nkzj .title-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3lW0nkzj .title-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3lW0nkzj .title-wrapper .mbr-section-title {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vd3lW0nkzj .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vd3lW0nkzj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vd3lW0nkzj .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3lW0nkzj .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3lW0nkzj .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3lW0nkzj .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-vd3lW0nkzj .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-vd3lW0nkzj .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 0px;
  margin-left: 0px;
}
.cid-vd3lW0nkzj .content-wrapper .content-wrap .image-wrapper img {
  width: 150%;
  object-fit: contain;
  display: inline-flex;
  border: 1px ridge #242424;
}
@media (max-width: 1800px) {
  .cid-vd3lW0nkzj .content-wrapper .content-wrap .image-wrapper img {
    width: 120%;
  }
}
@media (max-width: 800px) {
  .cid-vd3lW0nkzj .content-wrapper .content-wrap .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .cid-vd3lW0nkzj .content-wrapper .content-wrap .image-wrapper img {
    width: 90%;
  }
}
.cid-vd3lW0nkzj .content-wrapper .content-wrap .mbr-text {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.cid-vd3lW0nkzj .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: 1;
}
.cid-vd3lW0nkzj .mbr-text {
  margin-top: 30px;
  margin-right: 60px;
  color: #1e1d1c;
  font-size: 100%;
  font-weight: 300;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3lW0nkzj .mbr-text {
    margin-right: 20px;
  }
}
.cid-vd3lW0nkzj .mbr-section-title {
  margin-top: 30px;
  margin-left: 90px;
  color: #ffffff;
  font-size: 160%;
  font-weight: 200;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3lW0nkzj .mbr-section-title {
    margin-left: 20px;
  }
}
.cid-vd3lW0nkzj .mbr-text,
.cid-vd3lW0nkzj .mbr-section-btn,
.cid-vd3lW0nkzj .image-wrapper {
  color: #ffffff;
}
.cid-vd3xuHUqld {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14325c;
}
.cid-vd3xuHUqld .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd3xuHUqld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd3xuHUqld .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd3xuHUqld .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd3xuHUqld .container {
    padding: 0 20px;
  }
}
.cid-vd3xuHUqld .row {
  justify-content: space-between;
}
.cid-vd3xuHUqld .card {
  justify-content: center;
}
.cid-vd3xuHUqld .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3xuHUqld .title-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3xuHUqld .title-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3xuHUqld .title-wrapper .mbr-section-title {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vd3xuHUqld .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vd3xuHUqld .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vd3xuHUqld .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3xuHUqld .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3xuHUqld .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3xuHUqld .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-vd3xuHUqld .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-vd3xuHUqld .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 0px;
  margin-left: 0px;
}
.cid-vd3xuHUqld .content-wrapper .content-wrap .image-wrapper img {
  width: 150%;
  object-fit: contain;
  display: inline-flex;
  border: 0px ridge #242424;
}
@media (max-width: 1800px) {
  .cid-vd3xuHUqld .content-wrapper .content-wrap .image-wrapper img {
    width: 120%;
  }
}
@media (max-width: 800px) {
  .cid-vd3xuHUqld .content-wrapper .content-wrap .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .cid-vd3xuHUqld .content-wrapper .content-wrap .image-wrapper img {
    width: 90%;
  }
}
.cid-vd3xuHUqld .content-wrapper .content-wrap .mbr-text {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.cid-vd3xuHUqld .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: 1;
}
.cid-vd3xuHUqld .mbr-text {
  margin-top: 30px;
  margin-right: 60px;
  color: #1e1d1c;
  font-size: 100%;
  font-weight: 300;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3xuHUqld .mbr-text {
    margin-right: 20px;
  }
}
.cid-vd3xuHUqld .mbr-section-title {
  margin-top: 30px;
  margin-left: 90px;
  color: #ffffff;
  font-size: 160%;
  font-weight: 200;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3xuHUqld .mbr-section-title {
    margin-left: 20px;
  }
}
.cid-vd3xuHUqld .mbr-text,
.cid-vd3xuHUqld .mbr-section-btn,
.cid-vd3xuHUqld .image-wrapper {
  color: #ffffff;
}
.cid-v7jocSDGO7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7jocSDGO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jocSDGO7 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7jocSDGO7 .container {
    padding: 0 20px;
  }
}
.cid-v7jocSDGO7 .row {
  justify-content: space-between;
}
.cid-v7jocSDGO7 .card {
  justify-content: center;
  width: 100%;
}
.cid-v7jocSDGO7 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7jocSDGO7 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7jocSDGO7 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7jocSDGO7 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7jocSDGO7 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7jocSDGO7 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7jocSDGO7 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7jocSDGO7 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7jocSDGO7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7jocSDGO7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7jocSDGO7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7jocSDGO7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7jocSDGO7 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7jocSDGO7 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7jocSDGO7 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7jocSDGO7 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7jocSDGO7 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7jocSDGO7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7jocSDGO7 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7jocSDGO7 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7jocSDGO7 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7jocSDGO7 .mbr-section-title,
.cid-v7jocSDGO7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7jnXrweI4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7jnXrweI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jnXrweI4 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7jnXrweI4 .container {
    padding: 0 20px;
  }
}
.cid-v7jnXrweI4 .row {
  justify-content: space-between;
}
.cid-v7jnXrweI4 .card {
  justify-content: center;
  width: 100%;
}
.cid-v7jnXrweI4 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7jnXrweI4 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7jnXrweI4 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7jnXrweI4 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7jnXrweI4 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7jnXrweI4 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7jnXrweI4 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7jnXrweI4 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7jnXrweI4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7jnXrweI4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7jnXrweI4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7jnXrweI4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7jnXrweI4 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7jnXrweI4 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7jnXrweI4 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7jnXrweI4 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7jnXrweI4 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7jnXrweI4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7jnXrweI4 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7jnXrweI4 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7jnXrweI4 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7jnXrweI4 .mbr-section-title,
.cid-v7jnXrweI4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7jnMhGEFt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7jnMhGEFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7jnMhGEFt .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7jnMhGEFt .container {
    padding: 0 20px;
  }
}
.cid-v7jnMhGEFt .row {
  justify-content: space-between;
}
.cid-v7jnMhGEFt .card {
  justify-content: center;
  width: 100%;
}
.cid-v7jnMhGEFt .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v7jnMhGEFt .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v7jnMhGEFt .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v7jnMhGEFt .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v7jnMhGEFt .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v7jnMhGEFt .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v7jnMhGEFt .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v7jnMhGEFt .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v7jnMhGEFt .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v7jnMhGEFt .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v7jnMhGEFt .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v7jnMhGEFt .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v7jnMhGEFt .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v7jnMhGEFt .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v7jnMhGEFt .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v7jnMhGEFt .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v7jnMhGEFt .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v7jnMhGEFt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7jnMhGEFt .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7jnMhGEFt .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v7jnMhGEFt .mbr-section-title {
  color: #1e1d1c;
}
.cid-v7jnMhGEFt .mbr-section-title,
.cid-v7jnMhGEFt .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6YXI4Njwo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6YXI4Njwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6YXI4Njwo .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6YXI4Njwo .container {
    padding: 0 20px;
  }
}
.cid-v6YXI4Njwo .row {
  justify-content: space-between;
}
.cid-v6YXI4Njwo .card {
  justify-content: center;
  width: 100%;
}
.cid-v6YXI4Njwo .image-wrapper {
  padding-left: 18%;
  padding-right: 18%;
}
@media (max-width: 1200px) {
  .cid-v6YXI4Njwo .image-wrapper {
    padding-left: 18%;
    padding-right: 18%;
  }
}
@media (max-width: 992px) {
  .cid-v6YXI4Njwo .image-wrapper {
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6YXI4Njwo .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6YXI4Njwo .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6YXI4Njwo .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6YXI4Njwo .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6YXI4Njwo .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6YXI4Njwo .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6YXI4Njwo .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6YXI4Njwo .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6YXI4Njwo .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6YXI4Njwo .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6YXI4Njwo .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6YXI4Njwo .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6YXI4Njwo .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6YXI4Njwo .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6YXI4Njwo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6YXI4Njwo .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6YXI4Njwo .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6YXI4Njwo .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6YXI4Njwo .mbr-section-title,
.cid-v6YXI4Njwo .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6YXk79xb6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6YXk79xb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6YXk79xb6 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6YXk79xb6 .container {
    padding: 0 20px;
  }
}
.cid-v6YXk79xb6 .row {
  justify-content: space-between;
}
.cid-v6YXk79xb6 .card {
  justify-content: center;
  width: 100%;
}
.cid-v6YXk79xb6 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v6YXk79xb6 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v6YXk79xb6 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6YXk79xb6 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6YXk79xb6 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6YXk79xb6 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6YXk79xb6 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6YXk79xb6 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6YXk79xb6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6YXk79xb6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6YXk79xb6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6YXk79xb6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6YXk79xb6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6YXk79xb6 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6YXk79xb6 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6YXk79xb6 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6YXk79xb6 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6YXk79xb6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6YXk79xb6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6YXk79xb6 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6YXk79xb6 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6YXk79xb6 .mbr-section-title,
.cid-v6YXk79xb6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6YX1PrCei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6YX1PrCei .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6YX1PrCei .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6YX1PrCei .container {
    padding: 0 20px;
  }
}
.cid-v6YX1PrCei .row {
  justify-content: space-between;
}
.cid-v6YX1PrCei .card {
  justify-content: center;
  width: 100%;
}
.cid-v6YX1PrCei .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v6YX1PrCei .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v6YX1PrCei .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6YX1PrCei .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6YX1PrCei .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6YX1PrCei .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6YX1PrCei .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6YX1PrCei .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6YX1PrCei .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6YX1PrCei .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6YX1PrCei .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6YX1PrCei .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6YX1PrCei .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6YX1PrCei .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6YX1PrCei .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6YX1PrCei .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6YX1PrCei .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6YX1PrCei .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6YX1PrCei .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6YX1PrCei .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6YX1PrCei .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6YX1PrCei .mbr-section-title,
.cid-v6YX1PrCei .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vd3CNIDNh2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #b60c00;
}
.cid-vd3CNIDNh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd3CNIDNh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd3CNIDNh2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd3CNIDNh2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd3CNIDNh2 .container {
    padding: 0 20px;
  }
}
.cid-vd3CNIDNh2 .row {
  justify-content: space-between;
}
.cid-vd3CNIDNh2 .card {
  justify-content: center;
}
.cid-vd3CNIDNh2 .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3CNIDNh2 .title-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3CNIDNh2 .title-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3CNIDNh2 .title-wrapper .mbr-section-title {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vd3CNIDNh2 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vd3CNIDNh2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vd3CNIDNh2 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3CNIDNh2 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3CNIDNh2 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3CNIDNh2 .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-vd3CNIDNh2 .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-vd3CNIDNh2 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 0px;
  margin-left: 0px;
}
.cid-vd3CNIDNh2 .content-wrapper .content-wrap .image-wrapper img {
  width: 150%;
  object-fit: contain;
  display: inline-flex;
  border: 0px ridge #242424;
}
@media (max-width: 1800px) {
  .cid-vd3CNIDNh2 .content-wrapper .content-wrap .image-wrapper img {
    width: 120%;
  }
}
@media (max-width: 800px) {
  .cid-vd3CNIDNh2 .content-wrapper .content-wrap .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .cid-vd3CNIDNh2 .content-wrapper .content-wrap .image-wrapper img {
    width: 90%;
  }
}
.cid-vd3CNIDNh2 .content-wrapper .content-wrap .mbr-text {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.cid-vd3CNIDNh2 .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: 1;
}
.cid-vd3CNIDNh2 .mbr-text {
  margin-top: 30px;
  margin-right: 60px;
  color: #1e1d1c;
  font-size: 100%;
  font-weight: 300;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3CNIDNh2 .mbr-text {
    margin-right: 20px;
  }
}
.cid-vd3CNIDNh2 .mbr-section-title {
  margin-top: 30px;
  margin-left: 90px;
  color: #ffffff;
  font-size: 160%;
  font-weight: 200;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3CNIDNh2 .mbr-section-title {
    margin-left: 20px;
  }
}
.cid-vd3CNIDNh2 .mbr-text,
.cid-vd3CNIDNh2 .mbr-section-btn,
.cid-vd3CNIDNh2 .image-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v6DEuxWGK5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6DEuxWGK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6DEuxWGK5 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6DEuxWGK5 .container {
    padding: 0 20px;
  }
}
.cid-v6DEuxWGK5 .row {
  justify-content: space-between;
}
.cid-v6DEuxWGK5 .card {
  justify-content: center;
  width: 100%;
}
.cid-v6DEuxWGK5 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v6DEuxWGK5 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v6DEuxWGK5 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6DEuxWGK5 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6DEuxWGK5 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6DEuxWGK5 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6DEuxWGK5 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6DEuxWGK5 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6DEuxWGK5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6DEuxWGK5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6DEuxWGK5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6DEuxWGK5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6DEuxWGK5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6DEuxWGK5 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6DEuxWGK5 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6DEuxWGK5 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6DEuxWGK5 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6DEuxWGK5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6DEuxWGK5 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6DEuxWGK5 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6DEuxWGK5 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6DEuxWGK5 .mbr-section-title,
.cid-v6DEuxWGK5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6xSEf1J8y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6xSEf1J8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6xSEf1J8y .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6xSEf1J8y .container {
    padding: 0 20px;
  }
}
.cid-v6xSEf1J8y .row {
  justify-content: space-between;
}
.cid-v6xSEf1J8y .card {
  justify-content: center;
  width: 100%;
}
.cid-v6xSEf1J8y .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v6xSEf1J8y .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v6xSEf1J8y .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6xSEf1J8y .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6xSEf1J8y .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6xSEf1J8y .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6xSEf1J8y .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6xSEf1J8y .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6xSEf1J8y .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6xSEf1J8y .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6xSEf1J8y .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6xSEf1J8y .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6xSEf1J8y .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6xSEf1J8y .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6xSEf1J8y .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6xSEf1J8y .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6xSEf1J8y .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6xSEf1J8y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6xSEf1J8y .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6xSEf1J8y .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6xSEf1J8y .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6xSEf1J8y .mbr-section-title,
.cid-v6xSEf1J8y .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6xSncMqE5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6xSncMqE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6xSncMqE5 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6xSncMqE5 .container {
    padding: 0 20px;
  }
}
.cid-v6xSncMqE5 .row {
  justify-content: space-between;
}
.cid-v6xSncMqE5 .card {
  justify-content: center;
  width: 100%;
}
.cid-v6xSncMqE5 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v6xSncMqE5 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v6xSncMqE5 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6xSncMqE5 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6xSncMqE5 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6xSncMqE5 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6xSncMqE5 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6xSncMqE5 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6xSncMqE5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6xSncMqE5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6xSncMqE5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6xSncMqE5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6xSncMqE5 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6xSncMqE5 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6xSncMqE5 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6xSncMqE5 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6xSncMqE5 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6xSncMqE5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6xSncMqE5 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6xSncMqE5 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6xSncMqE5 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6xSncMqE5 .mbr-section-title,
.cid-v6xSncMqE5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6m13n8Vdg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6m13n8Vdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6m13n8Vdg .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6m13n8Vdg .container {
    padding: 0 20px;
  }
}
.cid-v6m13n8Vdg .row {
  justify-content: space-between;
}
.cid-v6m13n8Vdg .card {
  justify-content: center;
  width: 100%;
}
.cid-v6m13n8Vdg .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v6m13n8Vdg .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v6m13n8Vdg .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6m13n8Vdg .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6m13n8Vdg .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6m13n8Vdg .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6m13n8Vdg .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6m13n8Vdg .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6m13n8Vdg .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6m13n8Vdg .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6m13n8Vdg .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6m13n8Vdg .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6m13n8Vdg .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6m13n8Vdg .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6m13n8Vdg .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6m13n8Vdg .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6m13n8Vdg .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6m13n8Vdg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6m13n8Vdg .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6m13n8Vdg .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6m13n8Vdg .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6m13n8Vdg .mbr-section-title,
.cid-v6m13n8Vdg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6m0NZCOoD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6m0NZCOoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6m0NZCOoD .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6m0NZCOoD .container {
    padding: 0 20px;
  }
}
.cid-v6m0NZCOoD .row {
  justify-content: space-between;
}
.cid-v6m0NZCOoD .card {
  justify-content: center;
  width: 100%;
}
.cid-v6m0NZCOoD .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v6m0NZCOoD .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v6m0NZCOoD .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6m0NZCOoD .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6m0NZCOoD .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6m0NZCOoD .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6m0NZCOoD .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6m0NZCOoD .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6m0NZCOoD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6m0NZCOoD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6m0NZCOoD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6m0NZCOoD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6m0NZCOoD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6m0NZCOoD .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6m0NZCOoD .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6m0NZCOoD .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6m0NZCOoD .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6m0NZCOoD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6m0NZCOoD .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6m0NZCOoD .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6m0NZCOoD .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6m0NZCOoD .mbr-section-title,
.cid-v6m0NZCOoD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6m0zv8fIC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6m0zv8fIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6m0zv8fIC .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6m0zv8fIC .container {
    padding: 0 20px;
  }
}
.cid-v6m0zv8fIC .row {
  justify-content: space-between;
}
.cid-v6m0zv8fIC .card {
  justify-content: center;
  width: 100%;
}
.cid-v6m0zv8fIC .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v6m0zv8fIC .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v6m0zv8fIC .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6m0zv8fIC .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6m0zv8fIC .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6m0zv8fIC .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6m0zv8fIC .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6m0zv8fIC .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6m0zv8fIC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6m0zv8fIC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6m0zv8fIC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6m0zv8fIC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6m0zv8fIC .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6m0zv8fIC .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6m0zv8fIC .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6m0zv8fIC .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6m0zv8fIC .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6m0zv8fIC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6m0zv8fIC .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6m0zv8fIC .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6m0zv8fIC .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6m0zv8fIC .mbr-section-title,
.cid-v6m0zv8fIC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v6m0kdIH5p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v6m0kdIH5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6m0kdIH5p .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6m0kdIH5p .container {
    padding: 0 20px;
  }
}
.cid-v6m0kdIH5p .row {
  justify-content: space-between;
}
.cid-v6m0kdIH5p .card {
  justify-content: center;
  width: 100%;
}
.cid-v6m0kdIH5p .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v6m0kdIH5p .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v6m0kdIH5p .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v6m0kdIH5p .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v6m0kdIH5p .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v6m0kdIH5p .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v6m0kdIH5p .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v6m0kdIH5p .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v6m0kdIH5p .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v6m0kdIH5p .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v6m0kdIH5p .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v6m0kdIH5p .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v6m0kdIH5p .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v6m0kdIH5p .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v6m0kdIH5p .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v6m0kdIH5p .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v6m0kdIH5p .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v6m0kdIH5p .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6m0kdIH5p .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v6m0kdIH5p .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v6m0kdIH5p .mbr-section-title {
  color: #1e1d1c;
}
.cid-v6m0kdIH5p .mbr-section-title,
.cid-v6m0kdIH5p .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v5BplQzVcT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5BplQzVcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BplQzVcT .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5BplQzVcT .container {
    padding: 0 20px;
  }
}
.cid-v5BplQzVcT .row {
  justify-content: space-between;
}
.cid-v5BplQzVcT .card {
  justify-content: center;
  width: 100%;
}
.cid-v5BplQzVcT .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v5BplQzVcT .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v5BplQzVcT .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v5BplQzVcT .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v5BplQzVcT .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v5BplQzVcT .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v5BplQzVcT .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v5BplQzVcT .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v5BplQzVcT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v5BplQzVcT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v5BplQzVcT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v5BplQzVcT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v5BplQzVcT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v5BplQzVcT .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v5BplQzVcT .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5BplQzVcT .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v5BplQzVcT .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v5BplQzVcT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5BplQzVcT .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5BplQzVcT .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v5BplQzVcT .mbr-section-title {
  color: #1e1d1c;
}
.cid-v5BplQzVcT .mbr-section-title,
.cid-v5BplQzVcT .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v5eeo1GWRX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5eeo1GWRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5eeo1GWRX .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5eeo1GWRX .container {
    padding: 0 20px;
  }
}
.cid-v5eeo1GWRX .row {
  justify-content: space-between;
}
.cid-v5eeo1GWRX .card {
  justify-content: center;
  width: 100%;
}
.cid-v5eeo1GWRX .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v5eeo1GWRX .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v5eeo1GWRX .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v5eeo1GWRX .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v5eeo1GWRX .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v5eeo1GWRX .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v5eeo1GWRX .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v5eeo1GWRX .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v5eeo1GWRX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v5eeo1GWRX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v5eeo1GWRX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v5eeo1GWRX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v5eeo1GWRX .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v5eeo1GWRX .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v5eeo1GWRX .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5eeo1GWRX .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v5eeo1GWRX .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v5eeo1GWRX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5eeo1GWRX .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5eeo1GWRX .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v5eeo1GWRX .mbr-section-title {
  color: #1e1d1c;
}
.cid-v5eeo1GWRX .mbr-section-title,
.cid-v5eeo1GWRX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v58JbeXwzP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v58JbeXwzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58JbeXwzP .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v58JbeXwzP .container {
    padding: 0 20px;
  }
}
.cid-v58JbeXwzP .row {
  justify-content: space-between;
}
.cid-v58JbeXwzP .card {
  justify-content: center;
  width: 100%;
}
.cid-v58JbeXwzP .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v58JbeXwzP .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v58JbeXwzP .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v58JbeXwzP .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v58JbeXwzP .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v58JbeXwzP .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v58JbeXwzP .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v58JbeXwzP .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v58JbeXwzP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v58JbeXwzP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v58JbeXwzP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v58JbeXwzP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v58JbeXwzP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v58JbeXwzP .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v58JbeXwzP .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v58JbeXwzP .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v58JbeXwzP .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v58JbeXwzP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v58JbeXwzP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v58JbeXwzP .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v58JbeXwzP .mbr-section-title {
  color: #1e1d1c;
}
.cid-v58JbeXwzP .mbr-section-title,
.cid-v58JbeXwzP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v58IZUfjeS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v58IZUfjeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58IZUfjeS .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v58IZUfjeS .container {
    padding: 0 20px;
  }
}
.cid-v58IZUfjeS .row {
  justify-content: space-between;
}
.cid-v58IZUfjeS .card {
  justify-content: center;
  width: 100%;
}
.cid-v58IZUfjeS .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v58IZUfjeS .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v58IZUfjeS .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v58IZUfjeS .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v58IZUfjeS .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v58IZUfjeS .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v58IZUfjeS .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v58IZUfjeS .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v58IZUfjeS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v58IZUfjeS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v58IZUfjeS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v58IZUfjeS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v58IZUfjeS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v58IZUfjeS .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v58IZUfjeS .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v58IZUfjeS .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v58IZUfjeS .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v58IZUfjeS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v58IZUfjeS .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v58IZUfjeS .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v58IZUfjeS .mbr-section-title {
  color: #1e1d1c;
}
.cid-v58IZUfjeS .mbr-section-title,
.cid-v58IZUfjeS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v56LQnB8C1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56LQnB8C1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56LQnB8C1 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56LQnB8C1 .container {
    padding: 0 20px;
  }
}
.cid-v56LQnB8C1 .row {
  justify-content: space-between;
}
.cid-v56LQnB8C1 .card {
  justify-content: center;
  width: 100%;
}
.cid-v56LQnB8C1 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v56LQnB8C1 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v56LQnB8C1 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56LQnB8C1 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56LQnB8C1 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56LQnB8C1 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56LQnB8C1 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56LQnB8C1 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56LQnB8C1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56LQnB8C1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56LQnB8C1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56LQnB8C1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56LQnB8C1 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56LQnB8C1 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56LQnB8C1 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56LQnB8C1 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56LQnB8C1 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56LQnB8C1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56LQnB8C1 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56LQnB8C1 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56LQnB8C1 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56LQnB8C1 .mbr-section-title,
.cid-v56LQnB8C1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v56M4AkWcD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56M4AkWcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56M4AkWcD .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56M4AkWcD .container {
    padding: 0 20px;
  }
}
.cid-v56M4AkWcD .row {
  justify-content: space-between;
}
.cid-v56M4AkWcD .card {
  justify-content: center;
  width: 100%;
}
.cid-v56M4AkWcD .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v56M4AkWcD .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v56M4AkWcD .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56M4AkWcD .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56M4AkWcD .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56M4AkWcD .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56M4AkWcD .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56M4AkWcD .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56M4AkWcD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56M4AkWcD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56M4AkWcD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56M4AkWcD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56M4AkWcD .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56M4AkWcD .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56M4AkWcD .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56M4AkWcD .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56M4AkWcD .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56M4AkWcD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56M4AkWcD .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56M4AkWcD .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56M4AkWcD .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56M4AkWcD .mbr-section-title,
.cid-v56M4AkWcD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v56MmjSQu9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56MmjSQu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56MmjSQu9 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56MmjSQu9 .container {
    padding: 0 20px;
  }
}
.cid-v56MmjSQu9 .row {
  justify-content: space-between;
}
.cid-v56MmjSQu9 .card {
  justify-content: center;
  width: 100%;
}
.cid-v56MmjSQu9 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v56MmjSQu9 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v56MmjSQu9 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56MmjSQu9 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56MmjSQu9 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56MmjSQu9 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56MmjSQu9 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56MmjSQu9 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56MmjSQu9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56MmjSQu9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56MmjSQu9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56MmjSQu9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56MmjSQu9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56MmjSQu9 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56MmjSQu9 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56MmjSQu9 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56MmjSQu9 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56MmjSQu9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56MmjSQu9 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56MmjSQu9 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56MmjSQu9 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56MmjSQu9 .mbr-section-title,
.cid-v56MmjSQu9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v56MA7q2YO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56MA7q2YO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56MA7q2YO .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56MA7q2YO .container {
    padding: 0 20px;
  }
}
.cid-v56MA7q2YO .row {
  justify-content: space-between;
}
.cid-v56MA7q2YO .card {
  justify-content: center;
  width: 100%;
}
.cid-v56MA7q2YO .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v56MA7q2YO .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v56MA7q2YO .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56MA7q2YO .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56MA7q2YO .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56MA7q2YO .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56MA7q2YO .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56MA7q2YO .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56MA7q2YO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56MA7q2YO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56MA7q2YO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56MA7q2YO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56MA7q2YO .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56MA7q2YO .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56MA7q2YO .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56MA7q2YO .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56MA7q2YO .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56MA7q2YO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56MA7q2YO .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56MA7q2YO .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56MA7q2YO .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56MA7q2YO .mbr-section-title,
.cid-v56MA7q2YO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v56MMB4kWA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56MMB4kWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56MMB4kWA .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56MMB4kWA .container {
    padding: 0 20px;
  }
}
.cid-v56MMB4kWA .row {
  justify-content: space-between;
}
.cid-v56MMB4kWA .card {
  justify-content: center;
  width: 100%;
}
.cid-v56MMB4kWA .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v56MMB4kWA .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v56MMB4kWA .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56MMB4kWA .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56MMB4kWA .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56MMB4kWA .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56MMB4kWA .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56MMB4kWA .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56MMB4kWA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56MMB4kWA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56MMB4kWA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56MMB4kWA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56MMB4kWA .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56MMB4kWA .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56MMB4kWA .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56MMB4kWA .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56MMB4kWA .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56MMB4kWA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56MMB4kWA .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56MMB4kWA .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56MMB4kWA .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56MMB4kWA .mbr-section-title,
.cid-v56MMB4kWA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v56u8ieDB9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56u8ieDB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56u8ieDB9 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56u8ieDB9 .container {
    padding: 0 20px;
  }
}
.cid-v56u8ieDB9 .row {
  justify-content: space-between;
}
.cid-v56u8ieDB9 .card {
  justify-content: center;
  width: 100%;
}
.cid-v56u8ieDB9 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v56u8ieDB9 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v56u8ieDB9 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56u8ieDB9 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56u8ieDB9 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56u8ieDB9 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56u8ieDB9 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56u8ieDB9 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56u8ieDB9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56u8ieDB9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56u8ieDB9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56u8ieDB9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56u8ieDB9 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56u8ieDB9 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56u8ieDB9 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56u8ieDB9 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56u8ieDB9 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56u8ieDB9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56u8ieDB9 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56u8ieDB9 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56u8ieDB9 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56u8ieDB9 .mbr-section-title,
.cid-v56u8ieDB9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vd3KFF3oM2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0c4da2;
}
.cid-vd3KFF3oM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd3KFF3oM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd3KFF3oM2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vd3KFF3oM2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vd3KFF3oM2 .container {
    padding: 0 20px;
  }
}
.cid-vd3KFF3oM2 .row {
  justify-content: space-between;
}
.cid-vd3KFF3oM2 .card {
  justify-content: center;
}
.cid-vd3KFF3oM2 .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3KFF3oM2 .title-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3KFF3oM2 .title-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3KFF3oM2 .title-wrapper .mbr-section-title {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vd3KFF3oM2 .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vd3KFF3oM2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vd3KFF3oM2 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-vd3KFF3oM2 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-vd3KFF3oM2 .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vd3KFF3oM2 .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-vd3KFF3oM2 .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-vd3KFF3oM2 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 0px;
  margin-left: 0px;
}
.cid-vd3KFF3oM2 .content-wrapper .content-wrap .image-wrapper img {
  width: 150%;
  object-fit: contain;
  display: inline-flex;
  border: 0px ridge #242424;
}
@media (max-width: 1800px) {
  .cid-vd3KFF3oM2 .content-wrapper .content-wrap .image-wrapper img {
    width: 120%;
  }
}
@media (max-width: 800px) {
  .cid-vd3KFF3oM2 .content-wrapper .content-wrap .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .cid-vd3KFF3oM2 .content-wrapper .content-wrap .image-wrapper img {
    width: 90%;
  }
}
.cid-vd3KFF3oM2 .content-wrapper .content-wrap .mbr-text {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.cid-vd3KFF3oM2 .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: 1;
}
.cid-vd3KFF3oM2 .mbr-text {
  margin-top: 30px;
  margin-right: 60px;
  color: #1e1d1c;
  font-size: 100%;
  font-weight: 300;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3KFF3oM2 .mbr-text {
    margin-right: 20px;
  }
}
.cid-vd3KFF3oM2 .mbr-section-title {
  margin-top: 30px;
  margin-left: 90px;
  color: #ffffff;
  font-size: 160%;
  font-weight: 200;
  line-height: 200%;
}
@media (max-width: 992px) {
  .cid-vd3KFF3oM2 .mbr-section-title {
    margin-left: 20px;
  }
}
.cid-vd3KFF3oM2 .mbr-text,
.cid-vd3KFF3oM2 .mbr-section-btn,
.cid-vd3KFF3oM2 .image-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-v56NbgFaM6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56NbgFaM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56NbgFaM6 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56NbgFaM6 .container {
    padding: 0 20px;
  }
}
.cid-v56NbgFaM6 .row {
  justify-content: space-between;
}
.cid-v56NbgFaM6 .card {
  justify-content: center;
  width: 100%;
}
.cid-v56NbgFaM6 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v56NbgFaM6 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v56NbgFaM6 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56NbgFaM6 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56NbgFaM6 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56NbgFaM6 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56NbgFaM6 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56NbgFaM6 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56NbgFaM6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56NbgFaM6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56NbgFaM6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56NbgFaM6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56NbgFaM6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56NbgFaM6 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56NbgFaM6 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56NbgFaM6 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56NbgFaM6 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56NbgFaM6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56NbgFaM6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56NbgFaM6 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56NbgFaM6 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56NbgFaM6 .mbr-section-title,
.cid-v56NbgFaM6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v2tsR6RXoG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2tsR6RXoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2tsR6RXoG .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2tsR6RXoG .container {
    padding: 0 20px;
  }
}
.cid-v2tsR6RXoG .row {
  justify-content: space-between;
}
.cid-v2tsR6RXoG .card {
  justify-content: center;
  width: 100%;
}
.cid-v2tsR6RXoG .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v2tsR6RXoG .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v2tsR6RXoG .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v2tsR6RXoG .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v2tsR6RXoG .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v2tsR6RXoG .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v2tsR6RXoG .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v2tsR6RXoG .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v2tsR6RXoG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v2tsR6RXoG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v2tsR6RXoG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v2tsR6RXoG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v2tsR6RXoG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v2tsR6RXoG .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v2tsR6RXoG .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2tsR6RXoG .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v2tsR6RXoG .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v2tsR6RXoG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2tsR6RXoG .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2tsR6RXoG .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v2tsR6RXoG .mbr-section-title {
  color: #1e1d1c;
}
.cid-v2tsR6RXoG .mbr-section-title,
.cid-v2tsR6RXoG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1Zwi9nwfE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Zwi9nwfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Zwi9nwfE .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1Zwi9nwfE .container {
    padding: 0 20px;
  }
}
.cid-v1Zwi9nwfE .row {
  justify-content: space-between;
}
.cid-v1Zwi9nwfE .card {
  justify-content: center;
  width: 100%;
}
.cid-v1Zwi9nwfE .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v1Zwi9nwfE .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v1Zwi9nwfE .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v1Zwi9nwfE .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v1Zwi9nwfE .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v1Zwi9nwfE .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v1Zwi9nwfE .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v1Zwi9nwfE .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v1Zwi9nwfE .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v1Zwi9nwfE .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v1Zwi9nwfE .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1Zwi9nwfE .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v1Zwi9nwfE .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v1Zwi9nwfE .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v1Zwi9nwfE .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1Zwi9nwfE .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v1Zwi9nwfE .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v1Zwi9nwfE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1Zwi9nwfE .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1Zwi9nwfE .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v1Zwi9nwfE .mbr-section-title {
  color: #1e1d1c;
}
.cid-v1Zwi9nwfE .mbr-section-title,
.cid-v1Zwi9nwfE .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1ZwasI7oY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1ZwasI7oY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZwasI7oY .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1ZwasI7oY .container {
    padding: 0 20px;
  }
}
.cid-v1ZwasI7oY .row {
  justify-content: space-between;
}
.cid-v1ZwasI7oY .card {
  justify-content: center;
  width: 100%;
}
.cid-v1ZwasI7oY .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v1ZwasI7oY .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v1ZwasI7oY .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v1ZwasI7oY .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v1ZwasI7oY .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v1ZwasI7oY .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v1ZwasI7oY .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v1ZwasI7oY .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v1ZwasI7oY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v1ZwasI7oY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v1ZwasI7oY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1ZwasI7oY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v1ZwasI7oY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v1ZwasI7oY .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v1ZwasI7oY .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1ZwasI7oY .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v1ZwasI7oY .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v1ZwasI7oY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1ZwasI7oY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1ZwasI7oY .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v1ZwasI7oY .mbr-section-title {
  color: #1e1d1c;
}
.cid-v1ZwasI7oY .mbr-section-title,
.cid-v1ZwasI7oY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1ZvLytaBn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1ZvLytaBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZvLytaBn .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1ZvLytaBn .container {
    padding: 0 20px;
  }
}
.cid-v1ZvLytaBn .row {
  justify-content: space-between;
}
.cid-v1ZvLytaBn .card {
  justify-content: center;
  width: 100%;
}
.cid-v1ZvLytaBn .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v1ZvLytaBn .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v1ZvLytaBn .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v1ZvLytaBn .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v1ZvLytaBn .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v1ZvLytaBn .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v1ZvLytaBn .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v1ZvLytaBn .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v1ZvLytaBn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v1ZvLytaBn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v1ZvLytaBn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1ZvLytaBn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v1ZvLytaBn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v1ZvLytaBn .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v1ZvLytaBn .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1ZvLytaBn .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v1ZvLytaBn .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v1ZvLytaBn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1ZvLytaBn .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1ZvLytaBn .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v1ZvLytaBn .mbr-section-title {
  color: #1e1d1c;
}
.cid-v1ZvLytaBn .mbr-section-title,
.cid-v1ZvLytaBn .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1ZueNV0NQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1ZueNV0NQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZueNV0NQ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1ZueNV0NQ .container {
    padding: 0 20px;
  }
}
.cid-v1ZueNV0NQ .row {
  justify-content: space-between;
}
.cid-v1ZueNV0NQ .card {
  justify-content: center;
  width: 100%;
}
.cid-v1ZueNV0NQ .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v1ZueNV0NQ .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v1ZueNV0NQ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v1ZueNV0NQ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v1ZueNV0NQ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v1ZueNV0NQ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v1ZueNV0NQ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v1ZueNV0NQ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v1ZueNV0NQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v1ZueNV0NQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v1ZueNV0NQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1ZueNV0NQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v1ZueNV0NQ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v1ZueNV0NQ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v1ZueNV0NQ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1ZueNV0NQ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v1ZueNV0NQ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v1ZueNV0NQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1ZueNV0NQ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1ZueNV0NQ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v1ZueNV0NQ .mbr-section-title {
  color: #1e1d1c;
}
.cid-v1ZueNV0NQ .mbr-section-title,
.cid-v1ZueNV0NQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1wWOpcQdU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1wWOpcQdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wWOpcQdU .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1wWOpcQdU .container {
    padding: 0 20px;
  }
}
.cid-v1wWOpcQdU .row {
  justify-content: space-between;
}
.cid-v1wWOpcQdU .card {
  justify-content: center;
  width: 100%;
}
.cid-v1wWOpcQdU .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v1wWOpcQdU .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v1wWOpcQdU .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v1wWOpcQdU .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v1wWOpcQdU .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v1wWOpcQdU .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v1wWOpcQdU .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v1wWOpcQdU .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v1wWOpcQdU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v1wWOpcQdU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v1wWOpcQdU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1wWOpcQdU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v1wWOpcQdU .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v1wWOpcQdU .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v1wWOpcQdU .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1wWOpcQdU .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v1wWOpcQdU .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v1wWOpcQdU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1wWOpcQdU .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1wWOpcQdU .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v1wWOpcQdU .mbr-section-title {
  color: #1e1d1c;
}
.cid-v1wWOpcQdU .mbr-section-title,
.cid-v1wWOpcQdU .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1glIpNPNG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1glIpNPNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1glIpNPNG .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1glIpNPNG .container {
    padding: 0 20px;
  }
}
.cid-v1glIpNPNG .row {
  justify-content: space-between;
}
.cid-v1glIpNPNG .card {
  justify-content: center;
  width: 100%;
}
.cid-v1glIpNPNG .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v1glIpNPNG .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v1glIpNPNG .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v1glIpNPNG .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v1glIpNPNG .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v1glIpNPNG .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v1glIpNPNG .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v1glIpNPNG .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v1glIpNPNG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v1glIpNPNG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v1glIpNPNG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1glIpNPNG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v1glIpNPNG .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v1glIpNPNG .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v1glIpNPNG .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1glIpNPNG .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v1glIpNPNG .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v1glIpNPNG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1glIpNPNG .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1glIpNPNG .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v1glIpNPNG .mbr-section-title {
  color: #1e1d1c;
}
.cid-v1glIpNPNG .mbr-section-title,
.cid-v1glIpNPNG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1glBKQbvp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1glBKQbvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1glBKQbvp .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1glBKQbvp .container {
    padding: 0 20px;
  }
}
.cid-v1glBKQbvp .row {
  justify-content: space-between;
}
.cid-v1glBKQbvp .card {
  justify-content: center;
  width: 100%;
}
.cid-v1glBKQbvp .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v1glBKQbvp .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v1glBKQbvp .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v1glBKQbvp .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v1glBKQbvp .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v1glBKQbvp .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v1glBKQbvp .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v1glBKQbvp .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v1glBKQbvp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v1glBKQbvp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v1glBKQbvp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1glBKQbvp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v1glBKQbvp .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v1glBKQbvp .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v1glBKQbvp .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1glBKQbvp .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v1glBKQbvp .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v1glBKQbvp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1glBKQbvp .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1glBKQbvp .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v1glBKQbvp .mbr-section-title {
  color: #1e1d1c;
}
.cid-v1glBKQbvp .mbr-section-title,
.cid-v1glBKQbvp .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v14IDqoxks {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v14IDqoxks .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14IDqoxks .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v14IDqoxks .container {
    padding: 0 20px;
  }
}
.cid-v14IDqoxks .row {
  justify-content: space-between;
}
.cid-v14IDqoxks .card {
  justify-content: center;
  width: 100%;
}
.cid-v14IDqoxks .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v14IDqoxks .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v14IDqoxks .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v14IDqoxks .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v14IDqoxks .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v14IDqoxks .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v14IDqoxks .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v14IDqoxks .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v14IDqoxks .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v14IDqoxks .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v14IDqoxks .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v14IDqoxks .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v14IDqoxks .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v14IDqoxks .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v14IDqoxks .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v14IDqoxks .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v14IDqoxks .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v14IDqoxks .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v14IDqoxks .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v14IDqoxks .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v14IDqoxks .mbr-section-title {
  color: #1e1d1c;
}
.cid-v14IDqoxks .mbr-section-title,
.cid-v14IDqoxks .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0YX9mN3yJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YX9mN3yJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YX9mN3yJ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0YX9mN3yJ .container {
    padding: 0 20px;
  }
}
.cid-v0YX9mN3yJ .row {
  justify-content: space-between;
}
.cid-v0YX9mN3yJ .card {
  justify-content: center;
  width: 100%;
}
.cid-v0YX9mN3yJ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v0YX9mN3yJ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v0YX9mN3yJ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0YX9mN3yJ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0YX9mN3yJ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0YX9mN3yJ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0YX9mN3yJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0YX9mN3yJ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0YX9mN3yJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0YX9mN3yJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0YX9mN3yJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0YX9mN3yJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0YX9mN3yJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0YX9mN3yJ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0YX9mN3yJ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0YX9mN3yJ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0YX9mN3yJ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0YX9mN3yJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0YX9mN3yJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0YX9mN3yJ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0YX9mN3yJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0YX9mN3yJ .mbr-section-title,
.cid-v0YX9mN3yJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0RlnSyKGT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0RlnSyKGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0RlnSyKGT .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0RlnSyKGT .container {
    padding: 0 20px;
  }
}
.cid-v0RlnSyKGT .row {
  justify-content: space-between;
}
.cid-v0RlnSyKGT .card {
  justify-content: center;
  width: 100%;
}
.cid-v0RlnSyKGT .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v0RlnSyKGT .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v0RlnSyKGT .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0RlnSyKGT .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0RlnSyKGT .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0RlnSyKGT .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0RlnSyKGT .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0RlnSyKGT .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0RlnSyKGT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0RlnSyKGT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0RlnSyKGT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0RlnSyKGT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0RlnSyKGT .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0RlnSyKGT .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0RlnSyKGT .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0RlnSyKGT .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0RlnSyKGT .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0RlnSyKGT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0RlnSyKGT .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0RlnSyKGT .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0RlnSyKGT .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0RlnSyKGT .mbr-section-title,
.cid-v0RlnSyKGT .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0BTJp1psP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0BTJp1psP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0BTJp1psP .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0BTJp1psP .container {
    padding: 0 20px;
  }
}
.cid-v0BTJp1psP .row {
  justify-content: space-between;
}
.cid-v0BTJp1psP .card {
  justify-content: center;
  width: 100%;
}
.cid-v0BTJp1psP .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v0BTJp1psP .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v0BTJp1psP .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0BTJp1psP .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0BTJp1psP .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0BTJp1psP .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0BTJp1psP .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0BTJp1psP .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0BTJp1psP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0BTJp1psP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0BTJp1psP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0BTJp1psP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0BTJp1psP .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0BTJp1psP .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0BTJp1psP .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0BTJp1psP .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0BTJp1psP .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0BTJp1psP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0BTJp1psP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0BTJp1psP .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0BTJp1psP .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0BTJp1psP .mbr-section-title,
.cid-v0BTJp1psP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0BTWGy1xI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0BTWGy1xI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0BTWGy1xI .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0BTWGy1xI .container {
    padding: 0 20px;
  }
}
.cid-v0BTWGy1xI .row {
  justify-content: space-between;
}
.cid-v0BTWGy1xI .card {
  justify-content: center;
  width: 100%;
}
.cid-v0BTWGy1xI .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v0BTWGy1xI .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v0BTWGy1xI .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0BTWGy1xI .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0BTWGy1xI .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0BTWGy1xI .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0BTWGy1xI .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0BTWGy1xI .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0BTWGy1xI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0BTWGy1xI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0BTWGy1xI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0BTWGy1xI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0BTWGy1xI .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0BTWGy1xI .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0BTWGy1xI .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0BTWGy1xI .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0BTWGy1xI .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0BTWGy1xI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0BTWGy1xI .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0BTWGy1xI .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0BTWGy1xI .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0BTWGy1xI .mbr-section-title,
.cid-v0BTWGy1xI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0jBm20OUw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0jBm20OUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0jBm20OUw .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0jBm20OUw .container {
    padding: 0 20px;
  }
}
.cid-v0jBm20OUw .row {
  justify-content: space-between;
}
.cid-v0jBm20OUw .card {
  justify-content: center;
  width: 100%;
}
.cid-v0jBm20OUw .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v0jBm20OUw .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v0jBm20OUw .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0jBm20OUw .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0jBm20OUw .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0jBm20OUw .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0jBm20OUw .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0jBm20OUw .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0jBm20OUw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0jBm20OUw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0jBm20OUw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0jBm20OUw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0jBm20OUw .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0jBm20OUw .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0jBm20OUw .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0jBm20OUw .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0jBm20OUw .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0jBm20OUw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0jBm20OUw .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0jBm20OUw .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0jBm20OUw .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0jBm20OUw .mbr-section-title,
.cid-v0jBm20OUw .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0BTwXMSi2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0BTwXMSi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0BTwXMSi2 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0BTwXMSi2 .container {
    padding: 0 20px;
  }
}
.cid-v0BTwXMSi2 .row {
  justify-content: space-between;
}
.cid-v0BTwXMSi2 .card {
  justify-content: center;
  width: 100%;
}
.cid-v0BTwXMSi2 .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v0BTwXMSi2 .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v0BTwXMSi2 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0BTwXMSi2 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0BTwXMSi2 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0BTwXMSi2 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0BTwXMSi2 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0BTwXMSi2 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0BTwXMSi2 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0BTwXMSi2 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0BTwXMSi2 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0BTwXMSi2 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0BTwXMSi2 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0BTwXMSi2 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0BTwXMSi2 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0BTwXMSi2 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0BTwXMSi2 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0BTwXMSi2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0BTwXMSi2 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0BTwXMSi2 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0BTwXMSi2 .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0BTwXMSi2 .mbr-section-title,
.cid-v0BTwXMSi2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0jBaesepJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0jBaesepJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0jBaesepJ .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0jBaesepJ .container {
    padding: 0 20px;
  }
}
.cid-v0jBaesepJ .row {
  justify-content: space-between;
}
.cid-v0jBaesepJ .card {
  justify-content: center;
  width: 100%;
}
.cid-v0jBaesepJ .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v0jBaesepJ .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v0jBaesepJ .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0jBaesepJ .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0jBaesepJ .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0jBaesepJ .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0jBaesepJ .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0jBaesepJ .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0jBaesepJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0jBaesepJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0jBaesepJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0jBaesepJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0jBaesepJ .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0jBaesepJ .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0jBaesepJ .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0jBaesepJ .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0jBaesepJ .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0jBaesepJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0jBaesepJ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0jBaesepJ .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0jBaesepJ .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0jBaesepJ .mbr-section-title,
.cid-v0jBaesepJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7VCVfFdR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7VCVfFdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7VCVfFdR .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7VCVfFdR .container {
    padding: 0 20px;
  }
}
.cid-uY7VCVfFdR .row {
  justify-content: space-between;
}
.cid-uY7VCVfFdR .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7VCVfFdR .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7VCVfFdR .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7VCVfFdR .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7VCVfFdR .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7VCVfFdR .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7VCVfFdR .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7VCVfFdR .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7VCVfFdR .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7VCVfFdR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7VCVfFdR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7VCVfFdR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7VCVfFdR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7VCVfFdR .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7VCVfFdR .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7VCVfFdR .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7VCVfFdR .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7VCVfFdR .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7VCVfFdR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7VCVfFdR .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7VCVfFdR .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7VCVfFdR .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7VCVfFdR .mbr-section-title,
.cid-uY7VCVfFdR .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0dIQ47x0H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0dIQ47x0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0dIQ47x0H .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0dIQ47x0H .container {
    padding: 0 20px;
  }
}
.cid-v0dIQ47x0H .row {
  justify-content: space-between;
}
.cid-v0dIQ47x0H .card {
  justify-content: center;
  width: 100%;
}
.cid-v0dIQ47x0H .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-v0dIQ47x0H .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-v0dIQ47x0H .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0dIQ47x0H .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0dIQ47x0H .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0dIQ47x0H .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0dIQ47x0H .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0dIQ47x0H .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0dIQ47x0H .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0dIQ47x0H .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0dIQ47x0H .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0dIQ47x0H .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0dIQ47x0H .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0dIQ47x0H .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0dIQ47x0H .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0dIQ47x0H .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0dIQ47x0H .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0dIQ47x0H .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0dIQ47x0H .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0dIQ47x0H .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0dIQ47x0H .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0dIQ47x0H .mbr-section-title,
.cid-v0dIQ47x0H .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v0dHzHUcAc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0dHzHUcAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0dHzHUcAc .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0dHzHUcAc .container {
    padding: 0 20px;
  }
}
.cid-v0dHzHUcAc .row {
  justify-content: space-between;
}
.cid-v0dHzHUcAc .card {
  justify-content: center;
  width: 100%;
}
.cid-v0dHzHUcAc .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v0dHzHUcAc .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v0dHzHUcAc .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0dHzHUcAc .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v0dHzHUcAc .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v0dHzHUcAc .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v0dHzHUcAc .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v0dHzHUcAc .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v0dHzHUcAc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v0dHzHUcAc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v0dHzHUcAc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0dHzHUcAc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v0dHzHUcAc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v0dHzHUcAc .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v0dHzHUcAc .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0dHzHUcAc .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v0dHzHUcAc .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v0dHzHUcAc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0dHzHUcAc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0dHzHUcAc .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v0dHzHUcAc .mbr-section-title {
  color: #1e1d1c;
}
.cid-v0dHzHUcAc .mbr-section-title,
.cid-v0dHzHUcAc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZkN15Kj2T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZkN15Kj2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkN15Kj2T .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZkN15Kj2T .container {
    padding: 0 20px;
  }
}
.cid-uZkN15Kj2T .row {
  justify-content: space-between;
}
.cid-uZkN15Kj2T .card {
  justify-content: center;
  width: 100%;
}
.cid-uZkN15Kj2T .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uZkN15Kj2T .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uZkN15Kj2T .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uZkN15Kj2T .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uZkN15Kj2T .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uZkN15Kj2T .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uZkN15Kj2T .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uZkN15Kj2T .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uZkN15Kj2T .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uZkN15Kj2T .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uZkN15Kj2T .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZkN15Kj2T .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uZkN15Kj2T .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uZkN15Kj2T .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uZkN15Kj2T .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZkN15Kj2T .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uZkN15Kj2T .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uZkN15Kj2T .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZkN15Kj2T .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZkN15Kj2T .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uZkN15Kj2T .mbr-section-title {
  color: #1e1d1c;
}
.cid-uZkN15Kj2T .mbr-section-title,
.cid-uZkN15Kj2T .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZkMDY3lLY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZkMDY3lLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkMDY3lLY .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZkMDY3lLY .container {
    padding: 0 20px;
  }
}
.cid-uZkMDY3lLY .row {
  justify-content: space-between;
}
.cid-uZkMDY3lLY .card {
  justify-content: center;
  width: 100%;
}
.cid-uZkMDY3lLY .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uZkMDY3lLY .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uZkMDY3lLY .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uZkMDY3lLY .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uZkMDY3lLY .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uZkMDY3lLY .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uZkMDY3lLY .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uZkMDY3lLY .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uZkMDY3lLY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uZkMDY3lLY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uZkMDY3lLY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZkMDY3lLY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uZkMDY3lLY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uZkMDY3lLY .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uZkMDY3lLY .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZkMDY3lLY .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uZkMDY3lLY .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uZkMDY3lLY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZkMDY3lLY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZkMDY3lLY .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uZkMDY3lLY .mbr-section-title {
  color: #1e1d1c;
}
.cid-uZkMDY3lLY .mbr-section-title,
.cid-uZkMDY3lLY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZ0exZRkRY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ0exZRkRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0exZRkRY .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ0exZRkRY .container {
    padding: 0 20px;
  }
}
.cid-uZ0exZRkRY .row {
  justify-content: space-between;
}
.cid-uZ0exZRkRY .card {
  justify-content: center;
  width: 100%;
}
.cid-uZ0exZRkRY .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uZ0exZRkRY .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0exZRkRY .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uZ0exZRkRY .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uZ0exZRkRY .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uZ0exZRkRY .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ0exZRkRY .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uZ0exZRkRY .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uZ0exZRkRY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uZ0exZRkRY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uZ0exZRkRY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZ0exZRkRY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uZ0exZRkRY .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uZ0exZRkRY .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uZ0exZRkRY .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZ0exZRkRY .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uZ0exZRkRY .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uZ0exZRkRY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ0exZRkRY .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZ0exZRkRY .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uZ0exZRkRY .mbr-section-title {
  color: #1e1d1c;
}
.cid-uZ0exZRkRY .mbr-section-title,
.cid-uZ0exZRkRY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZ0eWiYIrc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ0eWiYIrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0eWiYIrc .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ0eWiYIrc .container {
    padding: 0 20px;
  }
}
.cid-uZ0eWiYIrc .row {
  justify-content: space-between;
}
.cid-uZ0eWiYIrc .card {
  justify-content: center;
  width: 100%;
}
.cid-uZ0eWiYIrc .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uZ0eWiYIrc .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0eWiYIrc .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uZ0eWiYIrc .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uZ0eWiYIrc .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uZ0eWiYIrc .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ0eWiYIrc .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uZ0eWiYIrc .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uZ0eWiYIrc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uZ0eWiYIrc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uZ0eWiYIrc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZ0eWiYIrc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uZ0eWiYIrc .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uZ0eWiYIrc .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uZ0eWiYIrc .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZ0eWiYIrc .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uZ0eWiYIrc .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uZ0eWiYIrc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ0eWiYIrc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZ0eWiYIrc .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uZ0eWiYIrc .mbr-section-title {
  color: #1e1d1c;
}
.cid-uZ0eWiYIrc .mbr-section-title,
.cid-uZ0eWiYIrc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZ0ffXMjok {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ0ffXMjok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0ffXMjok .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ0ffXMjok .container {
    padding: 0 20px;
  }
}
.cid-uZ0ffXMjok .row {
  justify-content: space-between;
}
.cid-uZ0ffXMjok .card {
  justify-content: center;
  width: 100%;
}
.cid-uZ0ffXMjok .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uZ0ffXMjok .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uZ0ffXMjok .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uZ0ffXMjok .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uZ0ffXMjok .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uZ0ffXMjok .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ0ffXMjok .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uZ0ffXMjok .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uZ0ffXMjok .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uZ0ffXMjok .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uZ0ffXMjok .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZ0ffXMjok .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uZ0ffXMjok .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uZ0ffXMjok .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uZ0ffXMjok .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZ0ffXMjok .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uZ0ffXMjok .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uZ0ffXMjok .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ0ffXMjok .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZ0ffXMjok .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uZ0ffXMjok .mbr-section-title {
  color: #1e1d1c;
}
.cid-uZ0ffXMjok .mbr-section-title,
.cid-uZ0ffXMjok .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYTMBWWUGb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYTMBWWUGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYTMBWWUGb .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYTMBWWUGb .container {
    padding: 0 20px;
  }
}
.cid-uYTMBWWUGb .row {
  justify-content: space-between;
}
.cid-uYTMBWWUGb .card {
  justify-content: center;
  width: 100%;
}
.cid-uYTMBWWUGb .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uYTMBWWUGb .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uYTMBWWUGb .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uYTMBWWUGb .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uYTMBWWUGb .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uYTMBWWUGb .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uYTMBWWUGb .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uYTMBWWUGb .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uYTMBWWUGb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uYTMBWWUGb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uYTMBWWUGb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uYTMBWWUGb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uYTMBWWUGb .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uYTMBWWUGb .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uYTMBWWUGb .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYTMBWWUGb .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uYTMBWWUGb .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uYTMBWWUGb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYTMBWWUGb .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYTMBWWUGb .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uYTMBWWUGb .mbr-section-title {
  color: #1e1d1c;
}
.cid-uYTMBWWUGb .mbr-section-title,
.cid-uYTMBWWUGb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY987y4uVn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY987y4uVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY987y4uVn .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY987y4uVn .container {
    padding: 0 20px;
  }
}
.cid-uY987y4uVn .row {
  justify-content: space-between;
}
.cid-uY987y4uVn .card {
  justify-content: center;
  width: 100%;
}
.cid-uY987y4uVn .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uY987y4uVn .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uY987y4uVn .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY987y4uVn .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY987y4uVn .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY987y4uVn .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY987y4uVn .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY987y4uVn .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY987y4uVn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY987y4uVn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY987y4uVn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY987y4uVn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY987y4uVn .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY987y4uVn .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY987y4uVn .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY987y4uVn .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY987y4uVn .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY987y4uVn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY987y4uVn .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY987y4uVn .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY987y4uVn .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY987y4uVn .mbr-section-title,
.cid-uY987y4uVn .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY96sotofB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY96sotofB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY96sotofB .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY96sotofB .container {
    padding: 0 20px;
  }
}
.cid-uY96sotofB .row {
  justify-content: space-between;
}
.cid-uY96sotofB .card {
  justify-content: center;
  width: 100%;
}
.cid-uY96sotofB .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uY96sotofB .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uY96sotofB .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY96sotofB .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY96sotofB .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY96sotofB .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY96sotofB .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY96sotofB .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY96sotofB .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY96sotofB .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY96sotofB .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY96sotofB .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY96sotofB .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY96sotofB .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY96sotofB .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY96sotofB .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY96sotofB .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY96sotofB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY96sotofB .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY96sotofB .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY96sotofB .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY96sotofB .mbr-section-title,
.cid-uY96sotofB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7VoW6E0Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7VoW6E0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7VoW6E0Z .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7VoW6E0Z .container {
    padding: 0 20px;
  }
}
.cid-uY7VoW6E0Z .row {
  justify-content: space-between;
}
.cid-uY7VoW6E0Z .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7VoW6E0Z .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uY7VoW6E0Z .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uY7VoW6E0Z .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7VoW6E0Z .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7VoW6E0Z .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7VoW6E0Z .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7VoW6E0Z .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7VoW6E0Z .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7VoW6E0Z .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7VoW6E0Z .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7VoW6E0Z .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7VoW6E0Z .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7VoW6E0Z .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7VoW6E0Z .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7VoW6E0Z .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7VoW6E0Z .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7VoW6E0Z .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7VoW6E0Z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7VoW6E0Z .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7VoW6E0Z .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7VoW6E0Z .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7VoW6E0Z .mbr-section-title,
.cid-uY7VoW6E0Z .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUtGiwFxQF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUtGiwFxQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtGiwFxQF .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUtGiwFxQF .container {
    padding: 0 20px;
  }
}
.cid-uUtGiwFxQF .row {
  justify-content: space-between;
}
.cid-uUtGiwFxQF .card {
  justify-content: center;
  width: 100%;
}
.cid-uUtGiwFxQF .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-uUtGiwFxQF .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-uUtGiwFxQF .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uUtGiwFxQF .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uUtGiwFxQF .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uUtGiwFxQF .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uUtGiwFxQF .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uUtGiwFxQF .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uUtGiwFxQF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uUtGiwFxQF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uUtGiwFxQF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uUtGiwFxQF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uUtGiwFxQF .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uUtGiwFxQF .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uUtGiwFxQF .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUtGiwFxQF .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uUtGiwFxQF .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uUtGiwFxQF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUtGiwFxQF .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUtGiwFxQF .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uUtGiwFxQF .mbr-section-title {
  color: #1e1d1c;
}
.cid-uUtGiwFxQF .mbr-section-title,
.cid-uUtGiwFxQF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v56tBgXQEM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v56tBgXQEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56tBgXQEM .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v56tBgXQEM .container {
    padding: 0 20px;
  }
}
.cid-v56tBgXQEM .row {
  justify-content: space-between;
}
.cid-v56tBgXQEM .card {
  justify-content: center;
  width: 100%;
}
.cid-v56tBgXQEM .image-wrapper {
  padding-left: 21%;
  padding-right: 21%;
}
@media (max-width: 1200px) {
  .cid-v56tBgXQEM .image-wrapper {
    padding-left: 21%;
    padding-right: 21%;
  }
}
@media (max-width: 992px) {
  .cid-v56tBgXQEM .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v56tBgXQEM .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-v56tBgXQEM .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-v56tBgXQEM .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-v56tBgXQEM .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-v56tBgXQEM .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-v56tBgXQEM .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-v56tBgXQEM .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-v56tBgXQEM .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v56tBgXQEM .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-v56tBgXQEM .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-v56tBgXQEM .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-v56tBgXQEM .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v56tBgXQEM .content-wrapper {
    padding-right: 20px;
  }
}
.cid-v56tBgXQEM .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-v56tBgXQEM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v56tBgXQEM .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v56tBgXQEM .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-v56tBgXQEM .mbr-section-title {
  color: #1e1d1c;
}
.cid-v56tBgXQEM .mbr-section-title,
.cid-v56tBgXQEM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7UX2nrSV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7UX2nrSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7UX2nrSV .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7UX2nrSV .container {
    padding: 0 20px;
  }
}
.cid-uY7UX2nrSV .row {
  justify-content: space-between;
}
.cid-uY7UX2nrSV .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7UX2nrSV .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7UX2nrSV .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7UX2nrSV .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7UX2nrSV .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7UX2nrSV .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7UX2nrSV .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7UX2nrSV .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7UX2nrSV .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7UX2nrSV .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7UX2nrSV .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7UX2nrSV .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7UX2nrSV .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7UX2nrSV .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7UX2nrSV .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7UX2nrSV .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7UX2nrSV .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7UX2nrSV .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7UX2nrSV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7UX2nrSV .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7UX2nrSV .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7UX2nrSV .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7UX2nrSV .mbr-section-title,
.cid-uY7UX2nrSV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcYiTo64dD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4da2;
}
.cid-vcYiTo64dD .card-wrapper {
  z-index: 3;
}
.cid-vcYiTo64dD .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcYiTo64dD:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcYiTo64dD .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcYiTo64dD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcYiTo64dD H2 {
  text-align: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 120%;
}
.cid-vec0p06LVd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ec008c;
}
.cid-vec0p06LVd .card-wrapper {
  z-index: 3;
}
.cid-vec0p06LVd .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vec0p06LVd:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vec0p06LVd .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vec0p06LVd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vec0p06LVd H2 {
  text-align: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 120%;
}
.cid-uWTvRILkQ1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWTvRILkQ1 .card-wrapper {
  z-index: 3;
}
.cid-uWTvRILkQ1 .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-uWTvRILkQ1:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-uWTvRILkQ1 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uWTvRILkQ1 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uWTvRILkQ1 H2 {
  text-align: center;
  letter-spacing: 10em;
  color: #0004ff;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
}
.cid-u5M65etUgR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6b8b94;
}
.cid-u5M65etUgR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5M65etUgR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5M65etUgR .container {
    padding: 0 120px;
  }
}
.cid-u5M65etUgR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-u5M65etUgR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u5M65etUgR .embla__slide:nth-child(2n) {
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-u5M65etUgR .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u5M65etUgR .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 570px;
}
@media (max-width: 992px) {
  .cid-u5M65etUgR .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 400px;
    border: 1px;
  }
}
.cid-u5M65etUgR .embla__slide .slide-content {
  width: 100%;
}
.cid-u5M65etUgR .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.cid-u5M65etUgR .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-u5M65etUgR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 380px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-u5M65etUgR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-u5M65etUgR .embla__button--next,
.cid-u5M65etUgR .embla__button--prev {
  display: flex;
}
.cid-u5M65etUgR .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #1e1d1c !important;
  color: #f73b03 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u5M65etUgR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u5M65etUgR .embla__button:hover {
  opacity: .6 !important;
}
.cid-u5M65etUgR .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-u5M65etUgR .embla__button.embla__button--next {
  right: 0;
}
.cid-u5M65etUgR .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-u5M65etUgR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u5M65etUgR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5M65etUgR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5M65etUgR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUJpGNOUxe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
.cid-uUJpGNOUxe .card-wrapper {
  z-index: 3;
}
.cid-uUJpGNOUxe .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-uUJpGNOUxe:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-uUJpGNOUxe .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uUJpGNOUxe .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uUJpGNOUxe H2 {
  text-align: center;
  color: #1c1c1c;
  font-weight: 300;
}
.cid-uIhpN9bRVK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIhpN9bRVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhpN9bRVK .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIhpN9bRVK .container {
    padding: 0 20px;
  }
}
.cid-uIhpN9bRVK .row {
  justify-content: space-between;
}
.cid-uIhpN9bRVK .card {
  justify-content: center;
  width: 100%;
}
.cid-uIhpN9bRVK .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uIhpN9bRVK .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uIhpN9bRVK .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uIhpN9bRVK .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uIhpN9bRVK .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uIhpN9bRVK .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uIhpN9bRVK .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uIhpN9bRVK .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uIhpN9bRVK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uIhpN9bRVK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uIhpN9bRVK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uIhpN9bRVK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uIhpN9bRVK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uIhpN9bRVK .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uIhpN9bRVK .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIhpN9bRVK .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uIhpN9bRVK .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uIhpN9bRVK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIhpN9bRVK .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIhpN9bRVK .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uIhpN9bRVK .mbr-section-title {
  color: #1e1d1c;
  padding: 10%;
  font-size: 150%;
}
@media (max-width: 800px) {
  .cid-uIhpN9bRVK .mbr-section-title {
    padding: 0%;
    font-size: 100%;
  }
}
.cid-uIhpN9bRVK .mbr-section-title,
.cid-uIhpN9bRVK .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uUJq8y442s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eef1f2;
}
.cid-uUJq8y442s .card-wrapper {
  z-index: 3;
}
.cid-uUJq8y442s .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-uUJq8y442s:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-uUJq8y442s .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uUJq8y442s .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uUJq8y442s H2 {
  text-align: center;
  color: #1c1c1c;
  font-size: 150%;
  line-height: 150%;
  font-weight: 500;
}
.cid-uY7jE2KQzK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7jE2KQzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7jE2KQzK .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7jE2KQzK .container {
    padding: 0 20px;
  }
}
.cid-uY7jE2KQzK .row {
  justify-content: space-between;
}
.cid-uY7jE2KQzK .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7jE2KQzK .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7jE2KQzK .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7jE2KQzK .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7jE2KQzK .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7jE2KQzK .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7jE2KQzK .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7jE2KQzK .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7jE2KQzK .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7jE2KQzK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7jE2KQzK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7jE2KQzK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7jE2KQzK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7jE2KQzK .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7jE2KQzK .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7jE2KQzK .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7jE2KQzK .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7jE2KQzK .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7jE2KQzK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7jE2KQzK .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7jE2KQzK .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7jE2KQzK .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7jE2KQzK .mbr-section-title,
.cid-uY7jE2KQzK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uV2dvqXb3j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV2dvqXb3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV2dvqXb3j .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uV2dvqXb3j .container {
    padding: 0 20px;
  }
}
.cid-uV2dvqXb3j .row {
  justify-content: space-between;
}
.cid-uV2dvqXb3j .card {
  justify-content: center;
  width: 100%;
}
.cid-uV2dvqXb3j .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uV2dvqXb3j .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uV2dvqXb3j .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uV2dvqXb3j .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uV2dvqXb3j .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uV2dvqXb3j .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uV2dvqXb3j .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uV2dvqXb3j .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uV2dvqXb3j .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uV2dvqXb3j .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uV2dvqXb3j .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uV2dvqXb3j .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uV2dvqXb3j .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uV2dvqXb3j .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uV2dvqXb3j .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uV2dvqXb3j .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uV2dvqXb3j .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uV2dvqXb3j .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uV2dvqXb3j .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uV2dvqXb3j .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uV2dvqXb3j .mbr-section-title {
  color: #1e1d1c;
}
.cid-uV2dvqXb3j .mbr-section-title,
.cid-uV2dvqXb3j .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7KHN1DCS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7KHN1DCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7KHN1DCS .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7KHN1DCS .container {
    padding: 0 20px;
  }
}
.cid-uY7KHN1DCS .row {
  justify-content: space-between;
}
.cid-uY7KHN1DCS .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7KHN1DCS .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7KHN1DCS .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7KHN1DCS .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7KHN1DCS .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7KHN1DCS .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7KHN1DCS .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7KHN1DCS .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7KHN1DCS .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7KHN1DCS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7KHN1DCS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7KHN1DCS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7KHN1DCS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7KHN1DCS .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7KHN1DCS .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7KHN1DCS .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7KHN1DCS .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7KHN1DCS .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7KHN1DCS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7KHN1DCS .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7KHN1DCS .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7KHN1DCS .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7KHN1DCS .mbr-section-title,
.cid-uY7KHN1DCS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7S2fccai {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7S2fccai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7S2fccai .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7S2fccai .container {
    padding: 0 20px;
  }
}
.cid-uY7S2fccai .row {
  justify-content: space-between;
}
.cid-uY7S2fccai .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7S2fccai .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7S2fccai .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7S2fccai .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7S2fccai .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7S2fccai .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7S2fccai .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7S2fccai .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7S2fccai .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7S2fccai .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7S2fccai .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7S2fccai .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7S2fccai .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7S2fccai .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7S2fccai .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7S2fccai .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7S2fccai .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7S2fccai .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7S2fccai .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7S2fccai .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7S2fccai .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7S2fccai .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7S2fccai .mbr-section-title,
.cid-uY7S2fccai .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7TIGLAA6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7TIGLAA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7TIGLAA6 .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7TIGLAA6 .container {
    padding: 0 20px;
  }
}
.cid-uY7TIGLAA6 .row {
  justify-content: space-between;
}
.cid-uY7TIGLAA6 .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7TIGLAA6 .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7TIGLAA6 .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7TIGLAA6 .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7TIGLAA6 .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7TIGLAA6 .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7TIGLAA6 .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7TIGLAA6 .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7TIGLAA6 .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7TIGLAA6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7TIGLAA6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7TIGLAA6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7TIGLAA6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7TIGLAA6 .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7TIGLAA6 .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7TIGLAA6 .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7TIGLAA6 .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7TIGLAA6 .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7TIGLAA6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7TIGLAA6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7TIGLAA6 .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7TIGLAA6 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7TIGLAA6 .mbr-section-title,
.cid-uY7TIGLAA6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7UhROmXh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7UhROmXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7UhROmXh .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7UhROmXh .container {
    padding: 0 20px;
  }
}
.cid-uY7UhROmXh .row {
  justify-content: space-between;
}
.cid-uY7UhROmXh .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7UhROmXh .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7UhROmXh .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7UhROmXh .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7UhROmXh .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7UhROmXh .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7UhROmXh .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7UhROmXh .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7UhROmXh .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7UhROmXh .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7UhROmXh .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7UhROmXh .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7UhROmXh .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7UhROmXh .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7UhROmXh .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7UhROmXh .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7UhROmXh .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7UhROmXh .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7UhROmXh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7UhROmXh .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7UhROmXh .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7UhROmXh .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7UhROmXh .mbr-section-title,
.cid-uY7UhROmXh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uY7UoI2A7l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7UoI2A7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7UoI2A7l .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uY7UoI2A7l .container {
    padding: 0 20px;
  }
}
.cid-uY7UoI2A7l .row {
  justify-content: space-between;
}
.cid-uY7UoI2A7l .card {
  justify-content: center;
  width: 100%;
}
.cid-uY7UoI2A7l .image-wrapper {
  padding-left: 27%;
  padding-right: 27%;
}
@media (max-width: 1200px) {
  .cid-uY7UoI2A7l .image-wrapper {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media (max-width: 992px) {
  .cid-uY7UoI2A7l .image-wrapper {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uY7UoI2A7l .image-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
  }
}
.cid-uY7UoI2A7l .image-wrapper .image-wrap {
  width: 100%;
  object-fit: contain;
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uY7UoI2A7l .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uY7UoI2A7l .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uY7UoI2A7l .image-wrapper .image-wrap img {
  width: 100%;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1439px) {
  .cid-uY7UoI2A7l .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 1023px) {
  .cid-uY7UoI2A7l .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uY7UoI2A7l .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.4);
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uY7UoI2A7l .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uY7UoI2A7l .image-wrapper .image-wrap img {
    width: 100%;
    border: 1px ridge rgba(36, 36, 36, 0.6);
    box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
}
.cid-uY7UoI2A7l .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uY7UoI2A7l .content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uY7UoI2A7l .content-wrapper {
    padding-right: 20px;
  }
}
.cid-uY7UoI2A7l .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uY7UoI2A7l .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY7UoI2A7l .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uY7UoI2A7l .mbr-desc {
  margin-top: 20px;
  color: #000000;
  text-align: center;
}
.cid-uY7UoI2A7l .mbr-section-title {
  color: #1e1d1c;
}
.cid-uY7UoI2A7l .mbr-section-title,
.cid-uY7UoI2A7l .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vcXI2Q4F8b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e78b2;
}
.cid-vcXI2Q4F8b .card-wrapper {
  z-index: 3;
}
.cid-vcXI2Q4F8b .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcXI2Q4F8b:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcXI2Q4F8b .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcXI2Q4F8b .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcXI2Q4F8b H2 {
  margin-top: 4px;
  text-align: left;
  color: #ffffff;
  font-size: 150%;
  font-weight: 400;
  line-height: 120%;
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 600px) {
  .cid-vcXI2Q4F8b H2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uzHtMnEqDI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0e78b2;
}
.cid-uzHtMnEqDI .card-wrapper {
  z-index: 3;
}
.cid-uzHtMnEqDI .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-uzHtMnEqDI:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-uzHtMnEqDI .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uzHtMnEqDI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uzHtMnEqDI H2 {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 100%;
}
.cid-vcXI9Ofn2Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcXI9Ofn2Y .card-wrapper {
  z-index: 3;
}
.cid-vcXI9Ofn2Y .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcXI9Ofn2Y:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcXI9Ofn2Y .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcXI9Ofn2Y .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcXI9Ofn2Y H2 {
  text-align: center;
  color: #1c1c1c;
  font-weight: 500;
}
.cid-vcXIg1vZEH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vcXIg1vZEH .card-wrapper {
  z-index: 3;
}
.cid-vcXIg1vZEH .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vcXIg1vZEH:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vcXIg1vZEH .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vcXIg1vZEH .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vcXIg1vZEH H2 {
  text-align: center;
  color: #1c1c1c;
  font-weight: 400;
}
.cid-vec1ExMO53 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4da2;
}
.cid-vec1ExMO53 .card-wrapper {
  z-index: 3;
}
.cid-vec1ExMO53 .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vec1ExMO53:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vec1ExMO53 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vec1ExMO53 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vec1ExMO53 H2 {
  text-align: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 120%;
}
.cid-vec1zBx6AR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ec008c;
}
.cid-vec1zBx6AR .card-wrapper {
  z-index: 3;
}
.cid-vec1zBx6AR .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-vec1zBx6AR:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-vec1zBx6AR .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vec1zBx6AR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-vec1zBx6AR H2 {
  text-align: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 120%;
}
.cid-vcYcMXajQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e78b2;
}
.cid-vcYcMXajQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcYcMXajQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcYcMXajQw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vcYcMXajQw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vcYcMXajQw .container {
    padding: 0 20px;
  }
}
.cid-vcYcMXajQw .row {
  justify-content: center;
}
.cid-vcYcMXajQw .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcYcMXajQw .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcYcMXajQw .logo-wrapper img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: contain;
  border: 1px ridge rgba(36, 36, 36, 0.6);
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.3);
}
.cid-vcYcMXajQw .logo-wrapper a {
  display: inline-flex;
}
.cid-vcYcMXajQw .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcYcMXajQw .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcYcMXajQw .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcYcMXajQw .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vcYcMXajQw .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-vcYcMXajQw .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcYcMXajQw .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-vcYcMXajQw .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-vcYcMXajQw .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vcYcMXajQw .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #ffffff;
}
.cid-vcYcMXajQw .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-vcYcMXajQw .list {
  color: #ffffff;
  font-size: 120%;
}
.cid-vcYcMXajQw .mbr-copy {
  color: #ffffff;
}
.cid-vcYcMXajQw .mbr-copy,
.cid-vcYcMXajQw .logo-wrapper {
  color: #ffffff;
}
.cid-v2tNSa9vBD {
  padding-top: 15px;
  padding-bottom: 150px;
  background-color: #1e1d1c;
}
.cid-v2tNSa9vBD .card-wrapper {
  z-index: 3;
}
.cid-v2tNSa9vBD .card-wrapper .mbr-section-title {
  letter-spacing: 2px;
}
.cid-v2tNSa9vBD:hover .mbr-section-title {
  letter-spacing: 2px;
  transition: all 2.5s cubic-bezier(0, 0.4, 0.6, 1);
}
.cid-v2tNSa9vBD .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v2tNSa9vBD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v2tNSa9vBD H2 {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
}
