body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.16rem;
  line-height: 120%;
  letter-spacing: 0.004rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.95rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.37rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 2.9625rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.77em;
  letter-spacing: 0.016rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0.001rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.528rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.212rem;
    font-size: calc( 1.756rem + (3.16 - 1.756) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.756rem + (3.16 - 1.756) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.896rem;
    font-size: calc( 1.4795rem + (2.37 - 1.4795) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4795rem + (2.37 - 1.4795) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 3.125rem;
}
.bg-primary {
  background-color: #25124e !important;
}
.bg-success {
  background-color: #d7d7d7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f7e8d2 !important;
}
.bg-danger {
  background-color: #25124e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #25124e !important;
  border-color: #25124e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #040208 !important;
  border-color: #040208 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #040208 !important;
  border-color: #040208 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
  color: #baa838 !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: #776c24 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #baa838 !important;
  background-color: #e8e0b2 !important;
  border-color: #e8e0b2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  color: #585858 !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: #ffffff !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #585858 !important;
  background-color: #acacac !important;
  border-color: #acacac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
  color: #ac721e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ac721e !important;
  background-color: #eac288 !important;
  border-color: #eac288 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #25124e !important;
  border-color: #25124e !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: #040208 !important;
  border-color: #040208 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #040208 !important;
  border-color: #040208 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #25124e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #040208 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #25124e !important;
  border-color: #25124e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcfbf5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e8e0b2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #baa838 !important;
  background-color: #fcfbf5 !important;
  border-color: #fcfbf5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d7d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #acacac !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #585858 !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7e8d2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eac288 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ac721e !important;
  background-color: #f7e8d2 !important;
  border-color: #f7e8d2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #25124e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #040208 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #25124e !important;
  border-color: #25124e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #25124e !important;
}
.text-secondary {
  color: #fcfbf5 !important;
}
.text-success {
  color: #d7d7d7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f7e8d2 !important;
}
.text-danger {
  color: #25124e !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: #e4dca7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a4a4a4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8bc7b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #25124e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f7e8d2;
}
.alert-danger {
  background-color: #25124e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #25124e;
  border-color: #25124e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #25124e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8e69dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8e69dc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #25124e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #25124e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #25124e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #25124e;
}
.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: #25124e;
  border-bottom-color: #25124e;
}
.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: #25124e !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: #fcfbf5 !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='%2325124e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border: none;
  box-shadow: none;
  padding: 16px 40px;
  font-weight: 400;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0.5rem, 0);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  border: none;
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #25124e !important;
}
.cid-tGcQI7K3y4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tGcQI7K3y4 .carousel {
  height: 800px;
}
.cid-tGcQI7K3y4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGcQI7K3y4 .carousel-item,
.cid-tGcQI7K3y4 .carousel-inner {
  height: 100%;
}
.cid-tGcQI7K3y4 .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 40%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-tGcQI7K3y4 .carousel-caption {
    height: 68%;
  }
}
.cid-tGcQI7K3y4 .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 40%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #fcfbf5;
  opacity: 1;
}
.cid-tGcQI7K3y4 .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-tGcQI7K3y4 .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tGcQI7K3y4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGcQI7K3y4 .carousel-control:hover {
  opacity: 0.6;
}
.cid-tGcQI7K3y4 .item-wrapper {
  width: 100%;
}
.cid-tGcQI7K3y4 .mbr-section-subtitle,
.cid-tGcQI7K3y4 .slider-subtitle {
  margin-bottom: 30px;
}
.cid-tGcQI7K3y4 .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-tGcQI7K3y4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGcQI7K3y4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGcQI7K3y4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGcQI7K3y4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGcQI7K3y4 .carousel-indicators li.active,
.cid-tGcQI7K3y4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGcQI7K3y4 .carousel-indicators li::after,
.cid-tGcQI7K3y4 .carousel-indicators li::before {
  content: none;
}
.cid-tGcQI7K3y4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGcQI7K3y4 .carousel-indicators {
    display: none !important;
  }
}
.cid-tGcQI7K3y4 H5 {
  color: #e9ddd8;
}
.cid-tGcQI7K3y4 .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-tGcQI7K3y4 P {
  color: #ffffff;
}
.cid-tGcQZwJHZH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f9f9fc;
}
.cid-tGcQZwJHZH .mbr-section-head {
  padding: 0 1rem;
}
.cid-tGcQZwJHZH img,
.cid-tGcQZwJHZH .item-img {
  width: 100%;
}
.cid-tGcQZwJHZH .item:focus,
.cid-tGcQZwJHZH span:focus {
  outline: none;
}
.cid-tGcQZwJHZH .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tGcQZwJHZH .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tGcQZwJHZH .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tGcQZwJHZH .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tGcQZwJHZH .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tGcQZwJHZH .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tGcQZwJHZH .slide-content .item-link {
    transform: none;
  }
}
.cid-tGcQZwJHZH .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tGcQZwJHZH .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tGcQZwJHZH .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tGcQZwJHZH .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tGcQZwJHZH .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tGcQZwJHZH .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tGcQZwJHZH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tGcQZwJHZH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGcQZwJHZH .embla__button--next,
.cid-tGcQZwJHZH .embla__button--prev {
  display: flex;
}
.cid-tGcQZwJHZH .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGcQZwJHZH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGcQZwJHZH .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tGcQZwJHZH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGcQZwJHZH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGcQZwJHZH .embla__button {
    top: auto;
  }
}
.cid-tGcQZwJHZH .embla {
  position: relative;
  width: 100%;
}
.cid-tGcQZwJHZH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGcQZwJHZH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGcQZwJHZH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGcQZwJHZH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tGcQZwJHZH .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tGcQZwJHZH .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tGcQZwJHZH .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tGcQZwJHZH .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #25124e;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tGcQZwJHZH .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tGcQZwJHZH .mbr-text {
  color: #84858a;
  text-align: left;
}
.cid-tGcQZwJHZH .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tGcQZwJHZH .mbr-link,
.cid-tGcQZwJHZH .mbr-iconfont {
  color: #20232a;
}
.cid-tMaWqSXJNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMaWqSXJNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMaWqSXJNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMaWqSXJNJ .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tMaWqSXJNJ .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMaWqSXJNJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMaWqSXJNJ .container {
    padding: 0 20px;
  }
}
.cid-tMaWqSXJNJ .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMaWqSXJNJ .card {
  padding: 0;
}
.cid-tMaWqSXJNJ .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tMaWqSXJNJ .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tMaWqSXJNJ .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tMaWqSXJNJ .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMaWqSXJNJ .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tMaWqSXJNJ .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tMaWqSXJNJ .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMaWqSXJNJ .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tMaWqSXJNJ .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMaWqSXJNJ .mbr-text {
  color: #1d1d1d;
}
.cid-tMaWqSXJNJ .mbr-section-title,
.cid-tMaWqSXJNJ .mbr-section-btn {
  color: #25124e;
}
.cid-tM9SDp2ON2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tM9SDp2ON2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9SDp2ON2 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tM9SDp2ON2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tM9SDp2ON2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9SDp2ON2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #fcfbf5;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #25124e;
  height: 80px;
  border-radius: 50%;
}
.cid-tM9SDp2ON2 .card-title,
.cid-tM9SDp2ON2 .iconfont-wrapper {
  color: #000000;
}
.cid-tM9SDp2ON2 .card-text {
  color: #25124e;
}
.cid-tM9SDp2ON2 .mbr-section-title {
  color: #000000;
}
.cid-tGcWrNqoV3 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tGcWrNqoV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tGcWrNqoV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tGcWrNqoV3 .menu_box .navbar.opened,
  .cid-tGcWrNqoV3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGcWrNqoV3 .navbar-dropdown {
  position: relative !important;
}
.cid-tGcWrNqoV3 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tGcWrNqoV3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tGcWrNqoV3 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tGcWrNqoV3 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tGcWrNqoV3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGcWrNqoV3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGcWrNqoV3 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tGcWrNqoV3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGcWrNqoV3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGcWrNqoV3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGcWrNqoV3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGcWrNqoV3 .offcanvas-body .mbr-text,
  .cid-tGcWrNqoV3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGcWrNqoV3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGcWrNqoV3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGcWrNqoV3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tGcWrNqoV3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGcWrNqoV3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGcWrNqoV3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGcWrNqoV3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGcWrNqoV3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGcWrNqoV3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGcWrNqoV3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGcWrNqoV3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGcWrNqoV3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGcWrNqoV3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGcWrNqoV3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGcWrNqoV3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGcWrNqoV3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tGcWrNqoV3 .nav-item .nav-link {
  position: relative;
}
.cid-tGcWrNqoV3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tGcWrNqoV3 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tGcWrNqoV3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGcWrNqoV3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGcWrNqoV3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGcWrNqoV3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGcWrNqoV3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGcWrNqoV3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGcWrNqoV3 .offcanvas_box {
    display: none;
  }
}
.cid-tGcWrNqoV3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGcWrNqoV3 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGcWrNqoV3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGcWrNqoV3 .container {
  display: flex;
  margin: auto;
}
.cid-tGcWrNqoV3 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGcWrNqoV3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGcWrNqoV3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGcWrNqoV3 .navbar-caption {
  color: #1d1d1d;
}
.cid-tGcWrNqoV3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGcWrNqoV3 .navbar-nav {
    margin: 0;
  }
}
.cid-tGcWrNqoV3 .dropdown-menu,
.cid-tGcWrNqoV3 .navbar.opened {
  background-color: false !important;
}
.cid-tGcWrNqoV3 .nav-item:focus,
.cid-tGcWrNqoV3 .nav-link:focus {
  outline: none;
}
.cid-tGcWrNqoV3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGcWrNqoV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGcWrNqoV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGcWrNqoV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGcWrNqoV3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGcWrNqoV3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGcWrNqoV3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGcWrNqoV3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGcWrNqoV3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tGcWrNqoV3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGcWrNqoV3 .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tGcWrNqoV3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tGcWrNqoV3 .navbar.collapsed {
  justify-content: center;
}
.cid-tGcWrNqoV3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGcWrNqoV3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGcWrNqoV3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGcWrNqoV3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGcWrNqoV3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGcWrNqoV3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGcWrNqoV3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGcWrNqoV3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGcWrNqoV3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGcWrNqoV3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGcWrNqoV3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGcWrNqoV3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGcWrNqoV3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGcWrNqoV3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGcWrNqoV3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGcWrNqoV3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGcWrNqoV3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGcWrNqoV3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGcWrNqoV3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGcWrNqoV3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGcWrNqoV3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGcWrNqoV3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGcWrNqoV3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGcWrNqoV3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGcWrNqoV3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGcWrNqoV3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGcWrNqoV3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGcWrNqoV3 .dropdown-item.active,
.cid-tGcWrNqoV3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGcWrNqoV3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGcWrNqoV3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGcWrNqoV3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGcWrNqoV3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGcWrNqoV3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGcWrNqoV3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGcWrNqoV3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tGcWrNqoV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tGcWrNqoV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGcWrNqoV3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGcWrNqoV3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGcWrNqoV3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGcWrNqoV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGcWrNqoV3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGcWrNqoV3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGcWrNqoV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGcWrNqoV3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGcWrNqoV3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGcWrNqoV3 .navbar {
    height: 70px;
  }
  .cid-tGcWrNqoV3 .navbar.opened {
    height: auto;
  }
  .cid-tGcWrNqoV3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGcWrNqoV3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGcWrNqoV3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tGcWrNqoV3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGcWrNqoV3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tGcWrNqoV3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGcWrNqoV3 .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tGcWrNqoV3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGcWrNqoV3 .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tGcWrNqoV3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGcWrNqoV3 .text_widget a:hover {
  color: #25124e !important;
}
.cid-tGcWrNqoV3 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tGcWrNqoV3 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tGcWrNqoV3 .mbr-section-subtitle,
.cid-tGcWrNqoV3 .text_widget,
.cid-tGcWrNqoV3 .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tGcWrNqoV3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMJEJuNpgi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMJEJuNpgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJEJuNpgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJEJuNpgi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMJEJuNpgi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .container {
    padding: 0 20px;
  }
}
.cid-tMJEJuNpgi .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .card {
    margin-bottom: 50px;
  }
}
.cid-tMJEJuNpgi .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMJEJuNpgi .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMJEJuNpgi .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMJEJuNpgi .contacts-wrap a {
  display: block;
}
.cid-tMJEJuNpgi .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMJEJuNpgi .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMJEJuNpgi .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMJEJuNpgi .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMJEJuNpgi .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMJEJuNpgi .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMJEJuNpgi .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMJEJuNpgi .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMJEJuNpgi .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMJEJuNpgi .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMJEJuNpgi .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMJEJuNpgi .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMJEJuNpgi .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMJEJuNpgi .dragArea.row .form-group .form-control:hover,
.cid-tMJEJuNpgi .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMJEJuNpgi .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMJEJuNpgi .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMJEJuNpgi .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMJEJuNpgi .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMJEJuNpgi .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMJEJuNpgi .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMJEJuNpgi .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJEJuNpgi .mbr-desc {
  color: #706f6d;
}
.cid-tMJEJuNpgi .mbr-text {
  color: #1d1d1d;
}
.cid-tMJEJuNpgi label {
  color: #1d1d1d;
}
.cid-tMJEJuNpgi .mbr-section-title,
.cid-tMJEJuNpgi .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tLoOr3Clxe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tMIMvy7pR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/renewables-x-1920x892.webp");
}
.cid-tMIMvy7pR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMvy7pR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMvy7pR1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tMIMvy7pR1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMvy7pR1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tMIMvy7pR1 .container {
    padding: 0 20px;
  }
}
.cid-tMIMvy7pR1 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tMIMvy7pR1 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tMIMvy7pR1 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMvy7pR1 .mbr-text {
  color: #ffffff;
}
.cid-tMIMvy7pR1 .mbr-section-title,
.cid-tMIMvy7pR1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMIMvyTNRj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMIMvyTNRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMvyTNRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMvyTNRj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tMIMvyTNRj .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMIMvyTNRj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMvyTNRj .container {
    padding: 0 20px;
  }
}
.cid-tMIMvyTNRj .card {
  padding: 0;
}
.cid-tMIMvyTNRj .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIMvyTNRj .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tMIMvyTNRj .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tMIMvyTNRj .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIMvyTNRj .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tMIMvyTNRj .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tMIMvyTNRj .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMvyTNRj .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tMIMvyTNRj .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMvyTNRj .mbr-text {
  color: #1d1d1d;
}
.cid-tMIMvyTNRj .mbr-section-title,
.cid-tMIMvyTNRj .mbr-section-btn {
  text-align: left;
}
.cid-tMIMvzyLgq .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tMIMvzyLgq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMIMvzyLgq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMIMvzyLgq .menu_box .navbar.opened,
  .cid-tMIMvzyLgq .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMIMvzyLgq .navbar-dropdown {
  position: relative !important;
}
.cid-tMIMvzyLgq .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIMvzyLgq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tMIMvzyLgq .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIMvzyLgq .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tMIMvzyLgq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMIMvzyLgq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMIMvzyLgq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tMIMvzyLgq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMIMvzyLgq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMIMvzyLgq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMIMvzyLgq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMIMvzyLgq .offcanvas-body .mbr-text,
  .cid-tMIMvzyLgq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMIMvzyLgq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMIMvzyLgq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMIMvzyLgq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tMIMvzyLgq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMIMvzyLgq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMIMvzyLgq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMIMvzyLgq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMIMvzyLgq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMIMvzyLgq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIMvzyLgq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMIMvzyLgq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMIMvzyLgq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMIMvzyLgq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMIMvzyLgq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMIMvzyLgq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMIMvzyLgq .nav-item {
    margin: 0 !important;
  }
}
.cid-tMIMvzyLgq .nav-item .nav-link {
  position: relative;
}
.cid-tMIMvzyLgq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tMIMvzyLgq .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tMIMvzyLgq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMIMvzyLgq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMIMvzyLgq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMIMvzyLgq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIMvzyLgq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMIMvzyLgq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMIMvzyLgq .offcanvas_box {
    display: none;
  }
}
.cid-tMIMvzyLgq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMIMvzyLgq .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMIMvzyLgq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMIMvzyLgq .container {
  display: flex;
  margin: auto;
}
.cid-tMIMvzyLgq .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMIMvzyLgq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMIMvzyLgq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMIMvzyLgq .navbar-caption {
  color: #1d1d1d;
}
.cid-tMIMvzyLgq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMIMvzyLgq .navbar-nav {
    margin: 0;
  }
}
.cid-tMIMvzyLgq .dropdown-menu,
.cid-tMIMvzyLgq .navbar.opened {
  background-color: false !important;
}
.cid-tMIMvzyLgq .nav-item:focus,
.cid-tMIMvzyLgq .nav-link:focus {
  outline: none;
}
.cid-tMIMvzyLgq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIMvzyLgq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIMvzyLgq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIMvzyLgq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIMvzyLgq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIMvzyLgq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIMvzyLgq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMIMvzyLgq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMIMvzyLgq .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIMvzyLgq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMIMvzyLgq .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tMIMvzyLgq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMIMvzyLgq .navbar.collapsed {
  justify-content: center;
}
.cid-tMIMvzyLgq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIMvzyLgq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIMvzyLgq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIMvzyLgq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIMvzyLgq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIMvzyLgq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMIMvzyLgq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMIMvzyLgq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMIMvzyLgq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMIMvzyLgq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIMvzyLgq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIMvzyLgq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMIMvzyLgq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIMvzyLgq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMIMvzyLgq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMIMvzyLgq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMIMvzyLgq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMIMvzyLgq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMIMvzyLgq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMIMvzyLgq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIMvzyLgq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMIMvzyLgq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMIMvzyLgq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMIMvzyLgq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMIMvzyLgq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMIMvzyLgq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMIMvzyLgq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIMvzyLgq .dropdown-item.active,
.cid-tMIMvzyLgq .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIMvzyLgq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIMvzyLgq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIMvzyLgq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIMvzyLgq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIMvzyLgq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMIMvzyLgq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIMvzyLgq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tMIMvzyLgq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tMIMvzyLgq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIMvzyLgq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMvzyLgq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMvzyLgq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIMvzyLgq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMvzyLgq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIMvzyLgq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIMvzyLgq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMvzyLgq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMIMvzyLgq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIMvzyLgq .navbar {
    height: 70px;
  }
  .cid-tMIMvzyLgq .navbar.opened {
    height: auto;
  }
  .cid-tMIMvzyLgq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIMvzyLgq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMIMvzyLgq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMIMvzyLgq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMIMvzyLgq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMIMvzyLgq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMIMvzyLgq .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tMIMvzyLgq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMIMvzyLgq .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tMIMvzyLgq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMIMvzyLgq .text_widget a:hover {
  color: #25124e !important;
}
.cid-tMIMvzyLgq .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMvzyLgq .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMvzyLgq .mbr-section-subtitle,
.cid-tMIMvzyLgq .text_widget,
.cid-tMIMvzyLgq .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIMvzyLgq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMIMvAA1q7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMIMvAA1q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMvAA1q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMvAA1q7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIMvAA1q7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMvAA1q7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMvAA1q7 .container {
    padding: 0 20px;
  }
}
.cid-tMIMvAA1q7 .row {
  justify-content: center;
}
.cid-tMIMvAA1q7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMvAA1q7 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMIMvAA1q7 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMvAA1q7 .item {
    margin-bottom: 50px;
  }
}
.cid-tMIMvAA1q7 .item a {
  display: block;
  height: 100%;
}
.cid-tMIMvAA1q7 .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tMIMvAA1q7 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tMIMvAA1q7 .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tMIMvAA1q7 .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tMIMvAA1q7 .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tMIMvAA1q7 .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tMIMvAA1q7 .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tMIMvAA1q7 .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tMIMvAA1q7 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMvAA1q7 .mbr-card-title {
  color: #25124e;
}
.cid-tMIMvAA1q7 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMvBjnoH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9fc;
}
.cid-tMIMvBjnoH .mbr-section-head {
  padding: 0 1rem;
}
.cid-tMIMvBjnoH img,
.cid-tMIMvBjnoH .item-img {
  width: 100%;
}
.cid-tMIMvBjnoH .item:focus,
.cid-tMIMvBjnoH span:focus {
  outline: none;
}
.cid-tMIMvBjnoH .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tMIMvBjnoH .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tMIMvBjnoH .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tMIMvBjnoH .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tMIMvBjnoH .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tMIMvBjnoH .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tMIMvBjnoH .slide-content .item-link {
    transform: none;
  }
}
.cid-tMIMvBjnoH .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tMIMvBjnoH .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tMIMvBjnoH .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tMIMvBjnoH .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tMIMvBjnoH .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tMIMvBjnoH .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tMIMvBjnoH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tMIMvBjnoH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMIMvBjnoH .embla__button--next,
.cid-tMIMvBjnoH .embla__button--prev {
  display: flex;
}
.cid-tMIMvBjnoH .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMIMvBjnoH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMIMvBjnoH .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tMIMvBjnoH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMIMvBjnoH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMIMvBjnoH .embla__button {
    top: auto;
  }
}
.cid-tMIMvBjnoH .embla {
  position: relative;
  width: 100%;
}
.cid-tMIMvBjnoH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMIMvBjnoH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMIMvBjnoH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMIMvBjnoH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tMIMvBjnoH .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tMIMvBjnoH .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIMvBjnoH .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tMIMvBjnoH .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #25124e;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIMvBjnoH .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tMIMvBjnoH .mbr-text {
  color: #0f0721;
  text-align: left;
}
.cid-tMIMvBjnoH .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tMIMvBjnoH .mbr-link,
.cid-tMIMvBjnoH .mbr-iconfont {
  color: #20232a;
}
.cid-tMIMvCzEDm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMIMvCzEDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMvCzEDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMvCzEDm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIMvCzEDm .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMvCzEDm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMvCzEDm .container {
    padding: 0 20px;
  }
}
.cid-tMIMvCzEDm .row {
  justify-content: center;
}
.cid-tMIMvCzEDm .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMvCzEDm .item {
    margin-bottom: 50px;
  }
}
.cid-tMIMvCzEDm .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMIMvCzEDm .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tMIMvCzEDm .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tMIMvCzEDm .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tMIMvCzEDm .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tMIMvCzEDm .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tMIMvCzEDm .mbr-card-title {
  color: #1d1d1d;
}
.cid-tMIMvCzEDm .mbr-card-title,
.cid-tMIMvCzEDm .item-img {
  text-align: center;
}
.cid-tMIMvCzEDm .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tMO6rsGtwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO6rsGtwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO6rsGtwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO6rsGtwd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO6rsGtwd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .container {
    padding: 0 20px;
  }
}
.cid-tMO6rsGtwd .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .card {
    margin-bottom: 50px;
  }
}
.cid-tMO6rsGtwd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO6rsGtwd .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO6rsGtwd .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO6rsGtwd .contacts-wrap a {
  display: block;
}
.cid-tMO6rsGtwd .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO6rsGtwd .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO6rsGtwd .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO6rsGtwd .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO6rsGtwd .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO6rsGtwd .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO6rsGtwd .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO6rsGtwd .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO6rsGtwd .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO6rsGtwd .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO6rsGtwd .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO6rsGtwd .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO6rsGtwd .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO6rsGtwd .dragArea.row .form-group .form-control:hover,
.cid-tMO6rsGtwd .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO6rsGtwd .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO6rsGtwd .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO6rsGtwd .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO6rsGtwd .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO6rsGtwd .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO6rsGtwd .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO6rsGtwd .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO6rsGtwd .mbr-desc {
  color: #706f6d;
}
.cid-tMO6rsGtwd .mbr-text {
  color: #1d1d1d;
}
.cid-tMO6rsGtwd label {
  color: #1d1d1d;
}
.cid-tMO6rsGtwd .mbr-section-title,
.cid-tMO6rsGtwd .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIMvE76cX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tMIMrOw7RB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/manufacturing-1-1600x1000.webp");
}
.cid-tMIMrOw7RB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMrOw7RB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMrOw7RB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tMIMrOw7RB .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMrOw7RB .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tMIMrOw7RB .container {
    padding: 0 20px;
  }
}
.cid-tMIMrOw7RB .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tMIMrOw7RB .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tMIMrOw7RB .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMrOw7RB .mbr-text {
  color: #ffffff;
}
.cid-tMIMrOw7RB .mbr-section-title,
.cid-tMIMrOw7RB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMIMrPerQC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMIMrPerQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMrPerQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMrPerQC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tMIMrPerQC .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMIMrPerQC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMrPerQC .container {
    padding: 0 20px;
  }
}
.cid-tMIMrPerQC .card {
  padding: 0;
}
.cid-tMIMrPerQC .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIMrPerQC .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tMIMrPerQC .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tMIMrPerQC .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIMrPerQC .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tMIMrPerQC .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tMIMrPerQC .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMrPerQC .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tMIMrPerQC .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMrPerQC .mbr-text {
  color: #1d1d1d;
}
.cid-tMIMrPerQC .mbr-section-title,
.cid-tMIMrPerQC .mbr-section-btn {
  text-align: left;
}
.cid-tMIMrPTNW0 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tMIMrPTNW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMIMrPTNW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMIMrPTNW0 .menu_box .navbar.opened,
  .cid-tMIMrPTNW0 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMIMrPTNW0 .navbar-dropdown {
  position: relative !important;
}
.cid-tMIMrPTNW0 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIMrPTNW0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tMIMrPTNW0 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIMrPTNW0 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tMIMrPTNW0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMIMrPTNW0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMIMrPTNW0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tMIMrPTNW0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMIMrPTNW0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMIMrPTNW0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMIMrPTNW0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMIMrPTNW0 .offcanvas-body .mbr-text,
  .cid-tMIMrPTNW0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMIMrPTNW0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMIMrPTNW0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMIMrPTNW0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tMIMrPTNW0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMIMrPTNW0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMIMrPTNW0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMIMrPTNW0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMIMrPTNW0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMIMrPTNW0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIMrPTNW0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMIMrPTNW0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMIMrPTNW0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMIMrPTNW0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMIMrPTNW0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMIMrPTNW0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMIMrPTNW0 .nav-item {
    margin: 0 !important;
  }
}
.cid-tMIMrPTNW0 .nav-item .nav-link {
  position: relative;
}
.cid-tMIMrPTNW0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tMIMrPTNW0 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tMIMrPTNW0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMIMrPTNW0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMIMrPTNW0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMIMrPTNW0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIMrPTNW0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMIMrPTNW0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMIMrPTNW0 .offcanvas_box {
    display: none;
  }
}
.cid-tMIMrPTNW0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMIMrPTNW0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMIMrPTNW0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMIMrPTNW0 .container {
  display: flex;
  margin: auto;
}
.cid-tMIMrPTNW0 .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMIMrPTNW0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMIMrPTNW0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMIMrPTNW0 .navbar-caption {
  color: #1d1d1d;
}
.cid-tMIMrPTNW0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMIMrPTNW0 .navbar-nav {
    margin: 0;
  }
}
.cid-tMIMrPTNW0 .dropdown-menu,
.cid-tMIMrPTNW0 .navbar.opened {
  background-color: false !important;
}
.cid-tMIMrPTNW0 .nav-item:focus,
.cid-tMIMrPTNW0 .nav-link:focus {
  outline: none;
}
.cid-tMIMrPTNW0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIMrPTNW0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIMrPTNW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIMrPTNW0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIMrPTNW0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIMrPTNW0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIMrPTNW0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMIMrPTNW0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMIMrPTNW0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIMrPTNW0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMIMrPTNW0 .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tMIMrPTNW0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMIMrPTNW0 .navbar.collapsed {
  justify-content: center;
}
.cid-tMIMrPTNW0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIMrPTNW0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIMrPTNW0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIMrPTNW0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIMrPTNW0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIMrPTNW0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMIMrPTNW0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMIMrPTNW0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMIMrPTNW0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMIMrPTNW0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIMrPTNW0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIMrPTNW0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMIMrPTNW0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIMrPTNW0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMIMrPTNW0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMIMrPTNW0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMIMrPTNW0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMIMrPTNW0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMIMrPTNW0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMIMrPTNW0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIMrPTNW0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMIMrPTNW0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMIMrPTNW0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMIMrPTNW0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMIMrPTNW0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMIMrPTNW0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMIMrPTNW0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIMrPTNW0 .dropdown-item.active,
.cid-tMIMrPTNW0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIMrPTNW0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIMrPTNW0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIMrPTNW0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIMrPTNW0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIMrPTNW0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMIMrPTNW0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIMrPTNW0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tMIMrPTNW0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tMIMrPTNW0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIMrPTNW0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMrPTNW0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMrPTNW0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIMrPTNW0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMrPTNW0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIMrPTNW0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIMrPTNW0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMrPTNW0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMIMrPTNW0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIMrPTNW0 .navbar {
    height: 70px;
  }
  .cid-tMIMrPTNW0 .navbar.opened {
    height: auto;
  }
  .cid-tMIMrPTNW0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIMrPTNW0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMIMrPTNW0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMIMrPTNW0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMIMrPTNW0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMIMrPTNW0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMIMrPTNW0 .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tMIMrPTNW0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMIMrPTNW0 .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tMIMrPTNW0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMIMrPTNW0 .text_widget a:hover {
  color: #25124e !important;
}
.cid-tMIMrPTNW0 .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMrPTNW0 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMrPTNW0 .mbr-section-subtitle,
.cid-tMIMrPTNW0 .text_widget,
.cid-tMIMrPTNW0 .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIMrPTNW0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMIMrQYNa7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMIMrQYNa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMrQYNa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMrQYNa7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIMrQYNa7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMrQYNa7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMrQYNa7 .container {
    padding: 0 20px;
  }
}
.cid-tMIMrQYNa7 .row {
  justify-content: center;
}
.cid-tMIMrQYNa7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMrQYNa7 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMIMrQYNa7 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMrQYNa7 .item {
    margin-bottom: 50px;
  }
}
.cid-tMIMrQYNa7 .item a {
  display: block;
  height: 100%;
}
.cid-tMIMrQYNa7 .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tMIMrQYNa7 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tMIMrQYNa7 .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tMIMrQYNa7 .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tMIMrQYNa7 .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tMIMrQYNa7 .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tMIMrQYNa7 .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tMIMrQYNa7 .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tMIMrQYNa7 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMrQYNa7 .mbr-card-title {
  color: #25124e;
}
.cid-tMIMrQYNa7 .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMrRIfZH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9fc;
}
.cid-tMIMrRIfZH .mbr-section-head {
  padding: 0 1rem;
}
.cid-tMIMrRIfZH img,
.cid-tMIMrRIfZH .item-img {
  width: 100%;
}
.cid-tMIMrRIfZH .item:focus,
.cid-tMIMrRIfZH span:focus {
  outline: none;
}
.cid-tMIMrRIfZH .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tMIMrRIfZH .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tMIMrRIfZH .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tMIMrRIfZH .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tMIMrRIfZH .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tMIMrRIfZH .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tMIMrRIfZH .slide-content .item-link {
    transform: none;
  }
}
.cid-tMIMrRIfZH .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tMIMrRIfZH .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tMIMrRIfZH .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tMIMrRIfZH .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tMIMrRIfZH .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tMIMrRIfZH .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tMIMrRIfZH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tMIMrRIfZH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMIMrRIfZH .embla__button--next,
.cid-tMIMrRIfZH .embla__button--prev {
  display: flex;
}
.cid-tMIMrRIfZH .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMIMrRIfZH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMIMrRIfZH .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tMIMrRIfZH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMIMrRIfZH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMIMrRIfZH .embla__button {
    top: auto;
  }
}
.cid-tMIMrRIfZH .embla {
  position: relative;
  width: 100%;
}
.cid-tMIMrRIfZH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMIMrRIfZH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMIMrRIfZH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMIMrRIfZH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tMIMrRIfZH .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tMIMrRIfZH .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIMrRIfZH .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tMIMrRIfZH .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #25124e;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIMrRIfZH .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tMIMrRIfZH .mbr-text {
  color: #0f0721;
  text-align: left;
}
.cid-tMIMrRIfZH .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tMIMrRIfZH .mbr-link,
.cid-tMIMrRIfZH .mbr-iconfont {
  color: #20232a;
}
.cid-tMIMrT0Gg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMIMrT0Gg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMrT0Gg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMrT0Gg3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIMrT0Gg3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMrT0Gg3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMrT0Gg3 .container {
    padding: 0 20px;
  }
}
.cid-tMIMrT0Gg3 .row {
  justify-content: center;
}
.cid-tMIMrT0Gg3 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMrT0Gg3 .item {
    margin-bottom: 50px;
  }
}
.cid-tMIMrT0Gg3 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMIMrT0Gg3 .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tMIMrT0Gg3 .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tMIMrT0Gg3 .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tMIMrT0Gg3 .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tMIMrT0Gg3 .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tMIMrT0Gg3 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tMIMrT0Gg3 .mbr-card-title,
.cid-tMIMrT0Gg3 .item-img {
  text-align: center;
}
.cid-tMIMrT0Gg3 .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tMO6kijUYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO6kijUYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO6kijUYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO6kijUYP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO6kijUYP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .container {
    padding: 0 20px;
  }
}
.cid-tMO6kijUYP .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .card {
    margin-bottom: 50px;
  }
}
.cid-tMO6kijUYP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO6kijUYP .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO6kijUYP .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO6kijUYP .contacts-wrap a {
  display: block;
}
.cid-tMO6kijUYP .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO6kijUYP .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO6kijUYP .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO6kijUYP .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO6kijUYP .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO6kijUYP .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO6kijUYP .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO6kijUYP .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO6kijUYP .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO6kijUYP .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO6kijUYP .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO6kijUYP .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO6kijUYP .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO6kijUYP .dragArea.row .form-group .form-control:hover,
.cid-tMO6kijUYP .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO6kijUYP .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO6kijUYP .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO6kijUYP .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO6kijUYP .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO6kijUYP .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO6kijUYP .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO6kijUYP .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO6kijUYP .mbr-desc {
  color: #706f6d;
}
.cid-tMO6kijUYP .mbr-text {
  color: #1d1d1d;
}
.cid-tMO6kijUYP label {
  color: #1d1d1d;
}
.cid-tMO6kijUYP .mbr-section-title,
.cid-tMO6kijUYP .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIMrUyURh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tMJRLLJvr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/aviation-2-1920x720.webp");
}
.cid-tMJRLLJvr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJRLLJvr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJRLLJvr0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tMJRLLJvr0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMJRLLJvr0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tMJRLLJvr0 .container {
    padding: 0 20px;
  }
}
.cid-tMJRLLJvr0 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tMJRLLJvr0 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tMJRLLJvr0 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJRLLJvr0 .mbr-text {
  color: #ffffff;
}
.cid-tMJRLLJvr0 .mbr-section-title,
.cid-tMJRLLJvr0 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMJRLMz6xY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMJRLMz6xY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJRLMz6xY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJRLMz6xY .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tMJRLMz6xY .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMJRLMz6xY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMJRLMz6xY .container {
    padding: 0 20px;
  }
}
.cid-tMJRLMz6xY .card {
  padding: 0;
}
.cid-tMJRLMz6xY .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMJRLMz6xY .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tMJRLMz6xY .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tMJRLMz6xY .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMJRLMz6xY .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tMJRLMz6xY .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tMJRLMz6xY .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJRLMz6xY .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tMJRLMz6xY .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJRLMz6xY .mbr-text {
  color: #1d1d1d;
}
.cid-tMJRLMz6xY .mbr-section-title,
.cid-tMJRLMz6xY .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMJRLNhqFb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tMJRLNhqFb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMJRLNhqFb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMJRLNhqFb .menu_box .navbar.opened,
  .cid-tMJRLNhqFb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMJRLNhqFb .navbar-dropdown {
  position: relative !important;
}
.cid-tMJRLNhqFb .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMJRLNhqFb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tMJRLNhqFb .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMJRLNhqFb .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tMJRLNhqFb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMJRLNhqFb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMJRLNhqFb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tMJRLNhqFb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMJRLNhqFb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMJRLNhqFb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMJRLNhqFb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMJRLNhqFb .offcanvas-body .mbr-text,
  .cid-tMJRLNhqFb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMJRLNhqFb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMJRLNhqFb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMJRLNhqFb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tMJRLNhqFb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMJRLNhqFb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMJRLNhqFb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMJRLNhqFb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMJRLNhqFb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMJRLNhqFb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMJRLNhqFb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMJRLNhqFb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMJRLNhqFb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMJRLNhqFb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMJRLNhqFb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMJRLNhqFb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMJRLNhqFb .nav-item {
    margin: 0 !important;
  }
}
.cid-tMJRLNhqFb .nav-item .nav-link {
  position: relative;
}
.cid-tMJRLNhqFb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tMJRLNhqFb .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tMJRLNhqFb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMJRLNhqFb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMJRLNhqFb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMJRLNhqFb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMJRLNhqFb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMJRLNhqFb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMJRLNhqFb .offcanvas_box {
    display: none;
  }
}
.cid-tMJRLNhqFb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMJRLNhqFb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMJRLNhqFb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMJRLNhqFb .container {
  display: flex;
  margin: auto;
}
.cid-tMJRLNhqFb .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMJRLNhqFb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMJRLNhqFb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMJRLNhqFb .navbar-caption {
  color: #1d1d1d;
}
.cid-tMJRLNhqFb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMJRLNhqFb .navbar-nav {
    margin: 0;
  }
}
.cid-tMJRLNhqFb .dropdown-menu,
.cid-tMJRLNhqFb .navbar.opened {
  background-color: false !important;
}
.cid-tMJRLNhqFb .nav-item:focus,
.cid-tMJRLNhqFb .nav-link:focus {
  outline: none;
}
.cid-tMJRLNhqFb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMJRLNhqFb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMJRLNhqFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMJRLNhqFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMJRLNhqFb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMJRLNhqFb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMJRLNhqFb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMJRLNhqFb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMJRLNhqFb .navbar.opened {
  transition: all 0.3s;
}
.cid-tMJRLNhqFb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMJRLNhqFb .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tMJRLNhqFb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMJRLNhqFb .navbar.collapsed {
  justify-content: center;
}
.cid-tMJRLNhqFb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMJRLNhqFb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMJRLNhqFb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMJRLNhqFb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMJRLNhqFb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMJRLNhqFb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMJRLNhqFb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMJRLNhqFb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMJRLNhqFb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMJRLNhqFb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMJRLNhqFb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMJRLNhqFb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMJRLNhqFb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMJRLNhqFb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMJRLNhqFb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMJRLNhqFb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMJRLNhqFb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMJRLNhqFb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMJRLNhqFb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMJRLNhqFb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMJRLNhqFb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMJRLNhqFb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMJRLNhqFb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMJRLNhqFb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMJRLNhqFb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMJRLNhqFb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMJRLNhqFb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMJRLNhqFb .dropdown-item.active,
.cid-tMJRLNhqFb .dropdown-item:active {
  background-color: transparent;
}
.cid-tMJRLNhqFb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMJRLNhqFb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMJRLNhqFb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMJRLNhqFb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMJRLNhqFb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMJRLNhqFb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMJRLNhqFb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tMJRLNhqFb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tMJRLNhqFb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMJRLNhqFb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMJRLNhqFb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMJRLNhqFb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMJRLNhqFb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMJRLNhqFb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMJRLNhqFb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMJRLNhqFb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMJRLNhqFb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMJRLNhqFb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMJRLNhqFb .navbar {
    height: 70px;
  }
  .cid-tMJRLNhqFb .navbar.opened {
    height: auto;
  }
  .cid-tMJRLNhqFb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMJRLNhqFb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMJRLNhqFb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMJRLNhqFb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMJRLNhqFb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMJRLNhqFb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMJRLNhqFb .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tMJRLNhqFb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMJRLNhqFb .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tMJRLNhqFb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMJRLNhqFb .text_widget a:hover {
  color: #25124e !important;
}
.cid-tMJRLNhqFb .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMJRLNhqFb .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMJRLNhqFb .mbr-section-subtitle,
.cid-tMJRLNhqFb .text_widget,
.cid-tMJRLNhqFb .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMJRLNhqFb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMJRLOi6gO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMJRLOi6gO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJRLOi6gO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJRLOi6gO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMJRLOi6gO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMJRLOi6gO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMJRLOi6gO .container {
    padding: 0 20px;
  }
}
.cid-tMJRLOi6gO .row {
  justify-content: center;
}
.cid-tMJRLOi6gO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJRLOi6gO .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMJRLOi6gO .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJRLOi6gO .item {
    margin-bottom: 50px;
  }
}
.cid-tMJRLOi6gO .item a {
  display: block;
  height: 100%;
}
.cid-tMJRLOi6gO .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tMJRLOi6gO .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tMJRLOi6gO .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tMJRLOi6gO .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tMJRLOi6gO .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tMJRLOi6gO .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tMJRLOi6gO .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tMJRLOi6gO .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tMJRLOi6gO .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJRLOi6gO .mbr-card-title {
  color: #25124e;
}
.cid-tMJRLOi6gO .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMJRLP8pFB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9fc;
}
.cid-tMJRLP8pFB .mbr-section-head {
  padding: 0 1rem;
}
.cid-tMJRLP8pFB img,
.cid-tMJRLP8pFB .item-img {
  width: 100%;
}
.cid-tMJRLP8pFB .item:focus,
.cid-tMJRLP8pFB span:focus {
  outline: none;
}
.cid-tMJRLP8pFB .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tMJRLP8pFB .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tMJRLP8pFB .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tMJRLP8pFB .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tMJRLP8pFB .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tMJRLP8pFB .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tMJRLP8pFB .slide-content .item-link {
    transform: none;
  }
}
.cid-tMJRLP8pFB .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tMJRLP8pFB .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tMJRLP8pFB .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tMJRLP8pFB .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tMJRLP8pFB .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tMJRLP8pFB .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tMJRLP8pFB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tMJRLP8pFB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMJRLP8pFB .embla__button--next,
.cid-tMJRLP8pFB .embla__button--prev {
  display: flex;
}
.cid-tMJRLP8pFB .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMJRLP8pFB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMJRLP8pFB .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tMJRLP8pFB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMJRLP8pFB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMJRLP8pFB .embla__button {
    top: auto;
  }
}
.cid-tMJRLP8pFB .embla {
  position: relative;
  width: 100%;
}
.cid-tMJRLP8pFB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMJRLP8pFB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMJRLP8pFB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMJRLP8pFB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tMJRLP8pFB .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tMJRLP8pFB .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMJRLP8pFB .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tMJRLP8pFB .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #25124e;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMJRLP8pFB .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tMJRLP8pFB .mbr-text {
  color: #0f0721;
  text-align: left;
}
.cid-tMJRLP8pFB .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tMJRLP8pFB .mbr-link,
.cid-tMJRLP8pFB .mbr-iconfont {
  color: #20232a;
}
.cid-tMJRLQr9fp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMJRLQr9fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJRLQr9fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJRLQr9fp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMJRLQr9fp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMJRLQr9fp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMJRLQr9fp .container {
    padding: 0 20px;
  }
}
.cid-tMJRLQr9fp .row {
  justify-content: center;
}
.cid-tMJRLQr9fp .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJRLQr9fp .item {
    margin-bottom: 50px;
  }
}
.cid-tMJRLQr9fp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMJRLQr9fp .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tMJRLQr9fp .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tMJRLQr9fp .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tMJRLQr9fp .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tMJRLQr9fp .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tMJRLQr9fp .mbr-card-title {
  color: #1d1d1d;
}
.cid-tMJRLQr9fp .mbr-card-title,
.cid-tMJRLQr9fp .item-img {
  text-align: center;
}
.cid-tMJRLQr9fp .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tMO5UOAjyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO5UOAjyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO5UOAjyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO5UOAjyi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO5UOAjyi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .container {
    padding: 0 20px;
  }
}
.cid-tMO5UOAjyi .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .card {
    margin-bottom: 50px;
  }
}
.cid-tMO5UOAjyi .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO5UOAjyi .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO5UOAjyi .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO5UOAjyi .contacts-wrap a {
  display: block;
}
.cid-tMO5UOAjyi .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO5UOAjyi .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO5UOAjyi .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO5UOAjyi .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO5UOAjyi .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO5UOAjyi .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO5UOAjyi .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO5UOAjyi .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO5UOAjyi .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO5UOAjyi .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO5UOAjyi .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO5UOAjyi .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO5UOAjyi .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO5UOAjyi .dragArea.row .form-group .form-control:hover,
.cid-tMO5UOAjyi .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO5UOAjyi .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO5UOAjyi .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO5UOAjyi .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO5UOAjyi .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO5UOAjyi .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO5UOAjyi .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO5UOAjyi .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO5UOAjyi .mbr-desc {
  color: #706f6d;
}
.cid-tMO5UOAjyi .mbr-text {
  color: #1d1d1d;
}
.cid-tMO5UOAjyi label {
  color: #1d1d1d;
}
.cid-tMO5UOAjyi .mbr-section-title,
.cid-tMO5UOAjyi .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMJRLS9Exc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tMIMptNEOi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/oil-gas-offshore-3-1920x800.webp");
}
.cid-tMIMptNEOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMptNEOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMptNEOi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tMIMptNEOi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMptNEOi .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tMIMptNEOi .container {
    padding: 0 20px;
  }
}
.cid-tMIMptNEOi .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tMIMptNEOi .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tMIMptNEOi .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMptNEOi .mbr-text {
  color: #ffffff;
}
.cid-tMIMptNEOi .mbr-section-title,
.cid-tMIMptNEOi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMIMpuzEyE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMIMpuzEyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMpuzEyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMpuzEyE .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tMIMpuzEyE .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMIMpuzEyE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMpuzEyE .container {
    padding: 0 20px;
  }
}
.cid-tMIMpuzEyE .card {
  padding: 0;
}
.cid-tMIMpuzEyE .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIMpuzEyE .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tMIMpuzEyE .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tMIMpuzEyE .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIMpuzEyE .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tMIMpuzEyE .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tMIMpuzEyE .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMpuzEyE .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tMIMpuzEyE .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMpuzEyE .mbr-text {
  color: #1d1d1d;
}
.cid-tMIMpuzEyE .mbr-section-title,
.cid-tMIMpuzEyE .mbr-section-btn {
  text-align: left;
}
.cid-tMIMpveajU .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tMIMpveajU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMIMpveajU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMIMpveajU .menu_box .navbar.opened,
  .cid-tMIMpveajU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMIMpveajU .navbar-dropdown {
  position: relative !important;
}
.cid-tMIMpveajU .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIMpveajU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tMIMpveajU .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIMpveajU .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tMIMpveajU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMIMpveajU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMIMpveajU .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tMIMpveajU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMIMpveajU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMIMpveajU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMIMpveajU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMIMpveajU .offcanvas-body .mbr-text,
  .cid-tMIMpveajU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMIMpveajU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMIMpveajU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMIMpveajU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tMIMpveajU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMIMpveajU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMIMpveajU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMIMpveajU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMIMpveajU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMIMpveajU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIMpveajU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMIMpveajU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMIMpveajU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMIMpveajU .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMIMpveajU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMIMpveajU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMIMpveajU .nav-item {
    margin: 0 !important;
  }
}
.cid-tMIMpveajU .nav-item .nav-link {
  position: relative;
}
.cid-tMIMpveajU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tMIMpveajU .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tMIMpveajU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMIMpveajU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMIMpveajU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMIMpveajU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIMpveajU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMIMpveajU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMIMpveajU .offcanvas_box {
    display: none;
  }
}
.cid-tMIMpveajU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMIMpveajU .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMIMpveajU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMIMpveajU .container {
  display: flex;
  margin: auto;
}
.cid-tMIMpveajU .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMIMpveajU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMIMpveajU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMIMpveajU .navbar-caption {
  color: #1d1d1d;
}
.cid-tMIMpveajU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMIMpveajU .navbar-nav {
    margin: 0;
  }
}
.cid-tMIMpveajU .dropdown-menu,
.cid-tMIMpveajU .navbar.opened {
  background-color: false !important;
}
.cid-tMIMpveajU .nav-item:focus,
.cid-tMIMpveajU .nav-link:focus {
  outline: none;
}
.cid-tMIMpveajU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIMpveajU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIMpveajU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIMpveajU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIMpveajU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIMpveajU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIMpveajU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMIMpveajU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMIMpveajU .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIMpveajU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMIMpveajU .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tMIMpveajU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMIMpveajU .navbar.collapsed {
  justify-content: center;
}
.cid-tMIMpveajU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIMpveajU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIMpveajU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIMpveajU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIMpveajU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIMpveajU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMIMpveajU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMIMpveajU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMIMpveajU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMIMpveajU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIMpveajU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIMpveajU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMIMpveajU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIMpveajU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMIMpveajU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMIMpveajU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMIMpveajU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMIMpveajU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMIMpveajU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMIMpveajU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIMpveajU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMIMpveajU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMIMpveajU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMIMpveajU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMIMpveajU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMIMpveajU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMIMpveajU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIMpveajU .dropdown-item.active,
.cid-tMIMpveajU .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIMpveajU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIMpveajU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIMpveajU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIMpveajU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIMpveajU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMIMpveajU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIMpveajU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tMIMpveajU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tMIMpveajU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIMpveajU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMpveajU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIMpveajU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIMpveajU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMpveajU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIMpveajU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIMpveajU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIMpveajU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMIMpveajU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIMpveajU .navbar {
    height: 70px;
  }
  .cid-tMIMpveajU .navbar.opened {
    height: auto;
  }
  .cid-tMIMpveajU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIMpveajU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMIMpveajU .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMIMpveajU .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMIMpveajU .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMIMpveajU .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMIMpveajU .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tMIMpveajU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMIMpveajU .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tMIMpveajU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMIMpveajU .text_widget a:hover {
  color: #25124e !important;
}
.cid-tMIMpveajU .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMpveajU .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMpveajU .mbr-section-subtitle,
.cid-tMIMpveajU .text_widget,
.cid-tMIMpveajU .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIMpveajU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMIMpwkeqP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMIMpwkeqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMpwkeqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMpwkeqP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIMpwkeqP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMpwkeqP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMpwkeqP .container {
    padding: 0 20px;
  }
}
.cid-tMIMpwkeqP .row {
  justify-content: center;
}
.cid-tMIMpwkeqP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMpwkeqP .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMIMpwkeqP .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMpwkeqP .item {
    margin-bottom: 50px;
  }
}
.cid-tMIMpwkeqP .item a {
  display: block;
  height: 100%;
}
.cid-tMIMpwkeqP .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tMIMpwkeqP .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tMIMpwkeqP .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tMIMpwkeqP .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tMIMpwkeqP .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tMIMpwkeqP .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tMIMpwkeqP .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tMIMpwkeqP .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tMIMpwkeqP .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIMpwkeqP .mbr-card-title {
  color: #25124e;
}
.cid-tMIMpwkeqP .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIMpx45J1 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9fc;
}
.cid-tMIMpx45J1 .mbr-section-head {
  padding: 0 1rem;
}
.cid-tMIMpx45J1 img,
.cid-tMIMpx45J1 .item-img {
  width: 100%;
}
.cid-tMIMpx45J1 .item:focus,
.cid-tMIMpx45J1 span:focus {
  outline: none;
}
.cid-tMIMpx45J1 .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tMIMpx45J1 .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tMIMpx45J1 .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tMIMpx45J1 .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tMIMpx45J1 .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tMIMpx45J1 .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tMIMpx45J1 .slide-content .item-link {
    transform: none;
  }
}
.cid-tMIMpx45J1 .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tMIMpx45J1 .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tMIMpx45J1 .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tMIMpx45J1 .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tMIMpx45J1 .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tMIMpx45J1 .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tMIMpx45J1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tMIMpx45J1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMIMpx45J1 .embla__button--next,
.cid-tMIMpx45J1 .embla__button--prev {
  display: flex;
}
.cid-tMIMpx45J1 .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMIMpx45J1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMIMpx45J1 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tMIMpx45J1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMIMpx45J1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMIMpx45J1 .embla__button {
    top: auto;
  }
}
.cid-tMIMpx45J1 .embla {
  position: relative;
  width: 100%;
}
.cid-tMIMpx45J1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMIMpx45J1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMIMpx45J1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMIMpx45J1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tMIMpx45J1 .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tMIMpx45J1 .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIMpx45J1 .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tMIMpx45J1 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #25124e;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIMpx45J1 .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tMIMpx45J1 .mbr-text {
  color: #0f0721;
  text-align: left;
}
.cid-tMIMpx45J1 .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tMIMpx45J1 .mbr-link,
.cid-tMIMpx45J1 .mbr-iconfont {
  color: #20232a;
}
.cid-tMIMpymA1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMIMpymA1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIMpymA1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIMpymA1K .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIMpymA1K .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIMpymA1K .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIMpymA1K .container {
    padding: 0 20px;
  }
}
.cid-tMIMpymA1K .row {
  justify-content: center;
}
.cid-tMIMpymA1K .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIMpymA1K .item {
    margin-bottom: 50px;
  }
}
.cid-tMIMpymA1K .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMIMpymA1K .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tMIMpymA1K .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tMIMpymA1K .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tMIMpymA1K .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tMIMpymA1K .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tMIMpymA1K .mbr-card-title {
  color: #1d1d1d;
}
.cid-tMIMpymA1K .mbr-card-title,
.cid-tMIMpymA1K .item-img {
  text-align: center;
}
.cid-tMIMpymA1K .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tMO62odn31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO62odn31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO62odn31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO62odn31 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO62odn31 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .container {
    padding: 0 20px;
  }
}
.cid-tMO62odn31 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .card {
    margin-bottom: 50px;
  }
}
.cid-tMO62odn31 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO62odn31 .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO62odn31 .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO62odn31 .contacts-wrap a {
  display: block;
}
.cid-tMO62odn31 .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO62odn31 .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO62odn31 .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO62odn31 .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO62odn31 .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO62odn31 .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO62odn31 .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO62odn31 .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO62odn31 .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO62odn31 .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO62odn31 .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO62odn31 .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO62odn31 .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO62odn31 .dragArea.row .form-group .form-control:hover,
.cid-tMO62odn31 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO62odn31 .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO62odn31 .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO62odn31 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO62odn31 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO62odn31 .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO62odn31 .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO62odn31 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO62odn31 .mbr-desc {
  color: #706f6d;
}
.cid-tMO62odn31 .mbr-text {
  color: #1d1d1d;
}
.cid-tMO62odn31 label {
  color: #1d1d1d;
}
.cid-tMO62odn31 .mbr-section-title,
.cid-tMO62odn31 .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIMpzUEKB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tMJgiG5ZUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20220708-180823-2000x1500.webp");
}
.cid-tMJgiG5ZUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJgiG5ZUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJgiG5ZUb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tMJgiG5ZUb .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMJgiG5ZUb .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tMJgiG5ZUb .container {
    padding: 0 20px;
  }
}
.cid-tMJgiG5ZUb .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tMJgiG5ZUb .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tMJgiG5ZUb .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJgiG5ZUb .mbr-text {
  color: #ffffff;
}
.cid-tMJgiG5ZUb .mbr-section-title,
.cid-tMJgiG5ZUb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMJgiGRa95 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMJgiGRa95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJgiGRa95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJgiGRa95 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tMJgiGRa95 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMJgiGRa95 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMJgiGRa95 .container {
    padding: 0 20px;
  }
}
.cid-tMJgiGRa95 .card {
  padding: 0;
}
.cid-tMJgiGRa95 .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMJgiGRa95 .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tMJgiGRa95 .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tMJgiGRa95 .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMJgiGRa95 .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tMJgiGRa95 .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tMJgiGRa95 .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJgiGRa95 .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tMJgiGRa95 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJgiGRa95 .mbr-text {
  color: #000000;
}
.cid-tMJgiGRa95 .mbr-section-title,
.cid-tMJgiGRa95 .mbr-section-btn {
  text-align: left;
}
.cid-tMJxhv5lFO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMJxhv5lFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJxhv5lFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJxhv5lFO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMJxhv5lFO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMJxhv5lFO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMJxhv5lFO .container {
    padding: 0 20px;
  }
}
.cid-tMJxhv5lFO .row {
  justify-content: center;
}
.cid-tMJxhv5lFO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJxhv5lFO .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMJxhv5lFO .card-wrapper {
  padding: 32px;
  margin-bottom: 64px;
  border: 2px solid #d7d7d7;
}
.cid-tMJxhv5lFO .card-wrapper .icon-wrapper {
  margin-bottom: 88px;
}
.cid-tMJxhv5lFO .card-wrapper .icon-wrapper .mbr-iconfont {
  color: #1d1d1d;
  font-size: 42px;
}
.cid-tMJxhv5lFO .card-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tMJxhv5lFO .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tMJxhv5lFO .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJxhv5lFO .mbr-card-title {
  color: #1d1d1d;
}
.cid-tMJxhv5lFO .mbr-text {
  color: #1d1d1d;
}
.cid-tMJxhv5lFO .mbr-card-title,
.cid-tMJxhv5lFO .icon-wrapper {
  color: #25124e;
}
.cid-tMJxhv5lFO .mbr-section-title,
.cid-tMJxhv5lFO .mbr-section-btn {
  color: #25124e;
}
.cid-tMJgiIVtTz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tMJgiIVtTz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMJgiIVtTz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMJgiIVtTz .menu_box .navbar.opened,
  .cid-tMJgiIVtTz .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMJgiIVtTz .navbar-dropdown {
  position: relative !important;
}
.cid-tMJgiIVtTz .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMJgiIVtTz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tMJgiIVtTz .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMJgiIVtTz .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tMJgiIVtTz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMJgiIVtTz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMJgiIVtTz .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tMJgiIVtTz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMJgiIVtTz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMJgiIVtTz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMJgiIVtTz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMJgiIVtTz .offcanvas-body .mbr-text,
  .cid-tMJgiIVtTz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMJgiIVtTz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMJgiIVtTz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMJgiIVtTz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tMJgiIVtTz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMJgiIVtTz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMJgiIVtTz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMJgiIVtTz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMJgiIVtTz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMJgiIVtTz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMJgiIVtTz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMJgiIVtTz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMJgiIVtTz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMJgiIVtTz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMJgiIVtTz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMJgiIVtTz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMJgiIVtTz .nav-item {
    margin: 0 !important;
  }
}
.cid-tMJgiIVtTz .nav-item .nav-link {
  position: relative;
}
.cid-tMJgiIVtTz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tMJgiIVtTz .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tMJgiIVtTz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMJgiIVtTz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMJgiIVtTz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMJgiIVtTz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMJgiIVtTz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMJgiIVtTz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMJgiIVtTz .offcanvas_box {
    display: none;
  }
}
.cid-tMJgiIVtTz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMJgiIVtTz .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMJgiIVtTz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMJgiIVtTz .container {
  display: flex;
  margin: auto;
}
.cid-tMJgiIVtTz .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMJgiIVtTz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMJgiIVtTz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMJgiIVtTz .navbar-caption {
  color: #1d1d1d;
}
.cid-tMJgiIVtTz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMJgiIVtTz .navbar-nav {
    margin: 0;
  }
}
.cid-tMJgiIVtTz .dropdown-menu,
.cid-tMJgiIVtTz .navbar.opened {
  background-color: false !important;
}
.cid-tMJgiIVtTz .nav-item:focus,
.cid-tMJgiIVtTz .nav-link:focus {
  outline: none;
}
.cid-tMJgiIVtTz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMJgiIVtTz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMJgiIVtTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMJgiIVtTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMJgiIVtTz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMJgiIVtTz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMJgiIVtTz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMJgiIVtTz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMJgiIVtTz .navbar.opened {
  transition: all 0.3s;
}
.cid-tMJgiIVtTz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMJgiIVtTz .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tMJgiIVtTz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMJgiIVtTz .navbar.collapsed {
  justify-content: center;
}
.cid-tMJgiIVtTz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMJgiIVtTz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMJgiIVtTz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMJgiIVtTz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMJgiIVtTz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMJgiIVtTz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMJgiIVtTz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMJgiIVtTz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMJgiIVtTz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMJgiIVtTz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMJgiIVtTz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMJgiIVtTz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMJgiIVtTz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMJgiIVtTz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMJgiIVtTz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMJgiIVtTz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMJgiIVtTz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMJgiIVtTz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMJgiIVtTz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMJgiIVtTz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMJgiIVtTz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMJgiIVtTz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMJgiIVtTz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMJgiIVtTz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMJgiIVtTz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMJgiIVtTz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMJgiIVtTz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMJgiIVtTz .dropdown-item.active,
.cid-tMJgiIVtTz .dropdown-item:active {
  background-color: transparent;
}
.cid-tMJgiIVtTz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMJgiIVtTz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMJgiIVtTz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMJgiIVtTz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMJgiIVtTz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMJgiIVtTz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMJgiIVtTz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tMJgiIVtTz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tMJgiIVtTz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMJgiIVtTz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMJgiIVtTz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMJgiIVtTz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMJgiIVtTz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMJgiIVtTz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMJgiIVtTz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMJgiIVtTz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMJgiIVtTz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMJgiIVtTz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMJgiIVtTz .navbar {
    height: 70px;
  }
  .cid-tMJgiIVtTz .navbar.opened {
    height: auto;
  }
  .cid-tMJgiIVtTz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMJgiIVtTz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMJgiIVtTz .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMJgiIVtTz .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMJgiIVtTz .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMJgiIVtTz .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMJgiIVtTz .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tMJgiIVtTz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMJgiIVtTz .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tMJgiIVtTz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMJgiIVtTz .text_widget a:hover {
  color: #25124e !important;
}
.cid-tMJgiIVtTz .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMJgiIVtTz .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMJgiIVtTz .mbr-section-subtitle,
.cid-tMJgiIVtTz .text_widget,
.cid-tMJgiIVtTz .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMJgiIVtTz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMJgiJWqlJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMJgiJWqlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJgiJWqlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMJgiJWqlJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMJgiJWqlJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMJgiJWqlJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMJgiJWqlJ .container {
    padding: 0 20px;
  }
}
.cid-tMJgiJWqlJ .row {
  justify-content: center;
}
.cid-tMJgiJWqlJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJgiJWqlJ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMJgiJWqlJ .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMJgiJWqlJ .item {
    margin-bottom: 50px;
  }
}
.cid-tMJgiJWqlJ .item a {
  display: block;
  height: 100%;
}
.cid-tMJgiJWqlJ .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tMJgiJWqlJ .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tMJgiJWqlJ .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tMJgiJWqlJ .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tMJgiJWqlJ .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tMJgiJWqlJ .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tMJgiJWqlJ .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tMJgiJWqlJ .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tMJgiJWqlJ .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMJgiJWqlJ .mbr-card-title {
  color: #25124e;
}
.cid-tMJgiJWqlJ .mbr-text {
  color: #1d1d1d;
}
.cid-tMO2ZtZe2W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO2ZtZe2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO2ZtZe2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO2ZtZe2W .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO2ZtZe2W .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .container {
    padding: 0 20px;
  }
}
.cid-tMO2ZtZe2W .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .card {
    margin-bottom: 50px;
  }
}
.cid-tMO2ZtZe2W .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO2ZtZe2W .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO2ZtZe2W .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO2ZtZe2W .contacts-wrap a {
  display: block;
}
.cid-tMO2ZtZe2W .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO2ZtZe2W .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO2ZtZe2W .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO2ZtZe2W .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO2ZtZe2W .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO2ZtZe2W .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO2ZtZe2W .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO2ZtZe2W .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO2ZtZe2W .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO2ZtZe2W .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO2ZtZe2W .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO2ZtZe2W .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO2ZtZe2W .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO2ZtZe2W .dragArea.row .form-group .form-control:hover,
.cid-tMO2ZtZe2W .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO2ZtZe2W .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO2ZtZe2W .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO2ZtZe2W .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO2ZtZe2W .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO2ZtZe2W .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO2ZtZe2W .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO2ZtZe2W .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO2ZtZe2W .mbr-desc {
  color: #706f6d;
}
.cid-tMO2ZtZe2W .mbr-text {
  color: #1d1d1d;
}
.cid-tMO2ZtZe2W label {
  color: #1d1d1d;
}
.cid-tMO2ZtZe2W .mbr-section-title,
.cid-tMO2ZtZe2W .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMJgiMjJmM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tLpy3AwzF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tLpy3AwzF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpy3AwzF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpy3AwzF4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tLpy3AwzF4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLpy3AwzF4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tLpy3AwzF4 .container {
    padding: 0 20px;
  }
}
.cid-tLpy3AwzF4 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tLpy3AwzF4 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tLpy3AwzF4 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLpy3AwzF4 .mbr-text {
  color: #ffffff;
}
.cid-tLpy3AwzF4 .mbr-section-title,
.cid-tLpy3AwzF4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tLpy3B6Z7q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLpy3B6Z7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpy3B6Z7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpy3B6Z7q .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tLpy3B6Z7q .container-fluid {
    padding: 0 12px;
  }
}
.cid-tLpy3B6Z7q .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLpy3B6Z7q .container {
    padding: 0 20px;
  }
}
.cid-tLpy3B6Z7q .card {
  padding: 0;
}
.cid-tLpy3B6Z7q .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLpy3B6Z7q .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tLpy3B6Z7q .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tLpy3B6Z7q .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLpy3B6Z7q .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tLpy3B6Z7q .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tLpy3B6Z7q .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLpy3B6Z7q .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tLpy3B6Z7q .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLpy3B6Z7q .mbr-text {
  color: #1d1d1d;
}
.cid-tLpy3B6Z7q .mbr-section-title,
.cid-tLpy3B6Z7q .mbr-section-btn {
  text-align: left;
}
.cid-tLpy3FhRLq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f9f9fc;
}
.cid-tLpy3FhRLq .mbr-section-head {
  padding: 0 1rem;
}
.cid-tLpy3FhRLq img,
.cid-tLpy3FhRLq .item-img {
  width: 100%;
}
.cid-tLpy3FhRLq .item:focus,
.cid-tLpy3FhRLq span:focus {
  outline: none;
}
.cid-tLpy3FhRLq .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tLpy3FhRLq .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tLpy3FhRLq .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tLpy3FhRLq .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tLpy3FhRLq .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tLpy3FhRLq .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tLpy3FhRLq .slide-content .item-link {
    transform: none;
  }
}
.cid-tLpy3FhRLq .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tLpy3FhRLq .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tLpy3FhRLq .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tLpy3FhRLq .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tLpy3FhRLq .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tLpy3FhRLq .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tLpy3FhRLq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tLpy3FhRLq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLpy3FhRLq .embla__button--next,
.cid-tLpy3FhRLq .embla__button--prev {
  display: flex;
}
.cid-tLpy3FhRLq .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLpy3FhRLq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLpy3FhRLq .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tLpy3FhRLq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLpy3FhRLq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLpy3FhRLq .embla__button {
    top: auto;
  }
}
.cid-tLpy3FhRLq .embla {
  position: relative;
  width: 100%;
}
.cid-tLpy3FhRLq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLpy3FhRLq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLpy3FhRLq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLpy3FhRLq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tLpy3FhRLq .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tLpy3FhRLq .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tLpy3FhRLq .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tLpy3FhRLq .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #0f0721;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tLpy3FhRLq .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tLpy3FhRLq .mbr-text {
  color: #84858a;
  text-align: left;
}
.cid-tLpy3FhRLq .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tLpy3FhRLq .mbr-link,
.cid-tLpy3FhRLq .mbr-iconfont {
  color: #20232a;
}
.cid-tLpy3FhRLq .mbr-section-title,
.cid-tLpy3FhRLq .mbr-section-btn {
  color: #25124e;
}
.cid-tLpy3Bz1Ey .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tLpy3Bz1Ey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tLpy3Bz1Ey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLpy3Bz1Ey .menu_box .navbar.opened,
  .cid-tLpy3Bz1Ey .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLpy3Bz1Ey .navbar-dropdown {
  position: relative !important;
}
.cid-tLpy3Bz1Ey .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tLpy3Bz1Ey .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tLpy3Bz1Ey .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tLpy3Bz1Ey .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tLpy3Bz1Ey .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLpy3Bz1Ey .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLpy3Bz1Ey .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tLpy3Bz1Ey .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLpy3Bz1Ey .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLpy3Bz1Ey .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLpy3Bz1Ey .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLpy3Bz1Ey .offcanvas-body .mbr-text,
  .cid-tLpy3Bz1Ey .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tLpy3Bz1Ey .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tLpy3Bz1Ey .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLpy3Bz1Ey .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tLpy3Bz1Ey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLpy3Bz1Ey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLpy3Bz1Ey .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLpy3Bz1Ey .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLpy3Bz1Ey ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLpy3Bz1Ey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLpy3Bz1Ey .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLpy3Bz1Ey .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLpy3Bz1Ey li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLpy3Bz1Ey .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLpy3Bz1Ey .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLpy3Bz1Ey .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLpy3Bz1Ey .nav-item {
    margin: 0 !important;
  }
}
.cid-tLpy3Bz1Ey .nav-item .nav-link {
  position: relative;
}
.cid-tLpy3Bz1Ey .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tLpy3Bz1Ey .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tLpy3Bz1Ey .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLpy3Bz1Ey .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLpy3Bz1Ey .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLpy3Bz1Ey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLpy3Bz1Ey .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLpy3Bz1Ey .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLpy3Bz1Ey .offcanvas_box {
    display: none;
  }
}
.cid-tLpy3Bz1Ey .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLpy3Bz1Ey .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLpy3Bz1Ey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLpy3Bz1Ey .container {
  display: flex;
  margin: auto;
}
.cid-tLpy3Bz1Ey .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLpy3Bz1Ey .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLpy3Bz1Ey .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLpy3Bz1Ey .navbar-caption {
  color: #1d1d1d;
}
.cid-tLpy3Bz1Ey .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLpy3Bz1Ey .navbar-nav {
    margin: 0;
  }
}
.cid-tLpy3Bz1Ey .dropdown-menu,
.cid-tLpy3Bz1Ey .navbar.opened {
  background-color: false !important;
}
.cid-tLpy3Bz1Ey .nav-item:focus,
.cid-tLpy3Bz1Ey .nav-link:focus {
  outline: none;
}
.cid-tLpy3Bz1Ey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLpy3Bz1Ey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLpy3Bz1Ey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLpy3Bz1Ey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLpy3Bz1Ey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLpy3Bz1Ey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLpy3Bz1Ey .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLpy3Bz1Ey .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLpy3Bz1Ey .navbar.opened {
  transition: all 0.3s;
}
.cid-tLpy3Bz1Ey .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLpy3Bz1Ey .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tLpy3Bz1Ey .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLpy3Bz1Ey .navbar.collapsed {
  justify-content: center;
}
.cid-tLpy3Bz1Ey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLpy3Bz1Ey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLpy3Bz1Ey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLpy3Bz1Ey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLpy3Bz1Ey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLpy3Bz1Ey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLpy3Bz1Ey .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLpy3Bz1Ey .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLpy3Bz1Ey .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLpy3Bz1Ey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLpy3Bz1Ey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLpy3Bz1Ey .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLpy3Bz1Ey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLpy3Bz1Ey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLpy3Bz1Ey .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLpy3Bz1Ey .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLpy3Bz1Ey .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLpy3Bz1Ey .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLpy3Bz1Ey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLpy3Bz1Ey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLpy3Bz1Ey .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLpy3Bz1Ey .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLpy3Bz1Ey .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLpy3Bz1Ey .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLpy3Bz1Ey .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLpy3Bz1Ey .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tLpy3Bz1Ey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLpy3Bz1Ey .dropdown-item.active,
.cid-tLpy3Bz1Ey .dropdown-item:active {
  background-color: transparent;
}
.cid-tLpy3Bz1Ey .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLpy3Bz1Ey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLpy3Bz1Ey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLpy3Bz1Ey .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLpy3Bz1Ey ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLpy3Bz1Ey .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLpy3Bz1Ey button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tLpy3Bz1Ey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tLpy3Bz1Ey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLpy3Bz1Ey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLpy3Bz1Ey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLpy3Bz1Ey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLpy3Bz1Ey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLpy3Bz1Ey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLpy3Bz1Ey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLpy3Bz1Ey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLpy3Bz1Ey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLpy3Bz1Ey .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLpy3Bz1Ey .navbar {
    height: 70px;
  }
  .cid-tLpy3Bz1Ey .navbar.opened {
    height: auto;
  }
  .cid-tLpy3Bz1Ey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLpy3Bz1Ey .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLpy3Bz1Ey .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tLpy3Bz1Ey .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLpy3Bz1Ey .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLpy3Bz1Ey .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLpy3Bz1Ey .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tLpy3Bz1Ey .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLpy3Bz1Ey .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tLpy3Bz1Ey .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tLpy3Bz1Ey .text_widget a:hover {
  color: #25124e !important;
}
.cid-tLpy3Bz1Ey .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tLpy3Bz1Ey .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tLpy3Bz1Ey .mbr-section-subtitle,
.cid-tLpy3Bz1Ey .text_widget,
.cid-tLpy3Bz1Ey .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tLpy3Bz1Ey a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLpy3DouD9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLpy3DouD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpy3DouD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpy3DouD9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tLpy3DouD9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLpy3DouD9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLpy3DouD9 .container {
    padding: 0 20px;
  }
}
.cid-tLpy3DouD9 .row {
  justify-content: center;
}
.cid-tLpy3DouD9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLpy3DouD9 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tLpy3DouD9 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLpy3DouD9 .item {
    margin-bottom: 50px;
  }
}
.cid-tLpy3DouD9 .item a {
  display: block;
  height: 100%;
}
.cid-tLpy3DouD9 .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tLpy3DouD9 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tLpy3DouD9 .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLpy3DouD9 .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tLpy3DouD9 .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tLpy3DouD9 .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tLpy3DouD9 .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tLpy3DouD9 .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tLpy3DouD9 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLpy3DouD9 .mbr-card-title {
  color: #25124e;
}
.cid-tLpy3DouD9 .mbr-text {
  color: #1d1d1d;
}
.cid-tMJ2FmBm6f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tMJ2FmBm6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMJ2FmBm6f .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-tMJ2FmBm6f .col-padding {
    padding-right: 4rem;
  }
}
.cid-tMJ2FmBm6f .mbr-text1 {
  background: #25124e;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tMJ2FmBm6f .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tMJ2FmBm6f .mbr-text2 {
  background: #25124e;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tMJ2FmBm6f .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tMJ2FmBm6f .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tMJ2FmBm6f .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tMJ2FmBm6f .mbr-section-title {
  color: #25124e;
}
.cid-tMO395maoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO395maoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO395maoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO395maoU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO395maoU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .container {
    padding: 0 20px;
  }
}
.cid-tMO395maoU .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .card {
    margin-bottom: 50px;
  }
}
.cid-tMO395maoU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO395maoU .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO395maoU .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO395maoU .contacts-wrap a {
  display: block;
}
.cid-tMO395maoU .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO395maoU .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO395maoU .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO395maoU .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO395maoU .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO395maoU .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO395maoU .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO395maoU .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO395maoU .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO395maoU .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO395maoU .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO395maoU .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO395maoU .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO395maoU .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO395maoU .dragArea.row .form-group .form-control:hover,
.cid-tMO395maoU .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO395maoU .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO395maoU .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO395maoU .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO395maoU .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO395maoU .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO395maoU .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO395maoU .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO395maoU .mbr-desc {
  color: #706f6d;
}
.cid-tMO395maoU .mbr-text {
  color: #1d1d1d;
}
.cid-tMO395maoU label {
  color: #1d1d1d;
}
.cid-tMO395maoU .mbr-section-title,
.cid-tMO395maoU .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tLpy3I4x5s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tMIOaPxh2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tMIOaPxh2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIOaPxh2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIOaPxh2z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tMIOaPxh2z .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIOaPxh2z .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tMIOaPxh2z .container {
    padding: 0 20px;
  }
}
.cid-tMIOaPxh2z .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tMIOaPxh2z .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tMIOaPxh2z .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIOaPxh2z .mbr-text {
  color: #ffffff;
}
.cid-tMIOaPxh2z .mbr-section-title,
.cid-tMIOaPxh2z .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tMIOaQj5tz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMIOaQj5tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIOaQj5tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIOaQj5tz .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tMIOaQj5tz .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMIOaQj5tz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIOaQj5tz .container {
    padding: 0 20px;
  }
}
.cid-tMIOaQj5tz .card {
  padding: 0;
}
.cid-tMIOaQj5tz .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIOaQj5tz .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tMIOaQj5tz .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tMIOaQj5tz .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIOaQj5tz .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tMIOaQj5tz .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tMIOaQj5tz .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIOaQj5tz .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tMIOaQj5tz .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIOaQj5tz .mbr-text {
  color: #1d1d1d;
}
.cid-tMIOaQj5tz .mbr-section-title,
.cid-tMIOaQj5tz .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIOaQW9NI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tMIOaQW9NI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMIOaQW9NI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMIOaQW9NI .menu_box .navbar.opened,
  .cid-tMIOaQW9NI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMIOaQW9NI .navbar-dropdown {
  position: relative !important;
}
.cid-tMIOaQW9NI .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIOaQW9NI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tMIOaQW9NI .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMIOaQW9NI .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tMIOaQW9NI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMIOaQW9NI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMIOaQW9NI .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tMIOaQW9NI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMIOaQW9NI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMIOaQW9NI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMIOaQW9NI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMIOaQW9NI .offcanvas-body .mbr-text,
  .cid-tMIOaQW9NI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMIOaQW9NI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMIOaQW9NI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMIOaQW9NI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tMIOaQW9NI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMIOaQW9NI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMIOaQW9NI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMIOaQW9NI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMIOaQW9NI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMIOaQW9NI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIOaQW9NI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMIOaQW9NI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMIOaQW9NI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMIOaQW9NI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMIOaQW9NI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMIOaQW9NI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMIOaQW9NI .nav-item {
    margin: 0 !important;
  }
}
.cid-tMIOaQW9NI .nav-item .nav-link {
  position: relative;
}
.cid-tMIOaQW9NI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tMIOaQW9NI .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tMIOaQW9NI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMIOaQW9NI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMIOaQW9NI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMIOaQW9NI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMIOaQW9NI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMIOaQW9NI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMIOaQW9NI .offcanvas_box {
    display: none;
  }
}
.cid-tMIOaQW9NI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMIOaQW9NI .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMIOaQW9NI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMIOaQW9NI .container {
  display: flex;
  margin: auto;
}
.cid-tMIOaQW9NI .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMIOaQW9NI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMIOaQW9NI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMIOaQW9NI .navbar-caption {
  color: #1d1d1d;
}
.cid-tMIOaQW9NI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMIOaQW9NI .navbar-nav {
    margin: 0;
  }
}
.cid-tMIOaQW9NI .dropdown-menu,
.cid-tMIOaQW9NI .navbar.opened {
  background-color: false !important;
}
.cid-tMIOaQW9NI .nav-item:focus,
.cid-tMIOaQW9NI .nav-link:focus {
  outline: none;
}
.cid-tMIOaQW9NI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMIOaQW9NI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMIOaQW9NI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMIOaQW9NI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMIOaQW9NI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMIOaQW9NI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMIOaQW9NI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMIOaQW9NI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMIOaQW9NI .navbar.opened {
  transition: all 0.3s;
}
.cid-tMIOaQW9NI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMIOaQW9NI .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tMIOaQW9NI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMIOaQW9NI .navbar.collapsed {
  justify-content: center;
}
.cid-tMIOaQW9NI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMIOaQW9NI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMIOaQW9NI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMIOaQW9NI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMIOaQW9NI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMIOaQW9NI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMIOaQW9NI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMIOaQW9NI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMIOaQW9NI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMIOaQW9NI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMIOaQW9NI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMIOaQW9NI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMIOaQW9NI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMIOaQW9NI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMIOaQW9NI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMIOaQW9NI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMIOaQW9NI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMIOaQW9NI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMIOaQW9NI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMIOaQW9NI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMIOaQW9NI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMIOaQW9NI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMIOaQW9NI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMIOaQW9NI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMIOaQW9NI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMIOaQW9NI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMIOaQW9NI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMIOaQW9NI .dropdown-item.active,
.cid-tMIOaQW9NI .dropdown-item:active {
  background-color: transparent;
}
.cid-tMIOaQW9NI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMIOaQW9NI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMIOaQW9NI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMIOaQW9NI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMIOaQW9NI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMIOaQW9NI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMIOaQW9NI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tMIOaQW9NI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tMIOaQW9NI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMIOaQW9NI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIOaQW9NI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMIOaQW9NI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMIOaQW9NI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIOaQW9NI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMIOaQW9NI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMIOaQW9NI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMIOaQW9NI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMIOaQW9NI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMIOaQW9NI .navbar {
    height: 70px;
  }
  .cid-tMIOaQW9NI .navbar.opened {
    height: auto;
  }
  .cid-tMIOaQW9NI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMIOaQW9NI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMIOaQW9NI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMIOaQW9NI .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMIOaQW9NI .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMIOaQW9NI .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMIOaQW9NI .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tMIOaQW9NI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMIOaQW9NI .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tMIOaQW9NI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMIOaQW9NI .text_widget a:hover {
  color: #25124e !important;
}
.cid-tMIOaQW9NI .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIOaQW9NI .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIOaQW9NI .mbr-section-subtitle,
.cid-tMIOaQW9NI .text_widget,
.cid-tMIOaQW9NI .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIOaQW9NI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMIOaRSEtx {
  background-color: #ffffff;
}
.cid-tMIOaRSEtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIOaRSEtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIOaRSEtx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIOaRSEtx .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIOaRSEtx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIOaRSEtx .container {
    padding: 0 20px;
  }
}
.cid-tMIOaRSEtx .row {
  justify-content: center;
}
.cid-tMIOaRSEtx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIOaRSEtx .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMIOaRSEtx .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIOaRSEtx .item {
    margin-bottom: 50px;
  }
}
.cid-tMIOaRSEtx .item a {
  display: block;
  height: 100%;
}
.cid-tMIOaRSEtx .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tMIOaRSEtx .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tMIOaRSEtx .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tMIOaRSEtx .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tMIOaRSEtx .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tMIOaRSEtx .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tMIOaRSEtx .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tMIOaRSEtx .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tMIOaRSEtx .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIOaRSEtx .mbr-card-title {
  color: #25124e;
}
.cid-tMIOaRSEtx .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMIOaSCEnD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9fc;
}
.cid-tMIOaSCEnD .mbr-section-head {
  padding: 0 1rem;
}
.cid-tMIOaSCEnD img,
.cid-tMIOaSCEnD .item-img {
  width: 100%;
}
.cid-tMIOaSCEnD .item:focus,
.cid-tMIOaSCEnD span:focus {
  outline: none;
}
.cid-tMIOaSCEnD .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tMIOaSCEnD .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tMIOaSCEnD .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tMIOaSCEnD .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tMIOaSCEnD .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tMIOaSCEnD .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tMIOaSCEnD .slide-content .item-link {
    transform: none;
  }
}
.cid-tMIOaSCEnD .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tMIOaSCEnD .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tMIOaSCEnD .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tMIOaSCEnD .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tMIOaSCEnD .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tMIOaSCEnD .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tMIOaSCEnD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tMIOaSCEnD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMIOaSCEnD .embla__button--next,
.cid-tMIOaSCEnD .embla__button--prev {
  display: flex;
}
.cid-tMIOaSCEnD .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMIOaSCEnD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMIOaSCEnD .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tMIOaSCEnD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMIOaSCEnD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMIOaSCEnD .embla__button {
    top: auto;
  }
}
.cid-tMIOaSCEnD .embla {
  position: relative;
  width: 100%;
}
.cid-tMIOaSCEnD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMIOaSCEnD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMIOaSCEnD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMIOaSCEnD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tMIOaSCEnD .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tMIOaSCEnD .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIOaSCEnD .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tMIOaSCEnD .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #25124e;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tMIOaSCEnD .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tMIOaSCEnD .mbr-text {
  color: #0f0721;
  text-align: left;
}
.cid-tMIOaSCEnD .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tMIOaSCEnD .mbr-link,
.cid-tMIOaSCEnD .mbr-iconfont {
  color: #20232a;
}
.cid-tMIOaTT6AZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMIOaTT6AZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIOaTT6AZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIOaTT6AZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIOaTT6AZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIOaTT6AZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIOaTT6AZ .container {
    padding: 0 20px;
  }
}
.cid-tMIOaTT6AZ .row {
  justify-content: center;
}
.cid-tMIOaTT6AZ .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIOaTT6AZ .item {
    margin-bottom: 50px;
  }
}
.cid-tMIOaTT6AZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMIOaTT6AZ .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tMIOaTT6AZ .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tMIOaTT6AZ .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tMIOaTT6AZ .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tMIOaTT6AZ .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tMIOaTT6AZ .mbr-card-title {
  color: #1d1d1d;
}
.cid-tMIOaTT6AZ .mbr-card-title,
.cid-tMIOaTT6AZ .item-img {
  text-align: center;
}
.cid-tMIOaTT6AZ .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tMO3vJ6xQO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO3vJ6xQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO3vJ6xQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO3vJ6xQO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO3vJ6xQO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .container {
    padding: 0 20px;
  }
}
.cid-tMO3vJ6xQO .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .card {
    margin-bottom: 50px;
  }
}
.cid-tMO3vJ6xQO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO3vJ6xQO .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO3vJ6xQO .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO3vJ6xQO .contacts-wrap a {
  display: block;
}
.cid-tMO3vJ6xQO .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO3vJ6xQO .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO3vJ6xQO .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO3vJ6xQO .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO3vJ6xQO .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO3vJ6xQO .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO3vJ6xQO .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO3vJ6xQO .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO3vJ6xQO .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO3vJ6xQO .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO3vJ6xQO .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO3vJ6xQO .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO3vJ6xQO .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO3vJ6xQO .dragArea.row .form-group .form-control:hover,
.cid-tMO3vJ6xQO .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO3vJ6xQO .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO3vJ6xQO .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO3vJ6xQO .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO3vJ6xQO .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO3vJ6xQO .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO3vJ6xQO .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO3vJ6xQO .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO3vJ6xQO .mbr-desc {
  color: #706f6d;
}
.cid-tMO3vJ6xQO .mbr-text {
  color: #1d1d1d;
}
.cid-tMO3vJ6xQO label {
  color: #1d1d1d;
}
.cid-tMO3vJ6xQO .mbr-section-title,
.cid-tMO3vJ6xQO .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMIOaVqF6p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tLpuqSk8VL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tLpuqSk8VL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpuqSk8VL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpuqSk8VL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tLpuqSk8VL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLpuqSk8VL .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tLpuqSk8VL .container {
    padding: 0 20px;
  }
}
.cid-tLpuqSk8VL .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tLpuqSk8VL .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tLpuqSk8VL .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLpuqSk8VL .mbr-text {
  color: #ffffff;
}
.cid-tLpuqSk8VL .mbr-section-title,
.cid-tLpuqSk8VL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tLpuqSISv5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLpuqSISv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpuqSISv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpuqSISv5 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tLpuqSISv5 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tLpuqSISv5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLpuqSISv5 .container {
    padding: 0 20px;
  }
}
.cid-tLpuqSISv5 .card {
  padding: 0;
}
.cid-tLpuqSISv5 .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLpuqSISv5 .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tLpuqSISv5 .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tLpuqSISv5 .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLpuqSISv5 .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tLpuqSISv5 .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tLpuqSISv5 .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLpuqSISv5 .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tLpuqSISv5 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLpuqSISv5 .mbr-text {
  color: #1d1d1d;
}
.cid-tLpuqSISv5 .mbr-section-title,
.cid-tLpuqSISv5 .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tLpuqT4eAj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tLpuqT4eAj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tLpuqT4eAj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLpuqT4eAj .menu_box .navbar.opened,
  .cid-tLpuqT4eAj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLpuqT4eAj .navbar-dropdown {
  position: relative !important;
}
.cid-tLpuqT4eAj .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tLpuqT4eAj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tLpuqT4eAj .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tLpuqT4eAj .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tLpuqT4eAj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLpuqT4eAj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLpuqT4eAj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tLpuqT4eAj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLpuqT4eAj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLpuqT4eAj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLpuqT4eAj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLpuqT4eAj .offcanvas-body .mbr-text,
  .cid-tLpuqT4eAj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tLpuqT4eAj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tLpuqT4eAj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLpuqT4eAj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tLpuqT4eAj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLpuqT4eAj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLpuqT4eAj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLpuqT4eAj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLpuqT4eAj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLpuqT4eAj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLpuqT4eAj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLpuqT4eAj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLpuqT4eAj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLpuqT4eAj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLpuqT4eAj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLpuqT4eAj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLpuqT4eAj .nav-item {
    margin: 0 !important;
  }
}
.cid-tLpuqT4eAj .nav-item .nav-link {
  position: relative;
}
.cid-tLpuqT4eAj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tLpuqT4eAj .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tLpuqT4eAj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLpuqT4eAj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLpuqT4eAj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLpuqT4eAj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLpuqT4eAj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLpuqT4eAj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLpuqT4eAj .offcanvas_box {
    display: none;
  }
}
.cid-tLpuqT4eAj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLpuqT4eAj .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLpuqT4eAj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLpuqT4eAj .container {
  display: flex;
  margin: auto;
}
.cid-tLpuqT4eAj .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLpuqT4eAj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLpuqT4eAj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLpuqT4eAj .navbar-caption {
  color: #1d1d1d;
}
.cid-tLpuqT4eAj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLpuqT4eAj .navbar-nav {
    margin: 0;
  }
}
.cid-tLpuqT4eAj .dropdown-menu,
.cid-tLpuqT4eAj .navbar.opened {
  background-color: false !important;
}
.cid-tLpuqT4eAj .nav-item:focus,
.cid-tLpuqT4eAj .nav-link:focus {
  outline: none;
}
.cid-tLpuqT4eAj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLpuqT4eAj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLpuqT4eAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLpuqT4eAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLpuqT4eAj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLpuqT4eAj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLpuqT4eAj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLpuqT4eAj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLpuqT4eAj .navbar.opened {
  transition: all 0.3s;
}
.cid-tLpuqT4eAj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLpuqT4eAj .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tLpuqT4eAj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLpuqT4eAj .navbar.collapsed {
  justify-content: center;
}
.cid-tLpuqT4eAj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLpuqT4eAj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLpuqT4eAj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLpuqT4eAj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLpuqT4eAj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLpuqT4eAj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLpuqT4eAj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLpuqT4eAj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLpuqT4eAj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLpuqT4eAj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLpuqT4eAj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLpuqT4eAj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLpuqT4eAj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLpuqT4eAj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLpuqT4eAj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLpuqT4eAj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLpuqT4eAj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLpuqT4eAj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLpuqT4eAj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLpuqT4eAj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLpuqT4eAj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLpuqT4eAj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLpuqT4eAj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLpuqT4eAj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLpuqT4eAj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLpuqT4eAj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tLpuqT4eAj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLpuqT4eAj .dropdown-item.active,
.cid-tLpuqT4eAj .dropdown-item:active {
  background-color: transparent;
}
.cid-tLpuqT4eAj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLpuqT4eAj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLpuqT4eAj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLpuqT4eAj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLpuqT4eAj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLpuqT4eAj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLpuqT4eAj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tLpuqT4eAj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tLpuqT4eAj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLpuqT4eAj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLpuqT4eAj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLpuqT4eAj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLpuqT4eAj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLpuqT4eAj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLpuqT4eAj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLpuqT4eAj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLpuqT4eAj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLpuqT4eAj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLpuqT4eAj .navbar {
    height: 70px;
  }
  .cid-tLpuqT4eAj .navbar.opened {
    height: auto;
  }
  .cid-tLpuqT4eAj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLpuqT4eAj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLpuqT4eAj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tLpuqT4eAj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLpuqT4eAj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLpuqT4eAj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLpuqT4eAj .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tLpuqT4eAj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLpuqT4eAj .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tLpuqT4eAj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tLpuqT4eAj .text_widget a:hover {
  color: #25124e !important;
}
.cid-tLpuqT4eAj .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tLpuqT4eAj .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tLpuqT4eAj .mbr-section-subtitle,
.cid-tLpuqT4eAj .text_widget,
.cid-tLpuqT4eAj .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tLpuqT4eAj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLpuqUE8Ow {
  background-color: #ffffff;
}
.cid-tLpuqUE8Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpuqUE8Ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpuqUE8Ow .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tLpuqUE8Ow .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLpuqUE8Ow .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLpuqUE8Ow .container {
    padding: 0 20px;
  }
}
.cid-tLpuqUE8Ow .row {
  justify-content: center;
}
.cid-tLpuqUE8Ow .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLpuqUE8Ow .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tLpuqUE8Ow .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLpuqUE8Ow .item {
    margin-bottom: 50px;
  }
}
.cid-tLpuqUE8Ow .item a {
  display: block;
  height: 100%;
}
.cid-tLpuqUE8Ow .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tLpuqUE8Ow .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tLpuqUE8Ow .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLpuqUE8Ow .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tLpuqUE8Ow .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tLpuqUE8Ow .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tLpuqUE8Ow .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tLpuqUE8Ow .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tLpuqUE8Ow .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLpuqUE8Ow .mbr-card-title {
  color: #25124e;
}
.cid-tLpuqUE8Ow .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tLpuqWkG8U {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f9f9fc;
}
.cid-tLpuqWkG8U .mbr-section-head {
  padding: 0 1rem;
}
.cid-tLpuqWkG8U img,
.cid-tLpuqWkG8U .item-img {
  width: 100%;
}
.cid-tLpuqWkG8U .item:focus,
.cid-tLpuqWkG8U span:focus {
  outline: none;
}
.cid-tLpuqWkG8U .slide-link {
  width: 100%;
  height: 100%;
}
.cid-tLpuqWkG8U .slide-content {
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.cid-tLpuqWkG8U .slide-content .mbr-text {
  margin-bottom: 27px;
}
@media (max-width: 425px) {
  .cid-tLpuqWkG8U .slide-content .mbr-text {
    margin-bottom: 13px;
  }
}
.cid-tLpuqWkG8U .slide-content .item-title {
  margin-bottom: 22px;
}
.cid-tLpuqWkG8U .slide-content .item-link {
  display: flex;
  align-items: center;
  transform: translate(-26%, 0);
  transition: all .4s ease;
}
@media (max-width: 768px) {
  .cid-tLpuqWkG8U .slide-content .item-link {
    transform: none;
  }
}
.cid-tLpuqWkG8U .slide-content .item-link .mbr-link {
  margin: 0 10px 0 0;
}
.cid-tLpuqWkG8U .slide-content .image-wrapper {
  height: 295px;
  overflow: hidden;
  margin-top: 68px;
}
@media (max-width: 425px) {
  .cid-tLpuqWkG8U .slide-content .image-wrapper {
    margin-top: 19px;
  }
}
.cid-tLpuqWkG8U .slide-content .image-wrapper img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .7s ease;
}
.cid-tLpuqWkG8U .slide-link:hover .item-link {
  transform: translate(0, 0);
}
.cid-tLpuqWkG8U .slide-link:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tLpuqWkG8U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-tLpuqWkG8U .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLpuqWkG8U .embla__button--next,
.cid-tLpuqWkG8U .embla__button--prev {
  display: flex;
}
.cid-tLpuqWkG8U .embla__button {
  bottom: -8%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #20232a;
  border: 2px solid #20232a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLpuqWkG8U .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLpuqWkG8U .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tLpuqWkG8U .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLpuqWkG8U .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLpuqWkG8U .embla__button {
    top: auto;
  }
}
.cid-tLpuqWkG8U .embla {
  position: relative;
  width: 100%;
}
.cid-tLpuqWkG8U .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLpuqWkG8U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLpuqWkG8U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLpuqWkG8U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tLpuqWkG8U .embla__viewport.container-fluid {
    padding: 0;
  }
}
.cid-tLpuqWkG8U .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tLpuqWkG8U .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tLpuqWkG8U .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #25124e;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-tLpuqWkG8U .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tLpuqWkG8U .mbr-text {
  color: #0f0721;
  text-align: left;
}
.cid-tLpuqWkG8U .item-title {
  color: #25124e;
  text-align: left;
}
.cid-tLpuqWkG8U .mbr-link,
.cid-tLpuqWkG8U .mbr-iconfont {
  color: #20232a;
}
.cid-tLpuqVOTcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLpuqVOTcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLpuqVOTcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLpuqVOTcx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tLpuqVOTcx .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLpuqVOTcx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLpuqVOTcx .container {
    padding: 0 20px;
  }
}
.cid-tLpuqVOTcx .row {
  justify-content: center;
}
.cid-tLpuqVOTcx .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLpuqVOTcx .item {
    margin-bottom: 50px;
  }
}
.cid-tLpuqVOTcx .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tLpuqVOTcx .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tLpuqVOTcx .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #d7d7d7;
}
.cid-tLpuqVOTcx .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tLpuqVOTcx .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tLpuqVOTcx .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tLpuqVOTcx .mbr-card-title {
  color: #1d1d1d;
}
.cid-tLpuqVOTcx .mbr-card-title,
.cid-tLpuqVOTcx .item-img {
  text-align: center;
}
.cid-tLpuqVOTcx .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tMO3mmN8gC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMO3mmN8gC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMO3mmN8gC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMO3mmN8gC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMO3mmN8gC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .container {
    padding: 0 20px;
  }
}
.cid-tMO3mmN8gC .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .card {
    margin-bottom: 50px;
  }
}
.cid-tMO3mmN8gC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMO3mmN8gC .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMO3mmN8gC .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMO3mmN8gC .contacts-wrap a {
  display: block;
}
.cid-tMO3mmN8gC .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMO3mmN8gC .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMO3mmN8gC .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMO3mmN8gC .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMO3mmN8gC .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMO3mmN8gC .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMO3mmN8gC .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMO3mmN8gC .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMO3mmN8gC .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMO3mmN8gC .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMO3mmN8gC .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMO3mmN8gC .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMO3mmN8gC .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMO3mmN8gC .dragArea.row .form-group .form-control:hover,
.cid-tMO3mmN8gC .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMO3mmN8gC .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMO3mmN8gC .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMO3mmN8gC .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMO3mmN8gC .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMO3mmN8gC .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMO3mmN8gC .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMO3mmN8gC .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMO3mmN8gC .mbr-desc {
  color: #706f6d;
}
.cid-tMO3mmN8gC .mbr-text {
  color: #1d1d1d;
}
.cid-tMO3mmN8gC label {
  color: #1d1d1d;
}
.cid-tMO3mmN8gC .mbr-section-title,
.cid-tMO3mmN8gC .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tLpuqYdGTa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tMKZj2mww7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tMKZj2mww7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKZj2mww7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKZj2mww7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tMKZj2mww7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMKZj2mww7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tMKZj2mww7 .container {
    padding: 0 20px;
  }
}
.cid-tMKZj2mww7 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tMKZj2mww7 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tMKZj2mww7 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMKZj2mww7 .mbr-text {
  color: #ffffff;
}
.cid-tMKZj2mww7 .mbr-section-title,
.cid-tMKZj2mww7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tML016ANhU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tML016ANhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tML016ANhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tML016ANhU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tML016ANhU .container {
    padding: 0 12px;
  }
}
.cid-tML016ANhU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tML016ANhU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tML016ANhU .card {
  margin-bottom: 32px;
}
.cid-tML016ANhU .card .card-wrapper {
  padding: 32px;
  border: 3px solid #ececec;
  box-shadow: 4px 4px #ececec;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tML016ANhU .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-tML016ANhU .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tML016ANhU .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tML016ANhU .mbr-section-title {
  color: #25124e;
  text-align: center;
}
.cid-tML016ANhU .mbr-text {
  color: #222222;
}
.cid-tML016ANhU .mbr-card-title {
  color: #222222;
}
.cid-tML016ANhU .mbr-card-title,
.cid-tML016ANhU .title-wrap {
  color: #25124e;
}
.cid-tMKZj45p4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMKZj45p4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKZj45p4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKZj45p4G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMKZj45p4G .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .container {
    padding: 0 20px;
  }
}
.cid-tMKZj45p4G .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .card {
    margin-bottom: 50px;
  }
}
.cid-tMKZj45p4G .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMKZj45p4G .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMKZj45p4G .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMKZj45p4G .contacts-wrap a {
  display: block;
}
.cid-tMKZj45p4G .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMKZj45p4G .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMKZj45p4G .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMKZj45p4G .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMKZj45p4G .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMKZj45p4G .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMKZj45p4G .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMKZj45p4G .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMKZj45p4G .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMKZj45p4G .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMKZj45p4G .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMKZj45p4G .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMKZj45p4G .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMKZj45p4G .dragArea.row .form-group .form-control:hover,
.cid-tMKZj45p4G .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMKZj45p4G .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMKZj45p4G .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMKZj45p4G .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMKZj45p4G .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMKZj45p4G .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMKZj45p4G .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMKZj45p4G .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMKZj45p4G .mbr-desc {
  color: #706f6d;
}
.cid-tMKZj45p4G .mbr-text {
  color: #1d1d1d;
}
.cid-tMKZj45p4G label {
  color: #1d1d1d;
}
.cid-tMKZj45p4G .mbr-section-title,
.cid-tMKZj45p4G .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMKZj4SjdV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tMKZj4SjdV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tMKZj4SjdV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMKZj4SjdV .menu_box .navbar.opened,
  .cid-tMKZj4SjdV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMKZj4SjdV .navbar-dropdown {
  position: relative !important;
}
.cid-tMKZj4SjdV .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMKZj4SjdV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tMKZj4SjdV .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tMKZj4SjdV .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tMKZj4SjdV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMKZj4SjdV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMKZj4SjdV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tMKZj4SjdV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMKZj4SjdV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMKZj4SjdV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMKZj4SjdV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMKZj4SjdV .offcanvas-body .mbr-text,
  .cid-tMKZj4SjdV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMKZj4SjdV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMKZj4SjdV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMKZj4SjdV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tMKZj4SjdV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMKZj4SjdV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMKZj4SjdV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMKZj4SjdV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMKZj4SjdV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMKZj4SjdV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMKZj4SjdV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMKZj4SjdV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMKZj4SjdV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMKZj4SjdV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMKZj4SjdV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMKZj4SjdV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMKZj4SjdV .nav-item {
    margin: 0 !important;
  }
}
.cid-tMKZj4SjdV .nav-item .nav-link {
  position: relative;
}
.cid-tMKZj4SjdV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tMKZj4SjdV .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tMKZj4SjdV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMKZj4SjdV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMKZj4SjdV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMKZj4SjdV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMKZj4SjdV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMKZj4SjdV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMKZj4SjdV .offcanvas_box {
    display: none;
  }
}
.cid-tMKZj4SjdV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMKZj4SjdV .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMKZj4SjdV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMKZj4SjdV .container {
  display: flex;
  margin: auto;
}
.cid-tMKZj4SjdV .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMKZj4SjdV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMKZj4SjdV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMKZj4SjdV .navbar-caption {
  color: #1d1d1d;
}
.cid-tMKZj4SjdV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMKZj4SjdV .navbar-nav {
    margin: 0;
  }
}
.cid-tMKZj4SjdV .dropdown-menu,
.cid-tMKZj4SjdV .navbar.opened {
  background-color: false !important;
}
.cid-tMKZj4SjdV .nav-item:focus,
.cid-tMKZj4SjdV .nav-link:focus {
  outline: none;
}
.cid-tMKZj4SjdV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMKZj4SjdV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMKZj4SjdV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMKZj4SjdV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMKZj4SjdV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMKZj4SjdV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMKZj4SjdV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMKZj4SjdV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMKZj4SjdV .navbar.opened {
  transition: all 0.3s;
}
.cid-tMKZj4SjdV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMKZj4SjdV .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tMKZj4SjdV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMKZj4SjdV .navbar.collapsed {
  justify-content: center;
}
.cid-tMKZj4SjdV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMKZj4SjdV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMKZj4SjdV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMKZj4SjdV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMKZj4SjdV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMKZj4SjdV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMKZj4SjdV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMKZj4SjdV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMKZj4SjdV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMKZj4SjdV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMKZj4SjdV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMKZj4SjdV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMKZj4SjdV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMKZj4SjdV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMKZj4SjdV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMKZj4SjdV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMKZj4SjdV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMKZj4SjdV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMKZj4SjdV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMKZj4SjdV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMKZj4SjdV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMKZj4SjdV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMKZj4SjdV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMKZj4SjdV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMKZj4SjdV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMKZj4SjdV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMKZj4SjdV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMKZj4SjdV .dropdown-item.active,
.cid-tMKZj4SjdV .dropdown-item:active {
  background-color: transparent;
}
.cid-tMKZj4SjdV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMKZj4SjdV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMKZj4SjdV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMKZj4SjdV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMKZj4SjdV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMKZj4SjdV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMKZj4SjdV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tMKZj4SjdV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tMKZj4SjdV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMKZj4SjdV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMKZj4SjdV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMKZj4SjdV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMKZj4SjdV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMKZj4SjdV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMKZj4SjdV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMKZj4SjdV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMKZj4SjdV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMKZj4SjdV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMKZj4SjdV .navbar {
    height: 70px;
  }
  .cid-tMKZj4SjdV .navbar.opened {
    height: auto;
  }
  .cid-tMKZj4SjdV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMKZj4SjdV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMKZj4SjdV .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMKZj4SjdV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMKZj4SjdV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMKZj4SjdV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMKZj4SjdV .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tMKZj4SjdV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMKZj4SjdV .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tMKZj4SjdV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMKZj4SjdV .text_widget a:hover {
  color: #25124e !important;
}
.cid-tMKZj4SjdV .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMKZj4SjdV .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tMKZj4SjdV .mbr-section-subtitle,
.cid-tMKZj4SjdV .text_widget,
.cid-tMKZj4SjdV .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tMKZj4SjdV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMKZj60lxn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
.cid-tM4otb1a9I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tM4otb1a9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4otb1a9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4otb1a9I .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tM4otb1a9I .container-fluid {
    padding: 0 20px;
  }
}
.cid-tM4otb1a9I .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tM4otb1a9I .container {
    padding: 0 20px;
  }
}
.cid-tM4otb1a9I .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tM4otb1a9I .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tM4otb1a9I .mbr-section-title {
  color: #1d1d1d;
}
.cid-tM4otb1a9I .mbr-text {
  color: #ffffff;
}
.cid-tM4otb1a9I .mbr-section-title,
.cid-tM4otb1a9I .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tM4p8mdgD2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tM4p8mdgD2 .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tM4p8mdgD2 .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tM4p8mdgD2 .social {
  display: inline-flex;
  align-items: center;
}
.cid-tM4p8mdgD2 .social .socicon {
  padding-right: 0.6rem;
  color: #25124e;
  font-size: 1.2rem;
}
.cid-tM4p8mdgD2 .soc-wrapper {
  width: 100%;
}
.cid-tM4p8mdgD2 .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tM4p8mdgD2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tM4p8mdgD2 .item {
    padding: 0 3rem;
  }
}
.cid-tM4p8mdgD2 img,
.cid-tM4p8mdgD2 .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-tM4p8mdgD2 .item:focus,
.cid-tM4p8mdgD2 span:focus {
  outline: none;
}
.cid-tM4p8mdgD2 .mbr-section-title {
  color: #101112;
}
.cid-tM4p8mdgD2 .mbr-text,
.cid-tM4p8mdgD2 .mbr-section-btn {
  color: #353535;
}
.cid-tM4p8mdgD2 .mbr-section-subtitle {
  color: #353535;
}
.cid-tM4p8mdgD2 .item-subtitle {
  color: #25124e;
}
.cid-tMIpfrj7HF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tMIpfrj7HF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIpfrj7HF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIpfrj7HF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMIpfrj7HF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .container {
    padding: 0 20px;
  }
}
.cid-tMIpfrj7HF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .card {
    margin-bottom: 50px;
  }
}
.cid-tMIpfrj7HF .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tMIpfrj7HF .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tMIpfrj7HF .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tMIpfrj7HF .contacts-wrap a {
  display: block;
}
.cid-tMIpfrj7HF .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tMIpfrj7HF .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tMIpfrj7HF .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMIpfrj7HF .contacts-address {
  border-top: 1px solid #d7d7d7;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tMIpfrj7HF .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tMIpfrj7HF .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 1200px) {
  .cid-tMIpfrj7HF .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tMIpfrj7HF .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tMIpfrj7HF .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tMIpfrj7HF .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tMIpfrj7HF .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tMIpfrj7HF .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tMIpfrj7HF .dragArea.row .form-group .form-control::placeholder {
  color: #d7d7d7;
}
.cid-tMIpfrj7HF .dragArea.row .form-group .form-control:hover,
.cid-tMIpfrj7HF .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tMIpfrj7HF .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tMIpfrj7HF .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tMIpfrj7HF .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.cid-tMIpfrj7HF .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tMIpfrj7HF .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tMIpfrj7HF .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tMIpfrj7HF .mbr-section-title {
  color: #1d1d1d;
}
.cid-tMIpfrj7HF .mbr-desc {
  color: #706f6d;
}
.cid-tMIpfrj7HF .mbr-text {
  color: #1d1d1d;
}
.cid-tMIpfrj7HF label {
  color: #1d1d1d;
}
.cid-tMIpfrj7HF .mbr-section-title,
.cid-tMIpfrj7HF .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tM4otbTefj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tM4otbTefj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tM4otbTefj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tM4otbTefj .menu_box .navbar.opened,
  .cid-tM4otbTefj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tM4otbTefj .navbar-dropdown {
  position: relative !important;
}
.cid-tM4otbTefj .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tM4otbTefj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tM4otbTefj .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tM4otbTefj .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tM4otbTefj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tM4otbTefj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tM4otbTefj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffffff;
  }
  .cid-tM4otbTefj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tM4otbTefj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tM4otbTefj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tM4otbTefj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tM4otbTefj .offcanvas-body .mbr-text,
  .cid-tM4otbTefj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tM4otbTefj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tM4otbTefj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tM4otbTefj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #25124e;
  }
  .cid-tM4otbTefj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tM4otbTefj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tM4otbTefj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tM4otbTefj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tM4otbTefj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tM4otbTefj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tM4otbTefj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tM4otbTefj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tM4otbTefj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tM4otbTefj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tM4otbTefj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tM4otbTefj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tM4otbTefj .nav-item {
    margin: 0 !important;
  }
}
.cid-tM4otbTefj .nav-item .nav-link {
  position: relative;
}
.cid-tM4otbTefj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #25124e;
  transition: all 0.3s ease-out;
}
.cid-tM4otbTefj .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tM4otbTefj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tM4otbTefj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tM4otbTefj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tM4otbTefj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tM4otbTefj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tM4otbTefj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tM4otbTefj .offcanvas_box {
    display: none;
  }
}
.cid-tM4otbTefj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tM4otbTefj .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tM4otbTefj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tM4otbTefj .container {
  display: flex;
  margin: auto;
}
.cid-tM4otbTefj .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tM4otbTefj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tM4otbTefj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tM4otbTefj .navbar-caption {
  color: #1d1d1d;
}
.cid-tM4otbTefj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tM4otbTefj .navbar-nav {
    margin: 0;
  }
}
.cid-tM4otbTefj .dropdown-menu,
.cid-tM4otbTefj .navbar.opened {
  background-color: false !important;
}
.cid-tM4otbTefj .nav-item:focus,
.cid-tM4otbTefj .nav-link:focus {
  outline: none;
}
.cid-tM4otbTefj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM4otbTefj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM4otbTefj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM4otbTefj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4otbTefj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM4otbTefj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM4otbTefj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tM4otbTefj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tM4otbTefj .navbar.opened {
  transition: all 0.3s;
}
.cid-tM4otbTefj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tM4otbTefj .navbar .navbar-logo img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.cid-tM4otbTefj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tM4otbTefj .navbar.collapsed {
  justify-content: center;
}
.cid-tM4otbTefj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM4otbTefj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tM4otbTefj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM4otbTefj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM4otbTefj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM4otbTefj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tM4otbTefj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tM4otbTefj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tM4otbTefj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tM4otbTefj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM4otbTefj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM4otbTefj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tM4otbTefj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM4otbTefj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tM4otbTefj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM4otbTefj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tM4otbTefj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tM4otbTefj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tM4otbTefj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM4otbTefj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM4otbTefj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tM4otbTefj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM4otbTefj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tM4otbTefj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tM4otbTefj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM4otbTefj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tM4otbTefj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM4otbTefj .dropdown-item.active,
.cid-tM4otbTefj .dropdown-item:active {
  background-color: transparent;
}
.cid-tM4otbTefj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM4otbTefj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM4otbTefj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM4otbTefj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM4otbTefj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tM4otbTefj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM4otbTefj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tM4otbTefj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #25124e;
}
.cid-tM4otbTefj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM4otbTefj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4otbTefj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4otbTefj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM4otbTefj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4otbTefj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM4otbTefj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM4otbTefj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4otbTefj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tM4otbTefj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4otbTefj .navbar {
    height: 70px;
  }
  .cid-tM4otbTefj .navbar.opened {
    height: auto;
  }
  .cid-tM4otbTefj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM4otbTefj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tM4otbTefj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tM4otbTefj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tM4otbTefj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tM4otbTefj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tM4otbTefj .navbar-caption:hover {
  color: #25124e;
}
@media (min-width: 992px) {
  .cid-tM4otbTefj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tM4otbTefj .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-tM4otbTefj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tM4otbTefj .text_widget a:hover {
  color: #25124e !important;
}
.cid-tM4otbTefj .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-tM4otbTefj .mbr-text {
  color: #1d1d1d;
  text-align: left;
}
.cid-tM4otbTefj .mbr-section-subtitle,
.cid-tM4otbTefj .text_widget,
.cid-tM4otbTefj .mbr-section-btn {
  text-align: left;
  color: #25124e;
}
.cid-tM4otbTefj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tM4othlw5r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25124e;
  overflow: hidden;
}
