body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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) {
	    .cid-uA9Cr6evY2 {
        padding-top: 1rem !important;
    }
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #39467b !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #cc2952 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #39467b !important;
  border-color: #39467b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #212847 !important;
  border-color: #212847 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #212847 !important;
  border-color: #212847 !important;
}
.btn-success:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-danger:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #39467b;
  color: #39467b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #39467b;
  border-color: #39467b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #39467b !important;
  border-color: #39467b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cc2952;
  color: #cc2952;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.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;
  background-color: #333333;
  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,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #5758e0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #39467b !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #cc2952 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #adaef0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6374b7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e47793 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #cc2952;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5758e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7583bf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5ccd6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #5758e0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5758e0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5758e0;
  border-bottom-color: #5758e0;
}
.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: #5758e0 !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: #200960 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235758e0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rVtYZIVwm2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtYZIVwm2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtYZIVwm2 .container {
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rVtYZIVwm2 .navbar.opened {
  transition: all .3s;
}
.cid-rVtYZIVwm2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtYZIVwm2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtYZIVwm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtYZIVwm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVtYZIVwm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtYZIVwm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtYZIVwm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtYZIVwm2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtYZIVwm2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtYZIVwm2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtYZIVwm2 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtYZIVwm2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtYZIVwm2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtYZIVwm2 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtYZIVwm2 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtYZIVwm2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtYZIVwm2 .dropdown-menu,
.cid-rVtYZIVwm2 .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtYZIVwm2 .nav-item:focus,
.cid-rVtYZIVwm2 .nav-link:focus {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtYZIVwm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtYZIVwm2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown-item.active,
.cid-rVtYZIVwm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtYZIVwm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtYZIVwm2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtYZIVwm2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtYZIVwm2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtYZIVwm2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rVtYZIVwm2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtYZIVwm2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtYZIVwm2 .navbar {
    height: 77px;
  }
  .cid-rVtYZIVwm2 .navbar.opened {
    height: auto;
  }
  .cid-rVtYZIVwm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9Cr6evY2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uA9Cr6evY2 .row {
  flex-direction: row-reverse;
}
.cid-uA9Cr6evY2 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uA9Cr6evY2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #5758e0;
}
.cid-uA9Cr6evY2 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uA9Cr6evY2 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uA9Cr6evY2 .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-uA9Cr6evY2 .col-12 {
    padding: 0 2rem;
  }
  .cid-uA9Cr6evY2 .row {
    margin: 0 -2rem;
  }
}
.cid-uA9Cr6evY2 .mbr-text,
.cid-uA9Cr6evY2 .mbr-section-btn {
  color: #1a449a;
  text-align: left;
}
#custom-html-3 {
  /* Section À propos - Adaptatif */
  /* Адаптивный дизайн */
}
#custom-html-3 .about-section-alt {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 30px;
}
#custom-html-3 .about-container-alt {
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-3 .text-section {
  margin-bottom: 40px;
}
#custom-html-3 .text-section h2 {
  font-size: 2.2em;
  color: #333;
  margin-bottom: 20px;
}
#custom-html-3 .text-section .highlight {
  color: #007bff;
  font-weight: bold;
}
#custom-html-3 .text-section p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}
#custom-html-3 .about-features-alt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
#custom-html-3 .feature-alt {
  display: flex;
  align-items: flex-start;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-3 .feature-alt:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#custom-html-3 .feature-alt .icon {
  font-size: 2.5em;
  color: #007bff;
  margin-right: 15px;
}
#custom-html-3 .feature-content h3 {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 8px;
}
#custom-html-3 .feature-content p {
  font-size: 1em;
  color: #666;
  line-height: 1.6;
}
#custom-html-3 .cta-section {
  text-align: center;
}
#custom-html-3 .cta-button-alt {
  display: inline-block;
  padding: 15px 30px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-3 .cta-button-alt:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 15px rgba(0, 91, 187, 0.3);
}
@media (max-width: 768px) {
  #custom-html-3 .text-section h2 {
    font-size: 1.8em;
  }
  #custom-html-3 .text-section p {
    font-size: 1em;
  }
  #custom-html-3 .feature-alt {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #custom-html-3 .feature-alt .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #custom-html-3 .feature-content h3 {
    font-size: 1.2em;
  }
  #custom-html-3 .feature-content p {
    font-size: 0.95em;
  }
}
@media (max-width: 480px) {
  #custom-html-3 .cta-button-alt {
    font-size: 1em;
    padding: 12px 20px;
  }
}
#custom-html-4 {
  /* Section Pourquoi choisir MovingPlus */
}
#custom-html-4 .why-choose-us {
  background-color: #f8f9fa;
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 30px;
}
#custom-html-4 .why-container {
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-4 .why-container h2 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 30px;
}
#custom-html-4 .why-container .highlight {
  color: #007bff;
  font-weight: bold;
}
#custom-html-4 .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
#custom-html-4 .why-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-4 .why-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#custom-html-4 .why-item .icon {
  font-size: 3em;
  color: #007bff;
  margin-bottom: 15px;
}
#custom-html-4 .why-item h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}
#custom-html-4 .why-item p {
  font-size: 1em;
  color: #666;
  line-height: 1.6;
}
#custom-html-4 .final-text {
  font-size: 1.2em;
  color: #555;
  margin-top: 40px;
  line-height: 1.6;
}
#custom-html-4 .cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #cc2952;
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-4 .cta-button:hover {
  background-color: #5758e0;
  box-shadow: 0 4px 12px rgba(0, 91, 187, 0.3);
}
#custom-html-4 .subtitle {
  margin-top: 20px;
  font-size: 1em;
  color: #666;
  font-style: italic;
}
.cid-uA4fxCG4fT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-uA4fxCG4fT .mbr-section-head,
.cid-uA4fxCG4fT .gallery_item {
  margin-bottom: 6rem;
}
.cid-uA4fxCG4fT .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-uA4fxCG4fT .mbr-section-title {
  line-height: .95;
  text-align: center;
}
.cid-uA4fxCG4fT .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uA4fxCG4fT .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-uA4fxCG4fT .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-uA4fxCG4fT .item-img,
.cid-uA4fxCG4fT img {
  max-width: 100%;
  object-fit: cover;
}
.cid-uA4fxCG4fT .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-uA4fxCG4fT .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-uA4fxCG4fT .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-uA4fxCG4fT .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-uA4fxCG4fT .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-uA4fxCG4fT .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-uA4fxCG4fT .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uA4fxCG4fT .mbr-section-head,
  .cid-uA4fxCG4fT .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-uA4fxCG4fT .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-uA4fxCG4fT .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-uAkygRmaaa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-uAkygRmaaa img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
