.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Headline;
}
.display-1 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 2.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn:hover {
  background-image: none !important;
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d7ff00 !important;
}
.bg-success {
  background-color: #1533ad !important;
}
.bg-info {
  background-color: #8c8c8c !important;
}
.bg-warning {
  background-color: #ff8e00 !important;
}
.bg-danger {
  background-color: #ff1800 !important;
}
.btn-primary {
  box-shadow: inset 0 2px 0 0 #e7ff66 !important;
  border-top: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d7ff00 !important;
  border-color: #d7ff00 !important;
  color: #000000 !important;
  box-shadow: inset 0 2px 0 0 #e7ff66 !important;
  border-top: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dfff33 !important;
  border-color: #dfff33 !important;
  box-shadow: inset 0 2px 0 0 #dfff33 !important;
  border-top: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #dfff33 !important;
  border-color: #dfff33 !important;
}
.btn-secondary {
  box-shadow: inset 0 2px 0 0 #66ff3e !important;
  border-top: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2dd700 !important;
  border-color: #2dd700 !important;
  color: #000000 !important;
  box-shadow: inset 0 2px 0 0 #66ff3e !important;
  border-top: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3eff0b !important;
  border-color: #3eff0b !important;
  box-shadow: inset 0 2px 0 0 #3eff0b !important;
  border-top: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #3eff0b !important;
  border-color: #3eff0b !important;
}
.btn-info {
  box-shadow: inset 0 2px 0 0 #bfbfbf !important;
  border-top: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #bfbfbf !important;
  border-top: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
  box-shadow: inset 0 2px 0 0 #a6a6a6 !important;
  border-top: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success {
  box-shadow: inset 0 2px 0 0 #4061e8 !important;
  border-top: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #1533ad !important;
  border-color: #1533ad !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #4061e8 !important;
  border-top: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1b40da !important;
  border-color: #1b40da !important;
  box-shadow: inset 0 2px 0 0 #1b40da !important;
  border-top: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b40da !important;
  border-color: #1b40da !important;
}
.btn-warning {
  box-shadow: inset 0 2px 0 0 #ffbb66 !important;
  border-top: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
  color: #000000 !important;
  box-shadow: inset 0 2px 0 0 #ffbb66 !important;
  border-top: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
  box-shadow: inset 0 2px 0 0 #ffa533 !important;
  border-top: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
}
.btn-danger {
  box-shadow: inset 0 2px 0 0 #ff7466 !important;
  border-top: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #ff7466 !important;
  border-top: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4633 !important;
  border-color: #ff4633 !important;
  box-shadow: inset 0 2px 0 0 #ff4633 !important;
  border-top: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff4633 !important;
  border-color: #ff4633 !important;
}
.btn-white {
  box-shadow: inset 0 2px 0 0 #ffffff !important;
  border-top: none !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: inset 0 2px 0 0 #ffffff !important;
  border-top: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #ffffff !important;
  border-top: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 2px 0 0 #333333 !important;
  border-top: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #333333 !important;
  border-top: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 2px 0 0 #1a1a1a !important;
  border-top: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d7ff00;
  color: #d7ff00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8ea800 !important;
  background-color: transparent !important;
  border-color: #8ea800 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #d7ff00 !important;
  border-color: #d7ff00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2dd700;
  color: #2dd700;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1b8000 !important;
  background-color: transparent !important;
  border-color: #1b8000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2dd700 !important;
  border-color: #2dd700 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8c8c8c;
  color: #8c8c8c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #616161 !important;
  background-color: transparent !important;
  border-color: #616161 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1533ad;
  color: #1533ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c1c60 !important;
  background-color: transparent !important;
  border-color: #0c1c60 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1533ad !important;
  border-color: #1533ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8e00;
  color: #ff8e00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a85e00 !important;
  background-color: transparent !important;
  border-color: #a85e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff1800;
  color: #ff1800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a81000 !important;
  background-color: transparent !important;
  border-color: #a81000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d7ff00 !important;
}
.text-secondary {
  color: #2dd700 !important;
}
.text-success {
  color: #1533ad !important;
}
.text-info {
  color: #8c8c8c !important;
}
.text-warning {
  color: #ff8e00 !important;
}
.text-danger {
  color: #ff1800 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #819900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #187100 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a1852 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #595959 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #995500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990e00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d7ff00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8c8c8c;
}
.alert-warning {
  background-color: #ff8e00;
}
.alert-danger {
  background-color: #ff1800;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d7ff00;
  border-color: #d7ff00;
  color: #161900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 16px !important;
}
a,
a:hover {
  color: #d7ff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7ffcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5774eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffd1cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 16px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d7ff00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #d7ff00;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d7ff00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d7ff00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d7ff00;
  border-bottom-color: #d7ff00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d7ff00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2dd700 !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='%23d7ff00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 10px 24px 8px;
  font-weight: 500;
  border-radius: 12px !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: all .3s ease;
  margin-left: 8px;
  font-size: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-black {
  background: linear-gradient(180deg, #333333, #000000) !important;
  border-color: #404040 !important;
  border-width: 1px !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #a6a6a6 !important;
  border-width: 1px !important;
}
.mbr-section-btn .btn-white {
  background: linear-gradient(180deg, #cccccc, #ffffff) !important;
  border-color: #bfbfbf !important;
  border-width: 1px !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #000000 !important;
  border-width: 0px !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #414d00 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.large-radius {
  border-radius: 40px !important;
}
.middle-radius,
.google-map iframe,
.mbr-figure iframe,
.mbr-figure .mbr-figure__img {
  border-radius: 16px !important;
}
.small-radius,
.dropdown-item,
.nav-item .nav-link::before {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cursive {
  font-family: 'Caveat', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cursive > .mbr-iconfont {
  font-size: 1.6rem;
}
.text-2 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.text-2 > .mbr-iconfont {
  font-size: 1.4rem;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vmcwBGgdU7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-1-1.png");
  overflow: hidden;
}
.cid-vmcwBGgdU7 .row::before {
  opacity: .2 !important;
}
.cid-vmcwBGgdU7 svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-vmcwBGgdU7 #e2_shape {
  fill: #d7ff00 !important;
}
.cid-vmcwBGgdU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmcwBGgdU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmcwBGgdU7 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vmcwBGgdU7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vmcwBGgdU7 .container {
    padding: 0 20px;
  }
}
.cid-vmcwBGgdU7 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vmcwBGgdU7 .row {
    padding: 50px 16px;
  }
}
.cid-vmcwBGgdU7 .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #d7ff00;
  filter: blur(120px);
}
.cid-vmcwBGgdU7 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #9b9100;
  filter: blur(150px);
}
.cid-vmcwBGgdU7 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-vmcwBGgdU7 .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-vmcwBGgdU7 .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: contain;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-vmcwBGgdU7 .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-vmcwBGgdU7 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vmcwBGgdU7 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vmcwBGgdU7 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vmcwBGgdU7 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vmcwBGgdU7 .row .title-wrapper .mbr-desc {
  display: block;
  width: 100%;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.0;
  letter-spacing: -1px;
  color: #ffffff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4), 4px 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
.cid-vmcwBGgdU7 .row .title-wrapper .mbr-desc .highlight {
  color: #d7ff00;
}
.cid-vmcwBGgdU7 .row .mbr-name.skewed {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: red;
  color: white;
  padding: 8px 20px;
  border-radius: 8px;
  transform: skew(-12deg);
  transition: all 0.3s ease;
}
.cid-vmcwBGgdU7 .row .mbr-name.skewed b,
.cid-vmcwBGgdU7 .row .mbr-name.skewed i {
  display: inline-block;
  transform: skew(12deg);
}
.cid-vmcwBGgdU7 .row .mbr-name.skewed:hover {
  transform: skew(-18deg) scale(1.03);
}
.cid-vmcwBGgdU7 .event-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 12px;
  width: fit-content;
  margin: 0 auto;
}
.cid-vmcwBGgdU7 .event-info .mbr-text {
  margin: 0;
  padding: 10px 24px;
  background: #d7ff00;
  color: #000;
  border-radius: 8px;
  font-weight: 700;
}
.cid-vmcwBGgdU7 .event-info .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vmcwBGgdU7 .event-info .item-wrap {
  margin: 0;
  background: #6c2bee;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 700;
}
.cid-vmcwBGgdU7 .mbr-desc {
  color: #ffffff;
}
.cid-vmcwBGgdU7 .mbr-section-title {
  color: #ffffff;
}
.cid-vmcwBGgdU7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vmcwBGgdU7 .mbr-section-title,
.cid-vmcwBGgdU7 .mbr-section-btn {
  text-align: center;
}
.cid-vmcwBGgdU7 .mbr-name {
  text-align: right;
}
.cid-vmcwBGgdU7 P {
  text-align: center;
  color: #000000;
}
.cid-vmiytoGbPV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d7ff00;
}
.cid-vmiytoGbPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmiytoGbPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmiytoGbPV img {
  object-fit: cover;
}
.cid-vmiytoGbPV .row {
  margin: 0;
}
.cid-vmiytoGbPV .item-wrapper {
  width: 100%;
}
.cid-vmiytoGbPV .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-vmiytoGbPV .card-box {
  padding: 0rem 0rem;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vmiytoGbPV .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-vmiytoGbPV .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-vmiytoGbPV .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vmiytoGbPV .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vmiytoGbPV .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmiytoGbPV .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-vmiytoGbPV .wrap {
  background: #000000;
}
.cid-vmiytoGbPV .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-vmiytoGbPV .mbr-text,
.cid-vmiytoGbPV .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-vmiytoGbPV .mbr-link,
.cid-vmiytoGbPV .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vmiytoGbPV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vmiytoGbPV .mbr-section-title {
  text-align: left;
  color: #d7ff00;
}
.cid-vnrYEyRZKn {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vnrYEyRZKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnrYEyRZKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnrYEyRZKn .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vnrYEyRZKn .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vnrYEyRZKn .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vnrYEyRZKn .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vnrYEyRZKn .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vnrYEyRZKn .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnrYEyRZKn .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnrYEyRZKn .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vnrYEyRZKn .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vnrYEyRZKn .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vnrYEyRZKn .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vnrYEyRZKn .item .item-wrapper {
  height: 100%;
  background-color: #ffee00;
  padding: 8px;
}
.cid-vnrYEyRZKn .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vnrYEyRZKn .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vnrYEyRZKn .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vnrYEyRZKn .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vnrYEyRZKn .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vnrYEyRZKn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnrYEyRZKn .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vnrYEyRZKn .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnrYEyRZKn .mbr-label,
.cid-vnrYEyRZKn .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vnrYEyRZKn .mbr-section-title {
  color: #000000;
}
.cid-vnrYEyRZKn .mbr-text,
.cid-vnrYEyRZKn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnrYEyRZKn .item-title {
  color: #000000;
}
.cid-vnrYEyRZKn .item-text {
  color: #4f4f4f;
  text-align: center;
}
.cid-vnrYEyRZKn .mbr-section-title,
.cid-vnrYEyRZKn .main-btn {
  text-align: center;
  color: #ffee00;
}
.cid-vnrYEyRZKn .item-title,
.cid-vnrYEyRZKn .item-img,
.cid-vnrYEyRZKn .btn-item {
  text-align: center;
}
.cid-vfH2zUpYSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfH2zUpYSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfH2zUpYSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfH2zUpYSr .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfH2zUpYSr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfH2zUpYSr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfH2zUpYSr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfH2zUpYSr .items-wrapper {
  margin: 0 -10px;
}
.cid-vfH2zUpYSr .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfH2zUpYSr .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfH2zUpYSr .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfH2zUpYSr .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #303030;
  overflow: hidden;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vfH2zUpYSr .items-wrapper .item .item-wrapper {
    padding: 40px 24px 24px;
  }
}
.cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .iconfont-wrapper .icon-wrap {
  height: 120px;
  width: 120px;
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 64px -10px #d7ff00, inset 0 0 1px 0 #d7ff00, inset 0 16px 48px -32px #d7ff00;
  will-change: transform;
}
.cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .iconfont-wrapper .icon-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 48px;
  text-shadow: 0 0 20px #d7ff00;
}
.cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vfH2zUpYSr .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 14px;
}
.cid-vfH2zUpYSr .mbr-section-title {
  color: #ffffff;
}
.cid-vfH2zUpYSr .mbr-section-subtitle {
  color: #d7ff00;
}
.cid-vfH2zUpYSr .item-title {
  color: #ffffff;
}
.cid-vfH2zUpYSr .item-text {
  color: #8c8c8c;
}
.cid-vfH2zUpYSr .iconfont-wrapper {
  text-align: center;
}
.cid-vfH2HdaJQp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfH2HdaJQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfH2HdaJQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfH2HdaJQp .card-wrapper {
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vfH2HdaJQp .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfH2HdaJQp .card-wrapper {
    padding: 24px;
  }
}
.cid-vfH2HdaJQp .card-wrapper .items-wrapper {
  margin: 0 -32px;
}
.cid-vfH2HdaJQp .card-wrapper .items-wrapper .card {
  padding: 0 10px;
}
.cid-vfH2HdaJQp .card-wrapper .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfH2HdaJQp .card-wrapper .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfH2HdaJQp .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vfH2HdaJQp .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfH2HdaJQp .card-wrapper .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfH2HdaJQp .card-wrapper .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfH2HdaJQp .card-wrapper .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vfH2HdaJQp .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vfH2HdaJQp .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfH2HdaJQp .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vfH2HdaJQp .mbr-section-title {
  color: #ffffff;
}
.cid-vfH2HdaJQp .mbr-section-subtitle {
  color: #ffee00;
}
.cid-vfH2HdaJQp .mbr-text {
  color: #8c8c8c;
  text-align: justify;
}
.cid-vfH2HdaJQp .mbr-text,
.cid-vfH2HdaJQp .text-wrap {
  color: #ffffff;
}
.cid-vfH2HdaJQp .mbr-section-title,
.cid-vfH2HdaJQp .mbr-section-btn {
  color: #ffee00;
}
.cid-vfH2HdaJQp .mbr-section-title,
.cid-vfH2HdaJQp .mbr-section-btn {
  color: #d7ff00;
}
.cid-vkktB7yb1y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkktB7yb1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkktB7yb1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkktB7yb1y .card-wrapper {
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vkktB7yb1y .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vkktB7yb1y .card-wrapper {
    padding: 24px;
  }
}
.cid-vkktB7yb1y .card-wrapper .items-wrapper {
  margin: 0 -32px;
}
.cid-vkktB7yb1y .card-wrapper .items-wrapper .card {
  padding: 0 10px;
}
.cid-vkktB7yb1y .card-wrapper .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkktB7yb1y .card-wrapper .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkktB7yb1y .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-vkktB7yb1y .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkktB7yb1y .card-wrapper .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkktB7yb1y .card-wrapper .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkktB7yb1y .card-wrapper .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vkktB7yb1y .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkktB7yb1y .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkktB7yb1y .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vkktB7yb1y .mbr-section-title {
  color: #ffffff;
}
.cid-vkktB7yb1y .mbr-section-subtitle {
  color: #ffee00;
}
.cid-vkktB7yb1y .mbr-text {
  color: #8c8c8c;
  text-align: justify;
}
.cid-vkktB7yb1y .mbr-section-title,
.cid-vkktB7yb1y .mbr-section-btn {
  color: #ffee00;
}
.cid-vkktB7yb1y .mbr-text,
.cid-vkktB7yb1y .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkktB7yb1y .mbr-section-title,
.cid-vkktB7yb1y .mbr-section-btn {
  color: #d7ff00;
}
.cid-vfH2YDWojT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfH2YDWojT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfH2YDWojT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfH2YDWojT .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfH2YDWojT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfH2YDWojT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfH2YDWojT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfH2YDWojT .items-wrapper {
  margin: 0 -10px;
}
.cid-vfH2YDWojT .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfH2YDWojT .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vfH2YDWojT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfH2YDWojT .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #303030;
  overflow: hidden;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vfH2YDWojT .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vfH2YDWojT .items-wrapper .item .item-wrapper .number-wrapper {
  min-height: 146px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfH2YDWojT .items-wrapper .item .item-wrapper .number-wrapper {
    min-height: auto;
  }
}
.cid-vfH2YDWojT .items-wrapper .item .item-wrapper .number-wrapper .item-number {
  width: 100%;
  margin-bottom: 0;
  text-shadow: 0 0 64px;
}
@media (max-width: 992px) {
  .cid-vfH2YDWojT .items-wrapper .item .item-wrapper .number-wrapper .item-number {
    margin-bottom: 24px;
  }
}
.cid-vfH2YDWojT .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vfH2YDWojT .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfH2YDWojT .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vfH2YDWojT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 14px;
}
.cid-vfH2YDWojT .mbr-section-title {
  color: #ffffff;
}
.cid-vfH2YDWojT .mbr-section-subtitle {
  color: #d7ff00;
}
.cid-vfH2YDWojT .item-number {
  color: #d7ff00;
  text-align: center;
}
.cid-vfH2YDWojT .item-title {
  color: #ffffff;
}
.cid-vfH2YDWojT .item-text {
  color: #8c8c8c;
}
.cid-vfH2YDWojT .item-title,
.cid-vfH2YDWojT .mbr-section-btn {
  text-align: center;
}
.cid-vfH2F0kvzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfH2F0kvzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfH2F0kvzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfH2F0kvzw .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfH2F0kvzw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfH2F0kvzw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfH2F0kvzw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfH2F0kvzw .items-wrapper {
  margin: 0 -20px;
}
.cid-vfH2F0kvzw .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfH2F0kvzw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .card-box {
  padding: 40px;
  border: 1px solid #303030;
  overflow: hidden;
  background-image: linear-gradient(135deg, #282828 0%, #282828 50%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vfH2F0kvzw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 14px;
}
.cid-vfH2F0kvzw .mbr-section-title {
  color: #ffffff;
}
.cid-vfH2F0kvzw .mbr-section-subtitle {
  color: #d7ff00;
}
.cid-vfH2F0kvzw .item-title {
  color: #ffffff;
}
.cid-vfH2F0kvzw .item-text {
  color: #8c8c8c;
}
.cid-vkSn5VRuzf {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/header-1-1.png");
}
.cid-vkSn5VRuzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSn5VRuzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSn5VRuzf .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkSn5VRuzf .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkSn5VRuzf .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkSn5VRuzf .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #75e158 0%, #d7ff00 100%);
  margin-bottom: 0;
}
.cid-vkSn5VRuzf .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkSn5VRuzf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkSn5VRuzf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkSn5VRuzf .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkSn5VRuzf .mbr-section-title {
  color: #ffffff;
}
.cid-vkSn5VRuzf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkSn5VRuzf .mbr-text,
.cid-vkSn5VRuzf .text-wrapper {
  color: #8c8c8c;
  text-align: center;
}
.cid-vkSn5VRuzf .mbr-section-title,
.cid-vkSn5VRuzf .mbr-section-btn {
  text-align: center;
  color: #d7ff00;
}
.cid-vfH2Cw1mB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfH2Cw1mB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfH2Cw1mB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfH2Cw1mB2 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfH2Cw1mB2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfH2Cw1mB2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfH2Cw1mB2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfH2Cw1mB2 .card-wrapper {
  border: 1px solid #111111;
  padding: 24px 24px 12px;
}
.cid-vfH2Cw1mB2 .items-wrapper {
  margin: 0 -6px;
}
.cid-vfH2Cw1mB2 .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-vfH2Cw1mB2 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid #111111;
  height: 100%;
  background-image: linear-gradient(135deg, #111111 0%, #111111 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vfH2Cw1mB2 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1440px) {
  .cid-vfH2Cw1mB2 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vfH2Cw1mB2 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #000000;
  border: 1px solid #111111;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.cid-vfH2Cw1mB2 .items-wrapper .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vfH2Cw1mB2 .btn-wrapper {
  margin-top: -8%;
}
.cid-vfH2Cw1mB2 .mbr-section-title {
  color: #ffffff;
}
.cid-vfH2Cw1mB2 .mbr-section-subtitle {
  color: #d7ff00;
}
.cid-vfH2Cw1mB2 .item-title {
  color: #ffffff;
}
.cid-vfH2GdDHVV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfH2GdDHVV .item:focus,
.cid-vfH2GdDHVV span:focus {
  outline: none;
}
.cid-vfH2GdDHVV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfH2GdDHVV .content-head {
  max-width: 800px;
}
.cid-vfH2GdDHVV .item {
  padding: 10px 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
}
.cid-vm7PQVMrd3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vm7PQVMrd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm7PQVMrd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm7PQVMrd3 .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vm7PQVMrd3 .container-wrapper {
    padding: 0;
  }
}
.cid-vm7PQVMrd3 .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vm7PQVMrd3 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vm7PQVMrd3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vm7PQVMrd3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vm7PQVMrd3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm7PQVMrd3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm7PQVMrd3 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vm7PQVMrd3 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vm7PQVMrd3 .mbr-section-title,
.cid-vm7PQVMrd3 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm7PQVMrd3 .mbr-text,
.cid-vm7PQVMrd3 .text-wrapper {
  color: #d7ff00;
  text-align: center;
}
.cid-vkTXggFjwv {
  background-color: #000000;
}
.cid-vkTXggFjwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTXggFjwv .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-vkTXggFjwv .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-vkTXggFjwv .card1 {
    margin-top: 20rem;
  }
  .cid-vkTXggFjwv .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-vkTXggFjwv .card1,
  .cid-vkTXggFjwv .card2 {
    margin-bottom: 4rem;
  }
}
.cid-vkTXggFjwv .item {
  border-bottom: 1px solid #d7ff00;
  max-width: 555px;
}
.cid-vkTXggFjwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTXggFjwv .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vkTXggFjwv .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-vkTXggFjwv .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-vkTXggFjwv .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-vkTXggFjwv .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #d7ff00;
}
@media (max-width: 991px) {
  .cid-vkTXggFjwv .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vkTXggFjwv .image-wrapper {
    padding: 1rem;
  }
}
.cid-vkTXggFjwv .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vkTXggFjwv .mbr-text,
.cid-vkTXggFjwv .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vkTXggFjwv .mbr-item-title {
  color: #d7ff00;
}
.cid-vkGA05Xvaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/header-1-1.png");
}
.cid-vkGA05Xvaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGA05Xvaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGA05Xvaw .row {
  justify-content: center;
}
.cid-vkGA05Xvaw .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkGA05Xvaw .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vkGA05Xvaw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkGA05Xvaw .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkGA05Xvaw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-vkGA05Xvaw .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vkGA05Xvaw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vkGA05Xvaw .content-wrapper .tag-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-vkGA05Xvaw .content-wrapper .tag-wrapper {
    margin-top: 30px;
  }
}
.cid-vkGA05Xvaw .content-wrapper .tag-wrapper .tag-wrap {
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: 0 1px 1px 1px #ffffff;
  padding: 14px;
}
.cid-vkGA05Xvaw .content-wrapper .tag-wrapper .tag-wrap .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #232323;
  font-size: 18px;
  margin-right: 12px;
}
.cid-vkGA05Xvaw .content-wrapper .tag-wrapper .tag-wrap .mbr-tag {
  margin-bottom: 0;
}
.cid-vkGA05Xvaw .mbr-section-title {
  color: #cbff5b;
}
.cid-vkGA05Xvaw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkGA05Xvaw .mbr-text,
.cid-vkGA05Xvaw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkGA05Xvaw .mbr-tag,
.cid-vkGA05Xvaw .tag-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkGA05Xvaw .mbr-section-title,
.cid-vkGA05Xvaw .mbr-section-btn {
  text-align: center;
  color: #ffee00;
}
.cid-vmiD8gxA8p {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-vmiD8gxA8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmiD8gxA8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmiD8gxA8p .card {
  justify-content: flex-end;
}
.cid-vmiD8gxA8p .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vmiD8gxA8p .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vmiD8gxA8p .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vmiD8gxA8p .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-vmiD8gxA8p .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmiD8gxA8p .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmiD8gxA8p .mbr-section-title {
  color: #000000;
}
.cid-vmiD8gxA8p .mbr-desc {
  color: #000000;
}
.cid-vmiD8gxA8p .mbr-text,
.cid-vmiD8gxA8p .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vkAOYN3RsL {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAOYN3RsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAOYN3RsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAOYN3RsL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkAOYN3RsL .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkAOYN3RsL .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAOYN3RsL .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkAOYN3RsL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkAOYN3RsL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAOYN3RsL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAOYN3RsL .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkAOYN3RsL .mbr-section-title {
  color: #ffffff;
}
.cid-vkAOYN3RsL .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkAOYN3RsL .mbr-text,
.cid-vkAOYN3RsL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkAOYN3RsL .mbr-section-title,
.cid-vkAOYN3RsL .mbr-section-btn {
  text-align: center;
}
.cid-vkARbXMJx2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkARbXMJx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkARbXMJx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkARbXMJx2 .content-wrap {
  margin: 0 -20px;
}
.cid-vkARbXMJx2 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkARbXMJx2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkARbXMJx2 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vkARbXMJx2 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vkARbXMJx2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkARbXMJx2 .title-wrapper .main-btn {
  margin-top: 16px;
}
.cid-vkARbXMJx2 .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-vkARbXMJx2 .title-wrapper .image-wrapper {
  margin-top: 24px;
}
.cid-vkARbXMJx2 .title-wrapper .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkARbXMJx2 .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vkARbXMJx2 .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-vkARbXMJx2 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vkARbXMJx2 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 6px;
}
.cid-vkARbXMJx2 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vkARbXMJx2 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vkARbXMJx2 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 16px;
}
.cid-vkARbXMJx2 .items-wrapper .item .item-wrapper .item-btn .btn {
  margin-bottom: 0;
}
.cid-vkARbXMJx2 .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vkARbXMJx2 .mbr-label {
  color: #a8a8a8;
}
.cid-vkARbXMJx2 .mbr-section-title {
  color: #ffffff;
}
.cid-vkARbXMJx2 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vkARbXMJx2 .item-number {
  color: #d7ff00;
}
.cid-vkARbXMJx2 .item-title {
  color: #ffffff;
}
.cid-vkARbXMJx2 .item-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vkARbXMJx2 .mbr-section-title,
.cid-vkARbXMJx2 .main-btn {
  color: #d7ff00;
}
.cid-vkAPZii7gR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAPZii7gR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAPZii7gR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAPZii7gR .content-wrap {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-vkAPZii7gR .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vkAPZii7gR .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkAPZii7gR .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vkAPZii7gR .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkAPZii7gR .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkAPZii7gR .content-wrap .main-btn {
  margin-top: 14px;
}
.cid-vkAPZii7gR .content-wrap .main-btn .btn {
  margin-bottom: 0;
}
.cid-vkAPZii7gR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vkAPZii7gR .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkAPZii7gR .item .item-wrapper {
  height: 100%;
  background-color: #d7ff00;
  padding: 8px;
}
.cid-vkAPZii7gR .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #000000;
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkAPZii7gR .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 158px;
  height: 158px;
  object-fit: cover;
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkAPZii7gR .item .item-wrapper .card-box .label-wrap {
    margin-bottom: 16px;
  }
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffee00;
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vkAPZii7gR .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAPZii7gR .mbr-label,
.cid-vkAPZii7gR .label-wrapper {
  color: #000000;
}
.cid-vkAPZii7gR .mbr-section-title {
  color: #000000;
}
.cid-vkAPZii7gR .mbr-text,
.cid-vkAPZii7gR .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vkAPZii7gR .item-label {
  color: #000000;
}
.cid-vkAPZii7gR .item-title {
  color: #000000;
}
.cid-vkAPZii7gR .item-text {
  color: #ffffff;
}
.cid-vkAPZii7gR .mbr-section-title,
.cid-vkAPZii7gR .main-btn {
  color: #d7ff00;
}
.cid-vkAPZii7gR .item-title,
.cid-vkAPZii7gR .btn-item,
.cid-vkAPZii7gR .item-img {
  color: #ffffff;
}
.cid-vkAPZii7gR .item-label,
.cid-vkAPZii7gR .label-wrap {
  color: #000000;
}
.cid-vm1Ryfe7TY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vm1Ryfe7TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1Ryfe7TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1Ryfe7TY .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vm1Ryfe7TY .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vm1Ryfe7TY .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vm1Ryfe7TY .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vm1Ryfe7TY .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vm1Ryfe7TY .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm1Ryfe7TY .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm1Ryfe7TY .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vm1Ryfe7TY .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vm1Ryfe7TY .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vm1Ryfe7TY .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vm1Ryfe7TY .item .item-wrapper {
  height: 100%;
  background-color: #d7ff00;
  padding: 8px;
}
.cid-vm1Ryfe7TY .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vm1Ryfe7TY .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm1Ryfe7TY .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vm1Ryfe7TY .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vm1Ryfe7TY .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vm1Ryfe7TY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vm1Ryfe7TY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vm1Ryfe7TY .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vm1Ryfe7TY .mbr-label,
.cid-vm1Ryfe7TY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm1Ryfe7TY .mbr-section-title {
  color: #000000;
}
.cid-vm1Ryfe7TY .mbr-text,
.cid-vm1Ryfe7TY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm1Ryfe7TY .item-title {
  color: #000000;
}
.cid-vm1Ryfe7TY .item-text {
  color: #4f4f4f;
  text-align: center;
}
.cid-vm1Ryfe7TY .mbr-section-title,
.cid-vm1Ryfe7TY .main-btn {
  text-align: center;
  color: #d7ff00;
}
.cid-vm1Ryfe7TY .item-title,
.cid-vm1Ryfe7TY .item-img,
.cid-vm1Ryfe7TY .btn-item {
  text-align: center;
}
.cid-vm7e3z7EF6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vm7e3z7EF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm7e3z7EF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm7e3z7EF6 .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vm7e3z7EF6 .container-wrapper {
    padding: 0;
  }
}
.cid-vm7e3z7EF6 .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vm7e3z7EF6 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vm7e3z7EF6 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vm7e3z7EF6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vm7e3z7EF6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm7e3z7EF6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm7e3z7EF6 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vm7e3z7EF6 .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vm7e3z7EF6 .mbr-section-title,
.cid-vm7e3z7EF6 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm7e3z7EF6 .mbr-text,
.cid-vm7e3z7EF6 .text-wrapper {
  color: #d7ff00;
  text-align: center;
}
.cid-vm1RyLvkpc {
  background-color: #000000;
}
.cid-vm1RyLvkpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1RyLvkpc .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-vm1RyLvkpc .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-vm1RyLvkpc .card1 {
    margin-top: 20rem;
  }
  .cid-vm1RyLvkpc .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-vm1RyLvkpc .card1,
  .cid-vm1RyLvkpc .card2 {
    margin-bottom: 4rem;
  }
}
.cid-vm1RyLvkpc .item {
  border-bottom: 1px solid #d7ff00;
  max-width: 555px;
}
.cid-vm1RyLvkpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1RyLvkpc .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vm1RyLvkpc .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-vm1RyLvkpc .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-vm1RyLvkpc .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-vm1RyLvkpc .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #d7ff00;
}
@media (max-width: 991px) {
  .cid-vm1RyLvkpc .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vm1RyLvkpc .image-wrapper {
    padding: 1rem;
  }
}
.cid-vm1RyLvkpc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vm1RyLvkpc .mbr-text,
.cid-vm1RyLvkpc .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vm1RyLvkpc .mbr-item-title {
  color: #d7ff00;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vkGZtHuK99 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkGZtHuK99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGZtHuK99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGZtHuK99 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkGZtHuK99 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkGZtHuK99 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkGZtHuK99 .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkGZtHuK99 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkGZtHuK99 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGZtHuK99 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkGZtHuK99 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkGZtHuK99 .mbr-section-title {
  color: #ffffff;
}
.cid-vkGZtHuK99 .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkGZtHuK99 .mbr-text,
.cid-vkGZtHuK99 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkGZtHuK99 .mbr-section-title,
.cid-vkGZtHuK99 .mbr-section-btn {
  text-align: center;
}
.cid-vkH03WUnLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vkH03WUnLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkH03WUnLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkH03WUnLq .card {
  justify-content: center;
}
.cid-vkH03WUnLq .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vkH03WUnLq .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vkH03WUnLq .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkH03WUnLq .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkH03WUnLq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkH03WUnLq .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vkH03WUnLq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkH03WUnLq .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vkH03WUnLq .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vkH03WUnLq .mbr-section-title {
  color: #808080;
}
.cid-vkH03WUnLq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkH03WUnLq .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vkH03WUnLq .mbr-section-title,
.cid-vkH03WUnLq .mbr-section-btn {
  text-align: center;
  color: #d7ff00;
}
.cid-vkH03WUnLq .mbr-text,
.cid-vkH03WUnLq .text-wrapper {
  color: #ffffff;
}
.cid-vkH0L3GXWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkH0L3GXWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkH0L3GXWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkH0L3GXWx .content-wrap {
  margin: 0 -20px;
}
.cid-vkH0L3GXWx .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkH0L3GXWx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkH0L3GXWx .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vkH0L3GXWx .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vkH0L3GXWx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkH0L3GXWx .title-wrapper .main-btn {
  margin-top: 16px;
}
.cid-vkH0L3GXWx .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-vkH0L3GXWx .title-wrapper .image-wrapper {
  margin-top: 24px;
}
.cid-vkH0L3GXWx .title-wrapper .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkH0L3GXWx .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vkH0L3GXWx .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-vkH0L3GXWx .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vkH0L3GXWx .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 6px;
}
.cid-vkH0L3GXWx .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vkH0L3GXWx .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vkH0L3GXWx .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 16px;
}
.cid-vkH0L3GXWx .items-wrapper .item .item-wrapper .item-btn .btn {
  margin-bottom: 0;
}
.cid-vkH0L3GXWx .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vkH0L3GXWx .mbr-label {
  color: #a8a8a8;
}
.cid-vkH0L3GXWx .mbr-section-title {
  color: #ffffff;
}
.cid-vkH0L3GXWx .mbr-text {
  color: #ffffff;
}
.cid-vkH0L3GXWx .item-number {
  color: #d7ff00;
}
.cid-vkH0L3GXWx .item-title {
  color: #ffffff;
}
.cid-vkH0L3GXWx .item-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vkH0L3GXWx .mbr-section-title,
.cid-vkH0L3GXWx .main-btn {
  color: #d7ff00;
}
.cid-vkT1bctqZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkT1bctqZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkT1bctqZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkT1bctqZj .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkT1bctqZj .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vkT1bctqZj .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vkT1bctqZj .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vkT1bctqZj .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ffee00;
}
.cid-vkT1bctqZj .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkT1bctqZj .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vkT1bctqZj .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkT1bctqZj .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkT1bctqZj .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkT1bctqZj .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vkT1bctqZj .items-wrapper {
  margin: 0 -6px;
}
.cid-vkT1bctqZj .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vkT1bctqZj .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vkT1bctqZj .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 370px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkT1bctqZj .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: 320px;
  }
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box .title-box .item-title {
  display: inline-block;
  margin-bottom: 12px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box .title-box .item-title {
    width: 100%;
  }
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkT1bctqZj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkT1bctqZj .mbr-label {
  color: #707070;
}
.cid-vkT1bctqZj .mbr-section-title {
  color: #000000;
}
.cid-vkT1bctqZj .mbr-section-subtitle {
  color: #707070;
}
.cid-vkT1bctqZj .item-title {
  color: #ffffff;
}
.cid-vkT1bctqZj .item-text {
  color: #ffffff;
}
.cid-vkT1bctqZj .mbr-section-title,
.cid-vkT1bctqZj .title-wrap {
  color: #ffffff;
}
.cid-vkT1bctqZj .mbr-section-subtitle,
.cid-vkT1bctqZj .subtitle-wrap {
  color: #d7ff00;
  text-align: justify;
}
.cid-vkT1bctqZj .mbr-label,
.cid-vkT1bctqZj .label-wrapper {
  color: #ffffff;
}
.cid-vm1RHplYE8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vm1RHplYE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1RHplYE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1RHplYE8 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vm1RHplYE8 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vm1RHplYE8 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vm1RHplYE8 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vm1RHplYE8 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vm1RHplYE8 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm1RHplYE8 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm1RHplYE8 .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vm1RHplYE8 .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vm1RHplYE8 .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vm1RHplYE8 .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vm1RHplYE8 .item .item-wrapper {
  height: 100%;
  background-color: #d7ff00;
  padding: 8px;
}
.cid-vm1RHplYE8 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vm1RHplYE8 .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm1RHplYE8 .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vm1RHplYE8 .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vm1RHplYE8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vm1RHplYE8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vm1RHplYE8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vm1RHplYE8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vm1RHplYE8 .mbr-label,
.cid-vm1RHplYE8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm1RHplYE8 .mbr-section-title {
  color: #000000;
}
.cid-vm1RHplYE8 .mbr-text,
.cid-vm1RHplYE8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm1RHplYE8 .item-title {
  color: #000000;
}
.cid-vm1RHplYE8 .item-text {
  color: #4f4f4f;
  text-align: center;
}
.cid-vm1RHplYE8 .mbr-section-title,
.cid-vm1RHplYE8 .main-btn {
  text-align: center;
  color: #d7ff00;
}
.cid-vm1RHplYE8 .item-title,
.cid-vm1RHplYE8 .item-img,
.cid-vm1RHplYE8 .btn-item {
  text-align: center;
}
.cid-vm87r4nSAI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vm87r4nSAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm87r4nSAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm87r4nSAI .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vm87r4nSAI .container-wrapper {
    padding: 0;
  }
}
.cid-vm87r4nSAI .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vm87r4nSAI .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vm87r4nSAI .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vm87r4nSAI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vm87r4nSAI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm87r4nSAI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm87r4nSAI .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vm87r4nSAI .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vm87r4nSAI .mbr-section-title,
.cid-vm87r4nSAI .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm87r4nSAI .mbr-text,
.cid-vm87r4nSAI .text-wrapper {
  color: #d7ff00;
  text-align: center;
}
.cid-vm1RIcRl7x {
  background-color: #000000;
}
.cid-vm1RIcRl7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1RIcRl7x .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-vm1RIcRl7x .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-vm1RIcRl7x .card1 {
    margin-top: 20rem;
  }
  .cid-vm1RIcRl7x .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-vm1RIcRl7x .card1,
  .cid-vm1RIcRl7x .card2 {
    margin-bottom: 4rem;
  }
}
.cid-vm1RIcRl7x .item {
  border-bottom: 1px solid #d7ff00;
  max-width: 555px;
}
.cid-vm1RIcRl7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1RIcRl7x .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vm1RIcRl7x .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-vm1RIcRl7x .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-vm1RIcRl7x .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-vm1RIcRl7x .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #d7ff00;
}
@media (max-width: 991px) {
  .cid-vm1RIcRl7x .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vm1RIcRl7x .image-wrapper {
    padding: 1rem;
  }
}
.cid-vm1RIcRl7x .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vm1RIcRl7x .mbr-text,
.cid-vm1RIcRl7x .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vm1RIcRl7x .mbr-item-title {
  color: #d7ff00;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vkHljNeaAG {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkHljNeaAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHljNeaAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHljNeaAG .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkHljNeaAG .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkHljNeaAG .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkHljNeaAG .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkHljNeaAG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkHljNeaAG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHljNeaAG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkHljNeaAG .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkHljNeaAG .mbr-section-title {
  color: #ffffff;
}
.cid-vkHljNeaAG .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkHljNeaAG .mbr-text,
.cid-vkHljNeaAG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkHljNeaAG .mbr-section-title,
.cid-vkHljNeaAG .mbr-section-btn {
  text-align: center;
}
.cid-vkHflKmKBS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkHflKmKBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHflKmKBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHflKmKBS .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkHflKmKBS .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vkHflKmKBS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkHflKmKBS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHflKmKBS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper {
  display: flex;
  gap: 0px;
  padding: 12px 30px 30px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vkHflKmKBS .items-wrapper .item .item-wrapper {
    padding: 1px 0;
    display: block;
  }
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-title {
  display: flex;
  gap: 12px;
  width: 40%;
  padding-right: 12px;
}
@media (max-width: 992px) {
  .cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-title {
    width: 50%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-title .item-number {
  margin-bottom: 0;
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-title .item-title {
  margin-bottom: 0;
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-text {
  width: 100%;
  padding-right: 32px;
  height: fit-content;
  border-left: 1px solid #ffffff;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-text .item-text {
  margin-bottom: 0;
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-text .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-wrapper {
  width: 25%;
}
@media (max-width: 992px) {
  .cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
}
.cid-vkHflKmKBS .items-wrapper .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkHflKmKBS .mbr-section-title {
  color: #333336;
}
.cid-vkHflKmKBS .mbr-text {
  color: #6f6f75;
}
.cid-vkHflKmKBS .item-number {
  color: #d7ff00;
}
.cid-vkHflKmKBS .item-title {
  color: #ffffff;
}
.cid-vkHflKmKBS .item-text {
  color: #6f6f75;
}
.cid-vkHflKmKBS .list {
  color: #333336;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkHflKmKBS .list {
    text-align: left;
  }
}
.cid-vkHflKmKBS .mbr-section-title,
.cid-vkHflKmKBS .title-wrap {
  color: #ffee00;
}
.cid-vkHflKmKBS .mbr-text,
.cid-vkHflKmKBS .text-wrapper {
  color: #ffffff;
}
.cid-vkHflKmKBS .item-text,
.cid-vkHflKmKBS .mbr-section-btn {
  color: #d7ff00;
}
.cid-vm1ShsaPiT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vm1ShsaPiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1ShsaPiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1ShsaPiT .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vm1ShsaPiT .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vm1ShsaPiT .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vm1ShsaPiT .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vm1ShsaPiT .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vm1ShsaPiT .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm1ShsaPiT .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm1ShsaPiT .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vm1ShsaPiT .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vm1ShsaPiT .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vm1ShsaPiT .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vm1ShsaPiT .item .item-wrapper {
  height: 100%;
  background-color: #d7ff00;
  padding: 8px;
}
.cid-vm1ShsaPiT .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vm1ShsaPiT .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm1ShsaPiT .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vm1ShsaPiT .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vm1ShsaPiT .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vm1ShsaPiT .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vm1ShsaPiT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vm1ShsaPiT .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vm1ShsaPiT .mbr-label,
.cid-vm1ShsaPiT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm1ShsaPiT .mbr-section-title {
  color: #000000;
}
.cid-vm1ShsaPiT .mbr-text,
.cid-vm1ShsaPiT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm1ShsaPiT .item-title {
  color: #000000;
}
.cid-vm1ShsaPiT .item-text {
  color: #4f4f4f;
  text-align: center;
}
.cid-vm1ShsaPiT .mbr-section-title,
.cid-vm1ShsaPiT .main-btn {
  text-align: center;
  color: #d7ff00;
}
.cid-vm1ShsaPiT .item-title,
.cid-vm1ShsaPiT .item-img,
.cid-vm1ShsaPiT .btn-item {
  text-align: center;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vkHtGa7jeY {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkHtGa7jeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHtGa7jeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHtGa7jeY .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkHtGa7jeY .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkHtGa7jeY .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkHtGa7jeY .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkHtGa7jeY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkHtGa7jeY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHtGa7jeY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkHtGa7jeY .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkHtGa7jeY .mbr-section-title {
  color: #ffffff;
}
.cid-vkHtGa7jeY .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkHtGa7jeY .mbr-text,
.cid-vkHtGa7jeY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkHtGa7jeY .mbr-section-title,
.cid-vkHtGa7jeY .mbr-section-btn {
  text-align: center;
}
.cid-vkRZwufdHn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vkRZwufdHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkRZwufdHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkRZwufdHn .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-vkRZwufdHn .section-border-item_center {
    display: none;
  }
}
.cid-vkRZwufdHn .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .cid-vkRZwufdHn .main-container {
    flex-wrap: wrap;
  }
}
.cid-vkRZwufdHn .card-wrap {
  width: 80%;
}
@media (max-width: 991px) {
  .cid-vkRZwufdHn .card-wrap {
    width: 100%;
  }
}
.cid-vkRZwufdHn .card-box {
  width: 100%;
  padding-right: 2vw;
}
@media (max-width: 991px) {
  .cid-vkRZwufdHn .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vkRZwufdHn .card-box {
    max-width: 100%;
  }
}
.cid-vkRZwufdHn .card-title {
  color: #d7ff00;
}
.cid-vkRZwufdHn .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vkRZwufdHn .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vkRZwufdHn .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vkRZwufdHn .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-vkRZwufdHn .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-vkRZwufdHn .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vkRZwufdHn .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-vkRZwufdHn .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-vkRZwufdHn .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-vkRZwufdHn .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vkRZwufdHn .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-vkRZwufdHn .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-vkRZwufdHn .image-wrapper {
    position: top;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .cid-vkRZwufdHn .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-vkRZwufdHn .img-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-vkRZwufdHn .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-vkRZwufdHn .mbr-text,
.cid-vkRZwufdHn .mbr-section-btn {
  text-align: justify;
}
.cid-vmRpS2Hz5c {
  padding-top: 3rem;
  padding-bottom: -5rem;
  background-color: #ffffff;
}
.cid-vmRpS2Hz5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRpS2Hz5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRpS2Hz5c .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-vmRpS2Hz5c .container {
    padding: 10px 8px;
  }
}
.cid-vmRpS2Hz5c .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #ffffff;
  padding: 10px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-vmRpS2Hz5c .row {
    padding: 50px 10px;
  }
}
.cid-vmRpS2Hz5c .row .card {
  padding: 0;
}
.cid-vmRpS2Hz5c .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vmRpS2Hz5c .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-vmRpS2Hz5c .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-vmRpS2Hz5c .mbr-section-title span {
  opacity: .5;
}
.cid-vm7Yu2iOUF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vm7Yu2iOUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm7Yu2iOUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm7Yu2iOUF .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-vm7Yu2iOUF .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-vm7Yu2iOUF .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-vm7Yu2iOUF .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vm7Yu2iOUF .mbr-section-btn .btn {
  margin-top: 100px;
  margin-bottom: 0;
}
.cid-vm7Yu2iOUF .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-vm7Yu2iOUF .col-img {
    display: none;
  }
}
.cid-vm7Yu2iOUF .img-wrap {
  width: 100%;
  border: 3px solid #ffee00;
  background-color: #ffee00;
  border-radius: 20px 20px 20px 20px;
}
.cid-vm7Yu2iOUF .img-wrap .img-box {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vm7Yu2iOUF .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-vm7Yu2iOUF .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vm7Yu2iOUF .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-vm7Yu2iOUF .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-vm7Yu2iOUF .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-vm7Yu2iOUF .panel-group {
  border: none;
  border-top: 1px solid #000000;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .cid-vm7Yu2iOUF .panel-group {
    margin-top: 0;
  }
}
.cid-vm7Yu2iOUF .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-vm7Yu2iOUF .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vm7Yu2iOUF .card-header {
    padding: 8px 0;
  }
}
.cid-vm7Yu2iOUF .card-header:hover .mbr-iconfont {
  color: #000000;
}
.cid-vm7Yu2iOUF .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-vm7Yu2iOUF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-vm7Yu2iOUF .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vm7Yu2iOUF .panel-title-edit {
  color: #000000;
}
.cid-vm7Yu2iOUF .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-vm7Yu2iOUF .panel-body {
    padding: 0 0 24px;
  }
}
.cid-vm7Yu2iOUF .panel-text {
  color: #353535;
  margin: 0;
}
.cid-vm7Yu2iOUF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vkSq6Tfk5l {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkSq6Tfk5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSq6Tfk5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSq6Tfk5l .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkSq6Tfk5l .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkSq6Tfk5l .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkSq6Tfk5l .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkSq6Tfk5l .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkSq6Tfk5l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkSq6Tfk5l .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkSq6Tfk5l .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkSq6Tfk5l .mbr-section-title {
  color: #ffffff;
}
.cid-vkSq6Tfk5l .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkSq6Tfk5l .mbr-text,
.cid-vkSq6Tfk5l .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkSq6Tfk5l .mbr-section-title,
.cid-vkSq6Tfk5l .mbr-section-btn {
  text-align: center;
}
.cid-vkSDCHIMld {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkSDCHIMld .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSDCHIMld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSDCHIMld .row {
  margin: 0 -11px;
}
.cid-vkSDCHIMld .row .card {
  padding: 0 11px;
}
.cid-vkSDCHIMld .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vkSDCHIMld .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkSDCHIMld .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkSDCHIMld .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vkSDCHIMld .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vkSDCHIMld .image-wrapper img {
  width: 100%;
  height: 500px;
  border: 2px solid #d7ff00;
  box-shadow: 0 16px 0 #d7ff00;
  background-color: #d7ff00;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-vkSDCHIMld .image-wrapper img {
    height: 300px;
  }
}
.cid-vkSDCHIMld .panel-group {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vkSDCHIMld .panel-group {
    padding-right: 0;
  }
}
.cid-vkSDCHIMld .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 2px solid #d7ff00;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .panel-group .card {
    margin-bottom: 16px;
  }
}
.cid-vkSDCHIMld .panel-group .card .card-header {
  border: none;
  border-radius: 0;
  padding: 22px 42px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .panel-group .card .card-header {
    padding: 22px;
  }
}
.cid-vkSDCHIMld .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vkSDCHIMld .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vkSDCHIMld .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  opacity: .5;
}
.cid-vkSDCHIMld .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #d7ff00;
}
.cid-vkSDCHIMld .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: 1;
}
.cid-vkSDCHIMld .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vkSDCHIMld .panel-group .card .panel-collapse .panel-body {
  padding: 22px 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vkSDCHIMld .panel-group .card .panel-collapse .panel-body {
    padding: 22px;
  }
}
.cid-vkSDCHIMld .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vkSDCHIMld .mbr-section-title,
.cid-vkSDCHIMld .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkSDCHIMld .mbr-text,
.cid-vkSDCHIMld .text-wrapper {
  color: #d7ff00;
  text-align: center;
}
.cid-vkSDCHIMld .panel-title-edit {
  color: #d7ff00;
}
.cid-vkSDCHIMld .panel-text {
  color: #000000;
}
.cid-vkSGuuIfRM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vkSGuuIfRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSGuuIfRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSGuuIfRM .card {
  justify-content: center;
}
.cid-vkSGuuIfRM .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vkSGuuIfRM .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vkSGuuIfRM .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkSGuuIfRM .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkSGuuIfRM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkSGuuIfRM .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vkSGuuIfRM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkSGuuIfRM .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vkSGuuIfRM .mbr-label {
  color: #d7ff00;
  text-align: center;
}
.cid-vkSGuuIfRM .mbr-section-title {
  color: #808080;
}
.cid-vkSGuuIfRM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkSGuuIfRM .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vkSGuuIfRM .mbr-section-title,
.cid-vkSGuuIfRM .mbr-section-btn {
  text-align: center;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vkHoFRK0wO {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkHoFRK0wO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHoFRK0wO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHoFRK0wO .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkHoFRK0wO .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkHoFRK0wO .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkHoFRK0wO .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkHoFRK0wO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkHoFRK0wO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkHoFRK0wO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkHoFRK0wO .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkHoFRK0wO .mbr-section-title {
  color: #ffffff;
}
.cid-vkHoFRK0wO .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkHoFRK0wO .mbr-text,
.cid-vkHoFRK0wO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkHoFRK0wO .mbr-section-title,
.cid-vkHoFRK0wO .mbr-section-btn {
  text-align: center;
}
.cid-vkHpCcgmrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #000000 50%, #fafafa 50%);
}
.cid-vkHpCcgmrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkHpCcgmrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkHpCcgmrp .card {
  justify-content: flex-end;
}
.cid-vkHpCcgmrp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkHpCcgmrp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkHpCcgmrp .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vkHpCcgmrp .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vkHpCcgmrp .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #000000;
  border: 1px solid #d7ff00;
  box-shadow: 0 12px 16px -8px #000000;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkHpCcgmrp .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vkHpCcgmrp .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #d7ff00 0%, #d7ff00 50%, #d7ff00 100%);
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #303030;
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #d7ff00;
  border: 1px solid #d7ff00;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkHpCcgmrp .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vkHpCcgmrp .mbr-section-btn .btn-primary-outline,
.cid-vkHpCcgmrp .mbr-section-btn .btn-secondary-outline,
.cid-vkHpCcgmrp .mbr-section-btn .btn-success-outline,
.cid-vkHpCcgmrp .mbr-section-btn .btn-info-outline,
.cid-vkHpCcgmrp .mbr-section-btn .btn-warning-outline,
.cid-vkHpCcgmrp .mbr-section-btn .btn-danger-outline,
.cid-vkHpCcgmrp .mbr-section-btn .btn-black-outline,
.cid-vkHpCcgmrp .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vkHpCcgmrp .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #d7ff00 0%, #d7ff00 50%, #d7ff00 100%) !important;
}
.cid-vkHpCcgmrp .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vkHpCcgmrp .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vkHpCcgmrp .mbr-section-title {
  color: #ffffff;
}
.cid-vkHpCcgmrp .mbr-text {
  color: #ffffff;
}
.cid-vkHpCcgmrp .item-title {
  color: #171719;
}
.cid-vkHpCcgmrp .item-text {
  color: #565661;
}
.cid-vkHpCcgmrp .item-title,
.cid-vkHpCcgmrp .item-btn {
  color: #000000;
}
.cid-vm1RqJk5T1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vm1RqJk5T1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1RqJk5T1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1RqJk5T1 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vm1RqJk5T1 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vm1RqJk5T1 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vm1RqJk5T1 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vm1RqJk5T1 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vm1RqJk5T1 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm1RqJk5T1 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm1RqJk5T1 .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vm1RqJk5T1 .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vm1RqJk5T1 .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vm1RqJk5T1 .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vm1RqJk5T1 .item .item-wrapper {
  height: 100%;
  background-color: #d7ff00;
  padding: 8px;
}
.cid-vm1RqJk5T1 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vm1RqJk5T1 .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm1RqJk5T1 .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vm1RqJk5T1 .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vm1RqJk5T1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vm1RqJk5T1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vm1RqJk5T1 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vm1RqJk5T1 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vm1RqJk5T1 .mbr-label,
.cid-vm1RqJk5T1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm1RqJk5T1 .mbr-section-title {
  color: #000000;
}
.cid-vm1RqJk5T1 .mbr-text,
.cid-vm1RqJk5T1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm1RqJk5T1 .item-title {
  color: #000000;
}
.cid-vm1RqJk5T1 .item-text {
  color: #4f4f4f;
  text-align: center;
}
.cid-vm1RqJk5T1 .mbr-section-title,
.cid-vm1RqJk5T1 .main-btn {
  text-align: center;
  color: #d7ff00;
}
.cid-vm1RqJk5T1 .item-title,
.cid-vm1RqJk5T1 .item-img,
.cid-vm1RqJk5T1 .btn-item {
  text-align: center;
}
.cid-vm87vkFwHI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vm87vkFwHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm87vkFwHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm87vkFwHI .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vm87vkFwHI .container-wrapper {
    padding: 0;
  }
}
.cid-vm87vkFwHI .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vm87vkFwHI .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vm87vkFwHI .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vm87vkFwHI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vm87vkFwHI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm87vkFwHI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm87vkFwHI .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vm87vkFwHI .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vm87vkFwHI .mbr-section-title,
.cid-vm87vkFwHI .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm87vkFwHI .mbr-text,
.cid-vm87vkFwHI .text-wrapper {
  color: #d7ff00;
  text-align: center;
}
.cid-vm1RrNMy2r {
  background-color: #000000;
}
.cid-vm1RrNMy2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1RrNMy2r .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-vm1RrNMy2r .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-vm1RrNMy2r .card1 {
    margin-top: 20rem;
  }
  .cid-vm1RrNMy2r .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-vm1RrNMy2r .card1,
  .cid-vm1RrNMy2r .card2 {
    margin-bottom: 4rem;
  }
}
.cid-vm1RrNMy2r .item {
  border-bottom: 1px solid #d7ff00;
  max-width: 555px;
}
.cid-vm1RrNMy2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1RrNMy2r .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vm1RrNMy2r .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-vm1RrNMy2r .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-vm1RrNMy2r .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-vm1RrNMy2r .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #d7ff00;
}
@media (max-width: 991px) {
  .cid-vm1RrNMy2r .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vm1RrNMy2r .image-wrapper {
    padding: 1rem;
  }
}
.cid-vm1RrNMy2r .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vm1RrNMy2r .mbr-text,
.cid-vm1RrNMy2r .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vm1RrNMy2r .mbr-item-title {
  color: #d7ff00;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkSKTZ089d {
  z-index: 1000;
  width: 100%;
}
.cid-vkSKTZ089d nav.navbar {
  position: fixed;
}
.cid-vkSKTZ089d .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkSKTZ089d .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkSKTZ089d .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vkSKTZ089d .dropdown-item:hover,
.cid-vkSKTZ089d .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vkSKTZ089d .dropdown-item:hover span {
  color: white;
}
.cid-vkSKTZ089d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkSKTZ089d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkSKTZ089d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkSKTZ089d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkSKTZ089d .nav-link {
  position: relative;
}
.cid-vkSKTZ089d .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vkSKTZ089d .container {
    flex-wrap: nowrap;
  }
}
.cid-vkSKTZ089d .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkSKTZ089d .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkSKTZ089d .dropdown-menu,
.cid-vkSKTZ089d .navbar.opened {
  background: #000000 !important;
}
.cid-vkSKTZ089d .nav-item:focus,
.cid-vkSKTZ089d .nav-link:focus {
  outline: none;
}
.cid-vkSKTZ089d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkSKTZ089d .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkSKTZ089d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkSKTZ089d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkSKTZ089d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkSKTZ089d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkSKTZ089d .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vkSKTZ089d .navbar.opened {
  transition: all 0.3s;
}
.cid-vkSKTZ089d .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkSKTZ089d .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkSKTZ089d .navbar .navbar-logo img {
  width: auto;
}
.cid-vkSKTZ089d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkSKTZ089d .navbar.collapsed {
  justify-content: center;
}
.cid-vkSKTZ089d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkSKTZ089d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkSKTZ089d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vkSKTZ089d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkSKTZ089d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkSKTZ089d .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: 41%;
}
.cid-vkSKTZ089d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkSKTZ089d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkSKTZ089d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkSKTZ089d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkSKTZ089d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkSKTZ089d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkSKTZ089d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkSKTZ089d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkSKTZ089d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkSKTZ089d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkSKTZ089d .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vkSKTZ089d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkSKTZ089d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkSKTZ089d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkSKTZ089d .navbar.navbar-short {
  min-height: 87px;
}
.cid-vkSKTZ089d .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vkSKTZ089d .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkSKTZ089d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkSKTZ089d .navbar-brand .navbar-caption:hover,
.cid-vkSKTZ089d .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vkSKTZ089d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkSKTZ089d .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkSKTZ089d .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vkSKTZ089d .dropdown-item.active,
.cid-vkSKTZ089d .dropdown-item:active {
  background-color: transparent;
}
.cid-vkSKTZ089d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkSKTZ089d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkSKTZ089d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkSKTZ089d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkSKTZ089d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkSKTZ089d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkSKTZ089d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkSKTZ089d ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkSKTZ089d ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkSKTZ089d .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkSKTZ089d .navbar-buttons {
    text-align: left;
  }
}
.cid-vkSKTZ089d .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkSKTZ089d .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkSKTZ089d button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkSKTZ089d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vkSKTZ089d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkSKTZ089d button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkSKTZ089d button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkSKTZ089d button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkSKTZ089d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkSKTZ089d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkSKTZ089d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkSKTZ089d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkSKTZ089d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkSKTZ089d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkSKTZ089d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkSKTZ089d .navbar {
    height: 87px;
  }
  .cid-vkSKTZ089d .navbar.opened {
    height: auto;
  }
  .cid-vkSKTZ089d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkSKTZ089d .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkSKTZ089d .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vkSKTZ089d .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkSKTZ089d .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vkSKTZ089d .nav-item .nav-link:hover,
