.btn {
  border-width: 2px;
}
body {
  font-family: Gayathri;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ca41ec !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #32359e !important;
}
.bg-danger {
  background-color: #5821b0 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5b19 !important;
  border-color: #ff5b19 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #c13700 !important;
  border-color: #c13700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c13700 !important;
  border-color: #c13700 !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: #ca41ec !important;
  border-color: #ca41ec !important;
  color: #ffffff !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: #a013c3 !important;
  border-color: #a013c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a013c3 !important;
  border-color: #a013c3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #32359e !important;
  border-color: #32359e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1d1f5c !important;
  border-color: #1d1f5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1d1f5c !important;
  border-color: #1d1f5c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5821b0 !important;
  border-color: #5821b0 !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: #331367 !important;
  border-color: #331367 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #331367 !important;
  border-color: #331367 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff5b19;
  color: #ff5b19;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c13700 !important;
  background-color: transparent!important;
  border-color: #c13700 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5b19 !important;
  border-color: #ff5b19 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #ca41ec;
  color: #ca41ec;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a013c3 !important;
  background-color: transparent!important;
  border-color: #a013c3 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ca41ec !important;
  border-color: #ca41ec !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #32359e;
  color: #32359e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1d1f5c !important;
  background-color: transparent!important;
  border-color: #1d1f5c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #32359e !important;
  border-color: #32359e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5821b0;
  color: #5821b0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #331367 !important;
  background-color: transparent!important;
  border-color: #331367 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5821b0 !important;
  border-color: #5821b0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff5b19 !important;
}
.text-success {
  color: #ca41ec !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #32359e !important;
}
.text-danger {
  color: #5821b0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b23300 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9512b5 !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: #191b51 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2d115a !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #894fbf;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #32359e;
}
.alert-danger {
  background-color: #5821b0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefaff;
}
.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: #7a7dd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9b6de4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff5b19 !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='%23ffffff' %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 {
  max-height: 57px;
  padding: 12px 36px 8px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #ff5b19;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #ff5b19 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #ca41ec;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -100px 0 0 #ca41ec !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #32359e;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -100px 0 0 #32359e !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #5821b0;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -100px 0 0 #5821b0 !important;
  color: #ffffff !important;
}
.cid-uMvr75Krhu {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-uMvr75Krhu .nav-item,
.cid-uMvr75Krhu .nav-link,
.cid-uMvr75Krhu .navbar-caption {
  font-weight: normal;
}
.cid-uMvr75Krhu .navbar-nav {
  counter-reset: number;
}
.cid-uMvr75Krhu .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uMvr75Krhu .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uMvr75Krhu .navbar {
    min-height: 120px !important;
  }
  .cid-uMvr75Krhu .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uMvr75Krhu .btn {
    white-space: nowrap;
  }
  .cid-uMvr75Krhu .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uMvr75Krhu .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uMvr75Krhu .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uMvr75Krhu .dropdown-toggle::after,
  .cid-uMvr75Krhu .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uMvr75Krhu .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uMvr75Krhu .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uMvr75Krhu .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-uMvr75Krhu .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uMvr75Krhu .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #fafafa;
}
.cid-uMvr75Krhu .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-uMvr75Krhu .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-uMvr75Krhu .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uMvr75Krhu .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uMvr75Krhu .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uMvr75Krhu .nav-item:focus,
.cid-uMvr75Krhu .nav-link:focus {
  outline: none;
}
.cid-uMvr75Krhu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uMvr75Krhu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMvr75Krhu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uMvr75Krhu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMvr75Krhu .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uMvr75Krhu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMvr75Krhu ul.navbar-nav li {
  margin: auto;
}
.cid-uMvr75Krhu .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-uMvr75Krhu .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-uMvr75Krhu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMvr75Krhu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMvr75Krhu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMvr75Krhu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-uMvr75Krhu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMvr75Krhu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMvr75Krhu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uMvr75Krhu .navbar {
    padding: 10px 0;
  }
  .cid-uMvr75Krhu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMvr75Krhu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMvr75Krhu .navbar .container-fluid,
  .cid-uMvr75Krhu .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uMvr75Krhu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMvr75Krhu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMvr75Krhu .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uMvr75Krhu .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uMvr75Krhu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMvr75Krhu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMvr75Krhu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-uMvr75Krhu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMvr75Krhu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMvr75Krhu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMvr75Krhu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMvr75Krhu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uMvr75Krhu .dropdown-item.active,
