.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.display-8 {
  font-family: 'Calsans', sans-serif;
#  font-size: 1.875rem;
  font-size: 2.2rem;
} 

@font-face {
  font-family: 'Calsans';
  src: url('/assets/fonts/font-calsans.woff2') format('woff2'),
       url('/assets/fonts/font-calsans.woff') format('woff');
  font-weight: 800;
#  font-style: normal;
}



.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #edefeb !important;
}
.bg-success {
  background-color: #ff4c7c !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #edefeb !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4c7c !important;
  border-color: #ff4c7c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff7fa1 !important;
  border-color: #ff7fa1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff7fa1 !important;
  border-color: #ff7fa1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff4c7c !important;
  border-color: #ff4c7c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff7fa1 !important;
  border-color: #ff7fa1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff7fa1 !important;
  border-color: #ff7fa1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff4c7c;
  color: #ff4c7c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f40042 !important;
  background-color: transparent !important;
  border-color: #f40042 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c7c !important;
  border-color: #ff4c7c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff4c7c;
  color: #ff4c7c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f40042 !important;
  background-color: transparent !important;
  border-color: #f40042 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c7c !important;
  border-color: #ff4c7c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #edefeb !important;
}
.text-secondary {
  color: #ff4c7c !important;
}
.text-success {
  color: #ff4c7c !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #edefeb !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bac2b2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e5003d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e5003d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bac2b2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !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: #edefeb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #edefeb;
}
.alert-danger {
  background-color: #f7f7f7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #edefeb;
  border-color: #edefeb;
  color: #7a886d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #edefeb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #d5d5d5;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #edefeb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #edefeb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #edefeb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #edefeb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #edefeb;
  border-bottom-color: #edefeb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #edefeb !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: #ff4c7c !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='%23edefeb' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uzRTtBdv2l {
  min-height: 70px !important;
  position: relative;
  background: #f4f4f4;
  overflow: visible;
}
.cid-uzRTtBdv2l .nav-item,
.cid-uzRTtBdv2l .nav-link,
.cid-uzRTtBdv2l .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzRTtBdv2l .navbar-caption {
  display: inline-block;
#  vertical-align: middle;
  color: #000000 !important;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uzRTtBdv2l .navbar-caption {
    line-height: 26px !important;
    max-width: 195px;
  }
}
.cid-uzRTtBdv2l .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uzRTtBdv2l .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uzRTtBdv2l .container-fluid,
.cid-uzRTtBdv2l .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uzRTtBdv2l .navbar-brand {
  padding-right: 20px;
}
.cid-uzRTtBdv2l .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uzRTtBdv2l .nav-link:hover:before {
  width: 100%;
}
.cid-uzRTtBdv2l .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uzRTtBdv2l .nav-link {
    margin: 0 !important;
  }
}
.cid-uzRTtBdv2l .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzRTtBdv2l .widget p,
.cid-uzRTtBdv2l .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uzRTtBdv2l .widget p a,
.cid-uzRTtBdv2l .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uzRTtBdv2l .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uzRTtBdv2l .icons__wrap:hover {
  color: #FF4C7C;
  background-color: #FF4C7C;
  border-color: #FF4C7C;
}
.cid-uzRTtBdv2l .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uzRTtBdv2l .block__phone,
  .cid-uzRTtBdv2l .icons-menu {
    display: none;
  }
  .cid-uzRTtBdv2l .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uzRTtBdv2l .mbr-section-btn .btn-secondary {
  background-color: #FF4C7C !important;
  color: #FF4C7C !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uzRTtBdv2l .mbr-section-btn .btn-secondary:hover {
  background-color: #FF4C7C !important;
  color: #FF4C7C !important;
}
.cid-uzRTtBdv2l .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uzRTtBdv2l .navbar > .container,
.cid-uzRTtBdv2l .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uzRTtBdv2l .btn {
    white-space: nowrap;
  }
  .cid-uzRTtBdv2l .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #FF4C7C;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #edefeb;
    box-shadow: 0 9px 37px -8px #ff4c7c, 0 0 1px #ff4c7c;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uzRTtBdv2l .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    color: inherit !important;
  }
  .is-builder .cid-uzRTtBdv2l .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uzRTtBdv2l .dropdown-toggle::after,
  .cid-uzRTtBdv2l .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uzRTtBdv2l .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uzRTtBdv2l .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uzRTtBdv2l .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uzRTtBdv2l .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uzRTtBdv2l .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uzRTtBdv2l .nav-item:focus,