.cid-vkSKTZ089d .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vkSKTZ089d .nav-item .nav-link:hover::after,
.cid-vkSKTZ089d .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkSKTZ089d .nav-item .nav-link:hover::before,
.cid-vkSKTZ089d .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vkSKTZ089d .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkSKTZ089d .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkSKTZ089d .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkSKTZ089d .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkSKTZ089d .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkSKTZ089d .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkSKTZ089d .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkSKTZ089d .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkSKTZ089d .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkSKTZ089d .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkSKTZ089d .content-wrap {
  min-height: 87px;
}
.cid-vkSKTWYlNi {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkSKTWYlNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSKTWYlNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSKTWYlNi .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkSKTWYlNi .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkSKTWYlNi .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkSKTWYlNi .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkSKTWYlNi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkSKTWYlNi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkSKTWYlNi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkSKTWYlNi .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkSKTWYlNi .mbr-section-title {
  color: #ffffff;
}
.cid-vkSKTWYlNi .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkSKTWYlNi .mbr-text,
.cid-vkSKTWYlNi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkSKTWYlNi .mbr-section-title,
.cid-vkSKTWYlNi .mbr-section-btn {
  text-align: center;
}
.cid-vkSKTY8aF8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vkSKTY8aF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSKTY8aF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSKTY8aF8 .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-vkSKTY8aF8 .section-border-item_center {
    display: none;
  }
}
.cid-vkSKTY8aF8 .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .cid-vkSKTY8aF8 .main-container {
    flex-wrap: wrap;
  }
}
.cid-vkSKTY8aF8 .card-wrap {
  width: 80%;
}
@media (max-width: 991px) {
  .cid-vkSKTY8aF8 .card-wrap {
    width: 100%;
  }
}
.cid-vkSKTY8aF8 .card-box {
  width: 100%;
  padding-right: 2vw;
}
@media (max-width: 991px) {
  .cid-vkSKTY8aF8 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vkSKTY8aF8 .card-box {
    max-width: 100%;
  }
}
.cid-vkSKTY8aF8 .card-title {
  color: #d7ff00;
}
.cid-vkSKTY8aF8 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vkSKTY8aF8 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vkSKTY8aF8 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vkSKTY8aF8 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-vkSKTY8aF8 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-vkSKTY8aF8 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vkSKTY8aF8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-vkSKTY8aF8 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-vkSKTY8aF8 .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-vkSKTY8aF8 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vkSKTY8aF8 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-vkSKTY8aF8 .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-vkSKTY8aF8 .image-wrapper {
    position: top;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .cid-vkSKTY8aF8 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-vkSKTY8aF8 .img-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-vkSKTY8aF8 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-vkSKTY8aF8 .mbr-text,
.cid-vkSKTY8aF8 .mbr-section-btn {
  text-align: justify;
}
.cid-vmRp8SomMS {
  padding-top: 3rem;
  padding-bottom: -5rem;
  background-color: #ffffff;
}
.cid-vmRp8SomMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRp8SomMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRp8SomMS .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-vmRp8SomMS .container {
    padding: 10px 8px;
  }
}
.cid-vmRp8SomMS .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #ffffff;
  padding: 10px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-vmRp8SomMS .row {
    padding: 50px 10px;
  }
}
.cid-vmRp8SomMS .row .card {
  padding: 0;
}
.cid-vmRp8SomMS .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vmRp8SomMS .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-vmRp8SomMS .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-vmRp8SomMS .mbr-section-title span {
  opacity: .5;
}
.cid-vm7WttUj2B {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vm7WttUj2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm7WttUj2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm7WttUj2B .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-vm7WttUj2B .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-vm7WttUj2B .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-vm7WttUj2B .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vm7WttUj2B .mbr-section-btn .btn {
  margin-top: 100px;
  margin-bottom: 0;
}
.cid-vm7WttUj2B .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-vm7WttUj2B .col-img {
    display: none;
  }
}
.cid-vm7WttUj2B .img-wrap {
  width: 100%;
  border: 3px solid #d7ff00;
  background-color: #d7ff00;
  border-radius: 20px 20px 20px 20px;
}
.cid-vm7WttUj2B .img-wrap .img-box {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vm7WttUj2B .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-vm7WttUj2B .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vm7WttUj2B .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-vm7WttUj2B .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-vm7WttUj2B .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-vm7WttUj2B .panel-group {
  border: none;
  border-top: 1px solid #000000;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .cid-vm7WttUj2B .panel-group {
    margin-top: 0;
  }
}
.cid-vm7WttUj2B .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-vm7WttUj2B .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vm7WttUj2B .card-header {
    padding: 8px 0;
  }
}
.cid-vm7WttUj2B .card-header:hover .mbr-iconfont {
  color: #000000;
}
.cid-vm7WttUj2B .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-vm7WttUj2B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-vm7WttUj2B .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vm7WttUj2B .panel-title-edit {
  color: #000000;
}
.cid-vm7WttUj2B .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-vm7WttUj2B .panel-body {
    padding: 0 0 24px;
  }
}
.cid-vm7WttUj2B .panel-text {
  color: #353535;
  margin: 0;
}
.cid-vm7WttUj2B .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vkSKU1utNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkSKU1utNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSKU1utNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSKU1utNr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .container {
    padding: 0 26px;
  }
}
.cid-vkSKU1utNr .row {
  justify-content: center;
}
.cid-vkSKU1utNr .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkSKU1utNr .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkSKU1utNr .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkSKU1utNr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkSKU1utNr .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkSKU1utNr .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkSKU1utNr .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkSKU1utNr .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkSKU1utNr .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-vkSKU1utNr .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkSKU1utNr .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkSKU1utNr .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkSKU1utNr .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkSKU1utNr .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkSKU1utNr .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkSKU1utNr .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-vkSKU1utNr .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkSKU1utNr .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkSKU1utNr .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkSKU1utNr .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkSKU1utNr .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkSKU1utNr .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkSKU1utNr .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkSKU1utNr .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkSKU1utNr .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkSKU1utNr .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-vkSKU1utNr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkSKU1utNr .mbr-section-title {
  color: #ffffff;
}
.cid-vkSKU1utNr .mbr-text {
  color: #ffffff;
}
.cid-vkSKU1utNr .list {
  color: #ffffff;
}
.cid-vkSKU1utNr .list,
.cid-vkSKU1utNr .nav-wrapper,
.cid-vkSKU1utNr .social-wrapper {
  text-align: right;
}
.cid-vkSKU1utNr .list,
.cid-vkSKU1utNr .item-wrap,
.cid-vkSKU1utNr .social-wrapper {
  text-align: left;
}
.cid-vkSKU1utNr .list,
.cid-vkSKU1utNr .item-wrap,
.cid-vkSKU1utNr .nav-wrapper,
.cid-vkSKU1utNr .social-wrapper {
  text-align: left;
}
.cid-vkTS2QzCRQ {
  z-index: 1000;
  width: 100%;
}
.cid-vkTS2QzCRQ nav.navbar {
  position: fixed;
}
.cid-vkTS2QzCRQ .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkTS2QzCRQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkTS2QzCRQ .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vkTS2QzCRQ .dropdown-item:hover,
.cid-vkTS2QzCRQ .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vkTS2QzCRQ .dropdown-item:hover span {
  color: white;
}
.cid-vkTS2QzCRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkTS2QzCRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkTS2QzCRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkTS2QzCRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkTS2QzCRQ .nav-link {
  position: relative;
}
.cid-vkTS2QzCRQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vkTS2QzCRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vkTS2QzCRQ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkTS2QzCRQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkTS2QzCRQ .dropdown-menu,
.cid-vkTS2QzCRQ .navbar.opened {
  background: #000000 !important;
}
.cid-vkTS2QzCRQ .nav-item:focus,
.cid-vkTS2QzCRQ .nav-link:focus {
  outline: none;
}
.cid-vkTS2QzCRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkTS2QzCRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkTS2QzCRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkTS2QzCRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkTS2QzCRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkTS2QzCRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkTS2QzCRQ .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vkTS2QzCRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vkTS2QzCRQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkTS2QzCRQ .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkTS2QzCRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vkTS2QzCRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkTS2QzCRQ .navbar.collapsed {
  justify-content: center;
}
.cid-vkTS2QzCRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkTS2QzCRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkTS2QzCRQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vkTS2QzCRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkTS2QzCRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkTS2QzCRQ .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: 41%;
}
.cid-vkTS2QzCRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkTS2QzCRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkTS2QzCRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkTS2QzCRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkTS2QzCRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkTS2QzCRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkTS2QzCRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkTS2QzCRQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkTS2QzCRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkTS2QzCRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkTS2QzCRQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vkTS2QzCRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkTS2QzCRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkTS2QzCRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkTS2QzCRQ .navbar.navbar-short {
  min-height: 87px;
}
.cid-vkTS2QzCRQ .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vkTS2QzCRQ .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkTS2QzCRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkTS2QzCRQ .navbar-brand .navbar-caption:hover,
.cid-vkTS2QzCRQ .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vkTS2QzCRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkTS2QzCRQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkTS2QzCRQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vkTS2QzCRQ .dropdown-item.active,
.cid-vkTS2QzCRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vkTS2QzCRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkTS2QzCRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkTS2QzCRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkTS2QzCRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkTS2QzCRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkTS2QzCRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkTS2QzCRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkTS2QzCRQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkTS2QzCRQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkTS2QzCRQ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkTS2QzCRQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vkTS2QzCRQ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkTS2QzCRQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkTS2QzCRQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkTS2QzCRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vkTS2QzCRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkTS2QzCRQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkTS2QzCRQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkTS2QzCRQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkTS2QzCRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkTS2QzCRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkTS2QzCRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkTS2QzCRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkTS2QzCRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkTS2QzCRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkTS2QzCRQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkTS2QzCRQ .navbar {
    height: 87px;
  }
  .cid-vkTS2QzCRQ .navbar.opened {
    height: auto;
  }
  .cid-vkTS2QzCRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkTS2QzCRQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkTS2QzCRQ .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vkTS2QzCRQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkTS2QzCRQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vkTS2QzCRQ .nav-item .nav-link:hover,
