body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #181818 !important;
}
.bg-success {
  background-color: #f8f8f8 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #838b9c !important;
}
.bg-danger {
  background-color: #9d5578 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #797979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4d4d4d !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #797979 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #838b9c !important;
  border-color: #838b9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d5578 !important;
  border-color: #9d5578 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #65374d !important;
  border-color: #65374d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #65374d !important;
  border-color: #65374d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #181818;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #454545;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #f8f8f8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cdcdcd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #838b9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #59606f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #838b9c !important;
  border-color: #838b9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d5578;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #65374d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d5578 !important;
  border-color: #9d5578 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #181818 !important;
}
.text-secondary {
  color: #454545 !important;
}
.text-success {
  color: #f8f8f8 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #838b9c !important;
}
.text-danger {
  color: #9d5578 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #121212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c5c5c5 !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: #525967 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5b3145 !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: #181818;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #838b9c;
}
.alert-danger {
  background-color: #9d5578;
}
.mbr-gallery-filter li.active .btn {
  background-color: #181818;
  border-color: #181818;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #181818;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cacdd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cea4b8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #181818 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #181818;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #181818;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #181818;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #181818;
  border-bottom-color: #181818;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #181818 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #454545 !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='%23181818' %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 {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #181818 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #181818;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #f8f8f8;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #838b9c;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #9d5578;
}
.cid-tAtLWJH0dr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #e4aedf);
}
.cid-tAtLWJH0dr .btn {
  padding: 1.4rem 2.2rem;
}
.cid-tAtLWJH0dr .btn span {
  order: -1;
  margin-left: 0;
  margin-right: 0.5rem;
}
.cid-tAtLWJH0dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtLWJH0dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtLWJH0dr .mbr-text,
.cid-tAtLWJH0dr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tAtLWJH0dr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAtLXkmiGO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAtLXkmiGO .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-tAtLXkmiGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtLXkmiGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtLXkmiGO .title {
  display: flex;
  align-items: center;
}
.cid-tAtLXkmiGO .title-wrapper {
  width: 100%;
}
.cid-tAtLXkmiGO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tAtLXkmiGO .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tAtLXkmiGO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tAtLXkmiGO .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tAtLXkmiGO .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tAtLXkmiGO .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tAtLXkmiGO .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tAtLXkmiGO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tAtLXkmiGO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tAtLXkmiGO .mbr-section-title {
  color: #181818;
}
.cid-tAtLXkmiGO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tAtLXkmiGO .mbr-section-title,
.cid-tAtLXkmiGO .mbr-section-btn {
  color: #fa6900;
  text-align: center;
}
.cid-tAtLY7bvA4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAtLY7bvA4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAtLY7bvA4 .row {
  flex-direction: row-reverse;
}
.cid-tAtLY7bvA4 img {
  width: 100%;
}
.cid-tAtLYEkE8h {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f1ec;
}
.cid-tAtLYEkE8h .section-head {
  margin-bottom: 2rem;
}
.cid-tAtLYEkE8h .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #19265b;
}
.cid-tAtLYEkE8h .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tAtLYEkE8h .row {
    text-align: center;
  }
}
.cid-tAtLYEkE8h .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAtLYEkE8h .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAtLYEkE8h .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAtLYEkE8h .wave-container .wave svg path {
  fill: #e4aedf;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tAtLYEkE8h .mbr-text {
  color: #215791;
}
.cid-tAtQZ1Qk1N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f1ec;
}
.cid-tAtQZ1Qk1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtQZ1Qk1N .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tAtQZ1Qk1N .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #007e99;
  z-index: -1;
}
.cid-tAtQZ1Qk1N img {
  border-radius: 1rem;
}
.cid-tAtQZ1Qk1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtQZ1Qk1N .row {
  flex-direction: row-reverse;
}
.cid-tAtQZ1Qk1N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tAtQZ1Qk1N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tAtQZ1Qk1N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAtQZ1Qk1N .mbr-section-title {
  color: #000000;
}
.cid-tAtQZ1Qk1N .mbr-section-subtitle,
.cid-tAtQZ1Qk1N .subtitle-wrap {
  color: #990800;
}
.cid-tAtQZ1Qk1N .mbr-text,
.cid-tAtQZ1Qk1N .mbr-section-btn {
  color: #215791;
}
.cid-tAtR0KT5Vl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f1ec;
}
.cid-tAtR0KT5Vl a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-tAtR0KT5Vl a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tAtR0KT5Vl a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tAtR0KT5Vl .mbr-text {
  color: #215791;
}
.cid-tAtR0KT5Vl .mbr-section-title {
  color: #215791;
  text-align: center;
}
.cid-tAzDpINlch {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAzDpINlch .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzDpINlch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzDTziYji {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAzDTziYji .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdac79;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tAzDTziYji .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tAzDTziYji .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tAzDTziYji .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tAzDTziYji .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tAzDTziYji .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tAvexcFfDU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4aedf;
}
.cid-tAvexcFfDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAvexcFfDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAvexcFfDU .row {
  justify-content: center;
}
.cid-tAvexcFfDU .item-wrap {
  z-index: 1;
}
.cid-tAvexcFfDU .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tAtWfb8kdP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAtWfb8kdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtWfb8kdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtWfb8kdP .mbr-section-subtitle {
  color: #215791;
}
.cid-tAtR2KNKXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecede8;
}
.cid-tAtR2KNKXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtR2KNKXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtR2KNKXA img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAtR2KNKXA img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAtR2KNKXA .row {
  flex-direction: row-reverse;
}
.cid-tAtR2KNKXA .row {
  align-items: center;
}
.cid-tAtR2KNKXA .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAtR2KNKXA .mbr-text,
.cid-tAtR2KNKXA .mbr-section-btn {
  color: #491414;
}
.cid-tAtX1vLTfC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAtX1vLTfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtX1vLTfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtX1vLTfC img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAtX1vLTfC img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAtX1vLTfC .row {
  align-items: center;
}
.cid-tAtX1vLTfC .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAtX1vLTfC .mbr-text,
.cid-tAtX1vLTfC .mbr-section-btn {
  color: #491414;
}
.cid-tAtY6YT0WQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecede8;
}
.cid-tAtY6YT0WQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtY6YT0WQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtY6YT0WQ img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAtY6YT0WQ img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAtY6YT0WQ .row {
  flex-direction: row-reverse;
}
.cid-tAtY6YT0WQ .row {
  align-items: center;
}
.cid-tAtY6YT0WQ .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAtY6YT0WQ .mbr-text,
.cid-tAtY6YT0WQ .mbr-section-btn {
  color: #491414;
}
.cid-tAtYxtYg99 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAtYxtYg99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtYxtYg99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtYxtYg99 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAtYxtYg99 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAtYxtYg99 .row {
  align-items: center;
}
.cid-tAtYxtYg99 .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAtYxtYg99 .mbr-text,
.cid-tAtYxtYg99 .mbr-section-btn {
  color: #491414;
}
.cid-tAtZOVEjZ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ecede8;
}
.cid-tAtZOVEjZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAtZOVEjZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAtZOVEjZ9 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tAtZOVEjZ9 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tAtZOVEjZ9 .row {
  flex-direction: row-reverse;
}
.cid-tAtZOVEjZ9 .row {
  align-items: center;
}
.cid-tAtZOVEjZ9 .mbr-section-title {
  color: #491414;
  text-align: center;
}
.cid-tAtZOVEjZ9 .mbr-text,
.cid-tAtZOVEjZ9 .mbr-section-btn {
  color: #491414;
}
.cid-tAv9AoTHu8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAv9AoTHu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAv9AoTHu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAv9egBfjE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fef7f2;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tAv9egBfjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAv9egBfjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAv9egBfjE .section-border-item {
  background-color: #000000;
}
.cid-tAv9egBfjE .card-title {
  color: #8d7742;
  text-align: center;
}
.cid-tAv9egBfjE .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tAv9egBfjE .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-tAv9egBfjE .card-text {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAv9egBfjE .card-text {
    margin-top: 0.75rem;
  }
}
.cid-tAvf3Y9TKB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-tAvf3Y9TKB .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tAvf3Y9TKB .mbr-section-title {
  color: #42b99f;
}
.cid-tAvf3Y9TKB .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tAvf3Y9TKB .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-tAvf3Y9TKB .items-row {
    gap: 30px;
  }
}
.cid-tAvf3Y9TKB .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAvf3Y9TKB .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-tAvf3Y9TKB .item {
    width: 100%;
  }
}
.cid-tAvf3Y9TKB .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-tAvf3Y9TKB .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-tAvf3Y9TKB .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.85287846;
  --bs-aspect-ratio: 0.85287846;
  object-fit: cover;
}
.cid-tAvf3Y9TKB .item-img:hover {
  opacity: 0.7;
}
.cid-tAvf3Y9TKB .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAvf3Y9TKB .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tAvf3Y9TKB .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-tAvf3Y9TKB .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAvf3Y9TKB .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-tAvf3Y9TKB .label-text {
  color: #747474;
}
.cid-tAvf3Y9TKB .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-tAvf3Y9TKB .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tAvf3Y9TKB .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-tAvf3Y9TKB .mbr-section-btn {
  margin-top: 20px;
}
.cid-tAvgU6MA12 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-tAvgU6MA12 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tAvgU6MA12 .mbr-section-title {
  color: #42b99f;
}
.cid-tAvgU6MA12 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tAvgU6MA12 .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-tAvgU6MA12 .items-row {
    gap: 30px;
  }
}
.cid-tAvgU6MA12 .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAvgU6MA12 .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-tAvgU6MA12 .item {
    width: 100%;
  }
}
.cid-tAvgU6MA12 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-tAvgU6MA12 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-tAvgU6MA12 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.85287846;
  --bs-aspect-ratio: 0.85287846;
  object-fit: cover;
}
.cid-tAvgU6MA12 .item-img:hover {
  opacity: 0.7;
}
.cid-tAvgU6MA12 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAvgU6MA12 .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tAvgU6MA12 .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-tAvgU6MA12 .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAvgU6MA12 .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-tAvgU6MA12 .label-text {
  color: #747474;
}
.cid-tAvgU6MA12 .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-tAvgU6MA12 .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tAvgU6MA12 .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-tAvgU6MA12 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tAzwJmvgEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mountain-bg.jpg");
}
@media (max-width: 991px) {
  .cid-tAzwJmvgEv .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tAzwJmvgEv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAzwJmvgEv .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tAzwJmvgEv .mbr-section-title {
  color: #ffe300;
  text-align: center;
}
.cid-tAzwJmvgEv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAzwJmvgEv .mbr-description {
  color: #6c7577;
}
.cid-tAzwJmvgEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzwJmvgEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAvjInFALd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAvjInFALd p {
  margin: 0;
}
.cid-tAvjInFALd ul {
  list-style-type: none;
  padding: 0;
}
.cid-tAvjInFALd .list {
  display: flex;
  flex-direction: column;
}
.cid-tAvjInFALd .list .list-item {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tAvjInFALd .list .list-item {
    flex-direction: column;
  }
}
.cid-tAvjInFALd .mbr-number {
  color: #33d5ad;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tAvjInFALd .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tAvjInFALd .line {
  width: 3px;
  background-color: #990800;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tAvjInFALd .line {
    width: 100%;
    height: 3px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-tAvjInFALd .mbr-section-title {
  color: #990800;
  margin-bottom: 2rem;
}
.cid-tAvorYNDR5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAvorYNDR5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAvorYNDR5 .row {
  flex-direction: row-reverse;
}
.cid-tAvorYNDR5 img {
  width: 100%;
}
.cid-tAzvF0YPuq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #150d1d;
  overflow: hidden;
}
.cid-tAzvF0YPuq .media-container-row .mbr-text {
  color: #837597;
}
.cid-tAzAhAXRLA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8f0fd;
}
.cid-tAzAhAXRLA .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tAzAhAXRLA .row {
    padding: 20px 34px;
  }
}
.cid-tAzAhAXRLA .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tAzA98EurY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f1ec;
}
.cid-tAzA98EurY a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-tAzA98EurY a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tAzA98EurY a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tAzA98EurY .mbr-text {
  color: #215791;
}
.cid-tAzA98EurY .mbr-section-title {
  color: #215791;
  text-align: center;
}
.cid-tAzvF0YPuq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #150d1d;
  overflow: hidden;
}
.cid-tAzvF0YPuq .media-container-row .mbr-text {
  color: #837597;
}
.cid-tAzAR5cA5E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8f0fd;
}
.cid-tAzAR5cA5E .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-tAzAR5cA5E .row {
    padding: 20px 34px;
  }
}
.cid-tAzAR5cA5E .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tAzAWlFkLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f1ec;
}
.cid-tAzAWlFkLH a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-tAzAWlFkLH a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tAzAWlFkLH a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tAzAWlFkLH .mbr-text {
  color: #215791;
}
.cid-tAzAWlFkLH .mbr-section-title {
  color: #215791;
  text-align: center;
}
.cid-tAzvF0YPuq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #150d1d;
  overflow: hidden;
}
.cid-tAzvF0YPuq .media-container-row .mbr-text {
  color: #837597;
}