.cid-uzRTtBdv2l .nav-link:focus {
  outline: none;
}
.cid-uzRTtBdv2l .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #edefeb;
  border-bottom: 1px solid #edefeb;
}
.cid-uzRTtBdv2l .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uzRTtBdv2l .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uzRTtBdv2l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzRTtBdv2l .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uzRTtBdv2l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzRTtBdv2l .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uzRTtBdv2l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzRTtBdv2l .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #f4f4f4;
}
.cid-uzRTtBdv2l .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #f4f4f4 !important;
}
.cid-uzRTtBdv2l .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uzRTtBdv2l .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uzRTtBdv2l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzRTtBdv2l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzRTtBdv2l .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uzRTtBdv2l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzRTtBdv2l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uzRTtBdv2l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzRTtBdv2l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzRTtBdv2l .navbar .dropdown-menu {
    background: #f4f4f4 !important;
  }
  .cid-uzRTtBdv2l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzRTtBdv2l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzRTtBdv2l .navbar .navbar-toggler {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    flex-basis: auto;
    cursor: pointer;
    transition: all 0.2s;
  }
}
.cid-uzRTtBdv2l .navbar.navbar-short {
  background: #f4f4f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uzRTtBdv2l .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uzRTtBdv2l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzRTtBdv2l .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uzRTtBdv2l .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
  color: #FF4C7C !important;
}
.cid-uzRTtBdv2l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzRTtBdv2l .dropdown-item.active,
.cid-uzRTtBdv2l .dropdown-item:active {
  background-color: transparent;
}
.cid-uzRTtBdv2l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-uzRTtBdv2l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uzRTtBdv2l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: left;
}
.cid-uzRTtBdv2l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uzRTtBdv2l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzRTtBdv2l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRTtBdv2l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRTtBdv2l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzRTtBdv2l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRTtBdv2l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzRTtBdv2l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzRTtBdv2l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRTtBdv2l .navbar-dropdown {
  position: absolute;
}
.cid-uzRTtBdv2l a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uzRTtBdv2l .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uzRTtBdv2l .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #edefeb;
  }
  .cid-uzRTtBdv2l .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uzRTtBdv2l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uzRTtBdv2l .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f4f4f4;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uzRTtBdv2l .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uzRTtBdv2l .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uzRTtBdv2l .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uzRTtBdv2l .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uzRTtBdv2l .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uzRTtBdv2l a.nav-link {
    justify-content: flex-start;
  }
  .cid-uzRTtBdv2l ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uzRTtBdv2l .navbar-brand {
    padding: 0;
  }
  .cid-uzRTtBdv2l .block__phone,
  .cid-uzRTtBdv2l .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uzRTtBdv2l .widget {
    flex-direction: column;
  }
  .cid-uzRTtBdv2l .widget p,
  .cid-uzRTtBdv2l .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uzRTtBdv2l .navbar-collapse {
    justify-content: flex-end !important;
  }
}
.is-builder .cid-uzRTtBdv2l .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzRTtBdv2l .navbar {
    height: 97px;
  }
  .cid-uzRTtBdv2l .navbar.opened {
    height: auto;
  }
  .cid-uzRTtBdv2l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzRTtBdv2l .navbar-caption,