.cid-vkTS2QzCRQ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vkTS2QzCRQ .nav-item .nav-link:hover::after,
.cid-vkTS2QzCRQ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkTS2QzCRQ .nav-item .nav-link:hover::before,
.cid-vkTS2QzCRQ .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vkTS2QzCRQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkTS2QzCRQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkTS2QzCRQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkTS2QzCRQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkTS2QzCRQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkTS2QzCRQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkTS2QzCRQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkTS2QzCRQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkTS2QzCRQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkTS2QzCRQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkTS2QzCRQ .content-wrap {
  min-height: 87px;
}
.cid-vkTS2SSqfj {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkTS2SSqfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTS2SSqfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTS2SSqfj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkTS2SSqfj .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkTS2SSqfj .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTS2SSqfj .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkTS2SSqfj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkTS2SSqfj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkTS2SSqfj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkTS2SSqfj .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkTS2SSqfj .mbr-section-title {
  color: #ffffff;
}
.cid-vkTS2SSqfj .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkTS2SSqfj .mbr-text,
.cid-vkTS2SSqfj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkTS2SSqfj .mbr-section-title,
.cid-vkTS2SSqfj .mbr-section-btn {
  text-align: center;
}
.cid-vkTTjkK7Nj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkTTjkK7Nj input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vkTTjkK7Nj input:hover {
  border: none !important;
}
@media (min-width: 1400px) {
  .cid-vkTTjkK7Nj .display-2 {
    font-size: 7.5rem;
  }
}
.cid-vkTTjkK7Nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTTjkK7Nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTTjkK7Nj .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vkTTjkK7Nj .number {
  color: #ffee00;
  white-space: nowrap;
}
.cid-vkTTjkK7Nj .row {
  justify-content: center;
}
.cid-vkTTjkK7Nj .period {
  display: block;
}
.cid-vkTTjkK7Nj .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vkTTjkK7Nj .period {
    font-size: 0.8rem;
  }
}
.cid-vkTTjkK7Nj .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vkTTjkK7Nj .btn {
    margin-left: 0.625rem;
  }
}
.cid-vkTTjkK7Nj .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vkTTjkK7Nj .mbr-section-btn .btn {
  width: auto;
}
.cid-vkTTjkK7Nj .justify-content-center {
  align-items: center;
}
.cid-vkTTjkK7Nj .mbr-section-title {
  color: #ffffff;
}
.cid-vkTTjkK7Nj .mbr-section-subtitle,
.cid-vkTTjkK7Nj .mbr-text {
  color: #ffffff;
}
.cid-vm87A92Tyn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vm87A92Tyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm87A92Tyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm87A92Tyn .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vm87A92Tyn .container-wrapper {
    padding: 0;
  }
}
.cid-vm87A92Tyn .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vm87A92Tyn .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vm87A92Tyn .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vm87A92Tyn .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vm87A92Tyn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm87A92Tyn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm87A92Tyn .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vm87A92Tyn .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vm87A92Tyn .mbr-section-title,
.cid-vm87A92Tyn .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm87A92Tyn .mbr-text,
.cid-vm87A92Tyn .text-wrapper {
  color: #ffee00;
  text-align: center;
}
.cid-vkTURbrY6a {
  background-color: #000000;
}
.cid-vkTURbrY6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTURbrY6a .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-vkTURbrY6a .card-margin {
    margin-top: -1px;
  }
}
@media (min-width: 992px) {
  .cid-vkTURbrY6a .card1 {
    margin-top: 20rem;
  }
  .cid-vkTURbrY6a .card2 {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .cid-vkTURbrY6a .card1,
  .cid-vkTURbrY6a .card2 {
    margin-bottom: 4rem;
  }
}
.cid-vkTURbrY6a .item {
  border-bottom: 1px solid #d7ff00;
  max-width: 555px;
}
.cid-vkTURbrY6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTURbrY6a .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vkTURbrY6a .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-vkTURbrY6a .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-vkTURbrY6a .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-vkTURbrY6a .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #ffee00;
}
@media (max-width: 991px) {
  .cid-vkTURbrY6a .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vkTURbrY6a .image-wrapper {
    padding: 1rem;
  }
}
.cid-vkTURbrY6a .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vkTURbrY6a .mbr-text,
.cid-vkTURbrY6a .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-vkTURbrY6a .mbr-item-title {
  color: #ffee00;
}
.cid-vm1ORf0gtZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vm1ORf0gtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm1ORf0gtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm1ORf0gtZ .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vm1ORf0gtZ .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vm1ORf0gtZ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vm1ORf0gtZ .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vm1ORf0gtZ .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vm1ORf0gtZ .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm1ORf0gtZ .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm1ORf0gtZ .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vm1ORf0gtZ .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vm1ORf0gtZ .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vm1ORf0gtZ .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vm1ORf0gtZ .item .item-wrapper {
  height: 100%;
  background-color: #ffee00;
  padding: 8px;
}
.cid-vm1ORf0gtZ .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vm1ORf0gtZ .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm1ORf0gtZ .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vm1ORf0gtZ .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vm1ORf0gtZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vm1ORf0gtZ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vm1ORf0gtZ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vm1ORf0gtZ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vm1ORf0gtZ .mbr-label,
.cid-vm1ORf0gtZ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm1ORf0gtZ .mbr-section-title {
  color: #000000;
}
.cid-vm1ORf0gtZ .mbr-text,
.cid-vm1ORf0gtZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vm1ORf0gtZ .item-title {
  color: #000000;
}
.cid-vm1ORf0gtZ .item-text {
  color: #4f4f4f;
  text-align: center;
}
.cid-vm1ORf0gtZ .mbr-section-title,
.cid-vm1ORf0gtZ .main-btn {
  text-align: center;
  color: #ffee00;
}
.cid-vm1ORf0gtZ .item-title,
.cid-vm1ORf0gtZ .item-img,
.cid-vm1ORf0gtZ .btn-item {
  text-align: center;
}
.cid-vkTS2UmtVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkTS2UmtVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTS2UmtVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTS2UmtVu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .container {
    padding: 0 26px;
  }
}
.cid-vkTS2UmtVu .row {
  justify-content: center;
}
.cid-vkTS2UmtVu .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTS2UmtVu .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTS2UmtVu .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkTS2UmtVu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkTS2UmtVu .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkTS2UmtVu .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTS2UmtVu .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkTS2UmtVu .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkTS2UmtVu .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-vkTS2UmtVu .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkTS2UmtVu .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkTS2UmtVu .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkTS2UmtVu .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkTS2UmtVu .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTS2UmtVu .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkTS2UmtVu .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-vkTS2UmtVu .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkTS2UmtVu .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkTS2UmtVu .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkTS2UmtVu .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkTS2UmtVu .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkTS2UmtVu .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkTS2UmtVu .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkTS2UmtVu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkTS2UmtVu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkTS2UmtVu .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-vkTS2UmtVu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkTS2UmtVu .mbr-section-title {
  color: #ffffff;
}
.cid-vkTS2UmtVu .mbr-text {
  color: #ffffff;
}
.cid-vkTS2UmtVu .list {
  color: #ffffff;
}
.cid-vkTS2UmtVu .list,
.cid-vkTS2UmtVu .nav-wrapper,
.cid-vkTS2UmtVu .social-wrapper {
  text-align: right;
}
.cid-vkTS2UmtVu .list,
.cid-vkTS2UmtVu .item-wrap,
.cid-vkTS2UmtVu .social-wrapper {
  text-align: left;
}
.cid-vkTS2UmtVu .list,
.cid-vkTS2UmtVu .item-wrap,
.cid-vkTS2UmtVu .nav-wrapper,
.cid-vkTS2UmtVu .social-wrapper {
  text-align: left;
}
.cid-vkTXtaurMr {
  z-index: 1000;
  width: 100%;
}
.cid-vkTXtaurMr nav.navbar {
  position: fixed;
}
.cid-vkTXtaurMr .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkTXtaurMr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkTXtaurMr .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vkTXtaurMr .dropdown-item:hover,
.cid-vkTXtaurMr .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vkTXtaurMr .dropdown-item:hover span {
  color: white;
}
.cid-vkTXtaurMr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkTXtaurMr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkTXtaurMr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkTXtaurMr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vkTXtaurMr .nav-link {
  position: relative;
}
.cid-vkTXtaurMr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vkTXtaurMr .container {
    flex-wrap: nowrap;
  }
}
.cid-vkTXtaurMr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkTXtaurMr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vkTXtaurMr .dropdown-menu,
.cid-vkTXtaurMr .navbar.opened {
  background: #000000 !important;
}
.cid-vkTXtaurMr .nav-item:focus,
.cid-vkTXtaurMr .nav-link:focus {
  outline: none;
}
.cid-vkTXtaurMr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkTXtaurMr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkTXtaurMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkTXtaurMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkTXtaurMr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkTXtaurMr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkTXtaurMr .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vkTXtaurMr .navbar.opened {
  transition: all 0.3s;
}
.cid-vkTXtaurMr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkTXtaurMr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vkTXtaurMr .navbar .navbar-logo img {
  width: auto;
}
.cid-vkTXtaurMr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkTXtaurMr .navbar.collapsed {
  justify-content: center;
}
.cid-vkTXtaurMr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkTXtaurMr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkTXtaurMr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vkTXtaurMr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkTXtaurMr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkTXtaurMr .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: 41%;
}
.cid-vkTXtaurMr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkTXtaurMr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkTXtaurMr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkTXtaurMr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkTXtaurMr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkTXtaurMr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkTXtaurMr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkTXtaurMr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkTXtaurMr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkTXtaurMr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkTXtaurMr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vkTXtaurMr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkTXtaurMr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkTXtaurMr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkTXtaurMr .navbar.navbar-short {
  min-height: 87px;
}
.cid-vkTXtaurMr .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vkTXtaurMr .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vkTXtaurMr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vkTXtaurMr .navbar-brand .navbar-caption:hover,
.cid-vkTXtaurMr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vkTXtaurMr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkTXtaurMr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkTXtaurMr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vkTXtaurMr .dropdown-item.active,
.cid-vkTXtaurMr .dropdown-item:active {
  background-color: transparent;
}
.cid-vkTXtaurMr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkTXtaurMr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkTXtaurMr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkTXtaurMr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkTXtaurMr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkTXtaurMr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkTXtaurMr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkTXtaurMr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkTXtaurMr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkTXtaurMr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vkTXtaurMr .navbar-buttons {
    text-align: left;
  }
}
.cid-vkTXtaurMr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vkTXtaurMr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkTXtaurMr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkTXtaurMr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vkTXtaurMr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkTXtaurMr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkTXtaurMr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkTXtaurMr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkTXtaurMr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkTXtaurMr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkTXtaurMr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkTXtaurMr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkTXtaurMr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkTXtaurMr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkTXtaurMr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkTXtaurMr .navbar {
    height: 87px;
  }
  .cid-vkTXtaurMr .navbar.opened {
    height: auto;
  }
  .cid-vkTXtaurMr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkTXtaurMr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkTXtaurMr .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vkTXtaurMr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vkTXtaurMr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vkTXtaurMr .nav-item .nav-link:hover,
