* {
    color: #820964;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .laili-btn-click {
        width: 30rem;
        justify-content: inherit;
    }
}

/* Small devices (portrait tablets and large phones, 991px and down) */
@media only screen and (max-width: 991px) {
    .laili-btn-click {
        width: 20rem;
        justify-content: inherit;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) and (min-width: 300px) {
    
}

.laili-foto-circle {
  padding-top: 0rem;
  padding-bottom: 0rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.laili-foto-circle img {
  /*width: 10rem;*/
  /*margin: auto;*/
    width: 10rem;
    height: auto;
    margin: auto;
}
.laili-foto-circle .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .laili-foto-circle .card {
    max-width: 12.5%;
  }
}


.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
  background: url(../../images-110723/bg-lailipur-min.PNG);
  background-position: center;
  /*background: linear-gradient(16deg, #51565A, transparent);*/
}
.laili-color {
        color: #5c5f61; /*A18A71*/
}
.laili-shadow {
    box-shadow: 20px 10px 50px 5px #a4a9ad;
}
.laili-foto {
        /*box-shadow: 20px 10px 50px 5px #a4a9ad;*/
    /*object-fit: cover;*/
    border-radius: 20rem;
    /*width: 10rem;*/
    /*height: 10rem;*/
}
.laili-icon {
    width: 50px;
    /*margin-right: 75px;*/
}

