body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Noto Sans Carian', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans Carian', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23000000' %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.3;
}
.cid-uMHxm76Fiv {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uMHxm76Fiv .image-block {
  margin: auto;
}
.cid-uMHxm76Fiv figcaption {
  position: relative;
}
.cid-uMHxm76Fiv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMHxm76Fiv .image-block {
    width: 100% !important;
  }
}
.cid-uHedUxZkrP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uHenxLggRL {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uHenxLggRL P {
  color: #767676;
}
.cid-uHenxLggRL .mbr-text,
.cid-uHenxLggRL .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uHenxLggRL H3 {
  color: #000000;
}
.cid-uHenxLggRL H1 {
  color: #ff7f9f;
}
.cid-rvOQ4tTVDb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uMHxuNwR3i {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uMHxuNwR3i .image-block {
  margin: auto;
}
.cid-uMHxuNwR3i figcaption {
  position: relative;
}
.cid-uMHxuNwR3i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMHxuNwR3i .image-block {
    width: 100% !important;
  }
}
.cid-uLEMaHzGwE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLENQSCjdC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLENQSCjdC P {
  color: #767676;
  text-align: left;
}
.cid-uLENQSCjdC .mbr-text,
.cid-uLENQSCjdC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLENQSCjdC H3 {
  color: #000000;
  text-align: left;
}
.cid-uLENQSCjdC H1 {
  color: #000000;
}
.cid-uLEP7wyTMc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uLEP7wyTMc .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uLEP7wyTMc .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uLEP7wyTMc .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uLEP7wyTMc .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uLEP7wyTMc .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uLEP7wyTMc .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uLEP7wyTMc .img-item {
    width: 100% !important;
  }
  .cid-uLEP7wyTMc .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uLEXaeh6Kh {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uLEXaeh6Kh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uLEXaeh6Kh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uLEXaeh6Kh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uLEXaeh6Kh .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uLEXaeh6Kh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uLEXaeh6Kh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uLEXaeh6Kh .img-item {
    width: 100% !important;
  }
  .cid-uLEXaeh6Kh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uLEMaHUxWG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uMHxrdPdkM {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uMHxrdPdkM .image-block {
  margin: auto;
}
.cid-uMHxrdPdkM figcaption {
  position: relative;
}
.cid-uMHxrdPdkM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMHxrdPdkM .image-block {
    width: 100% !important;
  }
}
.cid-uLEYkNATj0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLEYkNJbd6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLEYkNJbd6 P {
  color: #767676;
}
.cid-uLEYkNJbd6 .mbr-text,
.cid-uLEYkNJbd6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLEYkNJbd6 H3 {
  color: #000000;
  text-align: left;
}
.cid-uLEYkNJbd6 H1 {
  color: #ff7f9f;
}
.cid-uLFhulu1oZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLFhulu1oZ P {
  color: #767676;
}
.cid-uLFhulu1oZ .mbr-text,
.cid-uLFhulu1oZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLFhulu1oZ H3 {
  color: #000000;
  text-align: left;
}
.cid-uLFhulu1oZ H1 {
  color: #ff7f9f;
}
.cid-uLEYMp5skD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uLEYMp5skD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLEYMp5skD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLEYMp5skD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLEYMp5skD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLEYMp5skD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLEYMp5skD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLEYMp5skD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uLEYMp5skD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLEYMp5skD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLFhBVDS40 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLFhBVDS40 P {
  color: #767676;
}
.cid-uLFhBVDS40 .mbr-text,
.cid-uLFhBVDS40 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLFhBVDS40 H3 {
  color: #000000;
  text-align: left;
}
.cid-uLFhBVDS40 H1 {
  color: #ff7f9f;
}
.cid-uLFidOciIb {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uLFidOciIb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLFidOciIb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLFidOciIb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLFidOciIb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLFidOciIb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLFidOciIb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLFidOciIb .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uLFidOciIb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLFidOciIb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLEYkNSSz5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uLWlK3LDbA {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uLWlK3LDbA .image-block {
  margin: auto;
}
.cid-uLWlK3LDbA figcaption {
  position: relative;
}
.cid-uLWlK3LDbA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLWlK3LDbA .image-block {
    width: 100% !important;
  }
}
.cid-uLF059KWdZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLF4HF9sVL {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLF4HF9sVL h2 {
  text-align: left;
}
.cid-uLF4HF9sVL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uLF4HF9sVL p {
  color: #767676;
  text-align: left;
}
.cid-uLF4HF9sVL .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uLF4HF9sVL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uLF4HF9sVL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLF4HF9sVL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uLF4HF9sVL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uLF4HF9sVL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uLF4HF9sVL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLF4HF9sVL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uLF4HF9sVL .card-img span {
    font-size: 40px !important;
  }
}
.cid-uLF4HF9sVL H4 {
  color: #000000;
}
.cid-uLF4HF9sVL H2 {
  color: #000000;
}
.cid-uLF2T6nQCe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uLF2T6nQCe h2 {
  text-align: left;
}
.cid-uLF2T6nQCe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uLF2T6nQCe p {
  color: #767676;
  text-align: left;
}
.cid-uLF2T6nQCe .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uLF2T6nQCe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uLF2T6nQCe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLF2T6nQCe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uLF2T6nQCe .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uLF2T6nQCe .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uLF2T6nQCe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLF2T6nQCe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uLF2T6nQCe .card-img span {
    font-size: 40px !important;
  }
}
.cid-uLF2T6nQCe H4 {
  color: #000000;
}
.cid-uLF2T6nQCe H2 {
  color: #000000;
}
.cid-uLF4pe14rS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLF4pe14rS h2 {
  text-align: left;
}
.cid-uLF4pe14rS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uLF4pe14rS p {
  color: #767676;
  text-align: left;
}
.cid-uLF4pe14rS .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uLF4pe14rS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uLF4pe14rS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLF4pe14rS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uLF4pe14rS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uLF4pe14rS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uLF4pe14rS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLF4pe14rS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uLF4pe14rS .card-img span {
    font-size: 40px !important;
  }
}
.cid-uLF4pe14rS H4 {
  color: #000000;
}
.cid-uLF4pe14rS H2 {
  color: #000000;
}
.cid-uLF1sYzFtm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLF1sYzFtm .title {
  margin-bottom: 2rem;
}
.cid-uLF1sYzFtm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLF1sYzFtm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uLF1sYzFtm a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uLF1sYzFtm textarea.form-control {
  min-height: 188px;
}
.cid-uLF1sYzFtm H2 {
  color: #000000;
  text-align: left;
}
.cid-uLF1sYzFtm LABEL {
  color: #000000;
}
.cid-uMHxBW0Uss {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uMHxBW0Uss .image-block {
  margin: auto;
}
.cid-uMHxBW0Uss figcaption {
  position: relative;
}
.cid-uMHxBW0Uss figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMHxBW0Uss .image-block {
    width: 100% !important;
  }
}
.cid-uLWereaTrJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLWerekjBu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLWerekjBu P {
  color: #767676;
}
.cid-uLWerekjBu .mbr-text,
.cid-uLWerekjBu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLWerekjBu H3 {
  color: #000000;
}
.cid-uLWerekjBu H1 {
  color: #ff7f9f;
}
.cid-uMSoygeaWJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMSoygeaWJ P {
  color: #767676;
}
.cid-uMSoygeaWJ .mbr-text,
.cid-uMSoygeaWJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uMSoygeaWJ H3 {
  color: #000000;
}
.cid-uMSoygeaWJ H1 {
  color: #ff7f9f;
}
.cid-uLWeresSqj {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLWeresSqj P {
  color: #767676;
  text-align: left;
}
.cid-uLWeresSqj .mbr-text,
.cid-uLWeresSqj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLWeresSqj H3 {
  color: #000000;
  text-align: left;
}
.cid-uLWeresSqj H1 {
  color: #000000;
}
.cid-uLWerezD84 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uLWerezD84 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLWerezD84 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLWerezD84 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLWerezD84 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLWerezD84 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLWerezD84 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLWerezD84 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uLWerezD84 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLWerezD84 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLWereNqFG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uMHxys8qUD {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uMHxys8qUD .image-block {
  margin: auto;
}
.cid-uMHxys8qUD figcaption {
  position: relative;
}
.cid-uMHxys8qUD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMHxys8qUD .image-block {
    width: 100% !important;
  }
}
.cid-uLEPC6wZVW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLEPC6FkHk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLEPC6FkHk P {
  color: #767676;
}
.cid-uLEPC6FkHk .mbr-text,
.cid-uLEPC6FkHk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLEPC6FkHk H3 {
  color: #000000;
}
.cid-uLEPC6FkHk H1 {
  color: #ff7f9f;
}
.cid-uLETfUiGxD {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLETfUiGxD P {
  color: #767676;
  text-align: left;
}
.cid-uLETfUiGxD .mbr-text,
.cid-uLETfUiGxD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLETfUiGxD H3 {
  color: #000000;
  text-align: left;
}
.cid-uLETfUiGxD H1 {
  color: #000000;
}
.cid-uLEQI4IGa4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uLEQI4IGa4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLEQI4IGa4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLEQI4IGa4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLEQI4IGa4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLEQI4IGa4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLEQI4IGa4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLEQI4IGa4 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uLEQI4IGa4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLEQI4IGa4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLEPC6UJ17 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uMHxFBpgTN {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uMHxFBpgTN .image-block {
  margin: auto;
}
.cid-uMHxFBpgTN figcaption {
  position: relative;
}
.cid-uMHxFBpgTN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMHxFBpgTN .image-block {
    width: 100% !important;
  }
}
.cid-uLFdGwKYX7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLFdGwUh87 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLFdGwUh87 P {
  color: #767676;
}
.cid-uLFdGwUh87 .mbr-text,
.cid-uLFdGwUh87 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLFdGwUh87 H3 {
  color: #000000;
}
.cid-uLFdGwUh87 H1 {
  color: #ff7f9f;
}
.cid-uLFdGx4QCX {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLFdGx4QCX P {
  color: #000000;
  text-align: left;
}
.cid-uLFdGx4QCX .mbr-text,
.cid-uLFdGx4QCX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLFdGx4QCX H3 {
  color: #000000;
  text-align: left;
}
.cid-uLFdGx4QCX H1 {
  color: #000000;
}
.cid-uLFevJFIAp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uLFevJFIAp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLFevJFIAp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLFevJFIAp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLFevJFIAp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLFevJFIAp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLFevJFIAp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLFevJFIAp .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uLFevJFIAp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLFevJFIAp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLFdGxpgnV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