.cid-uMvr75Krhu .dropdown-item:active {
  background-color: transparent;
}
.cid-uMvr75Krhu .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMvr75Krhu .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-uMvr75Krhu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMvr75Krhu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uMvr75Krhu .navbar-buttons {
  text-align: center;
}
.cid-uMvr75Krhu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMvr75Krhu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMvr75Krhu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMvr75Krhu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvr75Krhu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMvr75Krhu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMvr75Krhu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvr75Krhu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMvr75Krhu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMvr75Krhu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMvr75Krhu .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uMvr75Krhu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uMvr75Krhu a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uMvr75Krhu .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMvr75Krhu .navbar {
    height: 77px;
  }
  .cid-uMvr75Krhu .navbar.opened {
    height: auto;
  }
  .cid-uMvr75Krhu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMwsDWKLlz {
  background-image: url("../../../assets/images/bg-pozvanka-bl.webp");
}
.cid-uMwsDWKLlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwsDWKLlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwsDWKLlz .mbr-section-title {
  color: #ffffff;
}
.cid-uMwsDWKLlz .mbr-text,
.cid-uMwsDWKLlz .mbr-section-btn {
  color: #ff5b19;
}
.cid-uMfx4nEsAo {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uMfx4nEsAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfx4nEsAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfx4nEsAo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMfx4nEsAo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uMfx4nEsAo .content-wrapper .text-wrapper .mbr-text {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-uMfx4nEsAo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMfx4nEsAo .content-wrapper .address-wrapper {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uMfx4nEsAo .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uMfx4nEsAo .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 26px 50px 26px 20px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uMfx4nEsAo .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uMfx4nEsAo .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uMfx4nEsAo .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uMfx4nEsAo .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uMfx4nEsAo .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uMfx4nEsAo .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uMfx4nEsAo .mbr-section-title {
  color: #000c3f;
}
.cid-uMfx4nEsAo .mbr-text,
.cid-uMfx4nEsAo .text-wrapper {
  color: #3a3e5e;
  text-align: center;
}
.cid-uMfx4nEsAo .mbr-section-title,
.cid-uMfx4nEsAo .mbr-section-btn,
.cid-uMfx4nEsAo .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uMfx4nEsAo .mbr-address {
  color: #000000;
  text-align: left;
}
.cid-uMfx4nEsAo .mbr-hours {
  color: #000000;
  text-align: left;
}
.cid-uMfAZyrwyc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ff5b19;
}
.cid-uMfAZyrwyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfAZyrwyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfAZyrwyc .card-wrapper {
  padding: 2.4rem;
}
@media (max-width: 992px) {
  .cid-uMfAZyrwyc .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfAZyrwyc .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uMfAZyrwyc .row {
  justify-content: space-evenly;
}
.cid-uMfAZyrwyc .mbr-section-cardtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uMfAZyrwyc .mbr-cardtext,
.cid-uMfAZyrwyc .mbr-section-btn {
  color: #232323;
}
.cid-uMvcdOYWi0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uMvcdOYWi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvcdOYWi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvcdOYWi0 .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uMvcdOYWi0 .number {
  color: #ff5b19;
}
.cid-uMvcdOYWi0 .period {
  display: block;
}
.cid-uMvcdOYWi0 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uMvcdOYWi0 .period {
    font-size: 0.8rem;
  }
}
.cid-uMvcdOYWi0 .btn {
  height: 100%;
  margin: 0;
}
.cid-uMvcdOYWi0 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uMvcdOYWi0 .mbr-section-title {
  color: #ffffff;
}
.cid-uMvcdOYWi0 .mbr-text {
  color: #ffffff;
}
.cid-uMvcdOYWi0 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uMvcdOYWi0 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uMvcdOYWi0 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uMvcdOYWi0 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uMvskqfbEe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ff5b19;
}
.cid-uMvskqfbEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvskqfbEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvskqfbEe .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uMvskqfbEe .icon-box {
  background: #ff5b19;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMvskqfbEe .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMvskqfbEe .card {
    margin-bottom: 2rem;
  }
  .cid-uMvskqfbEe .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uMvskqfbEe .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uMvskqfbEe .icon-text {
  color: #ffffff;
}
.cid-uMvskqfbEe .icon-title {
  color: #ffffff;
}
.cid-uMvskqfbEe .card-title,
.cid-uMvskqfbEe .card-box {
  color: #ffffff;
}
.cid-uMvyoCTud5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uMvyoCTud5 .progress {
  width: 100%;
}
.cid-uMvyoCTud5 p {
  margin-bottom: 0.4rem;
}
.cid-uMvyoCTud5 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uMvyoCTud5 progress {
  height: 6px;
}
.cid-uMvyoCTud5 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-uMvyoCTud5 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uMvyoCTud5 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uMvyoCTud5 .progress_value {
  position: relative;
}
.cid-uMvyoCTud5 .progress1 .progressbar-number:before,
.cid-uMvyoCTud5 .progress2 .progressbar-number:before,
.cid-uMvyoCTud5 .progress3 .progressbar-number:before,
.cid-uMvyoCTud5 .progress4 .progressbar-number:before,
.cid-uMvyoCTud5 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uMvyoCTud5 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uMvyoCTud5 progress::-webkit-progress-value {
  background: #31363b;
}
.cid-uMvyoCTud5 progress[value]::-moz-progress-bar {
  background: #31363b;
}
.cid-uMvyoCTud5 progress::-ms-fill {
  background: #31363b;
}
.cid-uMvyoCTud5 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-uMvyoCTud5 .progress2 .progressbar-number:before {
  content: '81';
}
.cid-uMvyoCTud5 .progress3 .progressbar-number:before {
  content: '58';
}
.cid-uMvyoCTud5 .progress4 .progressbar-number:before {
  content: '74';
}
.cid-uMvyoCTud5 .progress5 .progressbar-number:before {
  content: '100';
}
.cid-uMvyoCTud5 .section-content-text {
  color: #ffffff;
}
.cid-uMvyoCTud5 .progressbar-title p,
.cid-uMvyoCTud5 .progress_value {
  color: #ffffff;
}
.cid-uMvyoCTud5 .mbr-section-subtitle {
  color: #777777;
}
.cid-uMvyoCTud5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvyoCTud5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvyoCTud5 .section-content-title {
  color: #ffffff;
}
.cid-uMvxYyEP8x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-uMvxYyEP8x .container-fluid {
  max-width: 1500px;
}
.cid-uMvxYyEP8x .icon1 {
  font-size: 2.2rem;
}
.cid-uMvxYyEP8x .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uMvxYyEP8x .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uMvxYyEP8x .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uMvxYyEP8x .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ff5b19;
  border-radius: 4px;
}
.cid-uMvxYyEP8x .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uMvxYyEP8x .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uMvxYyEP8x .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 300px;
  object-fit: cover;
}
.cid-uMvxYyEP8x .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uMvxYyEP8x .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMvxYyEP8x .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uMvxYyEP8x .content-wrap {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cid-uMvxYyEP8x .text-wrapper {
  display: flex;
}
.cid-uMvxYyEP8x .text-wrapper span {
  color: #ffffff;
  padding-right: 1rem;
}
.cid-uMvxYyEP8x .mbr-main-subtitle {
  background: #ffffff;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-uMvxYyEP8x .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #ffffff;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uMvxYyEP8x .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uMvxYyEP8x .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
.cid-uMvxYyEP8x .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMvxYyEP8x .social {
    padding-left: 0rem;
  }
}
.cid-uMvxYyEP8x .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uMvxYyEP8x .icons-menu {
    justify-content: center;
  }
}
.cid-uMvxYyEP8x .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
}
.cid-uMvxYyEP8x .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uMvxYyEP8x .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #ffffff;
  z-index: 0;
}
.cid-uMvxYyEP8x .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uMvxYyEP8x .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uMvxYyEP8x .card-text,
.cid-uMvxYyEP8x .mbr-section-btn,
.cid-uMvxYyEP8x .social-row {
  color: #ffffff;
}
.cid-uMvxYyEP8x .mbr-role,
.cid-uMvxYyEP8x .social-row {
  color: #353535;
}
.cid-uMvxYyEP8x .card-title,
.cid-uMvxYyEP8x .social-row {
  color: #ff5b19;
}
.cid-uMvxYyEP8x .mbr-section-title {
  color: #ffffff;
}
.cid-uMvxYyEP8x .card1-text {
  color: #272727;
}
.cid-uMvxYyEP8x .soc-link,
.cid-uMvxYyEP8x .soc-wrapper {
  color: #272727;
}
.cid-uMvFTvQQRT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uMvFTvQQRT h3 {
  text-align: center;
}
.cid-uMvFTvQQRT .pie_progress {
  position: relative;
}
.cid-uMvFTvQQRT .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-uMvFTvQQRT p {
  line-height: 1.6;
}
.cid-uMvFTvQQRT .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uMvFTvQQRT .number {
  position: absolute;
  top: 34%;
  left: 40%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .cid-uMvFTvQQRT .number {
    top: 39%;
    left: 45%;
  }
}
.cid-uMvFTvQQRT .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-uMvFTvQQRT .mbr-section-subtitle {
  color: #383838;
}
.cid-uMvFTvQQRT .pie_progress__number {
  text-align: center !important;
}
.cid-uMvFTvQQRT .card-title {
  margin-bottom: 0;
}
.cid-uMvFTvQQRT .svg-gradient {
  position: absolute;
}
.cid-uMvFTvQQRT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMvFTvQQRT .card {
    flex-basis: 50%;
  }
}
.cid-uMvFTvQQRT H4 {
  color: #ffffff;
}
.cid-uMvFTvQQRT .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMvFTvQQRT .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uMvFTvQQRT .content {
    padding-left: 0rem;
  }
  .cid-uMvFTvQQRT .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-uMvFTvQQRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvFTvQQRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvFTvQQRT H5 {
  color: #ffffff;
}
.cid-uMvdbTGWnc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ff5b19;
}
.cid-uMvdbTGWnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvdbTGWnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvGH1rysS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ff5b19;
}
.cid-uMvGH1rysS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uMvGH1rysS form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uMvGH1rysS form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uMvGH1rysS form.mbr-form {
    padding: 1rem;
  }
}
.cid-uMvGH1rysS form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uMvGH1rysS form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uMvGH1rysS .mbr-section-title {
  color: #ffffff;
}
.cid-uMwis5FlQM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ff5b19;
}
.cid-uMwis5FlQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwis5FlQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwis5FlQM .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uMwis5FlQM .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uMwis5FlQM .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMwis5FlQM .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uMwis5FlQM .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-uMwis5FlQM .card-title {
  color: #000000;
}
.cid-uMvI5hutjl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uMvI5hutjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvI5hutjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvI5hutjl .mbr-section-title {
  color: #ff5b19;
}
.cid-uMvI5hutjl .mbr-text,
.cid-uMvI5hutjl .link {
  color: #ffffff;
}
.cid-uMid77VPQ6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMid77VPQ6 .row {
  position: relative;
}
.cid-uMid77VPQ6 .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #000000 50%, #000000);
  filter: blur(32px) blur(32px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uMid77VPQ6 .row .blur-circle {
    display: none;
  }
}
.cid-uMid77VPQ6 .row {
  justify-content: center;
}
.cid-uMid77VPQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMid77VPQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMid77VPQ6 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMid77VPQ6 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uMid77VPQ6 .row {
    padding: 0 24px;
  }
}
.cid-uMid77VPQ6 .mbr-desc {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  color: #ffffff;
  text-align: center;
}
.cid-uMid77VPQ6 .card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 32px;
  margin-bottom: 32px;
}
.cid-uMid77VPQ6 .card img {
  width: 120px;
  max-height: 120px;
  object-fit: cover;
}
.cid-uMvsVhZyZm .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMvsVhZyZm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uMvsVhZyZm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMvsVhZyZm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMvsVhZyZm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMnOj0lOVZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uMnOj0lOVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnOj0lOVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnOj0lOVZ .row {
  justify-content: center;
}
.cid-uMnOj0lOVZ .card {
  justify-content: center;
}
.cid-uMnOj0lOVZ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMnOj0lOVZ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMnOj0lOVZ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMnOj0lOVZ .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uMnOj0lOVZ .nav-wrapper .list .item-wrap:hover,
.cid-uMnOj0lOVZ .nav-wrapper .list .item-wrap:focus {
  color: #ff5b19;
}
.cid-uMnOj0lOVZ .list,
.cid-uMnOj0lOVZ .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMnOj0lOVZ .list,
.cid-uMnOj0lOVZ .item-wrap,
.cid-uMnOj0lOVZ .nav-wrapper {
  color: #ffffff;
}
