body {
  font-family: 'Epilogue', sans-serif;
}
.display-1 {
  font-family: 'Dolce Vita Light';
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Quentin';
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Quentin';
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Dolce Vita Light';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #af3e79 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #040404 !important;
}
.bg-danger {
  background-color: #af3e79 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #af3e79 !important;
  border-color: #af3e79 !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: #6f274d !important;
  border-color: #6f274d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6f274d !important;
  border-color: #6f274d !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #040404 !important;
  border-color: #040404 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #af3e79 !important;
  border-color: #af3e79 !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: #6f274d !important;
  border-color: #6f274d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6f274d !important;
  border-color: #6f274d !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: #af3e79;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6f274d !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: #af3e79 !important;
  border-color: #af3e79 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #040404;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !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: #040404 !important;
  border-color: #040404 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #af3e79;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6f274d !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: #af3e79 !important;
  border-color: #af3e79 !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: #af3e79 !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #040404 !important;
}
.text-danger {
  color: #af3e79 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #642345 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c7c7c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #642345 !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: #af3e79;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #040404;
}
.alert-danger {
  background-color: #af3e79;
}
.mbr-gallery-filter li.active .btn {
  background-color: #af3e79;
  border-color: #af3e79;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #af3e79;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d994b8;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d994b8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quentin';
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #af3e79 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quentin';
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #af3e79;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #af3e79;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #af3e79;
}
.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: #af3e79;
  border-bottom-color: #af3e79;
}
.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: #af3e79 !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: #fafafa !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='%23af3e79' %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;
}
.cid-uACObfY3pP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uACObfY3pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACObfY3pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACObfY3pP .mbr-section-title {
  color: #f9f8f8;
}
.cid-uACObfY3pP .mbr-section-subtitle {
  color: #f9f8f8;
}
.cid-uACQD443rh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #af3e79;
}
.cid-uACQD443rh h2,
.cid-uACQD443rh h3,
.cid-uACQD443rh h4,
.cid-uACQD443rh p {
  margin: 0;
}
.cid-uACQD443rh .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uACQD443rh .mbr-section-title {
  color: #fafafa;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uACQD443rh .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN25LmKt2Y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN25LmKt2Y .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sN25LmKt2Y .mbr-section-title {
  color: #3a3e44;
  margin-bottom: 20.4px;
}
.cid-sN25LmKt2Y .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sN25LmKt2Y .star {
  color: #af3e79;
  fill: currentColor;
  overflow: hidden;
}
.cid-sN25LmKt2Y .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-sN25LmKt2Y .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uFj84v1K12 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFj84v1K12 .content {
  padding: 1rem;
}
.cid-uFj84v1K12 h2,
.cid-uFj84v1K12 h4,
.cid-uFj84v1K12 p {
  margin: 0;
}
.cid-uFj84v1K12 .mbr-section-title {
  color: #000000;
}
.cid-uFj84v1K12 .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFj84v1K12 .mbr-text {
  color: #af3e79;
  margin-top: 14px;
}
.cid-uFj84v1K12 .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFj84v1K12 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjHS40YeD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFjHS40YeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjHS40YeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjHS40YeD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFjHS40YeD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFjHS40YeD .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFjHS40YeD .item {
    margin-bottom: 40px;
  }
}
.cid-uFjHS40YeD .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFjHS40YeD .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFjHS40YeD .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-size: 36px;
  color: #af3e79;
  background-color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uFjHS40YeD .item .item-wrapper .icon-wrapper .mbr-iconfont {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.cid-uFjHS40YeD .item .item-wrapper .card-title {
  margin-bottom: 20px;
}
.cid-uFjHS40YeD .item .item-wrapper .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFjHS40YeD .item .item-wrapper .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uFjHS40YeD .mbr-section-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uFjHS40YeD .card-title {
  color: #f24d4a;
}
.cid-uFjHS40YeD .card-text,
.cid-uFjHS40YeD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFjHS40YeD .card-title,
.cid-uFjHS40YeD .icon-wrapper {
  text-align: center;
  color: #af3e79;
}
.cid-uFjIfDdnIT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFjIfDdnIT .content {
  padding: 1rem;
}
.cid-uFjIfDdnIT h2,
.cid-uFjIfDdnIT h4,
.cid-uFjIfDdnIT p {
  margin: 0;
}
.cid-uFjIfDdnIT .mbr-section-title {
  color: #000000;
}
.cid-uFjIfDdnIT .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjIfDdnIT .mbr-text {
  color: #af3e79;
  margin-top: 14px;
}
.cid-uFjIfDdnIT .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjIfDdnIT .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uACRUt2qxc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uACRUt2qxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACRUt2qxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACRUt2qxc .col-title {
  margin-bottom: 32px;
}
.cid-uACRUt2qxc .mbr-section-title {
  color: #24262b;
}
.cid-uACRUt2qxc .mbr-section-subtitle {
  color: #24262b;
}
.cid-uACRUt2qxc .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uACRUt2qxc .cards-row {
  row-gap: 32px;
}
.cid-uACRUt2qxc .card {
  border-radius: 0;
}
.cid-uACRUt2qxc .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uACRUt2qxc .card-title {
  flex-grow: 1;
  color: #3a3e44;
  transition: 0.3s all;
}
.cid-uACRUt2qxc .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uACRUt2qxc .card-wrapper:hover .card-title {
  color: #af3e79;
}
.cid-uACRUt2qxc .card-wrapper:hover .mbr-iconfont {
  color: #af3e79;
}
.cid-sN2bql4V9G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #af3e79;
}
.cid-sN2bql4V9G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sN2bql4V9G h3 {
  margin: 0;
}
.cid-sN2bql4V9G .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sN2bql4V9G .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .mbr-brand {
    text-align: center;
  }
}
.cid-sN2bql4V9G .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .mbr-text {
    text-align: center;
  }
}
.cid-sN2bql4V9G .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2bql4V9G .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-sN2bql4V9G .socials {
    margin-right: -20px;
  }
}
.cid-sN2bql4V9G .socials-item .link {
  color: #000000;
}
.cid-sN2bql4V9G .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sN2bql4V9G .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sN2bql4V9G .copyright > p {
  text-align: center;
  color: #ffffff;
}
.cid-uFj48uooLR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFj48uooLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFj48uooLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFj48uooLR .mbr-section-title {
  color: #f9f8f8;
}
.cid-uFj48uooLR .mbr-section-subtitle {
  color: #f9f8f8;
}
.cid-uFj48vadiS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #af3e79;
}
.cid-uFj48vadiS h2,
.cid-uFj48vadiS h3,
.cid-uFj48vadiS h4,
.cid-uFj48vadiS p {
  margin: 0;
}
.cid-uFj48vadiS .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uFj48vadiS .mbr-section-title {
  color: #fafafa;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uFj48vadiS .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uFjbHzylRB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFjbHzylRB h2,
.cid-uFjbHzylRB p {
  margin: 0;
}
.cid-uFjbHzylRB .heading {
  margin-bottom: 50px;
}
.cid-uFjbHzylRB .mbr-section-title {
  color: #af3e79;
  margin-bottom: 30px;
  text-align: center;
}
.cid-uFjbHzylRB .mbr-text {
  color: #6b6b6b;
}
.cid-uFjbHzylRB .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-uFjbHzylRB .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-uFjbHzylRB .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbHzylRB .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbHzylRB .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-uFjbHzylRB .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/img17.jpg");
}
@media (max-width: 1440px) {
  .cid-uFjbHzylRB .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbHzylRB .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbHzylRB .image-left {
    width: 100%;
  }
}
.cid-uFjbHzylRB .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/background5.jpg");
}
@media (max-width: 1440px) {
  .cid-uFjbHzylRB .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbHzylRB .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbHzylRB .image-middle {
    width: 100%;
  }
}
.cid-uFjbHzylRB .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/slide3.jpg");
}
@media (max-width: 1440px) {
  .cid-uFjbHzylRB .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbHzylRB .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbHzylRB .image-right {
    width: 100%;
  }
}
.cid-uFj48vBhYM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFj48vBhYM .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uFj48vBhYM .mbr-section-title {
  color: #3a3e44;
  margin-bottom: 20.4px;
}
.cid-uFj48vBhYM .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uFj48vBhYM .star {
  color: #af3e79;
  fill: currentColor;
  overflow: hidden;
}
.cid-uFj48vBhYM .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uFj48vBhYM .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uFj48vPrDv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFj48vPrDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFj48vPrDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFj48vPrDv .col-title {
  margin-bottom: 32px;
}
.cid-uFj48vPrDv .mbr-section-title {
  color: #24262b;
}
.cid-uFj48vPrDv .mbr-section-subtitle {
  color: #24262b;
}
.cid-uFj48vPrDv .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uFj48vPrDv .cards-row {
  row-gap: 32px;
}
.cid-uFj48vPrDv .card {
  border-radius: 0;
}
.cid-uFj48vPrDv .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uFj48vPrDv .card-title {
  flex-grow: 1;
  color: #3a3e44;
  transition: 0.3s all;
}
.cid-uFj48vPrDv .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFj48vPrDv .card-wrapper:hover .card-title {
  color: #af3e79;
}
.cid-uFj48vPrDv .card-wrapper:hover .mbr-iconfont {
  color: #af3e79;
}
.cid-uFj48xyfqL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #af3e79;
}
.cid-uFj48xyfqL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uFj48xyfqL h3 {
  margin: 0;
}
.cid-uFj48xyfqL .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uFj48xyfqL .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-uFj48xyfqL .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFj48xyfqL .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFj48xyfqL .mbr-brand {
    text-align: center;
  }
}
.cid-uFj48xyfqL .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFj48xyfqL .mbr-text {
    text-align: center;
  }
}
.cid-uFj48xyfqL .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uFj48xyfqL .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-uFj48xyfqL .socials {
    margin-right: -20px;
  }
}
.cid-uFj48xyfqL .socials-item .link {
  color: #000000;
}
.cid-uFj48xyfqL .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uFj48xyfqL .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uFj48xyfqL .copyright > p {
  text-align: center;
  color: #ffffff;
}
.cid-uFj8QCYzXB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFj8QCYzXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFj8QCYzXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFj8QCYzXB .mbr-section-title {
  color: #f9f8f8;
}
.cid-uFj8QCYzXB .mbr-section-subtitle {
  color: #f9f8f8;
}
.cid-uFj8QDIl9d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #af3e79;
}
.cid-uFj8QDIl9d h2,
.cid-uFj8QDIl9d h3,
.cid-uFj8QDIl9d h4,
.cid-uFj8QDIl9d p {
  margin: 0;
}
.cid-uFj8QDIl9d .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uFj8QDIl9d .mbr-section-title {
  color: #fafafa;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uFj8QDIl9d .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uFjbO1SniK {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFjbO1SniK h2,
.cid-uFjbO1SniK p {
  margin: 0;
}
.cid-uFjbO1SniK .heading {
  margin-bottom: 50px;
}
.cid-uFjbO1SniK .mbr-section-title {
  color: #af3e79;
  margin-bottom: 30px;
  text-align: center;
}
.cid-uFjbO1SniK .mbr-text {
  color: #6b6b6b;
}
.cid-uFjbO1SniK .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-uFjbO1SniK .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-uFjbO1SniK .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbO1SniK .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbO1SniK .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-uFjbO1SniK .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/img17.jpg");
}
@media (max-width: 1440px) {
  .cid-uFjbO1SniK .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbO1SniK .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbO1SniK .image-left {
    width: 100%;
  }
}
.cid-uFjbO1SniK .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/background5.jpg");
}
@media (max-width: 1440px) {
  .cid-uFjbO1SniK .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbO1SniK .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbO1SniK .image-middle {
    width: 100%;
  }
}
.cid-uFjbO1SniK .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/slide3.jpg");
}
@media (max-width: 1440px) {
  .cid-uFjbO1SniK .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-uFjbO1SniK .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-uFjbO1SniK .image-right {
    width: 100%;
  }
}
.cid-uFjbVU1YSq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjbVU1YSq .content {
  padding: 1rem;
}
.cid-uFjbVU1YSq h2,
.cid-uFjbVU1YSq h4,
.cid-uFjbVU1YSq p {
  margin: 0;
}
.cid-uFjbVU1YSq .mbr-section-title {
  color: #000000;
}
.cid-uFjbVU1YSq .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjbVU1YSq .mbr-text {
  color: #af3e79;
  margin-top: 14px;
}
.cid-uFjbVU1YSq .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjbVU1YSq .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjbVU1YSq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjbVU1YSq .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjdL8taKk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjdL8taKk .content {
  padding: 1rem;
}
.cid-uFjdL8taKk h2,
.cid-uFjdL8taKk h4,
.cid-uFjdL8taKk p {
  margin: 0;
}
.cid-uFjdL8taKk .mbr-section-title {
  color: #000000;
}
.cid-uFjdL8taKk .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjdL8taKk .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjdL8taKk .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjdL8taKk .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjdL8taKk .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjdL8taKk .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjeAnKj0r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjeAnKj0r .content {
  padding: 1rem;
}
.cid-uFjeAnKj0r h2,
.cid-uFjeAnKj0r h4,
.cid-uFjeAnKj0r p {
  margin: 0;
}
.cid-uFjeAnKj0r .mbr-section-title {
  color: #000000;
}
.cid-uFjeAnKj0r .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjeAnKj0r .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjeAnKj0r .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjeAnKj0r .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjeAnKj0r .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjeAnKj0r .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjf0RqYwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjf0RqYwL .content {
  padding: 1rem;
}
.cid-uFjf0RqYwL h2,
.cid-uFjf0RqYwL h4,
.cid-uFjf0RqYwL p {
  margin: 0;
}
.cid-uFjf0RqYwL .mbr-section-title {
  color: #000000;
}
.cid-uFjf0RqYwL .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjf0RqYwL .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjf0RqYwL .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjf0RqYwL .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjf0RqYwL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjf0RqYwL .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjf6kJdAM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjf6kJdAM .content {
  padding: 1rem;
}
.cid-uFjf6kJdAM h2,
.cid-uFjf6kJdAM h4,
.cid-uFjf6kJdAM p {
  margin: 0;
}
.cid-uFjf6kJdAM .mbr-section-title {
  color: #000000;
}
.cid-uFjf6kJdAM .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjf6kJdAM .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjf6kJdAM .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjf6kJdAM .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjf6kJdAM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjf6kJdAM .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjfeqmqyP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjfeqmqyP .content {
  padding: 1rem;
}
.cid-uFjfeqmqyP h2,
.cid-uFjfeqmqyP h4,
.cid-uFjfeqmqyP p {
  margin: 0;
}
.cid-uFjfeqmqyP .mbr-section-title {
  color: #000000;
}
.cid-uFjfeqmqyP .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjfeqmqyP .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjfeqmqyP .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjfeqmqyP .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjfeqmqyP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjfeqmqyP .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjfsRcm4q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjfsRcm4q .content {
  padding: 1rem;
}
.cid-uFjfsRcm4q h2,
.cid-uFjfsRcm4q h4,
.cid-uFjfsRcm4q p {
  margin: 0;
}
.cid-uFjfsRcm4q .mbr-section-title {
  color: #000000;
}
.cid-uFjfsRcm4q .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjfsRcm4q .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjfsRcm4q .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjfsRcm4q .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjfsRcm4q .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjfsRcm4q .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjg2VXSKZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjg2VXSKZ .content {
  padding: 1rem;
}
.cid-uFjg2VXSKZ h2,
.cid-uFjg2VXSKZ h4,
.cid-uFjg2VXSKZ p {
  margin: 0;
}
.cid-uFjg2VXSKZ .mbr-section-title {
  color: #000000;
}
.cid-uFjg2VXSKZ .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjg2VXSKZ .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjg2VXSKZ .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjg2VXSKZ .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjg2VXSKZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjg2VXSKZ .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjgv61J1m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjgv61J1m .content {
  padding: 1rem;
}
.cid-uFjgv61J1m h2,
.cid-uFjgv61J1m h4,
.cid-uFjgv61J1m p {
  margin: 0;
}
.cid-uFjgv61J1m .mbr-section-title {
  color: #000000;
}
.cid-uFjgv61J1m .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjgv61J1m .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjgv61J1m .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjgv61J1m .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjgv61J1m .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjgv61J1m .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjgP5S69O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjgP5S69O .content {
  padding: 1rem;
}
.cid-uFjgP5S69O h2,
.cid-uFjgP5S69O h4,
.cid-uFjgP5S69O p {
  margin: 0;
}
.cid-uFjgP5S69O .mbr-section-title {
  color: #000000;
}
.cid-uFjgP5S69O .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjgP5S69O .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjgP5S69O .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjgP5S69O .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjgP5S69O .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjgP5S69O .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjhj2S1mH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjhj2S1mH .content {
  padding: 1rem;
}
.cid-uFjhj2S1mH h2,
.cid-uFjhj2S1mH h4,
.cid-uFjhj2S1mH p {
  margin: 0;
}
.cid-uFjhj2S1mH .mbr-section-title {
  color: #000000;
}
.cid-uFjhj2S1mH .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjhj2S1mH .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjhj2S1mH .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjhj2S1mH .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjhj2S1mH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjhj2S1mH .mbr-section-title DIV {
  text-align: left;
}
.cid-uFji9SdwTU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFji9SdwTU .content {
  padding: 1rem;
}
.cid-uFji9SdwTU h2,
.cid-uFji9SdwTU h4,
.cid-uFji9SdwTU p {
  margin: 0;
}
.cid-uFji9SdwTU .mbr-section-title {
  color: #000000;
}
.cid-uFji9SdwTU .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFji9SdwTU .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFji9SdwTU .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFji9SdwTU .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFji9SdwTU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFji9SdwTU .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjiaslA7R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjiaslA7R .content {
  padding: 1rem;
}
.cid-uFjiaslA7R h2,
.cid-uFjiaslA7R h4,
.cid-uFjiaslA7R p {
  margin: 0;
}
.cid-uFjiaslA7R .mbr-section-title {
  color: #000000;
}
.cid-uFjiaslA7R .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjiaslA7R .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjiaslA7R .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjiaslA7R .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjiaslA7R .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjiaslA7R .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjib0iupB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjib0iupB .content {
  padding: 1rem;
}
.cid-uFjib0iupB h2,
.cid-uFjib0iupB h4,
.cid-uFjib0iupB p {
  margin: 0;
}
.cid-uFjib0iupB .mbr-section-title {
  color: #000000;
}
.cid-uFjib0iupB .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjib0iupB .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjib0iupB .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjib0iupB .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjib0iupB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjib0iupB .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjy7PUUXU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjy7PUUXU .content {
  padding: 1rem;
}
.cid-uFjy7PUUXU h2,
.cid-uFjy7PUUXU h4,
.cid-uFjy7PUUXU p {
  margin: 0;
}
.cid-uFjy7PUUXU .mbr-section-title {
  color: #000000;
}
.cid-uFjy7PUUXU .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjy7PUUXU .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjy7PUUXU .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjy7PUUXU .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjy7PUUXU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjy7PUUXU .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjy928gmv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjy928gmv .content {
  padding: 1rem;
}
.cid-uFjy928gmv h2,
.cid-uFjy928gmv h4,
.cid-uFjy928gmv p {
  margin: 0;
}
.cid-uFjy928gmv .mbr-section-title {
  color: #000000;
}
.cid-uFjy928gmv .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjy928gmv .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjy928gmv .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjy928gmv .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjy928gmv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjy928gmv .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjy9BFk4C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjy9BFk4C .content {
  padding: 1rem;
}
.cid-uFjy9BFk4C h2,
.cid-uFjy9BFk4C h4,
.cid-uFjy9BFk4C p {
  margin: 0;
}
.cid-uFjy9BFk4C .mbr-section-title {
  color: #000000;
}
.cid-uFjy9BFk4C .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjy9BFk4C .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjy9BFk4C .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjy9BFk4C .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjy9BFk4C .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjy9BFk4C .mbr-section-title DIV {
  text-align: left;
}
.cid-uFjy8tqa2t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFjy8tqa2t .content {
  padding: 1rem;
}
.cid-uFjy8tqa2t h2,
.cid-uFjy8tqa2t h4,
.cid-uFjy8tqa2t p {
  margin: 0;
}
.cid-uFjy8tqa2t .mbr-section-title {
  color: #000000;
}
.cid-uFjy8tqa2t .mbr-section-subtitle {
  color: #af3e79;
}
.cid-uFjy8tqa2t .mbr-text {
  color: #af3e79;
  margin-top: 14px;
  text-align: left;
}
.cid-uFjy8tqa2t .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uFjy8tqa2t .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uFjy8tqa2t .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFjy8tqa2t .mbr-section-title DIV {
  text-align: left;
}
.cid-uFj8QEdAYV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFj8QEdAYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFj8QEdAYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFj8QEdAYV .col-title {
  margin-bottom: 32px;
}
.cid-uFj8QEdAYV .mbr-section-title {
  color: #24262b;
}
.cid-uFj8QEdAYV .mbr-section-subtitle {
  color: #24262b;
}
.cid-uFj8QEdAYV .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uFj8QEdAYV .cards-row {
  row-gap: 32px;
}
.cid-uFj8QEdAYV .card {
  border-radius: 0;
}
.cid-uFj8QEdAYV .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uFj8QEdAYV .card-title {
  flex-grow: 1;
  color: #3a3e44;
  transition: 0.3s all;
}
.cid-uFj8QEdAYV .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFj8QEdAYV .card-wrapper:hover .card-title {
  color: #af3e79;
}
.cid-uFj8QEdAYV .card-wrapper:hover .mbr-iconfont {
  color: #af3e79;
}
.cid-uFj8QEzmA3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #af3e79;
}
.cid-uFj8QEzmA3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uFj8QEzmA3 h3 {
  margin: 0;
}
.cid-uFj8QEzmA3 .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uFj8QEzmA3 .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-uFj8QEzmA3 .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uFj8QEzmA3 .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFj8QEzmA3 .mbr-brand {
    text-align: center;
  }
}
.cid-uFj8QEzmA3 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uFj8QEzmA3 .mbr-text {
    text-align: center;
  }
}
.cid-uFj8QEzmA3 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uFj8QEzmA3 .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-uFj8QEzmA3 .socials {
    margin-right: -20px;
  }
}
.cid-uFj8QEzmA3 .socials-item .link {
  color: #000000;
}
.cid-uFj8QEzmA3 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uFj8QEzmA3 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uFj8QEzmA3 .copyright > p {
  text-align: center;
  color: #ffffff;
}