@media (min-width: 1200px) {
  .cid-uAkygRmaaa .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1500px) {
  .cid-uAkygRmaaa .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cid-uAkygRmaaa .col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 767px) {
  .cid-uAkygRmaaa .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uAkygRmaaa .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-uAkygRmaaa .img-wrapper {
  min-width: 100px;
}
.cid-uAkygRmaaa .star-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uAkygRmaaa .mbr-iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
.cid-uAkygRmaaa .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uAkygRmaaa .card .img-wrapper {
  overflow: hidden;
}
.cid-uAkygRmaaa .mbr-section-date {
  color: #999999;
}
.cid-uAkygRmaaa .mbr-section-text {
  color: #555555;
}
@media (max-width: 767px) {
  .cid-uAkygRmaaa .bg-wrapper {
    padding: 1rem;
  }
  .cid-uAkygRmaaa .mbr-section-title {
    text-align: left;
  }
}
.cid-uAkygRmaaa .mbr-card-title {
  color: #5758e0;
}
.cid-uAkygRmaaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAkygRmaaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-13 #cookie-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
#custom-html-13 #cookie-consent {
  position: relative;
  max-width: 400px;
  width: 100%;
  background: #f4f4f4;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  /* Ensure it is above the overlay */
  box-sizing: border-box;
  transition: opacity 0.5s ease-in-out;
}
#custom-html-13 #cookie-consent h2 {
  margin-top: 0;
  color: #333;
  font-size: 18px;
}
#custom-html-13 #cookie-consent .cookie-info {
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
}
#custom-html-13 #cookie-consent .cookie-info a {
  color: #007bff;
  text-decoration: none;
}
#custom-html-13 #cookie-consent .cookie-info a:hover {
  text-decoration: underline;
}
#custom-html-13 #cookie-consent .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
#custom-html-13 #cookie-form {
  display: none;
  flex-direction: column;
  margin-top: 10px;
}
#custom-html-13 #cookie-form label {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
}
#custom-html-13 #cookie-consent button {
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  background-color: #e9d431;
  color: 000;
}
#custom-html-13 #cookie-form button {
  background-color: #007bff;
  color: white;
}
@media (max-width: 500px) {
  #custom-html-13 #cookie-consent {
    padding: 15px;
  }
  #custom-html-13 #cookie-consent h2 {
    font-size: 16px;
  }
  #custom-html-13 #cookie-consent button {
    padding: 8px;
    font-size: 12px;
  }
  #custom-html-13 #cookie-form label {
    font-size: 12px;
  }
}
.cid-uAa4jk9ya1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-uAa4jk9ya1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa4jk9ya1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAa4jk9ya1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .container {
    padding: 0 26px;
  }
}
.cid-uAa4jk9ya1 .row {
  justify-content: center;
}
.cid-uAa4jk9ya1 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAa4jk9ya1 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAa4jk9ya1 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAa4jk9ya1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAa4jk9ya1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAa4jk9ya1 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAa4jk9ya1 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uAa4jk9ya1 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAa4jk9ya1 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uAa4jk9ya1 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uAa4jk9ya1 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uAa4jk9ya1 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uAa4jk9ya1 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAa4jk9ya1 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uAa4jk9ya1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAa4jk9ya1 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uAa4jk9ya1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAa4jk9ya1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAa4jk9ya1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uAa4jk9ya1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uAa4jk9ya1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAa4jk9ya1 .mbr-section-title {
  color: #ffffff;
}
.cid-uAa4jk9ya1 .mbr-text {
  color: #ffffff;
}
.cid-uAa4jk9ya1 .list {
  color: #ffffff;
}
.cid-uAa4jk9ya1 .list,
.cid-uAa4jk9ya1 .nav-wrapper,
.cid-uAa4jk9ya1 .social-wrapper {
  text-align: right;
}
.cid-uAa4jk9ya1 .list,
.cid-uAa4jk9ya1 .item-wrap,
.cid-uAa4jk9ya1 .social-wrapper {
  color: #ffffff;
}
.cid-uAeuo0snBL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAeuo0snBL .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-uAeuo0snBL .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uAeuo0snBL .container {
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.cid-uAeuo0snBL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uAeuo0snBL .navbar.opened {
  transition: all .3s;
}
.cid-uAeuo0snBL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uAeuo0snBL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uAeuo0snBL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAeuo0snBL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAeuo0snBL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uAeuo0snBL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAeuo0snBL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAeuo0snBL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAeuo0snBL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAeuo0snBL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAeuo0snBL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAeuo0snBL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAeuo0snBL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAeuo0snBL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAeuo0snBL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAeuo0snBL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAeuo0snBL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAeuo0snBL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAeuo0snBL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAeuo0snBL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAeuo0snBL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAeuo0snBL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAeuo0snBL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uAeuo0snBL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAeuo0snBL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAeuo0snBL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uAeuo0snBL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uAeuo0snBL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uAeuo0snBL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uAeuo0snBL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-uAeuo0snBL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAeuo0snBL .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAeuo0snBL .navbar-caption {
  padding-right: 4rem;
}
.cid-uAeuo0snBL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uAeuo0snBL .dropdown-menu,
.cid-uAeuo0snBL .navbar.opened {
  background: #ffffff !important;
}
.cid-uAeuo0snBL .nav-item:focus,
.cid-uAeuo0snBL .nav-link:focus {
  outline: none;
}
.cid-uAeuo0snBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAeuo0snBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAeuo0snBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAeuo0snBL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAeuo0snBL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAeuo0snBL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAeuo0snBL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAeuo0snBL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAeuo0snBL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAeuo0snBL .dropdown-item.active,
.cid-uAeuo0snBL .dropdown-item:active {
  background-color: transparent;
}
.cid-uAeuo0snBL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAeuo0snBL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAeuo0snBL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAeuo0snBL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAeuo0snBL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAeuo0snBL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAeuo0snBL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAeuo0snBL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAeuo0snBL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAeuo0snBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAeuo0snBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAeuo0snBL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAeuo0snBL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAeuo0snBL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAeuo0snBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAeuo0snBL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAeuo0snBL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAeuo0snBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAeuo0snBL .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uAeuo0snBL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAeuo0snBL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAeuo0snBL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAeuo0snBL .navbar {
    height: 77px;
  }
  .cid-uAeuo0snBL .navbar.opened {
    height: auto;
  }
  .cid-uAeuo0snBL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-t .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
#custom-html-t h1 {
  font-size: 2.5rem;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
}
#custom-html-t h2 {
  font-size: 1.8rem;
  color: #333;
  margin-top: 20px;
}
#custom-html-t p,
#custom-html-t ul {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
#custom-html-t ul {
  padding-left: 20px;
}
#custom-html-t ul li {
  margin-bottom: 10px;
}
.cid-uAeuo293bD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-uAeuo293bD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeuo293bD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeuo293bD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .container {
    padding: 0 26px;
  }
}
.cid-uAeuo293bD .row {
  justify-content: center;
}
.cid-uAeuo293bD .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeuo293bD .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeuo293bD .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAeuo293bD .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAeuo293bD .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAeuo293bD .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeuo293bD .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uAeuo293bD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAeuo293bD .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uAeuo293bD .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uAeuo293bD .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uAeuo293bD .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uAeuo293bD .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAeuo293bD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uAeuo293bD .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uAeuo293bD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uAeuo293bD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uAeuo293bD .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAeuo293bD .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uAeuo293bD .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAeuo293bD .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uAeuo293bD .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAeuo293bD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAeuo293bD .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uAeuo293bD .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uAeuo293bD .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAeuo293bD .mbr-section-title {
  color: #ffffff;
}
.cid-uAeuo293bD .mbr-text {
  color: #ffffff;
}
.cid-uAeuo293bD .list {
  color: #ffffff;
}
.cid-uAeuo293bD .list,
.cid-uAeuo293bD .nav-wrapper,
.cid-uAeuo293bD .social-wrapper {
  text-align: right;
}
.cid-uAeuo293bD .list,
.cid-uAeuo293bD .item-wrap,
.cid-uAeuo293bD .social-wrapper {
  color: #ffffff;
}
.cid-uAqv3rwqgJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqv3rwqgJ .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-uAqv3rwqgJ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uAqv3rwqgJ .container {
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.cid-uAqv3rwqgJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uAqv3rwqgJ .navbar.opened {
  transition: all .3s;
}
.cid-uAqv3rwqgJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uAqv3rwqgJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uAqv3rwqgJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAqv3rwqgJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAqv3rwqgJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uAqv3rwqgJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAqv3rwqgJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAqv3rwqgJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAqv3rwqgJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAqv3rwqgJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAqv3rwqgJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAqv3rwqgJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAqv3rwqgJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAqv3rwqgJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAqv3rwqgJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAqv3rwqgJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAqv3rwqgJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAqv3rwqgJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAqv3rwqgJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAqv3rwqgJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAqv3rwqgJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAqv3rwqgJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAqv3rwqgJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uAqv3rwqgJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAqv3rwqgJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAqv3rwqgJ .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uAqv3rwqgJ .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uAqv3rwqgJ .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uAqv3rwqgJ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uAqv3rwqgJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-uAqv3rwqgJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAqv3rwqgJ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAqv3rwqgJ .navbar-caption {
  padding-right: 4rem;
}
.cid-uAqv3rwqgJ .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uAqv3rwqgJ .dropdown-menu,
.cid-uAqv3rwqgJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uAqv3rwqgJ .nav-item:focus,
.cid-uAqv3rwqgJ .nav-link:focus {
  outline: none;
}
.cid-uAqv3rwqgJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqv3rwqgJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAqv3rwqgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAqv3rwqgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqv3rwqgJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAqv3rwqgJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAqv3rwqgJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAqv3rwqgJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAqv3rwqgJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAqv3rwqgJ .dropdown-item.active,
.cid-uAqv3rwqgJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAqv3rwqgJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAqv3rwqgJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAqv3rwqgJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAqv3rwqgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAqv3rwqgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAqv3rwqgJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAqv3rwqgJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAqv3rwqgJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAqv3rwqgJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAqv3rwqgJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAqv3rwqgJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAqv3rwqgJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAqv3rwqgJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAqv3rwqgJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAqv3rwqgJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAqv3rwqgJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAqv3rwqgJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAqv3rwqgJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAqv3rwqgJ .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uAqv3rwqgJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAqv3rwqgJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAqv3rwqgJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAqv3rwqgJ .navbar {
    height: 77px;
  }
  .cid-uAqv3rwqgJ .navbar.opened {
    height: auto;
  }
  .cid-uAqv3rwqgJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-v .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
#custom-html-v h1 {
  font-size: 2.5rem;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
}
#custom-html-v h2 {
  font-size: 1.8rem;
  color: #333;
  margin-top: 20px;
}
#custom-html-v p,
#custom-html-v ul {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
#custom-html-v ul {
  padding-left: 20px;
}
#custom-html-v ul li {
  margin-bottom: 10px;
}
.cid-uAqv3soGA1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-uAqv3soGA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqv3soGA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqv3soGA1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .container {
    padding: 0 26px;
  }
}
.cid-uAqv3soGA1 .row {
  justify-content: center;
}
.cid-uAqv3soGA1 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqv3soGA1 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqv3soGA1 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAqv3soGA1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAqv3soGA1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAqv3soGA1 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqv3soGA1 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uAqv3soGA1 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAqv3soGA1 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uAqv3soGA1 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uAqv3soGA1 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uAqv3soGA1 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uAqv3soGA1 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqv3soGA1 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uAqv3soGA1 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uAqv3soGA1 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uAqv3soGA1 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uAqv3soGA1 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAqv3soGA1 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uAqv3soGA1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAqv3soGA1 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uAqv3soGA1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAqv3soGA1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAqv3soGA1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uAqv3soGA1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uAqv3soGA1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAqv3soGA1 .mbr-section-title {
  color: #ffffff;
}
.cid-uAqv3soGA1 .mbr-text {
  color: #ffffff;
}
.cid-uAqv3soGA1 .list {
  color: #ffffff;
}
.cid-uAqv3soGA1 .list,
.cid-uAqv3soGA1 .nav-wrapper,
.cid-uAqv3soGA1 .social-wrapper {
  text-align: right;
}
.cid-uAqv3soGA1 .list,
.cid-uAqv3soGA1 .item-wrap,
.cid-uAqv3soGA1 .social-wrapper {
  color: #ffffff;
}
.cid-uAqvmyrG1p .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqvmyrG1p .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-uAqvmyrG1p .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uAqvmyrG1p .container {
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.cid-uAqvmyrG1p .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uAqvmyrG1p .navbar.opened {
  transition: all .3s;
}
.cid-uAqvmyrG1p .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uAqvmyrG1p .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uAqvmyrG1p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAqvmyrG1p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAqvmyrG1p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uAqvmyrG1p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAqvmyrG1p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAqvmyrG1p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAqvmyrG1p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAqvmyrG1p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAqvmyrG1p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAqvmyrG1p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAqvmyrG1p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAqvmyrG1p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAqvmyrG1p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAqvmyrG1p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAqvmyrG1p .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAqvmyrG1p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAqvmyrG1p .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAqvmyrG1p .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAqvmyrG1p .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAqvmyrG1p .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAqvmyrG1p .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uAqvmyrG1p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAqvmyrG1p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAqvmyrG1p .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uAqvmyrG1p .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uAqvmyrG1p .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uAqvmyrG1p .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uAqvmyrG1p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-uAqvmyrG1p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAqvmyrG1p .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAqvmyrG1p .navbar-caption {
  padding-right: 4rem;
}
.cid-uAqvmyrG1p .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uAqvmyrG1p .dropdown-menu,
.cid-uAqvmyrG1p .navbar.opened {
  background: #ffffff !important;
}
.cid-uAqvmyrG1p .nav-item:focus,
.cid-uAqvmyrG1p .nav-link:focus {
  outline: none;
}
.cid-uAqvmyrG1p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqvmyrG1p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAqvmyrG1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAqvmyrG1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqvmyrG1p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAqvmyrG1p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAqvmyrG1p .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAqvmyrG1p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAqvmyrG1p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAqvmyrG1p .dropdown-item.active,
.cid-uAqvmyrG1p .dropdown-item:active {
  background-color: transparent;
}
.cid-uAqvmyrG1p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAqvmyrG1p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAqvmyrG1p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAqvmyrG1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAqvmyrG1p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAqvmyrG1p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAqvmyrG1p ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAqvmyrG1p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAqvmyrG1p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAqvmyrG1p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAqvmyrG1p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAqvmyrG1p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAqvmyrG1p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAqvmyrG1p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAqvmyrG1p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAqvmyrG1p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAqvmyrG1p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAqvmyrG1p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAqvmyrG1p .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uAqvmyrG1p a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAqvmyrG1p .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAqvmyrG1p .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAqvmyrG1p .navbar {
    height: 77px;
  }
  .cid-uAqvmyrG1p .navbar.opened {
    height: auto;
  }
  .cid-uAqvmyrG1p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-y .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
#custom-html-y h1 {
  font-size: 2.5rem;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
}
#custom-html-y h2 {
  font-size: 1.8rem;
  color: #333;
  margin-top: 20px;
}
#custom-html-y p,
#custom-html-y ul {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
#custom-html-y ul {
  padding-left: 20px;
}
#custom-html-y ul li {
  margin-bottom: 10px;
}
.cid-uAqvmzoBLe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-uAqvmzoBLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqvmzoBLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqvmzoBLe .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .container {
    padding: 0 26px;
  }
}
.cid-uAqvmzoBLe .row {
  justify-content: center;
}
.cid-uAqvmzoBLe .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqvmzoBLe .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqvmzoBLe .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAqvmzoBLe .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAqvmzoBLe .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAqvmzoBLe .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqvmzoBLe .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uAqvmzoBLe .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAqvmzoBLe .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uAqvmzoBLe .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uAqvmzoBLe .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uAqvmzoBLe .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uAqvmzoBLe .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqvmzoBLe .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uAqvmzoBLe .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uAqvmzoBLe .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uAqvmzoBLe .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uAqvmzoBLe .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAqvmzoBLe .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uAqvmzoBLe .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAqvmzoBLe .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uAqvmzoBLe .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAqvmzoBLe .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAqvmzoBLe .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uAqvmzoBLe .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uAqvmzoBLe .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAqvmzoBLe .mbr-section-title {
  color: #ffffff;
}
.cid-uAqvmzoBLe .mbr-text {
  color: #ffffff;
}
.cid-uAqvmzoBLe .list {
  color: #ffffff;
}
.cid-uAqvmzoBLe .list,
.cid-uAqvmzoBLe .nav-wrapper,
.cid-uAqvmzoBLe .social-wrapper {
  text-align: right;
}
.cid-uAqvmzoBLe .list,
.cid-uAqvmzoBLe .item-wrap,
.cid-uAqvmzoBLe .social-wrapper {
  color: #ffffff;
}
.cid-uAqASfQhdW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqASfQhdW .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-uAqASfQhdW .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uAqASfQhdW .container {
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.cid-uAqASfQhdW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uAqASfQhdW .navbar.opened {
  transition: all .3s;
}
.cid-uAqASfQhdW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uAqASfQhdW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uAqASfQhdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAqASfQhdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAqASfQhdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uAqASfQhdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAqASfQhdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAqASfQhdW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAqASfQhdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAqASfQhdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAqASfQhdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAqASfQhdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAqASfQhdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAqASfQhdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAqASfQhdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAqASfQhdW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAqASfQhdW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAqASfQhdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAqASfQhdW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAqASfQhdW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAqASfQhdW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAqASfQhdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAqASfQhdW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uAqASfQhdW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAqASfQhdW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAqASfQhdW .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uAqASfQhdW .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uAqASfQhdW .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uAqASfQhdW .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uAqASfQhdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-uAqASfQhdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAqASfQhdW .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAqASfQhdW .navbar-caption {
  padding-right: 4rem;
}
.cid-uAqASfQhdW .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uAqASfQhdW .dropdown-menu,
.cid-uAqASfQhdW .navbar.opened {
  background: #ffffff !important;
}
.cid-uAqASfQhdW .nav-item:focus,
.cid-uAqASfQhdW .nav-link:focus {
  outline: none;
}
.cid-uAqASfQhdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqASfQhdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAqASfQhdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAqASfQhdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAqASfQhdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAqASfQhdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAqASfQhdW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAqASfQhdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAqASfQhdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAqASfQhdW .dropdown-item.active,
.cid-uAqASfQhdW .dropdown-item:active {
  background-color: transparent;
}
.cid-uAqASfQhdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAqASfQhdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAqASfQhdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAqASfQhdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAqASfQhdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAqASfQhdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAqASfQhdW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAqASfQhdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAqASfQhdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAqASfQhdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAqASfQhdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAqASfQhdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAqASfQhdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAqASfQhdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAqASfQhdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAqASfQhdW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAqASfQhdW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAqASfQhdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAqASfQhdW .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uAqASfQhdW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAqASfQhdW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAqASfQhdW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAqASfQhdW .navbar {
    height: 77px;
  }
  .cid-uAqASfQhdW .navbar.opened {
    height: auto;
  }
  .cid-uAqASfQhdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-11 .contact-description {
  max-width: 1200px;
  margin: 20px auto;
  padding: 120px 20px 20px 20px;
  background: #ffffff;
  border-radius: 10px;
  font-family: 'Arial', sans-serif;
}
#custom-html-11 .contact-form-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px 20px 20px 20px;
  background: #ffffff;
  border-radius: 10px;
  font-family: 'Arial', sans-serif;
}
#custom-html-11 .contact-form-container h2 {
  text-align: center;
  color: #007bff;
  margin-bottom: 20px;
}
#custom-html-11 .form-group {
  margin-bottom: 15px;
}
#custom-html-11 .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
#custom-html-11 .form-group input,
#custom-html-11 .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#custom-html-11 .form-group input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
#custom-html-11 .form-group a {
  color: #007bff;
  text-decoration: none;
}
#custom-html-11 .form-group a:hover {
  text-decoration: underline;
}
#custom-html-11 .btn-submit {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#custom-html-11 .btn-submit:hover {
  background-color: #5d5ed8 !important;
}
#custom-html-11 .form-response {
  margin-top: 15px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: green;
  display: none;
}
#custom-html-11 .form-response.error {
  color: red;
}
@media (max-width: 768px) {
  #custom-html-11 .contact-form-container {
    padding: 15px;
  }
  #custom-html-11 .btn-submit {
    font-size: 0.9rem;
  }
}
.cid-uAqASgM4wh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-uAqASgM4wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqASgM4wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqASgM4wh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .container {
    padding: 0 26px;
  }
}
.cid-uAqASgM4wh .row {
  justify-content: center;
}
.cid-uAqASgM4wh .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqASgM4wh .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqASgM4wh .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uAqASgM4wh .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAqASgM4wh .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAqASgM4wh .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqASgM4wh .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uAqASgM4wh .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAqASgM4wh .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uAqASgM4wh .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uAqASgM4wh .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uAqASgM4wh .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uAqASgM4wh .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAqASgM4wh .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uAqASgM4wh .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uAqASgM4wh .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uAqASgM4wh .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uAqASgM4wh .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAqASgM4wh .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uAqASgM4wh .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAqASgM4wh .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uAqASgM4wh .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uAqASgM4wh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uAqASgM4wh .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uAqASgM4wh .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uAqASgM4wh .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAqASgM4wh .mbr-section-title {
  color: #ffffff;
}
.cid-uAqASgM4wh .mbr-text {
  color: #ffffff;
}
.cid-uAqASgM4wh .list {
  color: #ffffff;
}
.cid-uAqASgM4wh .list,
.cid-uAqASgM4wh .nav-wrapper,
.cid-uAqASgM4wh .social-wrapper {
  text-align: right;
}
.cid-uAqASgM4wh .list,
.cid-uAqASgM4wh .item-wrap,
.cid-uAqASgM4wh .social-wrapper {
  color: #ffffff;
}