.laili-btn-label {
    width: 75%;
    /*padding-left: 10rem;*/
    text-shadow: 0 0 black;
}
.display-1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  /*font-family: 'Barlow Condensed', sans-serif;*/
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 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))));
  }
}
/* 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: #232323 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
    background-color: #fff !important;
    border-color: #e5e8e7 !important;
    color: #000 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    background-color: #e5e8e7 !important;
    border-color: #e5e8e7 !important;
    color: #000 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !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: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !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: #232323 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #353535 !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: #cccccc !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: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020202 !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: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #353535;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #fbfbfb;
}
.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: #a8a8a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #ffffff !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='%23232323' %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-teKAmlFU1V {
    padding-top: 1rem;
    /*padding-bottom: 5rem;*/
    /*background: linear-gradient(239deg, #d3d7d6, transparent);*/
}
.cid-teKAmlFU1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKAmlFU1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-teKAmlFU1V .text-wrapper {
    padding: 2rem;
  }
}
.cid-teKAmlFU1V .image-wrapper img {
    /*width: 100%;*/
    object-fit: cover;
    /*width: 20rem;*/
    /*height: 20rem;*/
    border-radius: 10rem;
}
@media (max-width: 767px) {
  .cid-teKAmlFU1V .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-teKAmlFU1V .mbr-text {
  text-align: center;
}
.cid-teKAmlFU1V .name {
  text-align: center;
}
.cid-teKAmlFU1V .position {
  text-align: center;
}
.cid-teKAje81CJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKAje81CJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKAje81CJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teKAje81CJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-teKAje81CJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-teKAje81CJ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-teKAje81CJ .bg-instagram:hover {
  background: #bd005c;
}
.cid-teKAje81CJ .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-teKAje81CJ .bg-tiktok:hover {
  background: #000000;
}
.cid-teKAje81CJ .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-teKAje81CJ .bg-youtube:hover {
  background: #cc0000;
}
.cid-teKAje81CJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-teKAje81CJ [class^="socicon-"]:before,
.cid-teKAje81CJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-teKFNEuIQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKFNEuIQX img {
  width: 120px;
  margin: auto;
}
.cid-teKFNEuIQX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  /*opacity: 0.7;*/
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-teKFNEuIQX .card {
    max-width: 12.5%;
  }
}
.cid-teKFCO2Uju {
  padding-top: 0rem;
  padding-bottom: 0rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKFCO2Uju .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKFCO2Uju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teKFCO2Uju .video-wrapper iframe {
  width: 100%;
}
.cid-teKFCO2Uju .mbr-section-title,
.cid-teKFCO2Uju .mbr-section-subtitle,
.cid-teKFCO2Uju .mbr-text {
  text-align: center;
}
.cid-teKXe9MBrZ {
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKXe9MBrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKXe9MBrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teKU9lgb2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9lgb2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKU9lgb2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-teKU9lgb2N .text-wrapper {
    padding: 2rem;
  }
}
.cid-teKU9lgb2N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-teKU9lgb2N .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-teKU9lgb2N .mbr-text {
  text-align: center;
}
.cid-teKU9lgb2N .name {
  text-align: center;
}
.cid-teKU9lgb2N .position {
  text-align: center;
}
.cid-teKU9mleSX {
  padding-top: 0rem;
  padding-bottom: 0rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9mleSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKU9mleSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teKU9mleSX .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-teKU9mleSX .bg-facebook:hover {
  background: #0b60cb;
}
.cid-teKU9mleSX .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-teKU9mleSX .bg-instagram:hover {
  background: #bd005c;
}
.cid-teKU9mleSX .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-teKU9mleSX .bg-tiktok:hover {
  background: #000000;
}
.cid-teKU9mleSX .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-teKU9mleSX .bg-youtube:hover {
  background: #cc0000;
}
.cid-teKU9mleSX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-teKU9mleSX [class^="socicon-"]:before,
.cid-teKU9mleSX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-teKU9o4n8i {
  padding-top: 0rem;
  padding-bottom: 0rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9o4n8i img {
  width: 120px;
  margin: auto;
}
.cid-teKU9o4n8i .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-teKU9o4n8i .card {
    max-width: 12.5%;
  }
}
.cid-teKU9p7oY5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9p7oY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKU9p7oY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teKU9p7oY5 .video-wrapper iframe {
  width: 100%;
}
.cid-teKU9p7oY5 .mbr-section-title,
.cid-teKU9p7oY5 .mbr-section-subtitle,
.cid-teKU9p7oY5 .mbr-text {
  text-align: center;
}
.cid-teKU9pXOsy {
  padding-top: 6rem;
  padding-bottom: 6rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9pXOsy img,
.cid-teKU9pXOsy .item-img {
  width: 100%;
}
.cid-teKU9pXOsy .item:focus,
.cid-teKU9pXOsy span:focus {
  outline: none;
}
.cid-teKU9pXOsy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-teKU9pXOsy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-teKU9pXOsy .item {
  padding: 0;
  margin: 0;
}
.cid-teKU9pXOsy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teKU9pXOsy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teKU9pXOsy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-teKU9pXOsy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teKU9pXOsy .mbr-section-title {
  color: #232323;
}
.cid-teKU9rvV06 {
  padding-top: 6rem;
  padding-bottom: 6rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9rvV06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKU9rvV06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-teKU9rvV06 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-teKU9rvV06 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teKU9rvV06 .text-wrapper {
    padding: 2rem;
  }
}
.cid-teKU9skI5b {
  padding-top: 6rem;
  padding-bottom: 6rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9skI5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-teKU9skI5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-teKU9skI5b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-teKU9skI5b .row {
  flex-direction: row-reverse;
}
.cid-teKU9skI5b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teKU9skI5b .text-wrapper {
    padding: 2rem;
  }
}
.cid-teKU9t94EO {
  padding-top: 6rem;
  padding-bottom: 6rem;
      /*background: linear-gradient(242deg, #d3d7d6, transparent);*/
}
.cid-teKU9t94EO img,
.cid-teKU9t94EO .item-img {
  width: 100%;
}
.cid-teKU9t94EO .item:focus,
.cid-teKU9t94EO span:focus {
  outline: none;
}
.cid-teKU9t94EO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-teKU9t94EO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teKU9t94EO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-teKU9t94EO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teKU9t94EO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-teKU9t94EO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-teKU9t94EO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-teKU9t94EO .mbr-section-title {
  color: #ffffff;
}
.cid-teKU9t94EO .mbr-text,
.cid-teKU9t94EO .mbr-section-btn {
  text-align: center;
}
.cid-teKU9t94EO .item-title {
  text-align: center;
}
.cid-teKU9t94EO .item-subtitle {
  text-align: left;
}