.cid-vkTXtaurMr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vkTXtaurMr .nav-item .nav-link:hover::after,
.cid-vkTXtaurMr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkTXtaurMr .nav-item .nav-link:hover::before,
.cid-vkTXtaurMr .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vkTXtaurMr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkTXtaurMr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkTXtaurMr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkTXtaurMr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkTXtaurMr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkTXtaurMr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkTXtaurMr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkTXtaurMr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkTXtaurMr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkTXtaurMr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vkTXtaurMr .content-wrap {
  min-height: 87px;
}
.cid-vkTXtbYGeK {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkTXtbYGeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTXtbYGeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTXtbYGeK .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkTXtbYGeK .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vkTXtbYGeK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTXtbYGeK .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vkTXtbYGeK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkTXtbYGeK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkTXtbYGeK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkTXtbYGeK .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkTXtbYGeK .mbr-section-title {
  color: #ffffff;
}
.cid-vkTXtbYGeK .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vkTXtbYGeK .mbr-text,
.cid-vkTXtbYGeK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkTXtbYGeK .mbr-section-title,
.cid-vkTXtbYGeK .mbr-section-btn {
  text-align: center;
}
.cid-vm0B8YQmp7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vm0B8YQmp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm0B8YQmp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm0B8YQmp7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vm0B8YQmp7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vm0B8YQmp7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vm0B8YQmp7 .container {
    padding: 0 20px;
  }
}
.cid-vm0B8YQmp7 .row {
  justify-content: center;
}
.cid-vm0B8YQmp7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vm0B8YQmp7 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vm0B8YQmp7 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-vm0B8YQmp7 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vm0B8YQmp7 .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 32px;
}
.cid-vm0B8YQmp7 .card-wrapper .card-wrap .mbr-price {
  margin-bottom: 32px;
}
.cid-vm0B8YQmp7 .card-wrapper .card-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vm0B8YQmp7 .card-wrapper .card-wrap .list .item-wrap {
  padding: 16px 0;
  border-bottom: 1px solid #d7d7d7;
}
.cid-vm0B8YQmp7 .card-wrapper .card-wrap .list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vm0B8YQmp7 .card-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vm0B8YQmp7 .card-wrapper .mbr-section-btn {
    margin-top: 34px;
  }
}
.cid-vm0B8YQmp7 .mbr-section-title {
  color: #1d1d1d;
}
.cid-vm0B8YQmp7 .mbr-card-title {
  color: #1d1d1d;
}
.cid-vm0B8YQmp7 .mbr-card-title,
.cid-vm0B8YQmp7 .mbr-section-btn {
  text-align: center;
}
.cid-vm0B8YQmp7 .mbr-price {
  color: #1d1d1d;
  text-align: center;
}
.cid-vm0B8YQmp7 .list,
.cid-vm0B8YQmp7 .list-wrap {
  color: #1d1d1d;
  text-align: center;
}
.cid-vmiu3lHzFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmiu3lHzFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmiu3lHzFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmiu3lHzFs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vmiu3lHzFs .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vmiu3lHzFs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vmiu3lHzFs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vmiu3lHzFs .container {
    padding: 0 24px;
  }
}
.cid-vmiu3lHzFs .row {
  justify-content: center;
}
.cid-vmiu3lHzFs .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-vmiu3lHzFs .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vmiu3lHzFs .title-wrapper {
    padding-right: 0;
  }
}
.cid-vmiu3lHzFs .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #d7ff00;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #d7ff00;
}
.cid-vmiu3lHzFs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmiu3lHzFs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vmiu3lHzFs .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-vmiu3lHzFs .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vmiu3lHzFs .text-wrapper {
    padding-left: 0;
  }
}
.cid-vmiu3lHzFs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmiu3lHzFs .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-vmiu3lHzFs .text-wrapper .mbr-text:nth-child(2) {
  opacity: 1;
}
.cid-vmiu3lHzFs .mbr-section-title {
  color: #000000;
}
.cid-vmiu3lHzFs .mbr-desc {
  color: #18212d;
}
.cid-vmiu3lHzFs .mbr-text {
  color: #000000;
}
.cid-vmiu3lHzFs .mbr-desc,
.cid-vmiu3lHzFs .desc-wrapper {
  color: #000000;
}
.cid-vkTXteeCCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkTXteeCCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTXteeCCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTXteeCCm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .container {
    padding: 0 26px;
  }
}
.cid-vkTXteeCCm .row {
  justify-content: center;
}
.cid-vkTXteeCCm .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTXteeCCm .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTXteeCCm .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkTXteeCCm .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkTXteeCCm .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkTXteeCCm .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTXteeCCm .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkTXteeCCm .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkTXteeCCm .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-vkTXteeCCm .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkTXteeCCm .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkTXteeCCm .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkTXteeCCm .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkTXteeCCm .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkTXteeCCm .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkTXteeCCm .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-vkTXteeCCm .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkTXteeCCm .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkTXteeCCm .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkTXteeCCm .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkTXteeCCm .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkTXteeCCm .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkTXteeCCm .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkTXteeCCm .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkTXteeCCm .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkTXteeCCm .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-vkTXteeCCm .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkTXteeCCm .mbr-section-title {
  color: #ffffff;
}
.cid-vkTXteeCCm .mbr-text {
  color: #ffffff;
}
.cid-vkTXteeCCm .list {
  color: #ffffff;
}
.cid-vkTXteeCCm .list,
.cid-vkTXteeCCm .nav-wrapper,
.cid-vkTXteeCCm .social-wrapper {
  text-align: right;
}
.cid-vkTXteeCCm .list,
.cid-vkTXteeCCm .item-wrap,
.cid-vkTXteeCCm .social-wrapper {
  text-align: left;
}
.cid-vkTXteeCCm .list,
.cid-vkTXteeCCm .item-wrap,
.cid-vkTXteeCCm .nav-wrapper,
.cid-vkTXteeCCm .social-wrapper {
  text-align: left;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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: 41%;
}
.cid-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee00;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vmd1h1LgYW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmd1h1LgYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmd1h1LgYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmd1h1LgYW .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vmd1h1LgYW .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vmd1h1LgYW .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmd1h1LgYW .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #8c8c8c 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vmd1h1LgYW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmd1h1LgYW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmd1h1LgYW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmd1h1LgYW .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vmd1h1LgYW .mbr-section-title {
  color: #ffffff;
}
.cid-vmd1h1LgYW .mbr-section-subtitle {
  color: #d7ff00;
  text-align: center;
}
.cid-vmd1h1LgYW .mbr-text,
.cid-vmd1h1LgYW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmd1h1LgYW .mbr-section-title,
.cid-vmd1h1LgYW .mbr-section-btn {
  text-align: center;
}
.cid-vmdlVtLHHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmdlVtLHHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmdlVtLHHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmdlVtLHHr .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vmdlVtLHHr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmdlVtLHHr .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vmdlVtLHHr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmdlVtLHHr .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vmdlVtLHHr .mbr-text {
  color: #ffffff;
}
.cid-vmdlVtLHHr .mbr-text,
.cid-vmdlVtLHHr .mbr-section-btn {
  text-align: center;
}
.cid-vmdn7Q5XmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmdn7Q5XmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmdn7Q5XmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmdn7Q5XmT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vmdn7Q5XmT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vmdn7Q5XmT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vmdn7Q5XmT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vmdn7Q5XmT .container {
    padding: 0 24px;
  }
}
.cid-vmdn7Q5XmT .row {
  justify-content: center;
}
.cid-vmdn7Q5XmT .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-vmdn7Q5XmT .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vmdn7Q5XmT .title-wrapper {
    padding-right: 0;
  }
}
.cid-vmdn7Q5XmT .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #d7ff00;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-vmdn7Q5XmT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmdn7Q5XmT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vmdn7Q5XmT .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-vmdn7Q5XmT .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vmdn7Q5XmT .text-wrapper {
    padding-left: 0;
  }
}
.cid-vmdn7Q5XmT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmdn7Q5XmT .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-vmdn7Q5XmT .text-wrapper .mbr-text:nth-child(2) {
  opacity: 1;
}
.cid-vmdn7Q5XmT .mbr-section-title {
  color: #18212d;
}
.cid-vmdn7Q5XmT .mbr-desc {
  color: #18212d;
}
.cid-vmdn7Q5XmT .mbr-text {
  color: #171719;
}
.cid-vmdrpxwavJ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vmdrpxwavJ .mbr-text {
  color: #000000;
}
.cid-vmdrpxwavJ .mbr-section-subtitle {
  color: #f3f6f9;
  padding-left: 48px;
}
.cid-vmdrpxwavJ .mbr-section-title {
  color: #000000;
  padding-left: 48px;
}
.cid-vkAKNKDMou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKNKDMou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKNKDMou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKNKDMou .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .container {
    padding: 0 26px;
  }
}
.cid-vkAKNKDMou .row {
  justify-content: center;
}
.cid-vkAKNKDMou .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vkAKNKDMou .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAKNKDMou .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-vkAKNKDMou .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vkAKNKDMou .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-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vkAKNKDMou .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKNKDMou .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vkAKNKDMou .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-vkAKNKDMou .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-vkAKNKDMou .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vkAKNKDMou .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKNKDMou .mbr-text {
  color: #ffffff;
}
.cid-vkAKNKDMou .list {
  color: #ffffff;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: right;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
.cid-vkAKNKDMou .list,
.cid-vkAKNKDMou .item-wrap,
.cid-vkAKNKDMou .nav-wrapper,
.cid-vkAKNKDMou .social-wrapper {
  text-align: left;
}