.cid-uzRTtBdv2l .navbar-brand {
  color: #1F2937 !important;
}
.cid-uzRTtBdv2l .navbar-caption:hover,
.cid-uzRTtBdv2l .navbar-brand:hover {
  color: #FF4C7C !important;
}
.cid-uzRTtBdv2l .nav-link:hover {
  color: inherit !important;
}
.cid-uzRTtBdv2l .nav-item:hover .nav-link {
  color: inherit !important;
  text-decoration: none !important;
}
.cid-uzRTtBdv2l .nav-link {
  color: #1F2937 !important;
  text-decoration: none !important;
}
.cid-uzRTtBdv2l .navbar-nav {
  display: flex;
  justify-content: flex-end !important;
  flex-grow: 1;
}
.cid-uzRTtBdv2l .nav-item .nav-link::before {
  display: none !important;
}
.cid-uzAei39qhO {
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-uzAei39qhO .position {
  z-index: 10;
}
.cid-uzAei39qhO .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-uzAei39qhO .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzAei39qhO .mbr-text {
  margin-top: 30px;
}
.cid-uzAei39qhO .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzAei39qhO .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uzAei39qhO .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uzAei39qhO .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uzAei39qhO .info__block-item {
    margin-right: 10px;
  }
}
.cid-uzAei39qhO .titleitem,
.cid-uzAei39qhO .textitem {
  margin-bottom: 0;
}
.cid-uzAei39qhO .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-uzAei39qhO .animated-element {
  color: #ff4c7c;
}
.cid-uzAei39qhO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff4c7c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uzAei39qhO .title__item {
  color: #ff4c7c;
}
.cid-uzAkM2yLX6 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #edefeb;
}
.cid-uzAkM2yLX6 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #ff4c7c;
}
.cid-uzAkM2yLX6 .text-block {
  position: relative;
  z-index: 0;
}
.cid-uzAkM2yLX6 .box {
  width: 25%;
  height: 40%;
  background: #ff4c7c;
  position: absolute;
  top: 4%;
}
.cid-uzAkM2yLX6 .box {
  left: 20%;
}
.cid-uzAkM2yLX6 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uzAkM2yLX6 .mbr-section-text,
.cid-uzAkM2yLX6 .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-uzAkM2yLX6 .text-box {
    display: none;
  }
  .cid-uzAkM2yLX6 .mbr-section-title,
  .cid-uzAkM2yLX6 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uzAkM2yLX6 .box {
    display: none;
  }
  .cid-uzAkM2yLX6 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uzAkM2yLX6 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzAkM2yLX6 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-uzAkM2yLX6 .mbr-section-title {
  color: #000000;
}
.cid-uzFlaJ4Gua {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-uzFlaJ4Gua .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uzFlaJ4Gua .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.cid-uzFlaJ4Gua .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4c7c;
  background-color: #ff4c7c;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uzFlaJ4Gua .mbr-text DIV {
  text-align: center;
}
.cid-uzAqiMc1zI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uzAqiMc1zI .card-text,
.cid-uzAqiMc1zI .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uzAqiMc1zI .main,
.cid-uzAqiMc1zI .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-uzAqiMc1zI .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uzAqiMc1zI .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uzAqiMc1zI .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uzAqiMc1zI .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uzAqiMc1zI .text-element {
  padding: 3rem 2rem;
}
.cid-uzAqiMc1zI .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-uzAqiMc1zI .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-uzAqiMc1zI .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uzAqiMc1zI .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-uzAqiMc1zI .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-uzAqiMc1zI .image-element,
  .cid-uzAqiMc1zI .text-element {
    margin-bottom: 0;
  }
  .cid-uzAqiMc1zI .main:first-child {
    padding-top: 0;
  }
}
.cid-uzAqiMc1zI .mbr-section-subtitle {
  color: #000000;
}
.cid-uzAqiMc1zI .card-text,
.cid-uzAqiMc1zI .mbr-section-btn {
  color: #000000;
}
.cid-uzAqiMc1zI .mbr-title,
.cid-uzAqiMc1zI .card-img {
  color: #ff4c7c;
}
.cid-uzAmTjRWFG {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #edefeb;
}
.cid-uzAmTjRWFG .mbr-text {
  color: #767676;
}
.cid-uzAmTjRWFG .mbr-section-subtitle {
  color: #767676;
}
.cid-uzAmTjRWFG .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzAmTjRWFG .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-uzAmTjRWFG .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uzAmTjRWFG .card-text {
  padding-top: 2rem;
  color: #000000;
}
.cid-uzAmTjRWFG .card-box {
  padding-bottom: 1rem;
}
.cid-uzAmTjRWFG .num {
  color: #ff98b4;
}
@media (max-width: 767px) {
  .cid-uzAmTjRWFG .num,
  .cid-uzAmTjRWFG .card-title,
  .cid-uzAmTjRWFG .mbr-text,
  .cid-uzAmTjRWFG .mbr-title,
  .cid-uzAmTjRWFG .mbr-section-subtitle,
  .cid-uzAmTjRWFG .mbr-section-btn,
  .cid-uzAmTjRWFG .mbr-section-title {
    text-align: center !important;
  }
  .cid-uzAmTjRWFG .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uzAmTjRWFG .mbr-section-title {
  text-align: center;
}
.cid-uzAmTjRWFG .card-title,
.cid-uzAmTjRWFG .card-img {
  color: #000000;
}
.cid-uzAs3HRcOg {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
.cid-uzArTXExz6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uzArTXExz6 .container {
  max-width: 1400px;
}
.cid-uzArTXExz6 svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-uzArTXExz6 #e1_ellipse {
  fill: #edefeb !important;
}
.cid-uzArTXExz6 .mbr-text {
  color: #000000;
}
.cid-uzArTXExz6 .card-img span {
  font-size: 96px;
  color: #d4d4d4;
  padding: 0.5rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uzArTXExz6 .card-img .img1 {
#  background-color: #edefeb;
}
.cid-uzArTXExz6 .card-img .img2 {
#  background-color: #edefeb;
}
.cid-uzArTXExz6 .card-img .img3 {
#  background-color: #edefeb;
}
.cid-uzArTXExz6 .card-img .img4 {
#  background-color: #edefeb;
}
.cid-uzArTXExz6 .mbr-iconfont {
  transition: all 0.3s;
  color: #ff4c7c !important;
  font-size: 2rem !important;
}
.cid-uzArTXExz6 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uzArTXExz6 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(141, 141, 141, 0.1);
  transform: translateY(-1.5rem);
  background-color: #f1f1f1;
}
.cid-uzArTXExz6 .card-title,
.cid-uzArTXExz6 .card-img {
  color: #57468b;
}
.cid-uzArTXExz6 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: none;
}
.cid-uzArTXExz6 img:hover {
  box-shadow: 0 10px 55px 5px rgba(54, 54, 54, 0.1);
}
@media (max-width: 992px) {
  .cid-uzArTXExz6 img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uzArTXExz6 .card {
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem !important;
  }
  .cid-uzArTXExz6 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uzArTXExz6 .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-uzArTXExz6 .card-img span {
    margin-right: 0rem;
  }
  .cid-uzArTXExz6 svg {
    top: -9rem;
  }
}
.cid-uzArTXExz6 .card-img {
  width: auto;
}
.cid-uzArTXExz6 .card-title {
  color: #000000;
}
.cid-uzFbkBPgwe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-uzFbkBPgwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFbkBPgwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFbkBPgwe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uzFbkBPgwe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzFbkBPgwe .embla__button--next,
.cid-uzFbkBPgwe .embla__button--prev {
  display: flex;
}
.cid-uzFbkBPgwe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(151, 151, 151, 0.9) !important;
  color: #dadada !important;
  border: 2px solid #5f5d5d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzFbkBPgwe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzFbkBPgwe .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzFbkBPgwe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzFbkBPgwe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uzFbkBPgwe .embla__button {
    top: auto;
  }
}
.cid-uzFbkBPgwe .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uzFbkBPgwe .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uzFbkBPgwe .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uzFbkBPgwe .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uzFbkBPgwe .embla {
  position: relative;
  width: 100%;
}
.cid-uzFbkBPgwe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzFbkBPgwe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzFbkBPgwe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzFbkBPgwe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzSgHgQBcS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-uzSgHgQBcS .icons-block .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
  opacity: 0.9;
}
.cid-uzSgHgQBcS .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-uzSgHgQBcS .links-block ul li {
  margin: 0 1rem;
  color: #ffffff;
}
.cid-uzSgHgQBcS .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-uzSgHgQBcS .links-block ul,
.cid-uzSgHgQBcS .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-uzSgHgQBcS .logo-section img {
  width: auto;
  display: inline-block;
}
.cid-uzShNtME1u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
