.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.2rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.075rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #971346 !important;
}
.bg-success {
  background-color: #d0d0d0 !important;
}
.bg-info {
  background-color: #c5a572 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #4d5257 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #971346 !important;
  border-color: #971346 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #971346;
  border-color: #971346;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #971346 !important;
  border-color: #971346 !important;
}
.btn-primary:hover {
  background-color: #6a0d31 !important;
  border-color: #6a0d31 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #121d27 !important;
  border-color: #121d27 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #121d27;
  border-color: #121d27;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #121d27 !important;
  border-color: #121d27 !important;
}
.btn-secondary:hover {
  background-color: #020304 !important;
  border-color: #020304 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c5a572 !important;
  border-color: #c5a572 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c5a572;
  border-color: #c5a572;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c5a572 !important;
  border-color: #c5a572 !important;
}
.btn-info:hover {
  background-color: #b68e4e !important;
  border-color: #b68e4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
  color: #515151 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #515151 !important;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #515151 !important;
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}
.btn-success:hover {
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d5257 !important;
  border-color: #4d5257 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4d5257;
  border-color: #4d5257;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4d5257 !important;
  border-color: #4d5257 !important;
}
.btn-danger:hover {
  background-color: #35393c !important;
  border-color: #35393c !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.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971346;
  color: #971346;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #971346 !important;
  border-color: #971346;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #971346 !important;
  border-color: #971346 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #121d27;
  color: #121d27;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #121d27 !important;
  border-color: #121d27;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #121d27 !important;
  border-color: #121d27 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #c5a572;
  color: #c5a572;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #c5a572 !important;
  border-color: #c5a572;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c5a572 !important;
  border-color: #c5a572 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d0d0d0;
  color: #d0d0d0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #515151 !important;
  background: #d0d0d0 !important;
  border-color: #d0d0d0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #515151 !important;
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #4d5257;
  color: #4d5257;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #4d5257 !important;
  border-color: #4d5257;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d5257 !important;
  border-color: #4d5257 !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px 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;
}
.text-primary {
  color: #971346 !important;
}
.text-secondary {
  color: #121d27 !important;
}
.text-success {
  color: #d0d0d0 !important;
}
.text-info {
  color: #c5a572 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #4d5257 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c081c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9d9d9d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #94723d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1d1f21 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #d0d0d0;
}
.alert-info {
  background-color: #c5a572;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #4d5257;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #971346;
  border-color: #971346;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #971346;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e74282;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eadfcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8b9298;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #971346;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #971346;
  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: #971346;
  border-bottom-color: #971346;
}
.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: #971346 !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: #121d27 !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-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNQ8s9qLml {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #8997e5;
}
.cid-rNQ8s9qLml .mbr-text {
  margin: 0;
}
.cid-rNQ8s9qLml .mbr-title {
  margin-bottom: 30px;
  color: #1e0e62;
}
.cid-rNQ8s9qLml .row-element,
.cid-rNQ8s9qLml .image-element {
  padding: 0;
}
.cid-rNQ8s9qLml .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rNQ8s9qLml .img-wrap img {
  max-width: 90%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-rNQ8s9qLml .img-wrap {
    margin-bottom: 50px;
  }
  .cid-rNQ8s9qLml .img-wrap img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-rNQ8s9qLml .img-wrap img {
    max-width: 100%;
  }
}
@media (min-width: 575px) {
  .cid-rNQ8s9qLml .img-wrap img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rNQ8s9qLml .card__item {
    margin-top: 10px;
  }
}
.cid-rNQ8s9qLml .icon .mbr-iconfont {
  font-size: 40px;
}
.cid-rNQ8s9qLml .card__title {
  margin: 20px 0 15px;
}
.cid-rNQ8s9qLml .card__text {
  margin-bottom: 0;
  color: #1e0e62;
}
@media (min-width: 992px) {
  .cid-rNQ8s9qLml .height__100 {
    height: 100%;
  }
}
.cid-rNQ8s9qLml .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 20px;
  left: -25px;
}
.cid-rNQ8s9qLml .carousel-indicators .active {
  background: #ffffff;
  opacity: 1;
  border: 2px solid #ffffff;
}
.cid-rNQ8s9qLml .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  margin: 5px;
  box-sizing: border-box;
  opacity: 0.3;
  background-color: transparent;
  border-radius: 50%;
}
.cid-rNQ8s9qLml .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rNQ8s9qLml .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rNQ8s9qLml .carousel-indicators {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQ8s9qLml .image-element {
    min-width: 50%;
  }
  .cid-rNQ8s9qLml .media-container-row {
    width: 100%;
  }
}
.cid-rNQapyCsDm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1e0e62;
}
.cid-rNQapyCsDm .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-rNQapyCsDm .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNQapyCsDm .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-rNQapyCsDm .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNQapyCsDm .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-rNQapyCsDm .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-rNQapyCsDm .image {
  margin-top: 50px;
}
.cid-rNQapyCsDm .image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.cid-rNQapyCsDm .wrapper__products {
  margin-top: 70px;
}
.cid-rNQapyCsDm .card__product {
  margin-top: 50px;
}
.cid-rNQapyCsDm .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-rNQapyCsDm .image__card img:hover {
  opacity: .8;
}
.cid-rNQapyCsDm .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-rNQapyCsDm .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-rNQapyCsDm .card__btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-rNQapyCsDm .card__title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNQapyCsDm .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-rNQapyCsDm .mbr-text,
.cid-rNQapyCsDm .mbr-section-btn {
  color: #ffffff;
}
.cid-rNQapyCsDm .card__text,
.cid-rNQapyCsDm .card__btn {
  color: #d0d0d0;
}
.cid-tQndpxXvAl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e0e62;
}
.cid-tQndpxXvAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQndpxXvAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tQndpxXvAl .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tQndpxXvAl P {
  max-width: 1200px;
}
.cid-tQndpxXvAl .mbr-section-btn,
.cid-tQndpxXvAl .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQndpxXvAl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQndpxXvAl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tQndpxXvAl .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tQndpxXvAl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tQndpxXvAl .mbr-section-title {
  color: #ffffff;
}
.cid-tQndpxXvAl .mbr-text,
.cid-tQndpxXvAl .mbr-section-btn {
  color: #ffffff;
}
.cid-tQndpxXvAl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rNQsk4NBjl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8997e5;
}
.cid-rNQsk4NBjl .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-rNQsk4NBjl .wrapper {
  margin-bottom: 60px;
}
.cid-rNQsk4NBjl .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-rNQsk4NBjl .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-rNQsk4NBjl .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-rNQsk4NBjl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-rNQsk4NBjl .mbr-section-btn {
  margin-top: 30px;
}
.cid-rNQsk4NBjl .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-rNQsk4NBjl .image {
  transition: all .2s;
}
.cid-rNQsk4NBjl .image:hover {
  opacity: .7;
}
.cid-rNQsk4NBjl .image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.cid-rNQsk4NBjl .mbr-text,
.cid-rNQsk4NBjl .mbr-section-btn {
  color: #000000;
}
.cid-rNQebfKo80 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e0e62;
}
.cid-rNQebfKo80 .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rNQebfKo80 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-rNQebfKo80 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-rNQebfKo80 .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-rNQebfKo80 .image {
  margin: auto;
}
.cid-rNQebfKo80 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-rNQebfKo80 .linked {
  color: #4d5257;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-rNQebfKo80 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-rNQebfKo80 .linked {
    margin: 30px 0 40px;
  }
}
.cid-rNQebfKo80 .bottom__block {
  margin-bottom: 40px;
}
.cid-rNQebfKo80 .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-rNQebfKo80 .card__text {
  color: #ebeaed;
}
.cid-rNQebfKo80 .mbr-text,
.cid-rNQebfKo80 .linked {
  color: #d0d0d0;
}
.cid-rNQebfKo80 .mbr-text,
.cid-rNQebfKo80 .linked {
  color: #ffffff;
}
.cid-tQngbYZId6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cccccc;
}
.cid-tQngbYZId6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQngbYZId6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQngbYZId6 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tQngbYZId6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tQngbYZId6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tQngbYZId6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tQngbYZId6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tQngbYZId6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQngbYZId6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tQnf3oVBeM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8997e5;
}
.cid-tQnf3oVBeM .mbr-text {
  color: #000000;
}
.cid-rNQ2ogNvEJ {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-rNQ2ogNvEJ .nav-item,
.cid-rNQ2ogNvEJ .nav-link,
.cid-rNQ2ogNvEJ .navbar-caption {
  font-weight: normal;
}
.cid-rNQ2ogNvEJ .nav-link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .dropdown-toggle::after,
.cid-rNQ2ogNvEJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNQ2ogNvEJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNQ2ogNvEJ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNQ2ogNvEJ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNQ2ogNvEJ .nav-item:focus,
.cid-rNQ2ogNvEJ .nav-link:focus {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNQ2ogNvEJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNQ2ogNvEJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-rNQ2ogNvEJ .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-rNQ2ogNvEJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNQ2ogNvEJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNQ2ogNvEJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNQ2ogNvEJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNQ2ogNvEJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNQ2ogNvEJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNQ2ogNvEJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNQ2ogNvEJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNQ2ogNvEJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNQ2ogNvEJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNQ2ogNvEJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNQ2ogNvEJ .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNQ2ogNvEJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNQ2ogNvEJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNQ2ogNvEJ .dropdown-item.active,
.cid-rNQ2ogNvEJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNQ2ogNvEJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-rNQ2ogNvEJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNQ2ogNvEJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNQ2ogNvEJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNQ2ogNvEJ .navbar-buttons {
  text-align: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNQ2ogNvEJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNQ2ogNvEJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNQ2ogNvEJ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNQ2ogNvEJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNQ2ogNvEJ .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNQ2ogNvEJ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNQ2ogNvEJ .social__link {
  line-height: 40px;
}
.cid-rNQ2ogNvEJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNQ2ogNvEJ .navbar {
    height: 77px;
  }
  .cid-rNQ2ogNvEJ .navbar.opened {
    height: auto;
  }
  .cid-rNQ2ogNvEJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQniRSSh72 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e2d47f;
}
.cid-tQniRSSh72 .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tQniRSSh72 .mbr-section-btn .btn {
  font-weight: 700;
  height: 60px;
}
.cid-tQniRSSh72 .block__image {
  margin: 70px 0 40px;
}
@media (max-width: 991px) {
  .cid-tQniRSSh72 .block__image {
    margin: 70px 0 20px;
  }
}
.cid-tQniRSSh72 .block__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tQniRSSh72 .bottom__block {
  margin-top: 30px;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .cid-tQniRSSh72 .bottom__block {
    border-left: 2px solid #e8eaed;
  }
}
.cid-tQniRSSh72 .bottom__block:first-child {
  border-left: none;
}
.cid-tQniRSSh72 .bottom__text {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tQniRSSh72 .bottom__text {
    margin: 0 25px;
  }
}
.cid-tQniRSSh72 .bottom__block:nth-child(4) {
  border-left: none;
}
.cid-tQnjJUleK0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1.jpg");
}
.cid-tQnjJUleK0 .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
.cid-tQnjJUleK0 .content__block {
  padding: 60px 0 55px;
  border-radius: 10px;
  border: none;
  background-color: #e2d47f;
}
.cid-tQnjJUleK0 .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tQnjJUleK0 .content__block {
    padding: 30px 0;
  }
}
.cid-tQnjJUleK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnjJUleK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnkQZ8TYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc66;
}
.cid-tQnkQZ8TYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnkQZ8TYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnkQZ8TYD .container,
.cid-tQnkQZ8TYD .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .container,
  .cid-tQnkQZ8TYD .container-fluid {
    padding: 0 20px;
  }
}
.cid-tQnkQZ8TYD .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tQnkQZ8TYD .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnkQZ8TYD .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tQnkQZ8TYD .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnkQZ8TYD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQnkQZ8TYD .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tQnkQZ8TYD .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .address-wrapper {
    display: block;
  }
}
.cid-tQnkQZ8TYD .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnkQZ8TYD .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tQnkQZ8TYD .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQnkQZ8TYD .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tQnkQZ8TYD .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tQnkQZ8TYD .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tQnkQZ8TYD .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tQnkQZ8TYD .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tQnkQZ8TYD .links-wrapper .links-wrap a .mbr-email,
.cid-tQnkQZ8TYD .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tQnkQZ8TYD .mbr-section-title {
  color: #3d4045;
}
.cid-tQnkQZ8TYD .mbr-section-subtitle,
.cid-tQnkQZ8TYD .mbr-iconfont {
  color: #3d4045;
}
.cid-tQnkQZ8TYD .mbr-email {
  color: #3d4045;
}
.cid-tQnkQZ8TYD .mbr-phone {
  color: #3d4045;
}
.cid-tQnf3oVBeM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8997e5;
}
.cid-tQnf3oVBeM .mbr-text {
  color: #000000;
}
.cid-tQnlcgjQ4z {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-tQnlcgjQ4z .nav-item,
.cid-tQnlcgjQ4z .nav-link,
.cid-tQnlcgjQ4z .navbar-caption {
  font-weight: normal;
}
.cid-tQnlcgjQ4z .nav-link {
  line-height: 40px;
}
.cid-tQnlcgjQ4z .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tQnlcgjQ4z .dropdown-toggle::after,
.cid-tQnlcgjQ4z .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tQnlcgjQ4z .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tQnlcgjQ4z .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tQnlcgjQ4z .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tQnlcgjQ4z .nav-item:focus,
.cid-tQnlcgjQ4z .nav-link:focus {
  outline: none;
}
.cid-tQnlcgjQ4z .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tQnlcgjQ4z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tQnlcgjQ4z .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tQnlcgjQ4z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tQnlcgjQ4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tQnlcgjQ4z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnlcgjQ4z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnlcgjQ4z .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-tQnlcgjQ4z .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-tQnlcgjQ4z .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tQnlcgjQ4z .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tQnlcgjQ4z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnlcgjQ4z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnlcgjQ4z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-tQnlcgjQ4z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tQnlcgjQ4z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnlcgjQ4z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnlcgjQ4z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQnlcgjQ4z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tQnlcgjQ4z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnlcgjQ4z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnlcgjQ4z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tQnlcgjQ4z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnlcgjQ4z .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tQnlcgjQ4z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQnlcgjQ4z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tQnlcgjQ4z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tQnlcgjQ4z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tQnlcgjQ4z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tQnlcgjQ4z .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-tQnlcgjQ4z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tQnlcgjQ4z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tQnlcgjQ4z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQnlcgjQ4z .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tQnlcgjQ4z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnlcgjQ4z .dropdown-item.active,
.cid-tQnlcgjQ4z .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnlcgjQ4z .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tQnlcgjQ4z .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tQnlcgjQ4z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-tQnlcgjQ4z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tQnlcgjQ4z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQnlcgjQ4z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tQnlcgjQ4z .navbar-buttons {
  text-align: center;
}
.cid-tQnlcgjQ4z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQnlcgjQ4z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tQnlcgjQ4z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQnlcgjQ4z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQnlcgjQ4z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQnlcgjQ4z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQnlcgjQ4z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQnlcgjQ4z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQnlcgjQ4z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQnlcgjQ4z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQnlcgjQ4z .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tQnlcgjQ4z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tQnlcgjQ4z .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-tQnlcgjQ4z .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tQnlcgjQ4z .social__link {
  line-height: 40px;
}
.cid-tQnlcgjQ4z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnlcgjQ4z .navbar {
    height: 77px;
  }
  .cid-tQnlcgjQ4z .navbar.opened {
    height: auto;
  }
  .cid-tQnlcgjQ4z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnlcgJizD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e2d47f;
}
.cid-tQnlcgJizD .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tQnlcgJizD .mbr-section-btn .btn {
  font-weight: 700;
  height: 60px;
}
.cid-tQnlcgJizD .block__image {
  margin: 70px 0 40px;
}
@media (max-width: 991px) {
  .cid-tQnlcgJizD .block__image {
    margin: 70px 0 20px;
  }
}
.cid-tQnlcgJizD .block__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tQnlcgJizD .bottom__block {
  margin-top: 30px;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .cid-tQnlcgJizD .bottom__block {
    border-left: 2px solid #e8eaed;
  }
}
.cid-tQnlcgJizD .bottom__block:first-child {
  border-left: none;
}
.cid-tQnlcgJizD .bottom__text {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tQnlcgJizD .bottom__text {
    margin: 0 25px;
  }
}
.cid-tQnlcgJizD .bottom__block:nth-child(4) {
  border-left: none;
}
.cid-tQnlch4FUT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1.jpg");
}
.cid-tQnlch4FUT .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
.cid-tQnlch4FUT .content__block {
  padding: 60px 0 55px;
  border-radius: 10px;
  border: none;
  background-color: #e2d47f;
}
.cid-tQnlch4FUT .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tQnlch4FUT .content__block {
    padding: 30px 0;
  }
}
.cid-tQnlch4FUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnlch4FUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnlchiORV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc66;
}
.cid-tQnlchiORV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnlchiORV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnlchiORV .container,
.cid-tQnlchiORV .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .container,
  .cid-tQnlchiORV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tQnlchiORV .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tQnlchiORV .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnlchiORV .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tQnlchiORV .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnlchiORV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQnlchiORV .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tQnlchiORV .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .address-wrapper {
    display: block;
  }
}
.cid-tQnlchiORV .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnlchiORV .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tQnlchiORV .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQnlchiORV .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tQnlchiORV .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tQnlchiORV .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tQnlchiORV .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tQnlchiORV .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tQnlchiORV .links-wrapper .links-wrap a .mbr-email,
.cid-tQnlchiORV .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tQnlchiORV .mbr-section-title {
  color: #3d4045;
}
.cid-tQnlchiORV .mbr-section-subtitle,
.cid-tQnlchiORV .mbr-iconfont {
  color: #3d4045;
}
.cid-tQnlchiORV .mbr-email {
  color: #3d4045;
}
.cid-tQnlchiORV .mbr-phone {
  color: #3d4045;
}
.cid-tQnlchEzQV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8997e5;
}
.cid-tQnlchEzQV .mbr-text {
  color: #000000;
}
.cid-tQnoFFZnj4 {
  min-height: 101px !important;
  background: #1e0e62;
}
.cid-tQnoFFZnj4 .nav-item,
.cid-tQnoFFZnj4 .nav-link,
.cid-tQnoFFZnj4 .navbar-caption {
  font-weight: normal;
}
.cid-tQnoFFZnj4 .nav-link {
  line-height: 40px;
}
.cid-tQnoFFZnj4 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tQnoFFZnj4 .dropdown-toggle::after,
.cid-tQnoFFZnj4 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tQnoFFZnj4 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tQnoFFZnj4 .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tQnoFFZnj4 .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tQnoFFZnj4 .nav-item:focus,
.cid-tQnoFFZnj4 .nav-link:focus {
  outline: none;
}
.cid-tQnoFFZnj4 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tQnoFFZnj4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tQnoFFZnj4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tQnoFFZnj4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tQnoFFZnj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tQnoFFZnj4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnoFFZnj4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnoFFZnj4 .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #1e0e62;
}
.cid-tQnoFFZnj4 .navbar.opened {
  transition: all .3s;
  background: #1e0e62 !important;
}
.cid-tQnoFFZnj4 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tQnoFFZnj4 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tQnoFFZnj4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnoFFZnj4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnoFFZnj4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-tQnoFFZnj4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tQnoFFZnj4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnoFFZnj4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnoFFZnj4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQnoFFZnj4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tQnoFFZnj4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnoFFZnj4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnoFFZnj4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tQnoFFZnj4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnoFFZnj4 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tQnoFFZnj4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQnoFFZnj4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tQnoFFZnj4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tQnoFFZnj4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tQnoFFZnj4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tQnoFFZnj4 .navbar.navbar-short {
  background: #1e0e62 !important;
  min-height: 60px;
}
.cid-tQnoFFZnj4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tQnoFFZnj4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tQnoFFZnj4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQnoFFZnj4 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tQnoFFZnj4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnoFFZnj4 .dropdown-item.active,
.cid-tQnoFFZnj4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnoFFZnj4 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tQnoFFZnj4 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tQnoFFZnj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e62;
}
.cid-tQnoFFZnj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tQnoFFZnj4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQnoFFZnj4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tQnoFFZnj4 .navbar-buttons {
  text-align: center;
}
.cid-tQnoFFZnj4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQnoFFZnj4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tQnoFFZnj4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQnoFFZnj4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQnoFFZnj4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQnoFFZnj4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQnoFFZnj4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQnoFFZnj4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQnoFFZnj4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQnoFFZnj4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQnoFFZnj4 .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tQnoFFZnj4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tQnoFFZnj4 .mbr-iconfont {
  font-size: inherit;
  color: #ffffff;
  display: inline-flex;
}
.cid-tQnoFFZnj4 .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tQnoFFZnj4 .social__link {
  line-height: 40px;
}
.cid-tQnoFFZnj4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnoFFZnj4 .navbar {
    height: 77px;
  }
  .cid-tQnoFFZnj4 .navbar.opened {
    height: auto;
  }
  .cid-tQnoFFZnj4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnoFGoteP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e2d47f;
}
.cid-tQnoFGoteP .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tQnoFGoteP .mbr-section-btn .btn {
  font-weight: 700;
  height: 60px;
}
.cid-tQnoFGoteP .block__image {
  margin: 70px 0 40px;
}
@media (max-width: 991px) {
  .cid-tQnoFGoteP .block__image {
    margin: 70px 0 20px;
  }
}
.cid-tQnoFGoteP .block__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tQnoFGoteP .bottom__block {
  margin-top: 30px;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .cid-tQnoFGoteP .bottom__block {
    border-left: 2px solid #e8eaed;
  }
}
.cid-tQnoFGoteP .bottom__block:first-child {
  border-left: none;
}
.cid-tQnoFGoteP .bottom__text {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tQnoFGoteP .bottom__text {
    margin: 0 25px;
  }
}
.cid-tQnoFGoteP .bottom__block:nth-child(4) {
  border-left: none;
}
.cid-tQnoFGCOpb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1.jpg");
}
.cid-tQnoFGCOpb .mbr-text {
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
.cid-tQnoFGCOpb .content__block {
  padding: 60px 0 55px;
  border-radius: 10px;
  border: none;
  background-color: #e2d47f;
}
.cid-tQnoFGCOpb .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tQnoFGCOpb .content__block {
    padding: 30px 0;
  }
}
.cid-tQnoFGCOpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnoFGCOpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnoFGP5L6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc66;
}
.cid-tQnoFGP5L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnoFGP5L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnoFGP5L6 .container,
.cid-tQnoFGP5L6 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .container,
  .cid-tQnoFGP5L6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tQnoFGP5L6 .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tQnoFGP5L6 .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnoFGP5L6 .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-tQnoFGP5L6 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnoFGP5L6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQnoFGP5L6 .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-tQnoFGP5L6 .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .address-wrapper {
    display: block;
  }
}
.cid-tQnoFGP5L6 .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tQnoFGP5L6 .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tQnoFGP5L6 .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQnoFGP5L6 .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-tQnoFGP5L6 .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tQnoFGP5L6 .links-wrapper .links-wrap a:hover .mbr-email,
.cid-tQnoFGP5L6 .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-tQnoFGP5L6 .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-tQnoFGP5L6 .links-wrapper .links-wrap a .mbr-email,
.cid-tQnoFGP5L6 .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-tQnoFGP5L6 .mbr-section-title {
  color: #3d4045;
}
.cid-tQnoFGP5L6 .mbr-section-subtitle,
.cid-tQnoFGP5L6 .mbr-iconfont {
  color: #3d4045;
}
.cid-tQnoFGP5L6 .mbr-email {
  color: #3d4045;
}
.cid-tQnoFGP5L6 .mbr-phone {
  color: #3d4045;
}
.cid-tQnoFHfUVr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8997e5;
}
.cid-tQnoFHfUVr .mbr-text {
  color: #000000;
}
