@charset "UTF-8";

.signature{
    font-family: "Bonheur Royale", cursive;
}

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: cover;
}
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.6rem 0.6rem;
  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: Bacasime Antique;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 2.375rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !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: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !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: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !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: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !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: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !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: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.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: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.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: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* 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: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.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: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec8c39 !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='%23f2ac2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-tROHXWylOb {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHXWylOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHXWylOb .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-tROHXWylOb .container {
    padding: 0 15px;
  }
}
.cid-tROHXWylOb .row {
  justify-content: center;
}
.cid-tROHXWylOb .content-wrapper {
  padding: 92px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-tROHXWylOb .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-tROHXWylOb .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-tROHXWylOb .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tROHXWylOb .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-tROHXWylOb .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHXWylOb .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHXWylOb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHXWylOb .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHXWylOb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tROHXWylOb .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-tROHXWylOb .content-wrapper .countdown-cont {
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .cid-tROHXWylOb .countdown.countdown-inited .row .col-3 {
    padding: 0 10px;
  }
}
.cid-tROHXWylOb .number-wrap {
  color: #d2d2df;
  text-align: center;
}
.cid-tROHXWylOb .number {
  color: #f2ac2b;
}
.cid-tROHXWylOb .period {
  display: block;
}
.cid-tROHXWylOb .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tROHXWylOb .period {
    font-size: 0.8rem;
  }
}
.cid-tROHXWylOb .mbr-section-title {
  color: #ffffff;
}
.cid-tROHXWylOb .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHXWylOb .mbr-section-title,
.cid-tROHXWylOb .mbr-section-btn {
  text-align: center;
}
.cid-uMGBz8JoP8 {
  overflow: hidden;
  background-image: url("../../../assets/images/when-is-ai-actually-ai-1080x1138.jpg");
}
.cid-uMGBz8JoP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMGBz8JoP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMGBz8JoP8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMGBz8JoP8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMGBz8JoP8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMGBz8JoP8 .container {
    padding: 0 20px;
  }
  .cid-uMGBz8JoP8 .container .row {
    padding: 0;
  }
}
.cid-uMGBz8JoP8 .row {
  justify-content: center;
}
.cid-uMGBz8JoP8 .title-wrapper {
  position: relative;
}
.cid-uMGBz8JoP8 .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMGBz8JoP8 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMGBz8JoP8 .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMGBz8JoP8 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMGBz8JoP8 .text-wrapper {
  position: relative;
}
.cid-uMGBz8JoP8 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMGBz8JoP8 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMGBz8JoP8 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMGBz8JoP8 .mbr-section-title {
  color: #d2d2df;
  text-align: left;
}
.cid-uMGBz8JoP8 .mbr-text {
  color: #222222;
}
.cid-uMGBz8JoP8 .mbr-text,
.cid-uMGBz8JoP8 .mbr-section-btn {
  color: #ebebeb;
  text-align: right;
}
.cid-uMGBz8JoP8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMGBz9rsFu {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMGBz9rsFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMGBz9rsFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMGBz9rsFu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMGBz9rsFu .container {
    padding: 0 15px;
  }
}
.cid-uMGBz9rsFu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMGBz9rsFu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMGBz9rsFu .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMGBz9rsFu .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMGBz9rsFu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMGBz9rsFu .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMGBz9rsFu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMGBz9rsFu .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMGBz9rsFu .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMGBz9rsFu .image-wrapper {
    margin: 0;
  }
}
.cid-uMGBz9rsFu .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMGBz9rsFu .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMGBz9rsFu .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMGBz9rsFu .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMGBz9rsFu .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMGBz9rsFu .mbr-text {
  color: #303030;
}
.cid-uMGBz9rsFu .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMGBz9rsFu .mbr-section-subtitle,
.cid-uMGBz9rsFu .mbr-section-btn {
  text-align: center;
}
.cid-uMHm6f38Qa {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMHm6f38Qa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHm6f38Qa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHm6f38Qa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMHm6f38Qa .container {
    padding: 0 15px;
  }
}
.cid-uMHm6f38Qa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMHm6f38Qa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMHm6f38Qa .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMHm6f38Qa .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMHm6f38Qa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMHm6f38Qa .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMHm6f38Qa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMHm6f38Qa .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMHm6f38Qa .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMHm6f38Qa .image-wrapper {
    margin: 0;
  }
}
.cid-uMHm6f38Qa .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMHm6f38Qa .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMHm6f38Qa .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMHm6f38Qa .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMHm6f38Qa .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMHm6f38Qa .mbr-text {
  color: #303030;
}
.cid-uMHm6f38Qa .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMHm6f38Qa .mbr-section-subtitle,
.cid-uMHm6f38Qa .mbr-section-btn {
  text-align: center;
}
.cid-uMHqhGHbyc {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMHqhGHbyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHqhGHbyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHqhGHbyc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMHqhGHbyc .container {
    padding: 0 15px;
  }
}
.cid-uMHqhGHbyc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMHqhGHbyc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMHqhGHbyc .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMHqhGHbyc .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMHqhGHbyc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMHqhGHbyc .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMHqhGHbyc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMHqhGHbyc .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMHqhGHbyc .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMHqhGHbyc .image-wrapper {
    margin: 0;
  }
}
.cid-uMHqhGHbyc .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMHqhGHbyc .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMHqhGHbyc .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMHqhGHbyc .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMHqhGHbyc .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMHqhGHbyc .mbr-text {
  color: #303030;
}
.cid-uMHqhGHbyc .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMHqhGHbyc .mbr-section-subtitle,
.cid-uMHqhGHbyc .mbr-section-btn {
  text-align: center;
}
.cid-uMFPlSG1T4 {
  overflow: hidden;
  background-image: url("../../../assets/images/its-alive-900x720.jpg");
}
.cid-uMFPlSG1T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFPlSG1T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFPlSG1T4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMFPlSG1T4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMFPlSG1T4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMFPlSG1T4 .container {
    padding: 0 20px;
  }
  .cid-uMFPlSG1T4 .container .row {
    padding: 0;
  }
}
.cid-uMFPlSG1T4 .row {
  justify-content: center;
}
.cid-uMFPlSG1T4 .title-wrapper {
  position: relative;
}
.cid-uMFPlSG1T4 .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMFPlSG1T4 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMFPlSG1T4 .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMFPlSG1T4 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMFPlSG1T4 .text-wrapper {
  position: relative;
}
.cid-uMFPlSG1T4 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMFPlSG1T4 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMFPlSG1T4 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMFPlSG1T4 .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uMFPlSG1T4 .mbr-text {
  color: #222222;
}
.cid-uMFPlSG1T4 .mbr-text,
.cid-uMFPlSG1T4 .mbr-section-btn {
  color: #ffc354;
  text-align: right;
}
.cid-uMFPlSG1T4 .mbr-section-subtitle {
  color: #d2d2df;
  text-align: center;
}
.cid-uMFWjVqZAp {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMFWjVqZAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFWjVqZAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFWjVqZAp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMFWjVqZAp .container {
    padding: 0 15px;
  }
}
.cid-uMFWjVqZAp .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMFWjVqZAp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMFWjVqZAp .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMFWjVqZAp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMFWjVqZAp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMFWjVqZAp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uMFWjVqZAp .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMFWjVqZAp .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uMFWjVqZAp .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uMFWjVqZAp .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMFWjVqZAp .items-wrapper .item a {
  display: block;
}
.cid-uMFWjVqZAp .items-wrapper .item a:hover .item-wrapper::before,
.cid-uMFWjVqZAp .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uMFWjVqZAp .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uMFWjVqZAp .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uMFWjVqZAp .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMFWjVqZAp .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uMFWjVqZAp .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uMFWjVqZAp .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uMFWjVqZAp .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uMFWjVqZAp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMFWjVqZAp .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uMFU3PdtTS {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMFU3PdtTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFU3PdtTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFU3PdtTS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMFU3PdtTS .container {
    padding: 0 15px;
  }
}
.cid-uMFU3PdtTS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMFU3PdtTS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMFU3PdtTS .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMFU3PdtTS .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMFU3PdtTS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMFU3PdtTS .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMFU3PdtTS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMFU3PdtTS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMFU3PdtTS .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMFU3PdtTS .image-wrapper {
    margin: 0;
  }
}
.cid-uMFU3PdtTS .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMFU3PdtTS .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMFU3PdtTS .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMFU3PdtTS .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMFU3PdtTS .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMFU3PdtTS .mbr-text {
  color: #303030;
}
.cid-uMFU3PdtTS .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMFYHPx3WX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 100vh;
}
.cid-uMP4cSXeGJ {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMP4cSXeGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMP4cSXeGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMP4cSXeGJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMP4cSXeGJ .container {
    padding: 0 15px;
  }
}
.cid-uMP4cSXeGJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMP4cSXeGJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMP4cSXeGJ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMP4cSXeGJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMP4cSXeGJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMP4cSXeGJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uMP4cSXeGJ .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMP4cSXeGJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uMP4cSXeGJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uMP4cSXeGJ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMP4cSXeGJ .items-wrapper .item a {
  display: block;
}
.cid-uMP4cSXeGJ .items-wrapper .item a:hover .item-wrapper::before,
.cid-uMP4cSXeGJ .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uMP4cSXeGJ .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uMP4cSXeGJ .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uMP4cSXeGJ .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMP4cSXeGJ .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uMP4cSXeGJ .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uMP4cSXeGJ .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uMP4cSXeGJ .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uMP4cSXeGJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMP4cSXeGJ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uMP4cUFc3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  min-height: 100vh;
}
.cid-uMPfd5F9ua {
  overflow: hidden;
  background-image: url("../../../assets/images/the-gift-of-giving-1073x1386.jpg");
}
.cid-uMPfd5F9ua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPfd5F9ua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPfd5F9ua .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMPfd5F9ua .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMPfd5F9ua .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMPfd5F9ua .container {
    padding: 0 20px;
  }
  .cid-uMPfd5F9ua .container .row {
    padding: 0;
  }
}
.cid-uMPfd5F9ua .row {
  justify-content: center;
}
.cid-uMPfd5F9ua .title-wrapper {
  position: relative;
}
.cid-uMPfd5F9ua .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMPfd5F9ua .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMPfd5F9ua .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMPfd5F9ua .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMPfd5F9ua .text-wrapper {
  position: relative;
}
.cid-uMPfd5F9ua .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMPfd5F9ua .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMPfd5F9ua .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMPfd5F9ua .mbr-section-title {
  color: #d2d2df;
  text-align: left;
}
.cid-uMPfd5F9ua .mbr-text {
  color: #222222;
}
.cid-uMPfd5F9ua .mbr-text,
.cid-uMPfd5F9ua .mbr-section-btn {
  color: #ebebeb;
  text-align: right;
}
.cid-uMPfd5F9ua .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMPfd69drE {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMPfd69drE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPfd69drE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPfd69drE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPfd69drE .container {
    padding: 0 15px;
  }
}
.cid-uMPfd69drE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMPfd69drE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMPfd69drE .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMPfd69drE .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMPfd69drE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMPfd69drE .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMPfd69drE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMPfd69drE .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMPfd69drE .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPfd69drE .image-wrapper {
    margin: 0;
  }
}
.cid-uMPfd69drE .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMPfd69drE .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMPfd69drE .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMPfd69drE .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMPfd69drE .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMPfd69drE .mbr-text {
  color: #303030;
}
.cid-uMPfd69drE .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMPfd69drE .mbr-section-subtitle,
.cid-uMPfd69drE .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMPfd6yQCl {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMPfd6yQCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPfd6yQCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPfd6yQCl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPfd6yQCl .container {
    padding: 0 15px;
  }
}
.cid-uMPfd6yQCl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMPfd6yQCl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMPfd6yQCl .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMPfd6yQCl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMPfd6yQCl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMPfd6yQCl .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMPfd6yQCl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMPfd6yQCl .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMPfd6yQCl .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPfd6yQCl .image-wrapper {
    margin: 0;
  }
}
.cid-uMPfd6yQCl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMPfd6yQCl .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMPfd6yQCl .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMPfd6yQCl .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMPfd6yQCl .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMPfd6yQCl .mbr-text {
  color: #303030;
}
.cid-uMPfd6yQCl .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMPfd6yQCl .mbr-section-subtitle,
.cid-uMPfd6yQCl .mbr-section-btn {
  text-align: center;
}
.cid-uMPgGKj0BH {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMPgGKj0BH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPgGKj0BH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPgGKj0BH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPgGKj0BH .container {
    padding: 0 15px;
  }
}
.cid-uMPgGKj0BH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMPgGKj0BH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMPgGKj0BH .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMPgGKj0BH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMPgGKj0BH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMPgGKj0BH .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMPgGKj0BH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMPgGKj0BH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMPgGKj0BH .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPgGKj0BH .image-wrapper {
    margin: 0;
  }
}
.cid-uMPgGKj0BH .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMPgGKj0BH .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMPgGKj0BH .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMPgGKj0BH .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMPgGKj0BH .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMPgGKj0BH .mbr-text {
  color: #303030;
}
.cid-uMPgGKj0BH .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMPgGKj0BH .mbr-section-subtitle,
.cid-uMPgGKj0BH .mbr-section-btn {
  text-align: center;
}
.cid-uMPhl6iN5H {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMPhl6iN5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPhl6iN5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPhl6iN5H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPhl6iN5H .container {
    padding: 0 15px;
  }
}
.cid-uMPhl6iN5H .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMPhl6iN5H .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMPhl6iN5H .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMPhl6iN5H .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMPhl6iN5H .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMPhl6iN5H .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMPhl6iN5H .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMPhl6iN5H .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMPhl6iN5H .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPhl6iN5H .image-wrapper {
    margin: 0;
  }
}
.cid-uMPhl6iN5H .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMPhl6iN5H .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMPhl6iN5H .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMPhl6iN5H .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMPhl6iN5H .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMPhl6iN5H .mbr-text {
  color: #303030;
}
.cid-uMPhl6iN5H .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMPhl6iN5H .mbr-section-subtitle,
.cid-uMPhl6iN5H .mbr-section-btn {
  text-align: center;
}
.cid-uMPfd6ZnZl {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMPfd6ZnZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPfd6ZnZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPfd6ZnZl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPfd6ZnZl .container {
    padding: 0 15px;
  }
}
.cid-uMPfd6ZnZl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMPfd6ZnZl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMPfd6ZnZl .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMPfd6ZnZl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMPfd6ZnZl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMPfd6ZnZl .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMPfd6ZnZl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMPfd6ZnZl .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMPfd6ZnZl .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMPfd6ZnZl .image-wrapper {
    margin: 0;
  }
}
.cid-uMPfd6ZnZl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMPfd6ZnZl .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMPfd6ZnZl .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMPfd6ZnZl .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMPfd6ZnZl .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMPfd6ZnZl .mbr-text {
  color: #303030;
}
.cid-uMPfd6ZnZl .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMPfd6ZnZl .mbr-section-subtitle,
.cid-uMPfd6ZnZl .mbr-section-btn {
  text-align: center;
}
.cid-uMQu6CZ1q3 {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a90eccd6c30-1620x1080.jpg");
}
.cid-uMQu6CZ1q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQu6CZ1q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQu6CZ1q3 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQu6CZ1q3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQu6CZ1q3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQu6CZ1q3 .container {
    padding: 0 20px;
  }
  .cid-uMQu6CZ1q3 .container .row {
    padding: 0;
  }
}
.cid-uMQu6CZ1q3 .row {
  justify-content: center;
}
.cid-uMQu6CZ1q3 .title-wrapper {
  position: relative;
}
.cid-uMQu6CZ1q3 .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQu6CZ1q3 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQu6CZ1q3 .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQu6CZ1q3 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQu6CZ1q3 .text-wrapper {
  position: relative;
}
.cid-uMQu6CZ1q3 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQu6CZ1q3 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQu6CZ1q3 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQu6CZ1q3 .mbr-section-title {
  color: #d2d2df;
  text-align: left;
}
.cid-uMQu6CZ1q3 .mbr-text {
  color: #222222;
}
.cid-uMQu6CZ1q3 .mbr-text,
.cid-uMQu6CZ1q3 .mbr-section-btn {
  color: #ebebeb;
  text-align: right;
}
.cid-uMQu6CZ1q3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQu6DMhic {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQu6DMhic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQu6DMhic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQu6DMhic .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6DMhic .container {
    padding: 0 15px;
  }
}
.cid-uMQu6DMhic .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQu6DMhic .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQu6DMhic .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQu6DMhic .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQu6DMhic .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQu6DMhic .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQu6DMhic .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQu6DMhic .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQu6DMhic .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6DMhic .image-wrapper {
    margin: 0;
  }
}
.cid-uMQu6DMhic .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQu6DMhic .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQu6DMhic .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQu6DMhic .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQu6DMhic .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQu6DMhic .mbr-text {
  color: #303030;
}
.cid-uMQu6DMhic .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQu6DMhic .mbr-section-subtitle,
.cid-uMQu6DMhic .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQu6EitUY {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQu6EitUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQu6EitUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQu6EitUY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6EitUY .container {
    padding: 0 15px;
  }
}
.cid-uMQu6EitUY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQu6EitUY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQu6EitUY .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQu6EitUY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQu6EitUY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQu6EitUY .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQu6EitUY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQu6EitUY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQu6EitUY .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6EitUY .image-wrapper {
    margin: 0;
  }
}
.cid-uMQu6EitUY .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQu6EitUY .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQu6EitUY .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQu6EitUY .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQu6EitUY .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQu6EitUY .mbr-text {
  color: #303030;
}
.cid-uMQu6EitUY .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQu6EitUY .mbr-section-subtitle,
.cid-uMQu6EitUY .mbr-section-btn {
  text-align: center;
}
.cid-uMQu6EJc3v {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQu6EJc3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQu6EJc3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQu6EJc3v .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6EJc3v .container {
    padding: 0 15px;
  }
}
.cid-uMQu6EJc3v .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQu6EJc3v .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQu6EJc3v .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQu6EJc3v .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQu6EJc3v .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQu6EJc3v .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQu6EJc3v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQu6EJc3v .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQu6EJc3v .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6EJc3v .image-wrapper {
    margin: 0;
  }
}
.cid-uMQu6EJc3v .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQu6EJc3v .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQu6EJc3v .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQu6EJc3v .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQu6EJc3v .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQu6EJc3v .mbr-text {
  color: #303030;
}
.cid-uMQu6EJc3v .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQu6EJc3v .mbr-section-subtitle,
.cid-uMQu6EJc3v .mbr-section-btn {
  text-align: center;
}
.cid-uMQu6Fe05s {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQu6Fe05s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQu6Fe05s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQu6Fe05s .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6Fe05s .container {
    padding: 0 15px;
  }
}
.cid-uMQu6Fe05s .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQu6Fe05s .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQu6Fe05s .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQu6Fe05s .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQu6Fe05s .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQu6Fe05s .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQu6Fe05s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQu6Fe05s .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQu6Fe05s .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQu6Fe05s .image-wrapper {
    margin: 0;
  }
}
.cid-uMQu6Fe05s .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQu6Fe05s .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQu6Fe05s .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQu6Fe05s .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQu6Fe05s .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQu6Fe05s .mbr-text {
  color: #303030;
}
.cid-uMQu6Fe05s .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQu6Fe05s .mbr-section-subtitle,
.cid-uMQu6Fe05s .mbr-section-btn {
  text-align: center;
}
.cid-uMQvCGbWfN {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQvCGbWfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQvCGbWfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQvCGbWfN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQvCGbWfN .container {
    padding: 0 15px;
  }
}
.cid-uMQvCGbWfN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQvCGbWfN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQvCGbWfN .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQvCGbWfN .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQvCGbWfN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQvCGbWfN .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQvCGbWfN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQvCGbWfN .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQvCGbWfN .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQvCGbWfN .image-wrapper {
    margin: 0;
  }
}
.cid-uMQvCGbWfN .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQvCGbWfN .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQvCGbWfN .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQvCGbWfN .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQvCGbWfN .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQvCGbWfN .mbr-text {
  color: #303030;
}
.cid-uMQvCGbWfN .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQvCGbWfN .mbr-section-subtitle,
.cid-uMQvCGbWfN .mbr-section-btn {
  text-align: center;
}
.cid-uMQvPt0bMH {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQvPt0bMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQvPt0bMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQvPt0bMH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQvPt0bMH .container {
    padding: 0 15px;
  }
}
.cid-uMQvPt0bMH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQvPt0bMH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQvPt0bMH .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQvPt0bMH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQvPt0bMH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQvPt0bMH .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQvPt0bMH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQvPt0bMH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQvPt0bMH .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQvPt0bMH .image-wrapper {
    margin: 0;
  }
}
.cid-uMQvPt0bMH .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQvPt0bMH .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQvPt0bMH .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQvPt0bMH .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQvPt0bMH .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQvPt0bMH .mbr-text {
  color: #303030;
}
.cid-uMQvPt0bMH .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQvPt0bMH .mbr-section-subtitle,
.cid-uMQvPt0bMH .mbr-section-btn {
  text-align: center;
}
.cid-uMQAvwdjt6 {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQAvwdjt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQAvwdjt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQAvwdjt6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQAvwdjt6 .container {
    padding: 0 15px;
  }
}
.cid-uMQAvwdjt6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQAvwdjt6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQAvwdjt6 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQAvwdjt6 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQAvwdjt6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQAvwdjt6 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQAvwdjt6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQAvwdjt6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQAvwdjt6 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQAvwdjt6 .image-wrapper {
    margin: 0;
  }
}
.cid-uMQAvwdjt6 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQAvwdjt6 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQAvwdjt6 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQAvwdjt6 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQAvwdjt6 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQAvwdjt6 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uMQAvwdjt6 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQAvwdjt6 .mbr-section-subtitle,
.cid-uMQAvwdjt6 .mbr-section-btn {
  text-align: center;
}
.cid-uMQDFPzDwF {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a91303d2a55-960x641.jpg");
}
.cid-uMQDFPzDwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQDFPzDwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQDFPzDwF .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQDFPzDwF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQDFPzDwF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQDFPzDwF .container {
    padding: 0 20px;
  }
  .cid-uMQDFPzDwF .container .row {
    padding: 0;
  }
}
.cid-uMQDFPzDwF .row {
  justify-content: center;
}
.cid-uMQDFPzDwF .title-wrapper {
  position: relative;
}
.cid-uMQDFPzDwF .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQDFPzDwF .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQDFPzDwF .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQDFPzDwF .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQDFPzDwF .text-wrapper {
  position: relative;
}
.cid-uMQDFPzDwF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQDFPzDwF .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQDFPzDwF .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQDFPzDwF .mbr-section-title {
  color: #d2d2df;
  text-align: left;
}
.cid-uMQDFPzDwF .mbr-text {
  color: #222222;
}
.cid-uMQDFPzDwF .mbr-text,
.cid-uMQDFPzDwF .mbr-section-btn {
  color: #ebebeb;
  text-align: right;
}
.cid-uMQDFPzDwF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQDFQ3tdH {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQDFQ3tdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQDFQ3tdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQDFQ3tdH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQDFQ3tdH .container {
    padding: 0 15px;
  }
}
.cid-uMQDFQ3tdH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQDFQ3tdH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQDFQ3tdH .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQDFQ3tdH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQDFQ3tdH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQDFQ3tdH .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQDFQ3tdH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQDFQ3tdH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQDFQ3tdH .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQDFQ3tdH .image-wrapper {
    margin: 0;
  }
}
.cid-uMQDFQ3tdH .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQDFQ3tdH .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQDFQ3tdH .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQDFQ3tdH .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQDFQ3tdH .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQDFQ3tdH .mbr-text {
  color: #303030;
}
.cid-uMQDFQ3tdH .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQDFQ3tdH .mbr-section-subtitle,
.cid-uMQDFQ3tdH .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQDFQtTdY {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQDFQtTdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQDFQtTdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQDFQtTdY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQDFQtTdY .container {
    padding: 0 15px;
  }
}
.cid-uMQDFQtTdY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQDFQtTdY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQDFQtTdY .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQDFQtTdY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQDFQtTdY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQDFQtTdY .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQDFQtTdY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQDFQtTdY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQDFQtTdY .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQDFQtTdY .image-wrapper {
    margin: 0;
  }
}
.cid-uMQDFQtTdY .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQDFQtTdY .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQDFQtTdY .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQDFQtTdY .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQDFQtTdY .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQDFQtTdY .mbr-text {
  color: #303030;
}
.cid-uMQDFQtTdY .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQDFQtTdY .mbr-section-subtitle,
.cid-uMQDFQtTdY .mbr-section-btn {
  text-align: center;
}
.cid-uMQDFRQ09k {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQDFRQ09k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQDFRQ09k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQDFRQ09k .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQDFRQ09k .container {
    padding: 0 15px;
  }
}
.cid-uMQDFRQ09k .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQDFRQ09k .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQDFRQ09k .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQDFRQ09k .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQDFRQ09k .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQDFRQ09k .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQDFRQ09k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQDFRQ09k .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQDFRQ09k .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQDFRQ09k .image-wrapper {
    margin: 0;
  }
}
.cid-uMQDFRQ09k .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQDFRQ09k .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQDFRQ09k .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQDFRQ09k .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQDFRQ09k .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQDFRQ09k .mbr-text {
  color: #303030;
}
.cid-uMQDFRQ09k .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQDFRQ09k .mbr-section-subtitle,
.cid-uMQDFRQ09k .mbr-section-btn {
  text-align: center;
}
.cid-uMQGzicU6e {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a913db5eb73-772x960.jpg");
}
.cid-uMQGzicU6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQGzicU6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQGzicU6e .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQGzicU6e .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQGzicU6e .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQGzicU6e .container {
    padding: 0 20px;
  }
  .cid-uMQGzicU6e .container .row {
    padding: 0;
  }
}
.cid-uMQGzicU6e .row {
  justify-content: center;
}
.cid-uMQGzicU6e .title-wrapper {
  position: relative;
}
.cid-uMQGzicU6e .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQGzicU6e .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQGzicU6e .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQGzicU6e .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQGzicU6e .text-wrapper {
  position: relative;
}
.cid-uMQGzicU6e .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQGzicU6e .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQGzicU6e .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQGzicU6e .mbr-section-title {
  color: #d2d2df;
  text-align: left;
}
.cid-uMQGzicU6e .mbr-text {
  color: #222222;
}
.cid-uMQGzicU6e .mbr-text,
.cid-uMQGzicU6e .mbr-section-btn {
  color: #ebebeb;
  text-align: right;
}
.cid-uMQGzicU6e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQGziJe8g {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQGziJe8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQGziJe8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQGziJe8g .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQGziJe8g .container {
    padding: 0 15px;
  }
}
.cid-uMQGziJe8g .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQGziJe8g .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQGziJe8g .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQGziJe8g .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQGziJe8g .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQGziJe8g .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQGziJe8g .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQGziJe8g .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQGziJe8g .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQGziJe8g .image-wrapper {
    margin: 0;
  }
}
.cid-uMQGziJe8g .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQGziJe8g .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQGziJe8g .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQGziJe8g .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQGziJe8g .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQGziJe8g .mbr-text {
  color: #303030;
}
.cid-uMQGziJe8g .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQGziJe8g .mbr-section-subtitle,
.cid-uMQGziJe8g .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQGzjcITj {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQGzjcITj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQGzjcITj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQGzjcITj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQGzjcITj .container {
    padding: 0 15px;
  }
}
.cid-uMQGzjcITj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQGzjcITj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQGzjcITj .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQGzjcITj .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQGzjcITj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQGzjcITj .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQGzjcITj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQGzjcITj .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQGzjcITj .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQGzjcITj .image-wrapper {
    margin: 0;
  }
}
.cid-uMQGzjcITj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQGzjcITj .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQGzjcITj .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQGzjcITj .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQGzjcITj .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQGzjcITj .mbr-text {
  color: #303030;
}
.cid-uMQGzjcITj .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQGzjcITj .mbr-section-subtitle,
.cid-uMQGzjcITj .mbr-section-btn {
  text-align: center;
}
.cid-uMQIneOxFA {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQIneOxFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQIneOxFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQIneOxFA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQIneOxFA .container {
    padding: 0 15px;
  }
}
.cid-uMQIneOxFA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQIneOxFA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQIneOxFA .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQIneOxFA .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQIneOxFA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQIneOxFA .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQIneOxFA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQIneOxFA .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQIneOxFA .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQIneOxFA .image-wrapper {
    margin: 0;
  }
}
.cid-uMQIneOxFA .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQIneOxFA .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQIneOxFA .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQIneOxFA .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQIneOxFA .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQIneOxFA .mbr-text {
  color: #303030;
}
.cid-uMQIneOxFA .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQIneOxFA .mbr-section-subtitle,
.cid-uMQIneOxFA .mbr-section-btn {
  text-align: center;
}
.cid-uMQIFdWUmv {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQIFdWUmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQIFdWUmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQIFdWUmv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQIFdWUmv .container {
    padding: 0 15px;
  }
}
.cid-uMQIFdWUmv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQIFdWUmv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQIFdWUmv .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQIFdWUmv .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQIFdWUmv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQIFdWUmv .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQIFdWUmv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQIFdWUmv .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQIFdWUmv .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQIFdWUmv .image-wrapper {
    margin: 0;
  }
}
.cid-uMQIFdWUmv .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQIFdWUmv .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQIFdWUmv .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQIFdWUmv .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQIFdWUmv .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQIFdWUmv .mbr-text {
  color: #303030;
}
.cid-uMQIFdWUmv .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQIFdWUmv .mbr-section-subtitle,
.cid-uMQIFdWUmv .mbr-section-btn {
  text-align: center;
}
.cid-uMQGzjCeoH {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQGzjCeoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQGzjCeoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQGzjCeoH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQGzjCeoH .container {
    padding: 0 15px;
  }
}
.cid-uMQGzjCeoH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQGzjCeoH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQGzjCeoH .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQGzjCeoH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQGzjCeoH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQGzjCeoH .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQGzjCeoH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQGzjCeoH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQGzjCeoH .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQGzjCeoH .image-wrapper {
    margin: 0;
  }
}
.cid-uMQGzjCeoH .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQGzjCeoH .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQGzjCeoH .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQGzjCeoH .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQGzjCeoH .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQGzjCeoH .mbr-text {
  color: #303030;
}
.cid-uMQGzjCeoH .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQGzjCeoH .mbr-section-subtitle,
.cid-uMQGzjCeoH .mbr-section-btn {
  text-align: center;
}
.cid-uMQKysbu2X {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a916086eea9-660x960.jpg");
}
.cid-uMQKysbu2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQKysbu2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQKysbu2X .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQKysbu2X .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQKysbu2X .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQKysbu2X .container {
    padding: 0 20px;
  }
  .cid-uMQKysbu2X .container .row {
    padding: 0;
  }
}
.cid-uMQKysbu2X .row {
  justify-content: center;
}
.cid-uMQKysbu2X .title-wrapper {
  position: relative;
}
.cid-uMQKysbu2X .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQKysbu2X .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQKysbu2X .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQKysbu2X .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQKysbu2X .text-wrapper {
  position: relative;
}
.cid-uMQKysbu2X .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQKysbu2X .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQKysbu2X .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQKysbu2X .mbr-section-title {
  color: #d2d2df;
  text-align: left;
}
.cid-uMQKysbu2X .mbr-text {
  color: #222222;
}
.cid-uMQKysbu2X .mbr-text,
.cid-uMQKysbu2X .mbr-section-btn {
  color: #ebebeb;
  text-align: right;
}
.cid-uMQKysbu2X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQKysIJrU {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQKysIJrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQKysIJrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQKysIJrU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKysIJrU .container {
    padding: 0 15px;
  }
}
.cid-uMQKysIJrU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQKysIJrU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQKysIJrU .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQKysIJrU .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQKysIJrU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQKysIJrU .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQKysIJrU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQKysIJrU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQKysIJrU .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKysIJrU .image-wrapper {
    margin: 0;
  }
}
.cid-uMQKysIJrU .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQKysIJrU .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQKysIJrU .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQKysIJrU .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQKysIJrU .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQKysIJrU .mbr-text {
  color: #303030;
}
.cid-uMQKysIJrU .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQKysIJrU .mbr-section-subtitle,
.cid-uMQKysIJrU .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQKytabM7 {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQKytabM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQKytabM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQKytabM7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKytabM7 .container {
    padding: 0 15px;
  }
}
.cid-uMQKytabM7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQKytabM7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQKytabM7 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQKytabM7 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQKytabM7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQKytabM7 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQKytabM7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQKytabM7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQKytabM7 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKytabM7 .image-wrapper {
    margin: 0;
  }
}
.cid-uMQKytabM7 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQKytabM7 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQKytabM7 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQKytabM7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQKytabM7 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQKytabM7 .mbr-text {
  color: #303030;
}
.cid-uMQKytabM7 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQKytabM7 .mbr-section-subtitle,
.cid-uMQKytabM7 .mbr-section-btn {
  text-align: center;
}
.cid-uMQKytziUM {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQKytziUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQKytziUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQKytziUM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKytziUM .container {
    padding: 0 15px;
  }
}
.cid-uMQKytziUM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQKytziUM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQKytziUM .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQKytziUM .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQKytziUM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQKytziUM .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQKytziUM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQKytziUM .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQKytziUM .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKytziUM .image-wrapper {
    margin: 0;
  }
}
.cid-uMQKytziUM .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQKytziUM .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQKytziUM .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQKytziUM .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQKytziUM .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQKytziUM .mbr-text {
  color: #303030;
}
.cid-uMQKytziUM .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQKytziUM .mbr-section-subtitle,
.cid-uMQKytziUM .mbr-section-btn {
  text-align: center;
}
.cid-uMQKyu12rb {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQKyu12rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQKyu12rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQKyu12rb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKyu12rb .container {
    padding: 0 15px;
  }
}
.cid-uMQKyu12rb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQKyu12rb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQKyu12rb .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQKyu12rb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQKyu12rb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQKyu12rb .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQKyu12rb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQKyu12rb .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQKyu12rb .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKyu12rb .image-wrapper {
    margin: 0;
  }
}
.cid-uMQKyu12rb .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQKyu12rb .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQKyu12rb .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQKyu12rb .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQKyu12rb .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQKyu12rb .mbr-text {
  color: #303030;
}
.cid-uMQKyu12rb .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQKyu12rb .mbr-section-subtitle,
.cid-uMQKyu12rb .mbr-section-btn {
  text-align: center;
}
.cid-uMQKyuss9e {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQKyuss9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQKyuss9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQKyuss9e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKyuss9e .container {
    padding: 0 15px;
  }
}
.cid-uMQKyuss9e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQKyuss9e .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQKyuss9e .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQKyuss9e .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQKyuss9e .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQKyuss9e .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQKyuss9e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQKyuss9e .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQKyuss9e .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQKyuss9e .image-wrapper {
    margin: 0;
  }
}
.cid-uMQKyuss9e .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQKyuss9e .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQKyuss9e .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQKyuss9e .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQKyuss9e .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQKyuss9e .mbr-text {
  color: #303030;
}
.cid-uMQKyuss9e .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQKyuss9e .mbr-section-subtitle,
.cid-uMQKyuss9e .mbr-section-btn {
  text-align: center;
}
.cid-uMQNvoEXJ9 {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a917402436e-960x634.jpg");
}
.cid-uMQNvoEXJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQNvoEXJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQNvoEXJ9 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQNvoEXJ9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQNvoEXJ9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQNvoEXJ9 .container {
    padding: 0 20px;
  }
  .cid-uMQNvoEXJ9 .container .row {
    padding: 0;
  }
}
.cid-uMQNvoEXJ9 .row {
  justify-content: center;
}
.cid-uMQNvoEXJ9 .title-wrapper {
  position: relative;
}
.cid-uMQNvoEXJ9 .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQNvoEXJ9 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQNvoEXJ9 .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQNvoEXJ9 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQNvoEXJ9 .text-wrapper {
  position: relative;
}
.cid-uMQNvoEXJ9 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQNvoEXJ9 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQNvoEXJ9 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQNvoEXJ9 .mbr-section-title {
  color: #d2d2df;
  text-align: left;
}
.cid-uMQNvoEXJ9 .mbr-text {
  color: #222222;
}
.cid-uMQNvoEXJ9 .mbr-text,
.cid-uMQNvoEXJ9 .mbr-section-btn {
  color: #ebebeb;
  text-align: right;
}
.cid-uMQNvoEXJ9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQNvphZAW {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQNvphZAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQNvphZAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQNvphZAW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQNvphZAW .container {
    padding: 0 15px;
  }
}
.cid-uMQNvphZAW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQNvphZAW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQNvphZAW .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQNvphZAW .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQNvphZAW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQNvphZAW .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQNvphZAW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQNvphZAW .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQNvphZAW .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQNvphZAW .image-wrapper {
    margin: 0;
  }
}
.cid-uMQNvphZAW .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQNvphZAW .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQNvphZAW .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQNvphZAW .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQNvphZAW .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQNvphZAW .mbr-text {
  color: #303030;
}
.cid-uMQNvphZAW .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQNvphZAW .mbr-section-subtitle,
.cid-uMQNvphZAW .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQNvpNgDF {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQNvpNgDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQNvpNgDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQNvpNgDF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQNvpNgDF .container {
    padding: 0 15px;
  }
}
.cid-uMQNvpNgDF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQNvpNgDF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQNvpNgDF .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQNvpNgDF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQNvpNgDF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQNvpNgDF .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQNvpNgDF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQNvpNgDF .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQNvpNgDF .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQNvpNgDF .image-wrapper {
    margin: 0;
  }
}
.cid-uMQNvpNgDF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQNvpNgDF .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQNvpNgDF .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQNvpNgDF .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQNvpNgDF .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQNvpNgDF .mbr-text {
  color: #303030;
}
.cid-uMQNvpNgDF .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQNvpNgDF .mbr-section-subtitle,
.cid-uMQNvpNgDF .mbr-section-btn {
  text-align: center;
}
.cid-uMQNvrleIt {
  overflow: hidden;
  background-image: url("../../../assets/images/papertexture-2061711-1280-853x1280.jpg");
}
.cid-uMQNvrleIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQNvrleIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQNvrleIt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQNvrleIt .container {
    padding: 0 15px;
  }
}
.cid-uMQNvrleIt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQNvrleIt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQNvrleIt .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQNvrleIt .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQNvrleIt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQNvrleIt .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQNvrleIt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQNvrleIt .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQNvrleIt .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQNvrleIt .image-wrapper {
    margin: 0;
  }
}
.cid-uMQNvrleIt .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQNvrleIt .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQNvrleIt .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQNvrleIt .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQNvrleIt .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQNvrleIt .mbr-text {
  color: #303030;
}
.cid-uMQNvrleIt .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQNvrleIt .mbr-section-subtitle,
.cid-uMQNvrleIt .mbr-section-btn {
  text-align: center;
}
.cid-uMQQ9AS1UT {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a919225e0bd-1000x962.jpg");
}
.cid-uMQQ9AS1UT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQQ9AS1UT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQQ9AS1UT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQQ9AS1UT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQQ9AS1UT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQQ9AS1UT .container {
    padding: 0 20px;
  }
  .cid-uMQQ9AS1UT .container .row {
    padding: 0;
  }
}
.cid-uMQQ9AS1UT .row {
  justify-content: center;
}
.cid-uMQQ9AS1UT .title-wrapper {
  position: relative;
}
.cid-uMQQ9AS1UT .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQQ9AS1UT .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQQ9AS1UT .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQQ9AS1UT .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQQ9AS1UT .text-wrapper {
  position: relative;
}
.cid-uMQQ9AS1UT .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQQ9AS1UT .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQQ9AS1UT .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQQ9AS1UT .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uMQQ9AS1UT .mbr-text {
  color: #222222;
}
.cid-uMQQ9AS1UT .mbr-text,
.cid-uMQQ9AS1UT .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMQQ9AS1UT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQQ9BDLSg {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQQ9BDLSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQQ9BDLSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQQ9BDLSg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQQ9BDLSg .container {
    padding: 0 15px;
  }
}
.cid-uMQQ9BDLSg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQQ9BDLSg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQQ9BDLSg .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQQ9BDLSg .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQQ9BDLSg .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQQ9BDLSg .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQQ9BDLSg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQQ9BDLSg .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQQ9BDLSg .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQQ9BDLSg .image-wrapper {
    margin: 0;
  }
}
.cid-uMQQ9BDLSg .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQQ9BDLSg .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQQ9BDLSg .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQQ9BDLSg .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQQ9BDLSg .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQQ9BDLSg .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQQ9BDLSg .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQQ9BDLSg .mbr-section-subtitle,
.cid-uMQQ9BDLSg .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQRu6APPY {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQRu6APPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQRu6APPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQRu6APPY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQRu6APPY .container {
    padding: 0 15px;
  }
}
.cid-uMQRu6APPY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQRu6APPY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQRu6APPY .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQRu6APPY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQRu6APPY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQRu6APPY .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQRu6APPY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQRu6APPY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQRu6APPY .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQRu6APPY .image-wrapper {
    margin: 0;
  }
}
.cid-uMQRu6APPY .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQRu6APPY .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQRu6APPY .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQRu6APPY .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQRu6APPY .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQRu6APPY .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQRu6APPY .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQRu6APPY .mbr-section-subtitle,
.cid-uMQRu6APPY .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQRy8adi8 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQRy8adi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQRy8adi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQRy8adi8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQRy8adi8 .container {
    padding: 0 15px;
  }
}
.cid-uMQRy8adi8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQRy8adi8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQRy8adi8 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQRy8adi8 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQRy8adi8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQRy8adi8 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQRy8adi8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQRy8adi8 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQRy8adi8 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQRy8adi8 .image-wrapper {
    margin: 0;
  }
}
.cid-uMQRy8adi8 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQRy8adi8 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQRy8adi8 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQRy8adi8 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQRy8adi8 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQRy8adi8 .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQRy8adi8 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQRy8adi8 .mbr-section-subtitle,
.cid-uMQRy8adi8 .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQUzqbej6 {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a9d474472f6-855x1080.jpg");
}
.cid-uMQUzqbej6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQUzqbej6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQUzqbej6 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQUzqbej6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQUzqbej6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQUzqbej6 .container {
    padding: 0 20px;
  }
  .cid-uMQUzqbej6 .container .row {
    padding: 0;
  }
}
.cid-uMQUzqbej6 .row {
  justify-content: center;
}
.cid-uMQUzqbej6 .title-wrapper {
  position: relative;
}
.cid-uMQUzqbej6 .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQUzqbej6 .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQUzqbej6 .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQUzqbej6 .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQUzqbej6 .text-wrapper {
  position: relative;
}
.cid-uMQUzqbej6 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQUzqbej6 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQUzqbej6 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQUzqbej6 .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uMQUzqbej6 .mbr-text {
  color: #222222;
}
.cid-uMQUzqbej6 .mbr-text,
.cid-uMQUzqbej6 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMQUzqbej6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQUzqOKx9 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQUzqOKx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQUzqOKx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQUzqOKx9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQUzqOKx9 .container {
    padding: 0 15px;
  }
}
.cid-uMQUzqOKx9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQUzqOKx9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQUzqOKx9 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQUzqOKx9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQUzqOKx9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQUzqOKx9 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQUzqOKx9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQUzqOKx9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQUzqOKx9 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQUzqOKx9 .image-wrapper {
    margin: 0;
  }
}
.cid-uMQUzqOKx9 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQUzqOKx9 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQUzqOKx9 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQUzqOKx9 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQUzqOKx9 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQUzqOKx9 .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQUzqOKx9 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQUzqOKx9 .mbr-section-subtitle,
.cid-uMQUzqOKx9 .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQUzrhl0B {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQUzrhl0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQUzrhl0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQUzrhl0B .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQUzrhl0B .container {
    padding: 0 15px;
  }
}
.cid-uMQUzrhl0B .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQUzrhl0B .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQUzrhl0B .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQUzrhl0B .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQUzrhl0B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQUzrhl0B .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQUzrhl0B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQUzrhl0B .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQUzrhl0B .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQUzrhl0B .image-wrapper {
    margin: 0;
  }
}
.cid-uMQUzrhl0B .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQUzrhl0B .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQUzrhl0B .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQUzrhl0B .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQUzrhl0B .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQUzrhl0B .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQUzrhl0B .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQUzrhl0B .mbr-section-subtitle,
.cid-uMQUzrhl0B .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQVyWco5j {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQVyWco5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQVyWco5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQVyWco5j .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQVyWco5j .container {
    padding: 0 15px;
  }
}
.cid-uMQVyWco5j .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQVyWco5j .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQVyWco5j .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQVyWco5j .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQVyWco5j .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQVyWco5j .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQVyWco5j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQVyWco5j .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQVyWco5j .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQVyWco5j .image-wrapper {
    margin: 0;
  }
}
.cid-uMQVyWco5j .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQVyWco5j .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQVyWco5j .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQVyWco5j .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQVyWco5j .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQVyWco5j .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQVyWco5j .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQVyWco5j .mbr-section-subtitle,
.cid-uMQVyWco5j .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQUzrLljb {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQUzrLljb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQUzrLljb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQUzrLljb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQUzrLljb .container {
    padding: 0 15px;
  }
}
.cid-uMQUzrLljb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQUzrLljb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQUzrLljb .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQUzrLljb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQUzrLljb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQUzrLljb .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQUzrLljb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQUzrLljb .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQUzrLljb .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQUzrLljb .image-wrapper {
    margin: 0;
  }
}
.cid-uMQUzrLljb .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQUzrLljb .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQUzrLljb .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQUzrLljb .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQUzrLljb .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQUzrLljb .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQUzrLljb .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQUzrLljb .mbr-section-subtitle,
.cid-uMQUzrLljb .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQWCoa7H9 {
  overflow: hidden;
  background-image: url("../../../assets/images/its-alive-900x720.jpg");
}
.cid-uMQWCoa7H9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQWCoa7H9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQWCoa7H9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQWCoa7H9 .container {
    padding: 0 15px;
  }
}
.cid-uMQWCoa7H9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQWCoa7H9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQWCoa7H9 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQWCoa7H9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQWCoa7H9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQWCoa7H9 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQWCoa7H9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQWCoa7H9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQWCoa7H9 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQWCoa7H9 .image-wrapper {
    margin: 0;
  }
}
.cid-uMQWCoa7H9 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQWCoa7H9 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQWCoa7H9 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQWCoa7H9 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQWCoa7H9 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQWCoa7H9 .mbr-text {
  color: #303030;
  text-align: center;
}
.cid-uMQWCoa7H9 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQWCoa7H9 .mbr-section-subtitle,
.cid-uMQWCoa7H9 .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQYJldgwj {
  overflow: hidden;
  background-image: url("../../../assets/images/cover-uid-60a9d5d02d33c-1080x540.jpg");
}
.cid-uMQYJldgwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQYJldgwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQYJldgwj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMQYJldgwj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMQYJldgwj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMQYJldgwj .container {
    padding: 0 20px;
  }
  .cid-uMQYJldgwj .container .row {
    padding: 0;
  }
}
.cid-uMQYJldgwj .row {
  justify-content: center;
}
.cid-uMQYJldgwj .title-wrapper {
  position: relative;
}
.cid-uMQYJldgwj .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMQYJldgwj .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMQYJldgwj .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQYJldgwj .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMQYJldgwj .text-wrapper {
  position: relative;
}
.cid-uMQYJldgwj .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMQYJldgwj .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMQYJldgwj .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMQYJldgwj .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uMQYJldgwj .mbr-text {
  color: #222222;
}
.cid-uMQYJldgwj .mbr-text,
.cid-uMQYJldgwj .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMQYJldgwj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMQYJlMVS3 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQYJlMVS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQYJlMVS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQYJlMVS3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJlMVS3 .container {
    padding: 0 15px;
  }
}
.cid-uMQYJlMVS3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQYJlMVS3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQYJlMVS3 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQYJlMVS3 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQYJlMVS3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQYJlMVS3 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQYJlMVS3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQYJlMVS3 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQYJlMVS3 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJlMVS3 .image-wrapper {
    margin: 0;
  }
}
.cid-uMQYJlMVS3 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQYJlMVS3 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQYJlMVS3 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQYJlMVS3 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQYJlMVS3 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQYJlMVS3 .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQYJlMVS3 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQYJlMVS3 .mbr-section-subtitle,
.cid-uMQYJlMVS3 .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQYJmrlfi {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQYJmrlfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQYJmrlfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQYJmrlfi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJmrlfi .container {
    padding: 0 15px;
  }
}
.cid-uMQYJmrlfi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQYJmrlfi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQYJmrlfi .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQYJmrlfi .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQYJmrlfi .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQYJmrlfi .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQYJmrlfi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQYJmrlfi .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQYJmrlfi .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJmrlfi .image-wrapper {
    margin: 0;
  }
}
.cid-uMQYJmrlfi .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQYJmrlfi .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQYJmrlfi .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQYJmrlfi .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQYJmrlfi .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQYJmrlfi .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQYJmrlfi .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQYJmrlfi .mbr-section-subtitle,
.cid-uMQYJmrlfi .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQYJmZCmQ {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQYJmZCmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQYJmZCmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQYJmZCmQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJmZCmQ .container {
    padding: 0 15px;
  }
}
.cid-uMQYJmZCmQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQYJmZCmQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQYJmZCmQ .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQYJmZCmQ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQYJmZCmQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQYJmZCmQ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQYJmZCmQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQYJmZCmQ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQYJmZCmQ .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJmZCmQ .image-wrapper {
    margin: 0;
  }
}
.cid-uMQYJmZCmQ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQYJmZCmQ .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQYJmZCmQ .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQYJmZCmQ .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQYJmZCmQ .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQYJmZCmQ .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQYJmZCmQ .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQYJmZCmQ .mbr-section-subtitle,
.cid-uMQYJmZCmQ .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQZTKHHYz {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQZTKHHYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQZTKHHYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQZTKHHYz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQZTKHHYz .container {
    padding: 0 15px;
  }
}
.cid-uMQZTKHHYz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQZTKHHYz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQZTKHHYz .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQZTKHHYz .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQZTKHHYz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQZTKHHYz .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQZTKHHYz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQZTKHHYz .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQZTKHHYz .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQZTKHHYz .image-wrapper {
    margin: 0;
  }
}
.cid-uMQZTKHHYz .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQZTKHHYz .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQZTKHHYz .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQZTKHHYz .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQZTKHHYz .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQZTKHHYz .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQZTKHHYz .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQZTKHHYz .mbr-section-subtitle,
.cid-uMQZTKHHYz .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMR18ZulKP {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMR18ZulKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR18ZulKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMR18ZulKP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR18ZulKP .container {
    padding: 0 15px;
  }
}
.cid-uMR18ZulKP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMR18ZulKP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMR18ZulKP .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMR18ZulKP .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMR18ZulKP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMR18ZulKP .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMR18ZulKP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMR18ZulKP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMR18ZulKP .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR18ZulKP .image-wrapper {
    margin: 0;
  }
}
.cid-uMR18ZulKP .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMR18ZulKP .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMR18ZulKP .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMR18ZulKP .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMR18ZulKP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMR18ZulKP .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMR18ZulKP .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMR18ZulKP .mbr-section-subtitle,
.cid-uMR18ZulKP .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMQYJnuQ4l {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMQYJnuQ4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQYJnuQ4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQYJnuQ4l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJnuQ4l .container {
    padding: 0 15px;
  }
}
.cid-uMQYJnuQ4l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMQYJnuQ4l .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMQYJnuQ4l .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMQYJnuQ4l .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMQYJnuQ4l .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMQYJnuQ4l .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMQYJnuQ4l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMQYJnuQ4l .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMQYJnuQ4l .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMQYJnuQ4l .image-wrapper {
    margin: 0;
  }
}
.cid-uMQYJnuQ4l .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMQYJnuQ4l .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMQYJnuQ4l .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMQYJnuQ4l .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMQYJnuQ4l .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMQYJnuQ4l .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMQYJnuQ4l .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQYJnuQ4l .mbr-section-subtitle,
.cid-uMQYJnuQ4l .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMR3whLV1m {
  overflow: hidden;
  background-image: url("../../../assets/images/octetsml-661x900.png");
}
.cid-uMR3whLV1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR3whLV1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMR3whLV1m .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR3whLV1m .container {
    padding: 0 15px;
  }
}
.cid-uMR3whLV1m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMR3whLV1m .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMR3whLV1m .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMR3whLV1m .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMR3whLV1m .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMR3whLV1m .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMR3whLV1m .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMR3whLV1m .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMR3whLV1m .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR3whLV1m .image-wrapper {
    margin: 0;
  }
}
.cid-uMR3whLV1m .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMR3whLV1m .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #000000;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMR3whLV1m .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMR3whLV1m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMR3whLV1m .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMR3whLV1m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMR3whLV1m .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMR3whLV1m .mbr-section-subtitle,
.cid-uMR3whLV1m .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMR9zn2Rai {
  overflow: hidden;
  background-image: url("../../../assets/images/tv-remote-pdsvzlu.cover-uid-60aa0b38e3986-1080x720.jpg");
}
.cid-uMR9zn2Rai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR9zn2Rai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMR9zn2Rai .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMR9zn2Rai .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMR9zn2Rai .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMR9zn2Rai .container {
    padding: 0 20px;
  }
  .cid-uMR9zn2Rai .container .row {
    padding: 0;
  }
}
.cid-uMR9zn2Rai .row {
  justify-content: center;
}
.cid-uMR9zn2Rai .title-wrapper {
  position: relative;
}
.cid-uMR9zn2Rai .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMR9zn2Rai .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMR9zn2Rai .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMR9zn2Rai .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMR9zn2Rai .text-wrapper {
  position: relative;
}
.cid-uMR9zn2Rai .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMR9zn2Rai .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMR9zn2Rai .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMR9zn2Rai .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uMR9zn2Rai .mbr-text {
  color: #222222;
}
.cid-uMR9zn2Rai .mbr-text,
.cid-uMR9zn2Rai .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMR9zn2Rai .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMR9znBlpa {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMR9znBlpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR9znBlpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMR9znBlpa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR9znBlpa .container {
    padding: 0 15px;
  }
}
.cid-uMR9znBlpa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMR9znBlpa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMR9znBlpa .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMR9znBlpa .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMR9znBlpa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMR9znBlpa .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMR9znBlpa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMR9znBlpa .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMR9znBlpa .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR9znBlpa .image-wrapper {
    margin: 0;
  }
}
.cid-uMR9znBlpa .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMR9znBlpa .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMR9znBlpa .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMR9znBlpa .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMR9znBlpa .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMR9znBlpa .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMR9znBlpa .mbr-image-text {
  color: #303030;
  text-align: center;
}
.cid-uMR9znBlpa .mbr-section-subtitle,
.cid-uMR9znBlpa .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMR9zojwI7 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMR9zojwI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR9zojwI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMR9zojwI7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR9zojwI7 .container {
    padding: 0 15px;
  }
}
.cid-uMR9zojwI7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMR9zojwI7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMR9zojwI7 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMR9zojwI7 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMR9zojwI7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMR9zojwI7 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMR9zojwI7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMR9zojwI7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMR9zojwI7 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR9zojwI7 .image-wrapper {
    margin: 0;
  }
}
.cid-uMR9zojwI7 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMR9zojwI7 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMR9zojwI7 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMR9zojwI7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMR9zojwI7 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMR9zojwI7 .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMR9zojwI7 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMR9zojwI7 .mbr-section-subtitle,
.cid-uMR9zojwI7 .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRc36r03i {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRc36r03i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRc36r03i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRc36r03i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRc36r03i .container {
    padding: 0 15px;
  }
}
.cid-uMRc36r03i .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRc36r03i .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRc36r03i .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRc36r03i .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRc36r03i .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRc36r03i .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRc36r03i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRc36r03i .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRc36r03i .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRc36r03i .image-wrapper {
    margin: 0;
  }
}
.cid-uMRc36r03i .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRc36r03i .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRc36r03i .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRc36r03i .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRc36r03i .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRc36r03i .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRc36r03i .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRc36r03i .mbr-section-subtitle,
.cid-uMRc36r03i .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRj14qj89 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRj14qj89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRj14qj89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRj14qj89 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRj14qj89 .container {
    padding: 0 15px;
  }
}
.cid-uMRj14qj89 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRj14qj89 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRj14qj89 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRj14qj89 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRj14qj89 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRj14qj89 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRj14qj89 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRj14qj89 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRj14qj89 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRj14qj89 .image-wrapper {
    margin: 0;
  }
}
.cid-uMRj14qj89 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRj14qj89 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRj14qj89 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRj14qj89 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRj14qj89 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRj14qj89 .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRj14qj89 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRj14qj89 .mbr-section-subtitle,
.cid-uMRj14qj89 .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRcFv8Q1I {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRcFv8Q1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRcFv8Q1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRcFv8Q1I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRcFv8Q1I .container {
    padding: 0 15px;
  }
}
.cid-uMRcFv8Q1I .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRcFv8Q1I .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRcFv8Q1I .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRcFv8Q1I .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRcFv8Q1I .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRcFv8Q1I .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRcFv8Q1I .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRcFv8Q1I .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRcFv8Q1I .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRcFv8Q1I .image-wrapper {
    margin: 0;
  }
}
.cid-uMRcFv8Q1I .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRcFv8Q1I .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRcFv8Q1I .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRcFv8Q1I .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRcFv8Q1I .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRcFv8Q1I .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRcFv8Q1I .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRcFv8Q1I .mbr-section-subtitle,
.cid-uMRcFv8Q1I .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMR9zpqlBF {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMR9zpqlBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR9zpqlBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMR9zpqlBF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR9zpqlBF .container {
    padding: 0 15px;
  }
}
.cid-uMR9zpqlBF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMR9zpqlBF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMR9zpqlBF .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMR9zpqlBF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMR9zpqlBF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMR9zpqlBF .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMR9zpqlBF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMR9zpqlBF .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMR9zpqlBF .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMR9zpqlBF .image-wrapper {
    margin: 0;
  }
}
.cid-uMR9zpqlBF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMR9zpqlBF .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMR9zpqlBF .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMR9zpqlBF .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMR9zpqlBF .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMR9zpqlBF .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMR9zpqlBF .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMR9zpqlBF .mbr-section-subtitle,
.cid-uMR9zpqlBF .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRea2KYVl {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRea2KYVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRea2KYVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRea2KYVl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRea2KYVl .container {
    padding: 0 15px;
  }
}
.cid-uMRea2KYVl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRea2KYVl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRea2KYVl .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRea2KYVl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRea2KYVl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRea2KYVl .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRea2KYVl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRea2KYVl .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRea2KYVl .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRea2KYVl .image-wrapper {
    margin: 0;
  }
}
.cid-uMRea2KYVl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRea2KYVl .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRea2KYVl .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRea2KYVl .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRea2KYVl .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRea2KYVl .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRea2KYVl .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRea2KYVl .mbr-section-subtitle,
.cid-uMRea2KYVl .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRert3MnP {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRert3MnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRert3MnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRert3MnP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRert3MnP .container {
    padding: 0 15px;
  }
}
.cid-uMRert3MnP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRert3MnP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRert3MnP .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRert3MnP .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRert3MnP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRert3MnP .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRert3MnP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRert3MnP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRert3MnP .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRert3MnP .image-wrapper {
    margin: 0;
  }
}
.cid-uMRert3MnP .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRert3MnP .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRert3MnP .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRert3MnP .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRert3MnP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRert3MnP .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRert3MnP .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRert3MnP .mbr-section-subtitle,
.cid-uMRert3MnP .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMReIHjENJ {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMReIHjENJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMReIHjENJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMReIHjENJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMReIHjENJ .container {
    padding: 0 15px;
  }
}
.cid-uMReIHjENJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMReIHjENJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMReIHjENJ .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMReIHjENJ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMReIHjENJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMReIHjENJ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMReIHjENJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMReIHjENJ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMReIHjENJ .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMReIHjENJ .image-wrapper {
    margin: 0;
  }
}
.cid-uMReIHjENJ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMReIHjENJ .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMReIHjENJ .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMReIHjENJ .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMReIHjENJ .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMReIHjENJ .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMReIHjENJ .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMReIHjENJ .mbr-section-subtitle,
.cid-uMReIHjENJ .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMReVSUdQh {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMReVSUdQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMReVSUdQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMReVSUdQh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMReVSUdQh .container {
    padding: 0 15px;
  }
}
.cid-uMReVSUdQh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMReVSUdQh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMReVSUdQh .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMReVSUdQh .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMReVSUdQh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMReVSUdQh .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMReVSUdQh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMReVSUdQh .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMReVSUdQh .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMReVSUdQh .image-wrapper {
    margin: 0;
  }
}
.cid-uMReVSUdQh .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMReVSUdQh .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMReVSUdQh .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMReVSUdQh .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMReVSUdQh .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMReVSUdQh .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMReVSUdQh .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMReVSUdQh .mbr-section-subtitle,
.cid-uMReVSUdQh .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRfptyaX5 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRfptyaX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRfptyaX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRfptyaX5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRfptyaX5 .container {
    padding: 0 15px;
  }
}
.cid-uMRfptyaX5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRfptyaX5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRfptyaX5 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRfptyaX5 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRfptyaX5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRfptyaX5 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRfptyaX5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRfptyaX5 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRfptyaX5 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRfptyaX5 .image-wrapper {
    margin: 0;
  }
}
.cid-uMRfptyaX5 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRfptyaX5 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRfptyaX5 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRfptyaX5 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRfptyaX5 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRfptyaX5 .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRfptyaX5 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRfptyaX5 .mbr-section-subtitle,
.cid-uMRfptyaX5 .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRnaSUJJD {
  overflow: hidden;
  background-image: url("../../../assets/images/download-uid-66e1153368d5b-1920x1080.jpg");
}
.cid-uMRnaSUJJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRnaSUJJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRnaSUJJD .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMRnaSUJJD .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMRnaSUJJD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMRnaSUJJD .container {
    padding: 0 20px;
  }
  .cid-uMRnaSUJJD .container .row {
    padding: 0;
  }
}
.cid-uMRnaSUJJD .row {
  justify-content: center;
}
.cid-uMRnaSUJJD .title-wrapper {
  position: relative;
}
.cid-uMRnaSUJJD .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMRnaSUJJD .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMRnaSUJJD .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMRnaSUJJD .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMRnaSUJJD .text-wrapper {
  position: relative;
}
.cid-uMRnaSUJJD .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMRnaSUJJD .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMRnaSUJJD .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMRnaSUJJD .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uMRnaSUJJD .mbr-text {
  color: #222222;
}
.cid-uMRnaSUJJD .mbr-text,
.cid-uMRnaSUJJD .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMRnaSUJJD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMRnaTqgAG {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRnaTqgAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRnaTqgAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRnaTqgAG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRnaTqgAG .container {
    padding: 0 15px;
  }
}
.cid-uMRnaTqgAG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRnaTqgAG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRnaTqgAG .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRnaTqgAG .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRnaTqgAG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRnaTqgAG .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRnaTqgAG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRnaTqgAG .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRnaTqgAG .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRnaTqgAG .image-wrapper {
    margin: 0;
  }
}
.cid-uMRnaTqgAG .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRnaTqgAG .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRnaTqgAG .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRnaTqgAG .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRnaTqgAG .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRnaTqgAG .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRnaTqgAG .mbr-image-text {
  color: #303030;
  text-align: center;
}
.cid-uMRnaTqgAG .mbr-section-subtitle,
.cid-uMRnaTqgAG .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRnaTQ6mq {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRnaTQ6mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRnaTQ6mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRnaTQ6mq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRnaTQ6mq .container {
    padding: 0 15px;
  }
}
.cid-uMRnaTQ6mq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRnaTQ6mq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRnaTQ6mq .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRnaTQ6mq .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRnaTQ6mq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRnaTQ6mq .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRnaTQ6mq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRnaTQ6mq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRnaTQ6mq .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRnaTQ6mq .image-wrapper {
    margin: 0;
  }
}
.cid-uMRnaTQ6mq .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRnaTQ6mq .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRnaTQ6mq .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRnaTQ6mq .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRnaTQ6mq .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRnaTQ6mq .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRnaTQ6mq .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRnaTQ6mq .mbr-section-subtitle,
.cid-uMRnaTQ6mq .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRojZFo3r {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRojZFo3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRojZFo3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRojZFo3r .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRojZFo3r .container {
    padding: 0 15px;
  }
}
.cid-uMRojZFo3r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRojZFo3r .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRojZFo3r .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRojZFo3r .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRojZFo3r .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRojZFo3r .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRojZFo3r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRojZFo3r .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRojZFo3r .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRojZFo3r .image-wrapper {
    margin: 0;
  }
}
.cid-uMRojZFo3r .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRojZFo3r .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRojZFo3r .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRojZFo3r .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRojZFo3r .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRojZFo3r .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRojZFo3r .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRojZFo3r .mbr-section-subtitle,
.cid-uMRojZFo3r .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRour5whD {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRour5whD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRour5whD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRour5whD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRour5whD .container {
    padding: 0 15px;
  }
}
.cid-uMRour5whD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRour5whD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRour5whD .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRour5whD .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRour5whD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRour5whD .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRour5whD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRour5whD .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRour5whD .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRour5whD .image-wrapper {
    margin: 0;
  }
}
.cid-uMRour5whD .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRour5whD .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRour5whD .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRour5whD .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRour5whD .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRour5whD .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRour5whD .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRour5whD .mbr-section-subtitle,
.cid-uMRour5whD .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRoKQBHHn {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRoKQBHHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRoKQBHHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRoKQBHHn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRoKQBHHn .container {
    padding: 0 15px;
  }
}
.cid-uMRoKQBHHn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRoKQBHHn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRoKQBHHn .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRoKQBHHn .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRoKQBHHn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRoKQBHHn .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRoKQBHHn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRoKQBHHn .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRoKQBHHn .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRoKQBHHn .image-wrapper {
    margin: 0;
  }
}
.cid-uMRoKQBHHn .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRoKQBHHn .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRoKQBHHn .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRoKQBHHn .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRoKQBHHn .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRoKQBHHn .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRoKQBHHn .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRoKQBHHn .mbr-section-subtitle,
.cid-uMRoKQBHHn .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRoQF3g8f {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRoQF3g8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRoQF3g8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRoQF3g8f .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRoQF3g8f .container {
    padding: 0 15px;
  }
}
.cid-uMRoQF3g8f .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRoQF3g8f .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRoQF3g8f .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRoQF3g8f .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRoQF3g8f .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRoQF3g8f .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRoQF3g8f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRoQF3g8f .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRoQF3g8f .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRoQF3g8f .image-wrapper {
    margin: 0;
  }
}
.cid-uMRoQF3g8f .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRoQF3g8f .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRoQF3g8f .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRoQF3g8f .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRoQF3g8f .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRoQF3g8f .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRoQF3g8f .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRoQF3g8f .mbr-section-subtitle,
.cid-uMRoQF3g8f .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRoUu3GjA {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRoUu3GjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRoUu3GjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRoUu3GjA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRoUu3GjA .container {
    padding: 0 15px;
  }
}
.cid-uMRoUu3GjA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRoUu3GjA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRoUu3GjA .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRoUu3GjA .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRoUu3GjA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRoUu3GjA .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRoUu3GjA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRoUu3GjA .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRoUu3GjA .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRoUu3GjA .image-wrapper {
    margin: 0;
  }
}
.cid-uMRoUu3GjA .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRoUu3GjA .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRoUu3GjA .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRoUu3GjA .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRoUu3GjA .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRoUu3GjA .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRoUu3GjA .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRoUu3GjA .mbr-section-subtitle,
.cid-uMRoUu3GjA .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMRnaYMWWc {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMRnaYMWWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRnaYMWWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRnaYMWWc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRnaYMWWc .container {
    padding: 0 15px;
  }
}
.cid-uMRnaYMWWc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMRnaYMWWc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMRnaYMWWc .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMRnaYMWWc .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMRnaYMWWc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMRnaYMWWc .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMRnaYMWWc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMRnaYMWWc .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMRnaYMWWc .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMRnaYMWWc .image-wrapper {
    margin: 0;
  }
}
.cid-uMRnaYMWWc .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMRnaYMWWc .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMRnaYMWWc .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRnaYMWWc .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMRnaYMWWc .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMRnaYMWWc .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMRnaYMWWc .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMRnaYMWWc .mbr-section-subtitle,
.cid-uMRnaYMWWc .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMSlS1EwNP {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMSlS1EwNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSlS1EwNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSlS1EwNP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMSlS1EwNP .container {
    padding: 0 15px;
  }
}
.cid-uMSlS1EwNP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMSlS1EwNP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMSlS1EwNP .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMSlS1EwNP .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMSlS1EwNP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMSlS1EwNP .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMSlS1EwNP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMSlS1EwNP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMSlS1EwNP .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMSlS1EwNP .image-wrapper {
    margin: 0;
  }
}
.cid-uMSlS1EwNP .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMSlS1EwNP .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMSlS1EwNP .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMSlS1EwNP .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMSlS1EwNP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMSlS1EwNP .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMSlS1EwNP .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMSlS1EwNP .mbr-section-subtitle,
.cid-uMSlS1EwNP .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
.cid-uMSmL4rsbU {
  overflow: hidden;
  background-image: url("../../../assets/images/itlive.gif");
}
.cid-uMSmL4rsbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSmL4rsbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSmL4rsbU .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uMSmL4rsbU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMSmL4rsbU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMSmL4rsbU .container {
    padding: 0 20px;
  }
  .cid-uMSmL4rsbU .container .row {
    padding: 0;
  }
}
.cid-uMSmL4rsbU .row {
  justify-content: center;
}
.cid-uMSmL4rsbU .title-wrapper {
  position: relative;
}
.cid-uMSmL4rsbU .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f2ac2b;
}
@media (max-width: 768px) {
  .cid-uMSmL4rsbU .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uMSmL4rsbU .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMSmL4rsbU .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uMSmL4rsbU .text-wrapper {
  position: relative;
}
.cid-uMSmL4rsbU .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMSmL4rsbU .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uMSmL4rsbU .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uMSmL4rsbU .mbr-section-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uMSmL4rsbU .mbr-text {
  color: #222222;
}
.cid-uMSmL4rsbU .mbr-text,
.cid-uMSmL4rsbU .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uMSmL4rsbU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMSmL5c1OS {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMSmL5c1OS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSmL5c1OS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSmL5c1OS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMSmL5c1OS .container {
    padding: 0 15px;
  }
}
.cid-uMSmL5c1OS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMSmL5c1OS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMSmL5c1OS .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uMSmL5c1OS .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uMSmL5c1OS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMSmL5c1OS .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMSmL5c1OS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMSmL5c1OS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uMSmL5c1OS .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMSmL5c1OS .image-wrapper {
    margin: 0;
  }
}
.cid-uMSmL5c1OS .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uMSmL5c1OS .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #d2d2df;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uMSmL5c1OS .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMSmL5c1OS .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMSmL5c1OS .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uMSmL5c1OS .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uMSmL5c1OS .mbr-image-text {
  color: #303030;
  text-align: center;
}
.cid-uMSmL5c1OS .mbr-section-subtitle,
.cid-uMSmL5c1OS .mbr-section-btn {
  text-align: center;
  color: #373d52;
}
