body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4200ff !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-primary:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #4200ff !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #280099 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4200ff !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4200ff;
  border-color: #4200ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4200ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #4200ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4200ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4200ff;
  border-bottom-color: #4200ff;
}
.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: #4200ff !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2FuKi0lWv {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FuKi0lWv .nav-item,
.cid-s2FuKi0lWv .nav-link,
.cid-s2FuKi0lWv .navbar-caption {
  font-weight: normal;
}
.cid-s2FuKi0lWv .navbar-nav {
  counter-reset: number;
}
.cid-s2FuKi0lWv .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FuKi0lWv .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FuKi0lWv .btn {
    white-space: nowrap;
  }
  .cid-s2FuKi0lWv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FuKi0lWv .dropdown-toggle::after,
  .cid-s2FuKi0lWv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FuKi0lWv .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  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-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown-item:hover {
  color: #4200ff !important;
  background-color: #fafafa;
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FuKi0lWv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FuKi0lWv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FuKi0lWv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FuKi0lWv .nav-item:focus,
.cid-s2FuKi0lWv .nav-link:focus {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FuKi0lWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FuKi0lWv ul.navbar-nav li {
  margin: auto;
}
.cid-s2FuKi0lWv .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FuKi0lWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FuKi0lWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FuKi0lWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FuKi0lWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FuKi0lWv .navbar .container-fluid,
  .cid-s2FuKi0lWv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FuKi0lWv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FuKi0lWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FuKi0lWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FuKi0lWv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FuKi0lWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown-item.active,
.cid-s2FuKi0lWv .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FuKi0lWv .navbar-buttons {
  text-align: center;
}
.cid-s2FuKi0lWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FuKi0lWv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv a.nav-link:hover {
  color: #4200ff !important;
}
.is-builder .cid-s2FuKi0lWv .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-s2FuKi0lWv .navbar {
    height: 77px;
  }
  .cid-s2FuKi0lWv .navbar.opened {
    height: auto;
  }
  .cid-s2FuKi0lWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2FvhI2Iwu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s2FvhI2Iwu .title__block {
  padding: 50px 15px;
}
.cid-s2FvhI2Iwu .image {
  display: block;
  position: relative;
}
.cid-s2FvhI2Iwu .image img {
  height: 100vh;
  object-fit: cover;
}
.cid-s2FvhI2Iwu .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-s2FvhI2Iwu .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(40, 55, 66, 0.98);
}
.cid-s2FvhI2Iwu .widget .widget__item:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-s2FvhI2Iwu .widget .widget__item:nth-child(2) {
  background-color: rgba(35, 34, 38, 0.98);
}
.cid-s2FvhI2Iwu .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-s2FvhI2Iwu .widget .widget__text {
  margin: 5px 0;
}
.cid-s2FvhI2Iwu .mbr-section-btn {
  margin-top: 20px;
}
.cid-s2FvhI2Iwu .btn {
  margin-top: 0;
}
.cid-s2FvhI2Iwu .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-s2FvhI2Iwu .mbr-media {
  display: inline-block;
}
.cid-s2FvhI2Iwu .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-s2FvhI2Iwu .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-s2FvhI2Iwu .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-s2FvhI2Iwu .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2FvhI2Iwu .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-s2FvhI2Iwu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-s2FvhI2Iwu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2FvhI2Iwu .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2FvhI2Iwu a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-s2FvhI2Iwu a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2FvhI2Iwu .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-s2FvhI2Iwu .image {
    padding: 0;
  }
  .cid-s2FvhI2Iwu .container,
  .cid-s2FvhI2Iwu .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s2FvhI2Iwu .widget {
    margin-left: 0;
  }
  .cid-s2FvhI2Iwu .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-s2FvhI2Iwu a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s2FvhI2Iwu .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-s2FvhI2Iwu .image img {
    max-height: 400px;
  }
}
.cid-rRNlkY4IDf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRNlkY4IDf .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRNlkY4IDf .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRNlkY4IDf .mbr-text {
  margin: 10px 0;
}
.cid-rRNlkY4IDf .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRNlkY4IDf .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRNlkY4IDf .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRN6mVyGN6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6mVyGN6 .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-rRN6mVyGN6 .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-rRN6mVyGN6 .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-rRN6mVyGN6 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .bot {
    padding-bottom: 20px;
  }
}
.cid-rRN6mVyGN6 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-rRN6mVyGN6 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-rRN6mVyGN6 .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-rRN6mVyGN6 .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-rRN6mVyGN6 .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-rRN6mVyGN6 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-rRN6mVyGN6 .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-rRN6mVyGN6 .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-rRN6mVyGN6 .bot__title,
.cid-rRN6mVyGN6 .icons {
  text-align: center;
}
.cid-uBtnXvz74y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBtnXvz74y .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBtnXvz74y .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uBtnXvz74y .mbr-text {
  margin: 10px 0;
}
.cid-uBtnXvz74y .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uBtnXvz74y .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uBtnXvz74y .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-uBtnXvz74y .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uBtnXvz74y .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uBtnXvz74y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtnXvz74y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rRN6AT2slz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6AT2slz .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-rRN6AT2slz .image {
    margin-bottom: 30px;
  }
}
.cid-rRN6AT2slz .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6AT2slz .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .wrap {
  width: 110px;
  height: 110px;
}
.cid-rRN6AT2slz .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rRN6AT2slz ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-rRN6AT2slz path {
  stroke: #199bfc;
}
.cid-rRN6AT2slz .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-rRN6AT2slz .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRN6AT2slz .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rRN6AT2slz .mbr-section-title {
  color: #283742;
}
.cid-rRN6AT2slz .mbr-text,
.cid-rRN6AT2slz .mbr-section-btn {
  color: #6a696c;
}
.cid-ulf9wT8bGJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulf9wT8bGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulf9wT8bGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulf9wT8bGJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ulf9wT8bGJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ulf9wT8bGJ .container {
    padding: 0 16px;
  }
}
.cid-ulf9wT8bGJ .row {
  justify-content: center;
}
.cid-ulf9wT8bGJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ulf9wT8bGJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ulf9wT8bGJ .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-ulf9wT8bGJ .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ulf9wT8bGJ .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-ulf9wT8bGJ .mbr-section-title {
  color: #08323C;
  text-align: left;
}
.cid-rRN6GpGJUi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRN6GpGJUi .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRN6GpGJUi .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6GpGJUi .mbr-text {
  margin: 10px 0;
}
.cid-rRN6GpGJUi .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRN6GpGJUi .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRN6GpGJUi .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRN6EiXnPa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRN6EiXnPa .content__block {
  padding: 30px 15px;
}
.cid-rRN6EiXnPa .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6EiXnPa .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-rRN6EiXnPa .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-rRN6EiXnPa .bottom__text {
  margin: 10px 0;
}
.cid-rRN6EiXnPa .btn {
  margin-top: 0;
}
.cid-rRN6EiXnPa .btn:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.cid-rRN6EiXnPa .image {
  width: 100%;
}
.cid-rRN6EiXnPa .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRN6EiXnPa .image {
    margin-bottom: 10px;
  }
  .cid-rRN6EiXnPa .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRN6EiXnPa .mbr-section-title {
  color: #283742;
}
.cid-rRN6EiXnPa .mbr-text,
.cid-rRN6EiXnPa .mbr-section-btn {
  color: #6a696c;
}
.cid-rRNumdZLFn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRNumdZLFn .counts__block {
  width: 100%;
}
.cid-rRNumdZLFn .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-rRNumdZLFn .mbr-iconfont {
  margin-right: 10px;
  color: #4200ff;
}
.cid-rRNumdZLFn .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-rRNumdZLFn .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-rRNumdZLFn .wrap {
  margin-bottom: 30px;
}
.cid-rRNumdZLFn .wrap:last-child {
  margin-bottom: 0;
}
.cid-rRNumdZLFn .title__block {
  text-align: center;
  color: #283742;
}
.cid-rRN6DBNHYu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6DBNHYu .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-rRN6DBNHYu .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-rRN6DBNHYu .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6DBNHYu .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6DBNHYu .mbr-text {
  margin-bottom: 20px;
}
.cid-rRN6DBNHYu .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-rRN6DBNHYu .wrap {
    height: 200px;
  }
}
.cid-rRN6DBNHYu .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-rRN6DBNHYu .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-rRN6DBNHYu .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRN6DBNHYu .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(40, 55, 66, 0.95);
  border-radius: 50%;
}
.cid-rRN6DBNHYu .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRN6DBNHYu .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRN6DBNHYu .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(40, 55, 66, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRN6DBNHYu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRN6DBNHYu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRN6DBNHYu .modalWindow .modalWindow-video {
  height:  calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRN6DBNHYu a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRN6DBNHYu a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-rRN6DBNHYu a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRN6DBNHYu .modalWindow .modalWindow-video {
    height:  calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRN6DBNHYu .mbr-section-title {
  color: #283742;
}
.cid-rRN6DBNHYu .mbr-text,
.cid-rRN6DBNHYu .mbr-section-btn {
  color: #6a696c;
}
.cid-rRNmMeTXyB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRNmMeTXyB .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-rRNmMeTXyB .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRNmMeTXyB .mbr-text {
  margin: 10px 0;
}
.cid-rRNmMeTXyB .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRNmMeTXyB .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-rRNmMeTXyB .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-ukXva96bzp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukXva96bzp .item:focus,
.cid-ukXva96bzp span:focus {
  outline: none;
}
.cid-ukXva96bzp .item {
  cursor: pointer;
}
.cid-ukXva96bzp .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-ukXva96bzp .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-ukXva96bzp .grid-container-1,
.cid-ukXva96bzp .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ukXva96bzp .grid-container-1,
  .cid-ukXva96bzp .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-ukXva96bzp .mbr-section-title {
  color: #000000;
}
.cid-ukXva96bzp .mbr-text,
.cid-ukXva96bzp .mbr-section-btn {
  color: #000000;
}
.cid-ukXva96bzp .content-head {
  max-width: 800px;
}
.cid-ukXva96bzp .container,
.cid-ukXva96bzp .container-fluid {
  overflow: hidden;
}
.cid-ukXva96bzp .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-ukXva96bzp .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukXva96bzp .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukXva96bzp .grid-item img {
    min-width: 35vw;
  }
}
.cid-ukXva96bzp .grid-container-1,
.cid-ukXva96bzp .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-ukXva96bzp .grid-container-1 {
  align-items: flex-end;
}
.cid-ukXva96bzp .grid-container-2 {
  align-items: flex-start;
}
.cid-ukXuW1V9f4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukXuW1V9f4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukXuW1V9f4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukXuW1V9f4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukXuW1V9f4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-rRNm7zsYKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRNm7zsYKe .mbr-text {
  margin-bottom: 20px;
}
.cid-rRNm7zsYKe .mbr-section-btn .btn:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-rRNm7zsYKe .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rRNm7zsYKe .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-rRNm7zsYKe .contact__wrap {
  padding-bottom: 40px;
}
.cid-rRNm7zsYKe .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rRNm7zsYKe .contact__wrap,
  .cid-rRNm7zsYKe .title__block {
    padding-bottom: 30px;
  }
}
.cid-rRNm7zsYKe .mbr-section-title,
.cid-rRNm7zsYKe .mbr-section-btn {
  color: #283742;
}
.cid-rRNm7zsYKe .contact__title {
  color: #283742;
}
.cid-rRNm7zsYKe .contact__text {
  color: #6a696c;
}
.cid-rRO2jZbHBk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRO2jZbHBk .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rRO2jZbHBk .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2jZbHBk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2jZbHBk .title__address {
  margin-bottom: 20px;
}
.cid-rRO2jZbHBk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRO2jZbHBk .privacy {
    text-align: left;
  }
}
.cid-rRO2jZbHBk .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRO2jZbHBk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2jZbHBk .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-rRO2jZbHBk .input-group-btn {
  padding-left: 0;
}
.cid-rRO2jZbHBk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRO2jZbHBk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2jZbHBk .mbr-form .btn {
  margin: 0;
}
.cid-rRO2jZbHBk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRO2jZbHBk input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2jZbHBk .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2jZbHBk .divider {
    margin: 0 0 20px;
  }
}
.cid-ukXHuWA5t8.popup-builder {
  background-color: #ffffff;
}
.cid-ukXHuWA5t8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukXHuWA5t8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukXHuWA5t8 .modal-content,
.cid-ukXHuWA5t8 .modal-dialog {
  height: auto;
}
.cid-ukXHuWA5t8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukXHuWA5t8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukXHuWA5t8 .form-wrapper .mbr-form .form-group,
  .cid-ukXHuWA5t8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukXHuWA5t8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukXHuWA5t8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukXHuWA5t8 .mbr-text {
  text-align: center;
}
.cid-ukXHuWA5t8 .pt-0 {
  padding-top: 0 !important;
}
.cid-ukXHuWA5t8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukXHuWA5t8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukXHuWA5t8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukXHuWA5t8 .modal-open {
  overflow: hidden;
}
.cid-ukXHuWA5t8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukXHuWA5t8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukXHuWA5t8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukXHuWA5t8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ukXHuWA5t8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukXHuWA5t8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukXHuWA5t8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukXHuWA5t8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ukXHuWA5t8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukXHuWA5t8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukXHuWA5t8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukXHuWA5t8 .modal-backdrop.show {
  opacity: .5;
}
.cid-ukXHuWA5t8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ukXHuWA5t8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukXHuWA5t8 .modal-header {
    padding: 1rem;
  }
}
.cid-ukXHuWA5t8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukXHuWA5t8 .modal-header .close svg {
  fill: #353535;
}
.cid-ukXHuWA5t8 .modal-header .close:hover {
  opacity: 1;
}
.cid-ukXHuWA5t8 .modal-header .close:focus {
  outline: none;
}
.cid-ukXHuWA5t8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ukXHuWA5t8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukXHuWA5t8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukXHuWA5t8 .modal-body {
    padding: 1rem;
  }
}
.cid-ukXHuWA5t8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukXHuWA5t8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukXHuWA5t8 .modal-footer {
    padding: 1rem;
  }
}
.cid-ukXHuWA5t8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukXHuWA5t8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukXHuWA5t8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukXHuWA5t8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukXHuWA5t8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukXHuWA5t8 .modal-lg,
  .cid-ukXHuWA5t8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukXHuWA5t8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukXHuWA5t8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukXHuWA5t8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ukXHuWA5t8 .form-group {
  margin-bottom: 1rem;
}
.cid-ukXHuWA5t8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukXHuWA5t8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukXHuWA5t8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ukXHuWA5t8 .mbr-section-btn {
  margin: 0;
}
.cid-ukXHuWA5t8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBtcUuGH4F.popup-builder {
  background-color: #ffffff;
}
.cid-uBtcUuGH4F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBtcUuGH4F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBtcUuGH4F .modal-content,
.cid-uBtcUuGH4F .modal-dialog {
  height: auto;
}
.cid-uBtcUuGH4F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBtcUuGH4F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBtcUuGH4F .form-wrapper .mbr-form .form-group,
  .cid-uBtcUuGH4F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBtcUuGH4F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBtcUuGH4F .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBtcUuGH4F .mbr-text {
  text-align: left;
  color: #191f23;
}
.cid-uBtcUuGH4F .pt-0 {
  padding-top: 0 !important;
}
.cid-uBtcUuGH4F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBtcUuGH4F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBtcUuGH4F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBtcUuGH4F .modal-open {
  overflow: hidden;
}
.cid-uBtcUuGH4F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBtcUuGH4F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBtcUuGH4F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBtcUuGH4F .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBtcUuGH4F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBtcUuGH4F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBtcUuGH4F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBtcUuGH4F .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBtcUuGH4F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBtcUuGH4F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBtcUuGH4F .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBtcUuGH4F .modal-backdrop.show {
  opacity: .5;
}
.cid-uBtcUuGH4F .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBtcUuGH4F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBtcUuGH4F .modal-header {
    padding: 1rem;
  }
}
.cid-uBtcUuGH4F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBtcUuGH4F .modal-header .close svg {
  fill: #353535;
}
.cid-uBtcUuGH4F .modal-header .close:hover {
  opacity: 1;
}
.cid-uBtcUuGH4F .modal-header .close:focus {
  outline: none;
}
.cid-uBtcUuGH4F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBtcUuGH4F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBtcUuGH4F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBtcUuGH4F .modal-body {
    padding: 1rem;
  }
}
.cid-uBtcUuGH4F .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBtcUuGH4F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBtcUuGH4F .modal-footer {
    padding: 1rem;
  }
}
.cid-uBtcUuGH4F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBtcUuGH4F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBtcUuGH4F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBtcUuGH4F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBtcUuGH4F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBtcUuGH4F .modal-lg,
  .cid-uBtcUuGH4F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBtcUuGH4F .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBtcUuGH4F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBtcUuGH4F .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBtcUuGH4F .form-group {
  margin-bottom: 1rem;
}
.cid-uBtcUuGH4F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBtcUuGH4F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBtcUuGH4F .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBtcUuGH4F .mbr-section-btn {
  margin: 0;
}
.cid-uBtcUuGH4F .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBtdKefvkS {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uBtdKefvkS .nav-item,
.cid-uBtdKefvkS .nav-link,
.cid-uBtdKefvkS .navbar-caption {
  font-weight: normal;
}
.cid-uBtdKefvkS .navbar-nav {
  counter-reset: number;
}
.cid-uBtdKefvkS .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uBtdKefvkS .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uBtdKefvkS .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uBtdKefvkS .btn {
    white-space: nowrap;
  }
  .cid-uBtdKefvkS .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uBtdKefvkS .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uBtdKefvkS .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uBtdKefvkS .dropdown-toggle::after,
  .cid-uBtdKefvkS .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uBtdKefvkS .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  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-uBtdKefvkS .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-uBtdKefvkS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uBtdKefvkS .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-uBtdKefvkS .dropdown-menu .dropdown-item:hover {
  color: #4200ff !important;
  background-color: #fafafa;
}
.cid-uBtdKefvkS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uBtdKefvkS .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uBtdKefvkS .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uBtdKefvkS .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uBtdKefvkS .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uBtdKefvkS .nav-item:focus,
.cid-uBtdKefvkS .nav-link:focus {
  outline: none;
}
.cid-uBtdKefvkS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uBtdKefvkS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uBtdKefvkS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uBtdKefvkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBtdKefvkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uBtdKefvkS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBtdKefvkS ul.navbar-nav li {
  margin: auto;
}
.cid-uBtdKefvkS .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uBtdKefvkS .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uBtdKefvkS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBtdKefvkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBtdKefvkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBtdKefvkS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBtdKefvkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBtdKefvkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uBtdKefvkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBtdKefvkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBtdKefvkS .navbar .container-fluid,
  .cid-uBtdKefvkS .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uBtdKefvkS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBtdKefvkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBtdKefvkS .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uBtdKefvkS .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uBtdKefvkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBtdKefvkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uBtdKefvkS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uBtdKefvkS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBtdKefvkS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBtdKefvkS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBtdKefvkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBtdKefvkS .dropdown-item.active,
.cid-uBtdKefvkS .dropdown-item:active {
  background-color: transparent;
}
.cid-uBtdKefvkS .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBtdKefvkS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uBtdKefvkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBtdKefvkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uBtdKefvkS .navbar-buttons {
  text-align: center;
}
.cid-uBtdKefvkS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uBtdKefvkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uBtdKefvkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBtdKefvkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBtdKefvkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBtdKefvkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBtdKefvkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBtdKefvkS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBtdKefvkS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBtdKefvkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBtdKefvkS .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uBtdKefvkS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uBtdKefvkS a.nav-link:hover {
  color: #4200ff !important;
}
.is-builder .cid-uBtdKefvkS .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-uBtdKefvkS .navbar {
    height: 77px;
  }
  .cid-uBtdKefvkS .navbar.opened {
    height: auto;
  }
  .cid-uBtdKefvkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBtgvTPQut {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBtgvTPQut .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-uBtgvTPQut .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uBtgvTPQut .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-uBtgvTPQut .item-round {
  background: #444345;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-uBtgvTPQut .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-uBtgvTPQut .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-uBtgvTPQut p {
  line-height: 1.2;
}
.cid-uBtgvTPQut .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-uBtgvTPQut .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uBtgvTPQut .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uBtgvTPQut .link-icon-wrapper2 .icon-wrap2 {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBtgvTPQut .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBtgvTPQut .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uBtgvTPQut .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-uBtgvTPQut .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uBtgvTPQut .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-uBtgvTPQut .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBtgvTPQut .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uBtgvTPQut .image-wrapper {
    min-height: 400px;
  }
}
.cid-uBtgvTPQut .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uBtgvTPQut .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBtgvTPQut .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uBtgvTPQut .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uBtgvTPQut .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uBtgvTPQut .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uBtgvTPQut .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uBtgvTPQut .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uBtgvTPQut .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uBtgvTPQut .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uBtgvTPQut .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uBtgvTPQut .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uBtgvTPQut img,
.cid-uBtgvTPQut .item-img {
  width: 100%;
  height: 100%;
}
.cid-uBtgvTPQut .item-title2 {
  color: #ffffff;
}
.cid-uBtgvTPQut .mbr-text,
.cid-uBtgvTPQut .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBtgvTPQut .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uBtgvTPQut .item2 img {
  height: 300px;
}
.cid-uBtgvTPQut .item2:hover {
  cursor: pointer;
}
.cid-uBtgvTPQut .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uBtgvTPQut .item-title3 {
  color: #ffffff;
}
.cid-uBtiyQAKVC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBtiyQAKVC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBtiyQAKVC .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uBtiyQAKVC .mbr-text {
  margin: 10px 0;
}
.cid-uBtiyQAKVC .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uBtiyQAKVC .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-uBtiyQAKVC .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uBtiyQAKVC .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uBtiyQAKVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtiyQAKVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtitmCM5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uBtitmCM5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtitmCM5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtitmCM5h .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uBtitmCM5h .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uBtitmCM5h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBtitmCM5h .container {
    padding: 0 16px;
  }
}
.cid-uBtitmCM5h .row {
  margin: 0 -20px;
}
.cid-uBtitmCM5h .item {
  padding: 0 20px;
}
.cid-uBtitmCM5h .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBtitmCM5h .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBtdKfd2xQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBtdKfd2xQ .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uBtdKfd2xQ .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uBtdKfd2xQ .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uBtdKfd2xQ .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-uBtdKfd2xQ .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-uBtdKfd2xQ .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uBtdKfd2xQ .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uBtdKfd2xQ .bot {
    padding-bottom: 20px;
  }
}
.cid-uBtdKfd2xQ .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uBtdKfd2xQ .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uBtdKfd2xQ .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-uBtdKfd2xQ .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uBtdKfd2xQ .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-uBtdKfd2xQ .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uBtdKfd2xQ .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-uBtdKfd2xQ .bot:nth-child(2) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-uBtdKfd2xQ .bot__title,
.cid-uBtdKfd2xQ .icons {
  text-align: center;
}
.cid-uBtdKfd2xQ .mbr-text,
.cid-uBtdKfd2xQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uBtl0BL2o8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBtl0BL2o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtl0BL2o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtl0BL2o8 .card {
  justify-content: flex-end;
}
.cid-uBtl0BL2o8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBtl0BL2o8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtl0BL2o8 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBtl0BL2o8 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uBtl0BL2o8 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBtl0BL2o8 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBtl0BL2o8 .mbr-section-title {
  color: #000000;
}
.cid-uBtl0BL2o8 .mbr-desc {
  color: #000000;
}
.cid-uBtl0BL2o8 .mbr-text,
.cid-uBtl0BL2o8 .text-wrapper {
  color: #000000;
}
.cid-uBtlMcticG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBtlMcticG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtlMcticG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtlMcticG .card {
  justify-content: flex-end;
}
.cid-uBtlMcticG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBtlMcticG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtlMcticG .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBtlMcticG .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uBtlMcticG .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBtlMcticG .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBtlMcticG .mbr-section-title {
  color: #000000;
}
.cid-uBtlMcticG .mbr-desc {
  color: #000000;
}
.cid-uBtlMcticG .mbr-text,
.cid-uBtlMcticG .text-wrapper {
  color: #000000;
}
.cid-uBtmHMvq2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBtmHMvq2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtmHMvq2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtmHMvq2k .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uBtmHMvq2k .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBtmHMvq2k .mbr-text,
.cid-uBtmHMvq2k .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBtdKgiyRA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBtdKgiyRA .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-uBtdKgiyRA .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-uBtdKgiyRA .mbr-text {
  margin: 10px 0;
}
.cid-uBtdKgiyRA .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uBtdKgiyRA .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-uBtdKgiyRA .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uBtdKgxywu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBtdKgxywu .content__block {
  padding: 30px 15px;
}
.cid-uBtdKgxywu .mbr-text {
  margin-bottom: 30px;
}
.cid-uBtdKgxywu .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-uBtdKgxywu .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-uBtdKgxywu .bottom__text {
  margin: 10px 0;
}
.cid-uBtdKgxywu .btn {
  margin-top: 0;
}
.cid-uBtdKgxywu .btn:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.cid-uBtdKgxywu .image {
  width: 100%;
}
.cid-uBtdKgxywu .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uBtdKgxywu .image {
    margin-bottom: 10px;
  }
  .cid-uBtdKgxywu .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBtdKgxywu .mbr-section-title {
  color: #283742;
}
.cid-uBtdKgxywu .mbr-text,
.cid-uBtdKgxywu .mbr-section-btn {
  color: #6a696c;
}
.cid-uBtdKgMGEz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBtdKgMGEz .counts__block {
  width: 100%;
}
.cid-uBtdKgMGEz .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uBtdKgMGEz .mbr-iconfont {
  margin-right: 10px;
  color: #4200ff;
}
.cid-uBtdKgMGEz .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-uBtdKgMGEz .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-uBtdKgMGEz .wrap {
  margin-bottom: 30px;
}
.cid-uBtdKgMGEz .wrap:last-child {
  margin-bottom: 0;
}
.cid-uBtdKgMGEz .title__block {
  text-align: center;
  color: #283742;
}
.cid-uBtdKhf92d {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBtdKhf92d .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-uBtdKhf92d .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-uBtdKhf92d .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-uBtdKhf92d .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-uBtdKhf92d .mbr-text {
  margin-bottom: 20px;
}
.cid-uBtdKhf92d .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-uBtdKhf92d .wrap {
    height: 200px;
  }
}
.cid-uBtdKhf92d .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-uBtdKhf92d .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uBtdKhf92d .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uBtdKhf92d .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(40, 55, 66, 0.95);
  border-radius: 50%;
}
.cid-uBtdKhf92d .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-uBtdKhf92d .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uBtdKhf92d .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(40, 55, 66, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-uBtdKhf92d .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-uBtdKhf92d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uBtdKhf92d .modalWindow .modalWindow-video {
  height:  calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uBtdKhf92d a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uBtdKhf92d a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-uBtdKhf92d a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uBtdKhf92d .modalWindow .modalWindow-video {
    height:  calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uBtdKhf92d .mbr-section-title {
  color: #283742;
}
.cid-uBtdKhf92d .mbr-text,
.cid-uBtdKhf92d .mbr-section-btn {
  color: #6a696c;
}
.cid-uBtdKg0NQd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBtdKg0NQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtdKg0NQd .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-uBtdKg0NQd .container {
    padding: 0 16px;
  }
}
.cid-uBtdKg0NQd .row {
  justify-content: center;
}
.cid-uBtdKg0NQd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBtdKg0NQd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uBtdKg0NQd .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uBtdKg0NQd .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uBtdKg0NQd .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uBtdKg0NQd .mbr-section-title {
  color: #08323C;
  text-align: left;
}
.cid-uBtdKhzfnK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBtdKhzfnK .mbr-section-title {
  margin-bottom: 20px;
  color: #283742;
}
.cid-uBtdKhzfnK .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-uBtdKhzfnK .mbr-text {
  margin: 10px 0;
}
.cid-uBtdKhzfnK .divider {
  background-color: #283742;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uBtdKhzfnK .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-uBtdKhzfnK .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uBtdKhNtwb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBtdKhNtwb .item:focus,
.cid-uBtdKhNtwb span:focus {
  outline: none;
}
.cid-uBtdKhNtwb .item {
  cursor: pointer;
}
.cid-uBtdKhNtwb .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uBtdKhNtwb .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uBtdKhNtwb .grid-container-1,
.cid-uBtdKhNtwb .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uBtdKhNtwb .grid-container-1,
  .cid-uBtdKhNtwb .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uBtdKhNtwb .mbr-section-title {
  color: #000000;
}
.cid-uBtdKhNtwb .mbr-text,
.cid-uBtdKhNtwb .mbr-section-btn {
  color: #000000;
}
.cid-uBtdKhNtwb .content-head {
  max-width: 800px;
}
.cid-uBtdKhNtwb .container,
.cid-uBtdKhNtwb .container-fluid {
  overflow: hidden;
}
.cid-uBtdKhNtwb .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uBtdKhNtwb .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBtdKhNtwb .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBtdKhNtwb .grid-item img {
    min-width: 35vw;
  }
}
.cid-uBtdKhNtwb .grid-container-1,
.cid-uBtdKhNtwb .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uBtdKhNtwb .grid-container-1 {
  align-items: flex-end;
}
.cid-uBtdKhNtwb .grid-container-2 {
  align-items: flex-start;
}
.cid-uBtdKidTbz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBtdKidTbz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uBtdKidTbz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uBtdKidTbz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uBtdKidTbz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uBtdKiGXzB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBtdKiGXzB .mbr-text {
  margin-bottom: 20px;
}
.cid-uBtdKiGXzB .mbr-section-btn .btn:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uBtdKiGXzB .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-uBtdKiGXzB .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-uBtdKiGXzB .contact__wrap {
  padding-bottom: 40px;
}
.cid-uBtdKiGXzB .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uBtdKiGXzB .contact__wrap,
  .cid-uBtdKiGXzB .title__block {
    padding-bottom: 30px;
  }
}
.cid-uBtdKiGXzB .mbr-section-title,
.cid-uBtdKiGXzB .mbr-section-btn {
  color: #283742;
}
.cid-uBtdKiGXzB .contact__title {
  color: #283742;
}
.cid-uBtdKiGXzB .contact__text {
  color: #6a696c;
}
.cid-uBtdKiYeDO {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBtdKiYeDO .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uBtdKiYeDO .footer__content {
  margin-bottom: 30px;
}
.cid-uBtdKiYeDO .footer__content:last-child {
  margin-bottom: 0;
}
.cid-uBtdKiYeDO .title__address {
  margin-bottom: 20px;
}
.cid-uBtdKiYeDO .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uBtdKiYeDO .privacy {
    text-align: left;
  }
}
.cid-uBtdKiYeDO .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uBtdKiYeDO .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-uBtdKiYeDO .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #ebeaed;
}
.cid-uBtdKiYeDO .input-group-btn {
  padding-left: 0;
}
.cid-uBtdKiYeDO .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-uBtdKiYeDO .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-uBtdKiYeDO .mbr-form .btn {
  margin: 0;
}
.cid-uBtdKiYeDO input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-uBtdKiYeDO input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uBtdKiYeDO .wrap {
    padding-bottom: 25px;
  }
  .cid-uBtdKiYeDO .divider {
    margin: 0 0 20px;
  }
}
.cid-uBtdKjp9wb.popup-builder {
  background-color: #ffffff;
}
.cid-uBtdKjp9wb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBtdKjp9wb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBtdKjp9wb .modal-content,
.cid-uBtdKjp9wb .modal-dialog {
  height: auto;
}
.cid-uBtdKjp9wb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBtdKjp9wb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBtdKjp9wb .form-wrapper .mbr-form .form-group,
  .cid-uBtdKjp9wb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBtdKjp9wb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBtdKjp9wb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBtdKjp9wb .mbr-text {
  text-align: center;
}
.cid-uBtdKjp9wb .pt-0 {
  padding-top: 0 !important;
}
.cid-uBtdKjp9wb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBtdKjp9wb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBtdKjp9wb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBtdKjp9wb .modal-open {
  overflow: hidden;
}
.cid-uBtdKjp9wb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBtdKjp9wb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBtdKjp9wb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBtdKjp9wb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBtdKjp9wb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBtdKjp9wb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBtdKjp9wb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBtdKjp9wb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBtdKjp9wb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBtdKjp9wb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBtdKjp9wb .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBtdKjp9wb .modal-backdrop.show {
  opacity: .5;
}
.cid-uBtdKjp9wb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBtdKjp9wb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBtdKjp9wb .modal-header {
    padding: 1rem;
  }
}
.cid-uBtdKjp9wb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBtdKjp9wb .modal-header .close svg {
  fill: #353535;
}
.cid-uBtdKjp9wb .modal-header .close:hover {
  opacity: 1;
}
.cid-uBtdKjp9wb .modal-header .close:focus {
  outline: none;
}
.cid-uBtdKjp9wb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBtdKjp9wb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBtdKjp9wb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBtdKjp9wb .modal-body {
    padding: 1rem;
  }
}
.cid-uBtdKjp9wb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBtdKjp9wb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBtdKjp9wb .modal-footer {
    padding: 1rem;
  }
}
.cid-uBtdKjp9wb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBtdKjp9wb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBtdKjp9wb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBtdKjp9wb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBtdKjp9wb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBtdKjp9wb .modal-lg,
  .cid-uBtdKjp9wb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBtdKjp9wb .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBtdKjp9wb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBtdKjp9wb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBtdKjp9wb .form-group {
  margin-bottom: 1rem;
}
.cid-uBtdKjp9wb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBtdKjp9wb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBtdKjp9wb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBtdKjp9wb .mbr-section-btn {
  margin: 0;
}
.cid-uBtdKjp9wb .mbr-section-btn .btn {
  margin: 0;
}
