body {
  font-family: 'PT Sans', sans-serif;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #121212 !important;
}
.bg-success {
  background-color: #ff781f !important;
}
.bg-info {
  background-color: #df3b96 !important;
}
.bg-warning {
  background-color: #d1d1d1 !important;
}
.bg-danger {
  background-color: #ef3512 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dc493a !important;
  border-color: #dc493a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a2291d !important;
  border-color: #a2291d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a2291d !important;
  border-color: #a2291d !important;
}
.btn-info,
.btn-info:active {
  background-color: #df3b96 !important;
  border-color: #df3b96 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a81b69 !important;
  border-color: #a81b69 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a81b69 !important;
  border-color: #a81b69 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff781f !important;
  border-color: #ff781f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c74f00 !important;
  border-color: #c74f00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c74f00 !important;
  border-color: #c74f00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d1d1d1 !important;
  border-color: #d1d1d1 !important;
  color: #525252 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #525252 !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ef3512 !important;
  border-color: #ef3512 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a0220b !important;
  border-color: #a0220b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a0220b !important;
  border-color: #a0220b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #121212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #dc493a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a2291d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc493a !important;
  border-color: #dc493a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #df3b96;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a81b69 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #df3b96 !important;
  border-color: #df3b96 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #ff781f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74f00 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff781f !important;
  border-color: #ff781f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #d1d1d1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a6a6a6 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #525252 !important;
  background-color: #d1d1d1 !important;
  border-color: #d1d1d1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #ef3512;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a0220b !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ef3512 !important;
  border-color: #ef3512 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #121212 !important;
}
.text-secondary {
  color: #dc493a !important;
}
.text-success {
  color: #ff781f !important;
}
.text-info {
  color: #df3b96 !important;
}
.text-warning {
  color: #d1d1d1 !important;
}
.text-danger {
  color: #ef3512 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f0f0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #db4536 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff751a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #de3794 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cecece !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ec3310 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #121212;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #df3b96;
}
.alert-warning {
  background-color: #d1d1d1;
}
.alert-danger {
  background-color: #ef3512;
}
.mbr-gallery-filter li.active .btn {
  background-color: #121212;
  border-color: #121212;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #121212;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4c4c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff3eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fceaf4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcd8d1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #121212;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #121212;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #121212;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #121212;
  border-bottom-color: #121212;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #121212 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #dc493a !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='%23121212' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%23dc493a' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-veNw4U0o9m .navbar-dropdown {
  position: relative !important;
}
.cid-veNw4U0o9m .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-veNw4U0o9m .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veNw4U0o9m .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-veNw4U0o9m .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-veNw4U0o9m .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-veNw4U0o9m .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-veNw4U0o9m .dropdown-item:hover,
.cid-veNw4U0o9m .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-veNw4U0o9m .dropdown-item:hover span {
  color: white;
}
.cid-veNw4U0o9m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veNw4U0o9m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veNw4U0o9m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veNw4U0o9m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veNw4U0o9m .nav-link {
  position: relative;
}
.cid-veNw4U0o9m .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veNw4U0o9m .container {
    flex-wrap: nowrap;
  }
}
.cid-veNw4U0o9m .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veNw4U0o9m .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veNw4U0o9m .dropdown-menu,
.cid-veNw4U0o9m .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-veNw4U0o9m .nav-item:focus,
.cid-veNw4U0o9m .nav-link:focus {
  outline: none;
}
.cid-veNw4U0o9m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veNw4U0o9m .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-veNw4U0o9m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veNw4U0o9m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veNw4U0o9m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veNw4U0o9m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veNw4U0o9m .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNw4U0o9m .navbar.opened {
  transition: all 0.3s;
}
.cid-veNw4U0o9m .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-veNw4U0o9m .navbar .navbar-logo img {
  width: auto;
}
.cid-veNw4U0o9m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veNw4U0o9m .navbar.collapsed {
  justify-content: center;
}
.cid-veNw4U0o9m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veNw4U0o9m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veNw4U0o9m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veNw4U0o9m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veNw4U0o9m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veNw4U0o9m .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-veNw4U0o9m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veNw4U0o9m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veNw4U0o9m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veNw4U0o9m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veNw4U0o9m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veNw4U0o9m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veNw4U0o9m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veNw4U0o9m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veNw4U0o9m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veNw4U0o9m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veNw4U0o9m .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-veNw4U0o9m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-veNw4U0o9m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veNw4U0o9m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veNw4U0o9m .navbar.navbar-short {
  min-height: 96px;
}
.cid-veNw4U0o9m .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veNw4U0o9m .navbar-brand {
  min-height: 96px;
  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-veNw4U0o9m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veNw4U0o9m .navbar-brand .navbar-caption:hover,
.cid-veNw4U0o9m .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNw4U0o9m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veNw4U0o9m .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-veNw4U0o9m .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNw4U0o9m .dropdown-item.active,
.cid-veNw4U0o9m .dropdown-item:active {
  background-color: transparent;
}
.cid-veNw4U0o9m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veNw4U0o9m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veNw4U0o9m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veNw4U0o9m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-veNw4U0o9m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veNw4U0o9m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-veNw4U0o9m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNw4U0o9m ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veNw4U0o9m ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-veNw4U0o9m .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-veNw4U0o9m .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-veNw4U0o9m .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-veNw4U0o9m .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veNw4U0o9m 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: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNw4U0o9m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-veNw4U0o9m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veNw4U0o9m button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNw4U0o9m button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNw4U0o9m button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veNw4U0o9m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNw4U0o9m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veNw4U0o9m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veNw4U0o9m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNw4U0o9m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veNw4U0o9m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veNw4U0o9m .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-veNw4U0o9m .navbar {
    height: 70px;
  }
  .cid-veNw4U0o9m .navbar.opened {
    height: auto;
  }
  .cid-veNw4U0o9m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNw4U0o9m .navbar-nav {
  margin: 0 auto;
}
.cid-veNw4U0o9m .nav-item {
  padding: 0;
  margin: 0;
}
.cid-veNw4U0o9m .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-veNw4U0o9m .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veNw4U0o9m .nav-item .nav-link:hover,
.cid-veNw4U0o9m .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-veNw4U0o9m .nav-item .nav-link:hover::after,
.cid-veNw4U0o9m .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-veNw4U0o9m .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veNw4U0o9m .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-veNw4U0o9m .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-veNw4U0o9m .navbar {
    justify-content: flex-start !important;
  }
  .cid-veNw4U0o9m .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veNw4U0o9m .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veNw4U0o9m .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNw4U0o9m .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veNw4U0o9m .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-veNw4U0o9m .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-veNw4U0o9m .content-wrap {
  min-height: 110px;
}
.cid-sCnmZWoQrk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-sCnmZWoQrk .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sCnmZWoQrk .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-sCnmZWoQrk .mbr-text {
  margin-bottom: 2rem;
}
.cid-sCnmZWoQrk .image-wrapper,
.cid-sCnmZWoQrk img {
  width: 100%;
}
.cid-sCnmZWoQrk .image-wrapper {
  overflow: hidden;
}
.cid-sCnmZWoQrk .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmZWoQrk .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-sCnmZWoQrk .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sCnmZWoQrk .row {
    flex-direction: column-reverse;
  }
  .cid-sCnmZWoQrk .content_box,
  .cid-sCnmZWoQrk .mbr-text {
    padding: 0;
  }
  .cid-sCnmZWoQrk .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sCnmZWoQrk .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-sCnmZWoQrk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCnmZWoQrk .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-sCnmZWoQrk .mbr-text,
.cid-sCnmZWoQrk .linkBtn {
  color: #ffffff;
}
.cid-veNyijz0OO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNyijz0OO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNyijz0OO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNyijz0OO .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #d1d1d1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veNyijz0OO .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-veNyijz0OO .card {
  justify-content: center;
}
.cid-veNyijz0OO .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veNyijz0OO .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-veNyijz0OO .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veNyijz0OO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-veNyijz0OO .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNyijz0OO .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-veNyijz0OO .list-wrapper .list .item-wrap::marker {
  color: #d1d1d1;
}
.cid-veNyijz0OO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veNyijz0OO .mbr-section-title {
  color: #000000;
}
.cid-veNyijz0OO .mbr-number {
  color: #ffffff;
}
.cid-veNyijz0OO .list {
  color: #000000;
}
.cid-veNyijz0OO .list,
.cid-veNyijz0OO .item-wrap {
  color: #ffffff;
}
.cid-veNy5SnSSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNy5SnSSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNy5SnSSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNy5SnSSc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNy5SnSSc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNy5SnSSc .container {
    padding: 0 12px;
  }
}
.cid-veNy5SnSSc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veNy5SnSSc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veNy5SnSSc .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNy5SnSSc .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-veNy5SnSSc .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veNy5SnSSc .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-veNy5SnSSc .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-veNy5SnSSc .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-veNy5SnSSc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-veNy5SnSSc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-veNy5SnSSc .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veNy5SnSSc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veNy5SnSSc .mbr-section-subtitle {
  color: #222222;
}
.cid-veNy5SnSSc .mbr-text {
  color: #000000;
}
.cid-veNy5SnSSc .list {
  color: #222222;
}
.cid-veNymmivLs {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d7d1de;
}
.cid-veNymmivLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNymmivLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNymmivLs .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-veNymmivLs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNymmivLs .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-veNymmivLs .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNymmivLs .container {
    padding: 0 14px;
  }
}
.cid-veNymmivLs .row {
  justify-content: center;
}
.cid-veNymmivLs .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-veNymmivLs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veNymmivLs .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-veNymmivLs .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-veNymmivLs .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veNymmivLs .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-veNymmivLs .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-veNymmivLs .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-veNymmivLs .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-veNymmivLs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veNymmivLs .mbr-text_1 {
  color: #000000;
}
.cid-veNymmivLs .list {
  color: #01004c;
}
.cid-veNymmivLs .mbr-text_2 {
  color: #01004c;
}
.cid-sCnn7rBbfT {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-sCnn7rBbfT .main_header {
  margin-bottom: 8rem;
}
.cid-sCnn7rBbfT .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ffffff;
}
.cid-sCnn7rBbfT .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-sCnn7rBbfT .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-sCnn7rBbfT .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-sCnn7rBbfT .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ef3512;
}
.cid-sCnn7rBbfT .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-sCnn7rBbfT .card_item:nth-child(2) .square_fill {
  background-color: #ff781f;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sCnn7rBbfT .card_item:nth-child(3) .square_fill {
  background-color: #df3b96;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sCnn7rBbfT .card_item .card-box {
  border-left: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-sCnn7rBbfT .card_item:last-child .card-box {
  border-right: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-sCnn7rBbfT .card-box {
  height: 100%;
}
.cid-sCnn7rBbfT .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-sCnn7rBbfT .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sCnn7rBbfT .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sCnn7rBbfT .square_animation .square_null {
  z-index: 1;
  border: 1px solid white;
}
.cid-sCnn7rBbfT .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnn7rBbfT .card-title {
  margin-bottom: 1.75rem;
  color: #ffffff;
}
.cid-sCnn7rBbfT .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sCnn7rBbfT .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sCnn7rBbfT .item-wrapper {
    padding: 0;
  }
  .cid-sCnn7rBbfT .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-sCnn7rBbfT .main_header {
    margin-bottom: 4rem;
  }
  .cid-sCnn7rBbfT .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCnn7rBbfT .mbr-text {
    margin-top: .75rem;
  }
  .cid-sCnn7rBbfT .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sCnn7rBbfT .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sCnn7rBbfT .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-sCnn7rBbfT .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-sCnn7rBbfT .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sCnn7rBbfT .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnn7rBbfT .mbr-section-title {
  color: #ffffff;
}
.cid-sCnn7rBbfT .card-text,
.cid-sCnn7rBbfT .linkBtn {
  color: #d1d1d1;
}
.cid-veNy6WX4xD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-veNy6WX4xD .container {
    padding: 0 24px;
  }
}
.cid-veNy6WX4xD .card {
  justify-content: center;
}
.cid-veNy6WX4xD .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-veNy6WX4xD .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-veNy6WX4xD .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veNy6WX4xD .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veNy6WX4xD .text-wrapper {
  border-top: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veNy6WX4xD .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-veNy6WX4xD .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-veNy6WX4xD .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNy6WX4xD .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-veNy6WX4xD .mbr-section-title {
  color: #F9F6E0;
}
.cid-veNy6WX4xD .mbr-desc {
  color: #F9F6E0;
}
.cid-veNy6WX4xD .mbr-text {
  color: #ffffff;
}
.cid-veNy6WX4xD .mbr-section-btn {
  text-align: right;
}
.cid-veNy6WX4xD .mbr-section-title,
.cid-veNy6WX4xD .mbr-section-btn {
  color: #ffffff;
}
.cid-sCnnjGwVev {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1d1;
}
@media (min-width: 992px) {
  .cid-sCnnjGwVev .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sCnnjGwVev .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sCnnjGwVev .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-sCnnjGwVev .card_item .item-wrapper {
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-sCnnjGwVev .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(0, 0, 0, 0.5);
  }
}
.cid-sCnnjGwVev .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-sCnnjGwVev .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnnjGwVev .card-box:hover {
  transform: translateY(-3rem);
}
.cid-sCnnjGwVev .card-box:hover img {
  transform: scale(1.01);
}
.cid-sCnnjGwVev .card-title {
  margin-bottom: .75rem;
  color: #000000;
}
.cid-sCnnjGwVev .card-text {
  margin-bottom: 1.25rem;
}
.cid-sCnnjGwVev .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-sCnnjGwVev img,
.cid-sCnnjGwVev .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnnjGwVev .item:focus,
.cid-sCnnjGwVev span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-sCnnjGwVev .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-sCnnjGwVev .card-title {
    margin-bottom: .5rem;
  }
  .cid-sCnnjGwVev .card-text {
    margin-bottom: .75rem;
  }
  .cid-sCnnjGwVev .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-sCnnjGwVev .card-box:hover {
    transform: translateY(0);
  }
  .cid-sCnnjGwVev .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-sCnnjGwVev .card-box {
    padding: 0 0 1rem;
  }
}
.cid-sCnnjGwVev .card-text,
.cid-sCnnjGwVev .linkBtn {
  color: #d1d1d1;
}
.cid-veNDaSPqAg {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
.cid-veNDaSPqAg .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-veNDaSPqAg .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veNDaSPqAg .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-veNDaSPqAg .mbr-text {
    margin-top: .75rem;
  }
}
.cid-veNDaSPqAg .mbr-section-title {
  color: #ffffff;
}
.cid-veNB6N2oDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/unnamed-23.webp");
}
.cid-veNB6N2oDo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-veNB6N2oDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNB6N2oDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNB6N2oDo .content-wrap {
  justify-content: center;
}
.cid-veNB6N2oDo .card-wrapper {
  background-color: #d1d1d1;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-veNB6N2oDo .card-wrapper {
    display: block;
  }
}
.cid-veNB6N2oDo .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-veNB6N2oDo .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-veNB6N2oDo .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-veNB6N2oDo .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-veNB6N2oDo .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-veNB6N2oDo .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-veNB6N2oDo .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-veNB6N2oDo .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #000000;
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-veNB6N2oDo .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veNB6N2oDo .mbr-section-title {
  color: #000000;
}
.cid-veNB6N2oDo .panel-title-edit {
  color: #150764;
}
.cid-veNB6N2oDo .panel-text {
  color: #000000;
}
.cid-veNB6N2oDo .panel-title-edit,
.cid-veNB6N2oDo .icon-wrapper {
  color: #000000;
}
.cid-veNDx1XVgg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNDx1XVgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNDx1XVgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNDx1XVgg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNDx1XVgg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-veNDx1XVgg .container {
    padding: 0 25px;
  }
}
.cid-veNDx1XVgg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNDx1XVgg .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-veNDx1XVgg .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-veNDx1XVgg .image-wrapper img {
    height: 350px;
  }
}
.cid-veNDx1XVgg .content-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-veNDx1XVgg .content-wrapper {
    margin: 0;
  }
}
.cid-veNDx1XVgg .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-veNDx1XVgg .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-veNDx1XVgg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veNDx1XVgg .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veNDx1XVgg .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-veNDx1XVgg .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNDx1XVgg .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veNDx1XVgg .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNDx1XVgg .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-veNDx1XVgg .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-veNDx1XVgg .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-veNDx1XVgg .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNDx1XVgg .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-veNDx1XVgg .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-veNDx1XVgg .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-veNDx1XVgg .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-veNDx1XVgg .mbr-section-title {
  color: #2f2e30;
}
.cid-veNDx1XVgg .mbr-desc {
  color: #2f2e30;
}
.cid-veNDx1XVgg .mbr-text {
  color: #ffffff;
}
.cid-veNDx1XVgg .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-veNDx1XVgg .list {
  color: #2f2e30;
}
.cid-veNDx1XVgg .mbr-section-title,
.cid-veNDx1XVgg .mbr-section-btn {
  color: #ffffff;
}
.cid-veNDrwxaIQ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-veNDrwxaIQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1d1d1;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veNDrwxaIQ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNDrwxaIQ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veNDrwxaIQ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNDrwxaIQ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veNDrwxaIQ .mbr-text {
  color: #000000;
}
.cid-veNy8o9ct1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #d1d1d1;
}
.cid-veNy8o9ct1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNy8o9ct1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNy8o9ct1 .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #d1d1d1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNy8o9ct1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veNy8o9ct1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-veNy8o9ct1 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNy8o9ct1 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veNy8o9ct1 .google-map {
  height: 100%;
  position: relative;
}
.cid-veNy8o9ct1 .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veNy8o9ct1 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veNy8o9ct1 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veNy8o9ct1 .google-map[data-state] {
  background: #ffffff;
}
.cid-veNy8o9ct1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veNy8o9ct1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veNy8o9ct1 .content-head {
  max-width: 800px;
}
.cid-veNy8o9ct1 .mbr-section-title {
  color: #000000;
}
.cid-veNy8o9ct1 .cardTitle {
  color: #000000;
}
.cid-veNy8o9ct1 .list,
.cid-veNy8o9ct1 .item-wrap {
  color: #000000;
}
.cid-veNyAGb2S3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-veNyAGb2S3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNyAGb2S3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNyAGb2S3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNyAGb2S3 .container-fluid {
    padding: 0 30px;
  }
}
.cid-veNyAGb2S3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veNyAGb2S3 .container {
    padding: 0 30px;
  }
}
.cid-veNyAGb2S3 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-veNyAGb2S3 .contacts-wrapper,
.cid-veNyAGb2S3 .list-wrapper,
.cid-veNyAGb2S3 .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-veNyAGb2S3 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-veNyAGb2S3 .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-veNyAGb2S3 .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-veNyAGb2S3 .list .item-wrap:hover {
  color: #ffffff;
}
.cid-veNyAGb2S3 .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veNyAGb2S3 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-veNyAGb2S3 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNyAGb2S3 .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #ffffff;
}
.cid-veNyAGb2S3 .mbr-section-title {
  color: #ffffff;
}
.cid-veNJ58xVBu .navbar-dropdown {
  position: relative !important;
}
.cid-veNJ58xVBu .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-veNJ58xVBu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veNJ58xVBu .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-veNJ58xVBu .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-veNJ58xVBu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-veNJ58xVBu .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-veNJ58xVBu .dropdown-item:hover,
.cid-veNJ58xVBu .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-veNJ58xVBu .dropdown-item:hover span {
  color: white;
}
.cid-veNJ58xVBu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veNJ58xVBu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veNJ58xVBu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veNJ58xVBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veNJ58xVBu .nav-link {
  position: relative;
}
.cid-veNJ58xVBu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veNJ58xVBu .container {
    flex-wrap: nowrap;
  }
}
.cid-veNJ58xVBu .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veNJ58xVBu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veNJ58xVBu .dropdown-menu,
.cid-veNJ58xVBu .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-veNJ58xVBu .nav-item:focus,
.cid-veNJ58xVBu .nav-link:focus {
  outline: none;
}
.cid-veNJ58xVBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veNJ58xVBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-veNJ58xVBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veNJ58xVBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veNJ58xVBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veNJ58xVBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veNJ58xVBu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNJ58xVBu .navbar.opened {
  transition: all 0.3s;
}
.cid-veNJ58xVBu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-veNJ58xVBu .navbar .navbar-logo img {
  width: auto;
}
.cid-veNJ58xVBu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veNJ58xVBu .navbar.collapsed {
  justify-content: center;
}
.cid-veNJ58xVBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veNJ58xVBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veNJ58xVBu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veNJ58xVBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veNJ58xVBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veNJ58xVBu .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-veNJ58xVBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veNJ58xVBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veNJ58xVBu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veNJ58xVBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veNJ58xVBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veNJ58xVBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veNJ58xVBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veNJ58xVBu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veNJ58xVBu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veNJ58xVBu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veNJ58xVBu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-veNJ58xVBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-veNJ58xVBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veNJ58xVBu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veNJ58xVBu .navbar.navbar-short {
  min-height: 96px;
}
.cid-veNJ58xVBu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veNJ58xVBu .navbar-brand {
  min-height: 96px;
  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-veNJ58xVBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veNJ58xVBu .navbar-brand .navbar-caption:hover,
.cid-veNJ58xVBu .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNJ58xVBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veNJ58xVBu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-veNJ58xVBu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNJ58xVBu .dropdown-item.active,
.cid-veNJ58xVBu .dropdown-item:active {
  background-color: transparent;
}
.cid-veNJ58xVBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veNJ58xVBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veNJ58xVBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veNJ58xVBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-veNJ58xVBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veNJ58xVBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-veNJ58xVBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNJ58xVBu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veNJ58xVBu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-veNJ58xVBu .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-veNJ58xVBu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-veNJ58xVBu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-veNJ58xVBu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veNJ58xVBu 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: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNJ58xVBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-veNJ58xVBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veNJ58xVBu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNJ58xVBu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNJ58xVBu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veNJ58xVBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNJ58xVBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veNJ58xVBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veNJ58xVBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNJ58xVBu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veNJ58xVBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veNJ58xVBu .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-veNJ58xVBu .navbar {
    height: 70px;
  }
  .cid-veNJ58xVBu .navbar.opened {
    height: auto;
  }
  .cid-veNJ58xVBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNJ58xVBu .navbar-nav {
  margin: 0 auto;
}
.cid-veNJ58xVBu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-veNJ58xVBu .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-veNJ58xVBu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veNJ58xVBu .nav-item .nav-link:hover,
.cid-veNJ58xVBu .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-veNJ58xVBu .nav-item .nav-link:hover::after,
.cid-veNJ58xVBu .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-veNJ58xVBu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veNJ58xVBu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-veNJ58xVBu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-veNJ58xVBu .navbar {
    justify-content: flex-start !important;
  }
  .cid-veNJ58xVBu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veNJ58xVBu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veNJ58xVBu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNJ58xVBu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veNJ58xVBu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-veNJ58xVBu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-veNJ58xVBu .content-wrap {
  min-height: 110px;
}
.cid-veNJ59mEtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNJ59mEtN .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-veNJ59mEtN .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-veNJ59mEtN .mbr-text {
  margin-bottom: 2rem;
}
.cid-veNJ59mEtN .image-wrapper,
.cid-veNJ59mEtN img {
  width: 100%;
}
.cid-veNJ59mEtN .image-wrapper {
  overflow: hidden;
}
.cid-veNJ59mEtN .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNJ59mEtN .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-veNJ59mEtN .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veNJ59mEtN .row {
    flex-direction: column-reverse;
  }
  .cid-veNJ59mEtN .content_box,
  .cid-veNJ59mEtN .mbr-text {
    padding: 0;
  }
  .cid-veNJ59mEtN .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-veNJ59mEtN .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-veNJ59mEtN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veNJ59mEtN .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-veNJ59mEtN .mbr-text,
.cid-veNJ59mEtN .linkBtn {
  color: #ffffff;
}
.cid-veNJ5aTWMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNJ5aTWMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNJ5aTWMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNJ5aTWMn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNJ5aTWMn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNJ5aTWMn .container {
    padding: 0 12px;
  }
}
.cid-veNJ5aTWMn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veNJ5aTWMn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veNJ5aTWMn .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNJ5aTWMn .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-veNJ5aTWMn .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veNJ5aTWMn .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-veNJ5aTWMn .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-veNJ5aTWMn .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-veNJ5aTWMn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-veNJ5aTWMn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-veNJ5aTWMn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veNJ5aTWMn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veNJ5aTWMn .mbr-section-subtitle {
  color: #222222;
}
.cid-veNJ5aTWMn .mbr-text {
  color: #000000;
}
.cid-veNJ5aTWMn .list {
  color: #222222;
}
.cid-veNJ5j8ZmL {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #d1d1d1;
}
.cid-veNJ5j8ZmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNJ5j8ZmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNJ5j8ZmL .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #d1d1d1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNJ5j8ZmL .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veNJ5j8ZmL .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-veNJ5j8ZmL .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNJ5j8ZmL .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veNJ5j8ZmL .google-map {
  height: 100%;
  position: relative;
}
.cid-veNJ5j8ZmL .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veNJ5j8ZmL .google-map iframe {
    min-height: 350px;
  }
}
.cid-veNJ5j8ZmL .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veNJ5j8ZmL .google-map[data-state] {
  background: #ffffff;
}
.cid-veNJ5j8ZmL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veNJ5j8ZmL ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veNJ5j8ZmL .content-head {
  max-width: 800px;
}
.cid-veNJ5j8ZmL .mbr-section-title {
  color: #000000;
}
.cid-veNJ5j8ZmL .cardTitle {
  color: #000000;
}
.cid-veNJ5j8ZmL .list,
.cid-veNJ5j8ZmL .item-wrap {
  color: #000000;
}
.cid-veNJ5kp1bx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-veNJ5kp1bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNJ5kp1bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNJ5kp1bx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNJ5kp1bx .container-fluid {
    padding: 0 30px;
  }
}
.cid-veNJ5kp1bx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veNJ5kp1bx .container {
    padding: 0 30px;
  }
}
.cid-veNJ5kp1bx .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-veNJ5kp1bx .contacts-wrapper,
.cid-veNJ5kp1bx .list-wrapper,
.cid-veNJ5kp1bx .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-veNJ5kp1bx .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-veNJ5kp1bx .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-veNJ5kp1bx .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-veNJ5kp1bx .list .item-wrap:hover {
  color: #ffffff;
}
.cid-veNJ5kp1bx .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veNJ5kp1bx .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-veNJ5kp1bx .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNJ5kp1bx .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #ffffff;
}
.cid-veNJ5kp1bx .mbr-section-title {
  color: #ffffff;
}
.cid-veNQB55JOJ .navbar-dropdown {
  position: relative !important;
}
.cid-veNQB55JOJ .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-veNQB55JOJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veNQB55JOJ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-veNQB55JOJ .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-veNQB55JOJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-veNQB55JOJ .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-veNQB55JOJ .dropdown-item:hover,
.cid-veNQB55JOJ .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-veNQB55JOJ .dropdown-item:hover span {
  color: white;
}
.cid-veNQB55JOJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veNQB55JOJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veNQB55JOJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veNQB55JOJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veNQB55JOJ .nav-link {
  position: relative;
}
.cid-veNQB55JOJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veNQB55JOJ .container {
    flex-wrap: nowrap;
  }
}
.cid-veNQB55JOJ .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veNQB55JOJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veNQB55JOJ .dropdown-menu,
.cid-veNQB55JOJ .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-veNQB55JOJ .nav-item:focus,
.cid-veNQB55JOJ .nav-link:focus {
  outline: none;
}
.cid-veNQB55JOJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veNQB55JOJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-veNQB55JOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veNQB55JOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veNQB55JOJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veNQB55JOJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veNQB55JOJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNQB55JOJ .navbar.opened {
  transition: all 0.3s;
}
.cid-veNQB55JOJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-veNQB55JOJ .navbar .navbar-logo img {
  width: auto;
}
.cid-veNQB55JOJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veNQB55JOJ .navbar.collapsed {
  justify-content: center;
}
.cid-veNQB55JOJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veNQB55JOJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veNQB55JOJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veNQB55JOJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veNQB55JOJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veNQB55JOJ .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-veNQB55JOJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veNQB55JOJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veNQB55JOJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veNQB55JOJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veNQB55JOJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veNQB55JOJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veNQB55JOJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veNQB55JOJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veNQB55JOJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veNQB55JOJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veNQB55JOJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-veNQB55JOJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-veNQB55JOJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veNQB55JOJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veNQB55JOJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-veNQB55JOJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veNQB55JOJ .navbar-brand {
  min-height: 96px;
  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-veNQB55JOJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veNQB55JOJ .navbar-brand .navbar-caption:hover,
.cid-veNQB55JOJ .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNQB55JOJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veNQB55JOJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-veNQB55JOJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNQB55JOJ .dropdown-item.active,
.cid-veNQB55JOJ .dropdown-item:active {
  background-color: transparent;
}
.cid-veNQB55JOJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veNQB55JOJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veNQB55JOJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veNQB55JOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-veNQB55JOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veNQB55JOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-veNQB55JOJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNQB55JOJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veNQB55JOJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-veNQB55JOJ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-veNQB55JOJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-veNQB55JOJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-veNQB55JOJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veNQB55JOJ 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: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNQB55JOJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-veNQB55JOJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veNQB55JOJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNQB55JOJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNQB55JOJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veNQB55JOJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNQB55JOJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veNQB55JOJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veNQB55JOJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNQB55JOJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veNQB55JOJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veNQB55JOJ .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-veNQB55JOJ .navbar {
    height: 70px;
  }
  .cid-veNQB55JOJ .navbar.opened {
    height: auto;
  }
  .cid-veNQB55JOJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNQB55JOJ .navbar-nav {
  margin: 0 auto;
}
.cid-veNQB55JOJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-veNQB55JOJ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-veNQB55JOJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veNQB55JOJ .nav-item .nav-link:hover,
.cid-veNQB55JOJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-veNQB55JOJ .nav-item .nav-link:hover::after,
.cid-veNQB55JOJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-veNQB55JOJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veNQB55JOJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-veNQB55JOJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-veNQB55JOJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-veNQB55JOJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veNQB55JOJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veNQB55JOJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNQB55JOJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veNQB55JOJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-veNQB55JOJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-veNQB55JOJ .content-wrap {
  min-height: 110px;
}
.cid-veNQB6fh4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNQB6fh4O .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-veNQB6fh4O .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-veNQB6fh4O .mbr-text {
  margin-bottom: 2rem;
}
.cid-veNQB6fh4O .image-wrapper,
.cid-veNQB6fh4O img {
  width: 100%;
}
.cid-veNQB6fh4O .image-wrapper {
  overflow: hidden;
}
.cid-veNQB6fh4O .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNQB6fh4O .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-veNQB6fh4O .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veNQB6fh4O .row {
    flex-direction: column-reverse;
  }
  .cid-veNQB6fh4O .content_box,
  .cid-veNQB6fh4O .mbr-text {
    padding: 0;
  }
  .cid-veNQB6fh4O .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-veNQB6fh4O .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-veNQB6fh4O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veNQB6fh4O .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-veNQB6fh4O .mbr-text,
.cid-veNQB6fh4O .linkBtn {
  color: #ffffff;
}
.cid-veNQB6Irbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNQB6Irbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNQB6Irbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNQB6Irbm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNQB6Irbm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNQB6Irbm .container {
    padding: 0 12px;
  }
}
.cid-veNQB6Irbm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veNQB6Irbm .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veNQB6Irbm .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNQB6Irbm .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-veNQB6Irbm .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veNQB6Irbm .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-veNQB6Irbm .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-veNQB6Irbm .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-veNQB6Irbm .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-veNQB6Irbm .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-veNQB6Irbm .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veNQB6Irbm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veNQB6Irbm .mbr-section-subtitle {
  color: #222222;
}
.cid-veNQB6Irbm .mbr-text {
  color: #000000;
}
.cid-veNQB6Irbm .list {
  color: #222222;
}
.cid-veNQB7hvvI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #d1d1d1;
}
.cid-veNQB7hvvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNQB7hvvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNQB7hvvI .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #d1d1d1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNQB7hvvI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veNQB7hvvI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-veNQB7hvvI .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNQB7hvvI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veNQB7hvvI .google-map {
  height: 100%;
  position: relative;
}
.cid-veNQB7hvvI .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veNQB7hvvI .google-map iframe {
    min-height: 350px;
  }
}
.cid-veNQB7hvvI .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veNQB7hvvI .google-map[data-state] {
  background: #ffffff;
}
.cid-veNQB7hvvI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veNQB7hvvI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veNQB7hvvI .content-head {
  max-width: 800px;
}
.cid-veNQB7hvvI .mbr-section-title {
  color: #000000;
}
.cid-veNQB7hvvI .cardTitle {
  color: #000000;
}
.cid-veNQB7hvvI .list,
.cid-veNQB7hvvI .item-wrap {
  color: #000000;
}
.cid-veNQB7Y0Ax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-veNQB7Y0Ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNQB7Y0Ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNQB7Y0Ax .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNQB7Y0Ax .container-fluid {
    padding: 0 30px;
  }
}
.cid-veNQB7Y0Ax .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veNQB7Y0Ax .container {
    padding: 0 30px;
  }
}
.cid-veNQB7Y0Ax .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-veNQB7Y0Ax .contacts-wrapper,
.cid-veNQB7Y0Ax .list-wrapper,
.cid-veNQB7Y0Ax .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-veNQB7Y0Ax .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-veNQB7Y0Ax .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-veNQB7Y0Ax .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-veNQB7Y0Ax .list .item-wrap:hover {
  color: #ffffff;
}
.cid-veNQB7Y0Ax .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veNQB7Y0Ax .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-veNQB7Y0Ax .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNQB7Y0Ax .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #ffffff;
}
.cid-veNQB7Y0Ax .mbr-section-title {
  color: #ffffff;
}
.cid-veNR74s7pO .navbar-dropdown {
  position: relative !important;
}
.cid-veNR74s7pO .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-veNR74s7pO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veNR74s7pO .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-veNR74s7pO .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-veNR74s7pO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-veNR74s7pO .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-veNR74s7pO .dropdown-item:hover,
.cid-veNR74s7pO .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-veNR74s7pO .dropdown-item:hover span {
  color: white;
}
.cid-veNR74s7pO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veNR74s7pO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veNR74s7pO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veNR74s7pO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veNR74s7pO .nav-link {
  position: relative;
}
.cid-veNR74s7pO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veNR74s7pO .container {
    flex-wrap: nowrap;
  }
}
.cid-veNR74s7pO .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veNR74s7pO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veNR74s7pO .dropdown-menu,
.cid-veNR74s7pO .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-veNR74s7pO .nav-item:focus,
.cid-veNR74s7pO .nav-link:focus {
  outline: none;
}
.cid-veNR74s7pO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veNR74s7pO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-veNR74s7pO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veNR74s7pO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veNR74s7pO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veNR74s7pO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veNR74s7pO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNR74s7pO .navbar.opened {
  transition: all 0.3s;
}
.cid-veNR74s7pO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-veNR74s7pO .navbar .navbar-logo img {
  width: auto;
}
.cid-veNR74s7pO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veNR74s7pO .navbar.collapsed {
  justify-content: center;
}
.cid-veNR74s7pO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veNR74s7pO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veNR74s7pO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veNR74s7pO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veNR74s7pO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veNR74s7pO .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-veNR74s7pO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veNR74s7pO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veNR74s7pO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veNR74s7pO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veNR74s7pO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veNR74s7pO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veNR74s7pO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veNR74s7pO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veNR74s7pO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veNR74s7pO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veNR74s7pO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-veNR74s7pO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-veNR74s7pO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veNR74s7pO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veNR74s7pO .navbar.navbar-short {
  min-height: 96px;
}
.cid-veNR74s7pO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veNR74s7pO .navbar-brand {
  min-height: 96px;
  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-veNR74s7pO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veNR74s7pO .navbar-brand .navbar-caption:hover,
.cid-veNR74s7pO .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNR74s7pO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veNR74s7pO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-veNR74s7pO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNR74s7pO .dropdown-item.active,
.cid-veNR74s7pO .dropdown-item:active {
  background-color: transparent;
}
.cid-veNR74s7pO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veNR74s7pO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veNR74s7pO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veNR74s7pO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-veNR74s7pO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veNR74s7pO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-veNR74s7pO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNR74s7pO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veNR74s7pO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-veNR74s7pO .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-veNR74s7pO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-veNR74s7pO .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-veNR74s7pO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veNR74s7pO 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: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNR74s7pO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-veNR74s7pO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veNR74s7pO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNR74s7pO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNR74s7pO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veNR74s7pO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNR74s7pO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veNR74s7pO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veNR74s7pO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNR74s7pO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veNR74s7pO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veNR74s7pO .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-veNR74s7pO .navbar {
    height: 70px;
  }
  .cid-veNR74s7pO .navbar.opened {
    height: auto;
  }
  .cid-veNR74s7pO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNR74s7pO .navbar-nav {
  margin: 0 auto;
}
.cid-veNR74s7pO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-veNR74s7pO .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-veNR74s7pO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veNR74s7pO .nav-item .nav-link:hover,
.cid-veNR74s7pO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-veNR74s7pO .nav-item .nav-link:hover::after,
.cid-veNR74s7pO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-veNR74s7pO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veNR74s7pO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-veNR74s7pO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-veNR74s7pO .navbar {
    justify-content: flex-start !important;
  }
  .cid-veNR74s7pO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veNR74s7pO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veNR74s7pO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNR74s7pO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veNR74s7pO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-veNR74s7pO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-veNR74s7pO .content-wrap {
  min-height: 110px;
}
.cid-veNR75m413 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNR75m413 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-veNR75m413 .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-veNR75m413 .mbr-text {
  margin-bottom: 2rem;
}
.cid-veNR75m413 .image-wrapper,
.cid-veNR75m413 img {
  width: 100%;
}
.cid-veNR75m413 .image-wrapper {
  overflow: hidden;
}
.cid-veNR75m413 .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNR75m413 .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-veNR75m413 .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veNR75m413 .row {
    flex-direction: column-reverse;
  }
  .cid-veNR75m413 .content_box,
  .cid-veNR75m413 .mbr-text {
    padding: 0;
  }
  .cid-veNR75m413 .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-veNR75m413 .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-veNR75m413 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veNR75m413 .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-veNR75m413 .mbr-text,
.cid-veNR75m413 .linkBtn {
  color: #ffffff;
}
.cid-veNR75MNnA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNR75MNnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNR75MNnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNR75MNnA .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #d1d1d1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veNR75MNnA .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-veNR75MNnA .card {
  justify-content: center;
}
.cid-veNR75MNnA .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veNR75MNnA .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-veNR75MNnA .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veNR75MNnA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-veNR75MNnA .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNR75MNnA .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-veNR75MNnA .list-wrapper .list .item-wrap::marker {
  color: #d1d1d1;
}
.cid-veNR75MNnA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veNR75MNnA .mbr-section-title {
  color: #000000;
}
.cid-veNR75MNnA .mbr-number {
  color: #ffffff;
}
.cid-veNR75MNnA .list {
  color: #000000;
}
.cid-veNR75MNnA .list,
.cid-veNR75MNnA .item-wrap {
  color: #ffffff;
}
.cid-veNR76dyvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNR76dyvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNR76dyvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNR76dyvG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNR76dyvG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNR76dyvG .container {
    padding: 0 12px;
  }
}
.cid-veNR76dyvG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veNR76dyvG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veNR76dyvG .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNR76dyvG .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-veNR76dyvG .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veNR76dyvG .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-veNR76dyvG .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-veNR76dyvG .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-veNR76dyvG .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-veNR76dyvG .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-veNR76dyvG .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veNR76dyvG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veNR76dyvG .mbr-section-subtitle {
  color: #222222;
}
.cid-veNR76dyvG .mbr-text {
  color: #000000;
}
.cid-veNR76dyvG .list {
  color: #222222;
}
.cid-veNR76L7Xf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d7d1de;
}
.cid-veNR76L7Xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNR76L7Xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNR76L7Xf .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-veNR76L7Xf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNR76L7Xf .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-veNR76L7Xf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNR76L7Xf .container {
    padding: 0 14px;
  }
}
.cid-veNR76L7Xf .row {
  justify-content: center;
}
.cid-veNR76L7Xf .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-veNR76L7Xf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veNR76L7Xf .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-veNR76L7Xf .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-veNR76L7Xf .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veNR76L7Xf .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-veNR76L7Xf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-veNR76L7Xf .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-veNR76L7Xf .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-veNR76L7Xf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veNR76L7Xf .mbr-text_1 {
  color: #000000;
}
.cid-veNR76L7Xf .list {
  color: #01004c;
}
.cid-veNR76L7Xf .mbr-text_2 {
  color: #01004c;
}
.cid-veNR77hDfP {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-veNR77hDfP .main_header {
  margin-bottom: 8rem;
}
.cid-veNR77hDfP .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ffffff;
}
.cid-veNR77hDfP .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-veNR77hDfP .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-veNR77hDfP .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-veNR77hDfP .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-veNR77hDfP .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-veNR77hDfP .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-veNR77hDfP .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ef3512;
}
.cid-veNR77hDfP .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-veNR77hDfP .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-veNR77hDfP .card_item:nth-child(2) .square_fill {
  background-color: #ff781f;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-veNR77hDfP .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-veNR77hDfP .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-veNR77hDfP .card_item:nth-child(3) .square_fill {
  background-color: #df3b96;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-veNR77hDfP .card_item .card-box {
  border-left: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-veNR77hDfP .card_item:last-child .card-box {
  border-right: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-veNR77hDfP .card-box {
  height: 100%;
}
.cid-veNR77hDfP .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-veNR77hDfP .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-veNR77hDfP .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-veNR77hDfP .square_animation .square_null {
  z-index: 1;
  border: 1px solid white;
}
.cid-veNR77hDfP .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNR77hDfP .card-title {
  margin-bottom: 1.75rem;
  color: #ffffff;
}
.cid-veNR77hDfP .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veNR77hDfP .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-veNR77hDfP .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-veNR77hDfP .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-veNR77hDfP .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-veNR77hDfP .item-wrapper {
    padding: 0;
  }
  .cid-veNR77hDfP .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-veNR77hDfP .main_header {
    margin-bottom: 4rem;
  }
  .cid-veNR77hDfP .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-veNR77hDfP .mbr-text {
    margin-top: .75rem;
  }
  .cid-veNR77hDfP .square_animation {
    margin-bottom: 1rem;
  }
  .cid-veNR77hDfP .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-veNR77hDfP .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-veNR77hDfP .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-veNR77hDfP .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-veNR77hDfP .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-veNR77hDfP .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-veNR77hDfP .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-veNR77hDfP .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-veNR77hDfP .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-veNR77hDfP .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-veNR77hDfP .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-veNR77hDfP .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-veNR77hDfP .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-veNR77hDfP .mbr-section-title {
  color: #ffffff;
}
.cid-veNR77hDfP .card-text,
.cid-veNR77hDfP .linkBtn {
  color: #d1d1d1;
}
.cid-veNR788osA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-veNR788osA .container {
    padding: 0 24px;
  }
}
.cid-veNR788osA .card {
  justify-content: center;
}
.cid-veNR788osA .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-veNR788osA .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-veNR788osA .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veNR788osA .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veNR788osA .text-wrapper {
  border-top: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veNR788osA .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-veNR788osA .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-veNR788osA .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNR788osA .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-veNR788osA .mbr-section-title {
  color: #F9F6E0;
}
.cid-veNR788osA .mbr-desc {
  color: #F9F6E0;
}
.cid-veNR788osA .mbr-text {
  color: #ffffff;
}
.cid-veNR788osA .mbr-section-btn {
  text-align: right;
}
.cid-veNR788osA .mbr-section-title,
.cid-veNR788osA .mbr-section-btn {
  color: #ffffff;
}
.cid-veNR78CuTx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1d1;
}
@media (min-width: 992px) {
  .cid-veNR78CuTx .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-veNR78CuTx .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-veNR78CuTx .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-veNR78CuTx .card_item .item-wrapper {
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-veNR78CuTx .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(0, 0, 0, 0.5);
  }
}
.cid-veNR78CuTx .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-veNR78CuTx .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNR78CuTx .card-box:hover {
  transform: translateY(-3rem);
}
.cid-veNR78CuTx .card-box:hover img {
  transform: scale(1.01);
}
.cid-veNR78CuTx .card-title {
  margin-bottom: .75rem;
  color: #000000;
}
.cid-veNR78CuTx .card-text {
  margin-bottom: 1.25rem;
}
.cid-veNR78CuTx .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-veNR78CuTx img,
.cid-veNR78CuTx .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNR78CuTx .item:focus,
.cid-veNR78CuTx span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-veNR78CuTx .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-veNR78CuTx .card-title {
    margin-bottom: .5rem;
  }
  .cid-veNR78CuTx .card-text {
    margin-bottom: .75rem;
  }
  .cid-veNR78CuTx .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-veNR78CuTx .card-box:hover {
    transform: translateY(0);
  }
  .cid-veNR78CuTx .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-veNR78CuTx .card-box {
    padding: 0 0 1rem;
  }
}
.cid-veNR78CuTx .card-text,
.cid-veNR78CuTx .linkBtn {
  color: #d1d1d1;
}
.cid-veNR79xTLy {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #121212;
}
.cid-veNR79xTLy .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-veNR79xTLy .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veNR79xTLy .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-veNR79xTLy .mbr-text {
    margin-top: .75rem;
  }
}
.cid-veNR79xTLy .mbr-section-title {
  color: #ffffff;
}
.cid-veNR7a17m5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/unnamed-23.webp");
}
.cid-veNR7a17m5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-veNR7a17m5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNR7a17m5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNR7a17m5 .content-wrap {
  justify-content: center;
}
.cid-veNR7a17m5 .card-wrapper {
  background-color: #d1d1d1;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-veNR7a17m5 .card-wrapper {
    display: block;
  }
}
.cid-veNR7a17m5 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-veNR7a17m5 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-veNR7a17m5 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-veNR7a17m5 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-veNR7a17m5 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-veNR7a17m5 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-veNR7a17m5 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-veNR7a17m5 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #000000;
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-veNR7a17m5 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veNR7a17m5 .mbr-section-title {
  color: #000000;
}
.cid-veNR7a17m5 .panel-title-edit {
  color: #150764;
}
.cid-veNR7a17m5 .panel-text {
  color: #000000;
}
.cid-veNR7a17m5 .panel-title-edit,
.cid-veNR7a17m5 .icon-wrapper {
  color: #000000;
}
.cid-veNR7aRmCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNR7aRmCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNR7aRmCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNR7aRmCu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNR7aRmCu .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-veNR7aRmCu .container {
    padding: 0 25px;
  }
}
.cid-veNR7aRmCu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNR7aRmCu .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-veNR7aRmCu .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-veNR7aRmCu .image-wrapper img {
    height: 350px;
  }
}
.cid-veNR7aRmCu .content-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-veNR7aRmCu .content-wrapper {
    margin: 0;
  }
}
.cid-veNR7aRmCu .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-veNR7aRmCu .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-veNR7aRmCu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veNR7aRmCu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veNR7aRmCu .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-veNR7aRmCu .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNR7aRmCu .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veNR7aRmCu .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNR7aRmCu .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-veNR7aRmCu .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-veNR7aRmCu .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-veNR7aRmCu .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNR7aRmCu .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-veNR7aRmCu .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-veNR7aRmCu .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-veNR7aRmCu .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-veNR7aRmCu .mbr-section-title {
  color: #2f2e30;
}
.cid-veNR7aRmCu .mbr-desc {
  color: #2f2e30;
}
.cid-veNR7aRmCu .mbr-text {
  color: #ffffff;
}
.cid-veNR7aRmCu .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-veNR7aRmCu .list {
  color: #2f2e30;
}
.cid-veNR7aRmCu .mbr-section-title,
.cid-veNR7aRmCu .mbr-section-btn {
  color: #ffffff;
}
.cid-veNR7bFC3e {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-veNR7bFC3e .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1d1d1;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veNR7bFC3e .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNR7bFC3e .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veNR7bFC3e .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNR7bFC3e .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veNR7bFC3e .mbr-text {
  color: #000000;
}
.cid-veO805fZH0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1d1;
}
.cid-veO805fZH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veO805fZH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veO805fZH0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-veO805fZH0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veO805fZH0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-veO805fZH0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veO805fZH0 .container {
    padding: 0 14px;
  }
}
.cid-veO805fZH0 .row {
  justify-content: center;
}
.cid-veO805fZH0 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-veO805fZH0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veO805fZH0 .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-veO805fZH0 .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-veO805fZH0 .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-veO805fZH0 .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-veO805fZH0 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veO805fZH0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-veO805fZH0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veO805fZH0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-veO805fZH0 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veO805fZH0 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-veO805fZH0 .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-veO805fZH0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veO805fZH0 .panel-title {
  color: #01004c;
}
.cid-veO805fZH0 .panel-text {
  color: #000000;
}
.cid-veO805fZH0 .panel-title-edit {
  color: #000000;
}
.cid-veNR7cd30m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #d1d1d1;
}
.cid-veNR7cd30m .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNR7cd30m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNR7cd30m .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #d1d1d1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNR7cd30m .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veNR7cd30m .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-veNR7cd30m .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNR7cd30m .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veNR7cd30m .google-map {
  height: 100%;
  position: relative;
}
.cid-veNR7cd30m .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veNR7cd30m .google-map iframe {
    min-height: 350px;
  }
}
.cid-veNR7cd30m .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veNR7cd30m .google-map[data-state] {
  background: #ffffff;
}
.cid-veNR7cd30m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veNR7cd30m ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veNR7cd30m .content-head {
  max-width: 800px;
}
.cid-veNR7cd30m .mbr-section-title {
  color: #000000;
}
.cid-veNR7cd30m .cardTitle {
  color: #000000;
}
.cid-veNR7cd30m .list,
.cid-veNR7cd30m .item-wrap {
  color: #000000;
}
.cid-veNR7cSyfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-veNR7cSyfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNR7cSyfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNR7cSyfK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNR7cSyfK .container-fluid {
    padding: 0 30px;
  }
}
.cid-veNR7cSyfK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veNR7cSyfK .container {
    padding: 0 30px;
  }
}
.cid-veNR7cSyfK .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-veNR7cSyfK .contacts-wrapper,
.cid-veNR7cSyfK .list-wrapper,
.cid-veNR7cSyfK .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-veNR7cSyfK .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-veNR7cSyfK .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-veNR7cSyfK .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-veNR7cSyfK .list .item-wrap:hover {
  color: #ffffff;
}
.cid-veNR7cSyfK .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veNR7cSyfK .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-veNR7cSyfK .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNR7cSyfK .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #ffffff;
}
.cid-veNR7cSyfK .mbr-section-title {
  color: #ffffff;
}
.cid-veNV52FYpv .navbar-dropdown {
  position: relative !important;
}
.cid-veNV52FYpv .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-veNV52FYpv .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veNV52FYpv .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-veNV52FYpv .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-veNV52FYpv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-veNV52FYpv .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-veNV52FYpv .dropdown-item:hover,
.cid-veNV52FYpv .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-veNV52FYpv .dropdown-item:hover span {
  color: white;
}
.cid-veNV52FYpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veNV52FYpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veNV52FYpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veNV52FYpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veNV52FYpv .nav-link {
  position: relative;
}
.cid-veNV52FYpv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veNV52FYpv .container {
    flex-wrap: nowrap;
  }
}
.cid-veNV52FYpv .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veNV52FYpv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veNV52FYpv .dropdown-menu,
.cid-veNV52FYpv .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-veNV52FYpv .nav-item:focus,
.cid-veNV52FYpv .nav-link:focus {
  outline: none;
}
.cid-veNV52FYpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veNV52FYpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-veNV52FYpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veNV52FYpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veNV52FYpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veNV52FYpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veNV52FYpv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNV52FYpv .navbar.opened {
  transition: all 0.3s;
}
.cid-veNV52FYpv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-veNV52FYpv .navbar .navbar-logo img {
  width: auto;
}
.cid-veNV52FYpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veNV52FYpv .navbar.collapsed {
  justify-content: center;
}
.cid-veNV52FYpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veNV52FYpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veNV52FYpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veNV52FYpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veNV52FYpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veNV52FYpv .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-veNV52FYpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veNV52FYpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veNV52FYpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veNV52FYpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veNV52FYpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veNV52FYpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veNV52FYpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veNV52FYpv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veNV52FYpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veNV52FYpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veNV52FYpv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-veNV52FYpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-veNV52FYpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veNV52FYpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veNV52FYpv .navbar.navbar-short {
  min-height: 96px;
}
.cid-veNV52FYpv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veNV52FYpv .navbar-brand {
  min-height: 96px;
  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-veNV52FYpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veNV52FYpv .navbar-brand .navbar-caption:hover,
.cid-veNV52FYpv .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNV52FYpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veNV52FYpv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-veNV52FYpv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNV52FYpv .dropdown-item.active,
.cid-veNV52FYpv .dropdown-item:active {
  background-color: transparent;
}
.cid-veNV52FYpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veNV52FYpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veNV52FYpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veNV52FYpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-veNV52FYpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veNV52FYpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-veNV52FYpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNV52FYpv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veNV52FYpv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-veNV52FYpv .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-veNV52FYpv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-veNV52FYpv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-veNV52FYpv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veNV52FYpv 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: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNV52FYpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-veNV52FYpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veNV52FYpv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNV52FYpv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNV52FYpv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veNV52FYpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNV52FYpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veNV52FYpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veNV52FYpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNV52FYpv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veNV52FYpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veNV52FYpv .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-veNV52FYpv .navbar {
    height: 70px;
  }
  .cid-veNV52FYpv .navbar.opened {
    height: auto;
  }
  .cid-veNV52FYpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNV52FYpv .navbar-nav {
  margin: 0 auto;
}
.cid-veNV52FYpv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-veNV52FYpv .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-veNV52FYpv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veNV52FYpv .nav-item .nav-link:hover,
.cid-veNV52FYpv .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-veNV52FYpv .nav-item .nav-link:hover::after,
.cid-veNV52FYpv .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-veNV52FYpv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veNV52FYpv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-veNV52FYpv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-veNV52FYpv .navbar {
    justify-content: flex-start !important;
  }
  .cid-veNV52FYpv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veNV52FYpv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veNV52FYpv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNV52FYpv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veNV52FYpv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-veNV52FYpv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-veNV52FYpv .content-wrap {
  min-height: 110px;
}
.cid-veNV53J09c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNV53J09c .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-veNV53J09c .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-veNV53J09c .mbr-text {
  margin-bottom: 2rem;
}
.cid-veNV53J09c .image-wrapper,
.cid-veNV53J09c img {
  width: 100%;
}
.cid-veNV53J09c .image-wrapper {
  overflow: hidden;
}
.cid-veNV53J09c .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNV53J09c .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-veNV53J09c .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veNV53J09c .row {
    flex-direction: column-reverse;
  }
  .cid-veNV53J09c .content_box,
  .cid-veNV53J09c .mbr-text {
    padding: 0;
  }
  .cid-veNV53J09c .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-veNV53J09c .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-veNV53J09c .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veNV53J09c .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-veNV53J09c .mbr-text,
.cid-veNV53J09c .linkBtn {
  color: #ffffff;
}
.cid-veNV54tLxK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNV54tLxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNV54tLxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNV54tLxK .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #d1d1d1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veNV54tLxK .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-veNV54tLxK .card {
  justify-content: center;
}
.cid-veNV54tLxK .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veNV54tLxK .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-veNV54tLxK .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veNV54tLxK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-veNV54tLxK .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNV54tLxK .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-veNV54tLxK .list-wrapper .list .item-wrap::marker {
  color: #d1d1d1;
}
.cid-veNV54tLxK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veNV54tLxK .mbr-section-title {
  color: #000000;
}
.cid-veNV54tLxK .mbr-number {
  color: #ffffff;
}
.cid-veNV54tLxK .list {
  color: #000000;
}
.cid-veNV54tLxK .list,
.cid-veNV54tLxK .item-wrap {
  color: #ffffff;
}
.cid-veNV556JRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNV556JRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNV556JRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNV556JRu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNV556JRu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNV556JRu .container {
    padding: 0 12px;
  }
}
.cid-veNV556JRu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veNV556JRu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veNV556JRu .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNV556JRu .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-veNV556JRu .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veNV556JRu .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-veNV556JRu .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-veNV556JRu .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-veNV556JRu .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-veNV556JRu .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-veNV556JRu .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veNV556JRu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veNV556JRu .mbr-section-subtitle {
  color: #222222;
}
.cid-veNV556JRu .mbr-text {
  color: #000000;
}
.cid-veNV556JRu .list {
  color: #222222;
}
.cid-veNV55NfCA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d7d1de;
}
.cid-veNV55NfCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNV55NfCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNV55NfCA .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-veNV55NfCA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNV55NfCA .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-veNV55NfCA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNV55NfCA .container {
    padding: 0 14px;
  }
}
.cid-veNV55NfCA .row {
  justify-content: center;
}
.cid-veNV55NfCA .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-veNV55NfCA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veNV55NfCA .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-veNV55NfCA .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-veNV55NfCA .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veNV55NfCA .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-veNV55NfCA .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-veNV55NfCA .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-veNV55NfCA .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-veNV55NfCA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veNV55NfCA .mbr-text_1 {
  color: #000000;
}
.cid-veNV55NfCA .list {
  color: #01004c;
}
.cid-veNV55NfCA .mbr-text_2 {
  color: #01004c;
}
.cid-veNV56vTvG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-veNV56vTvG .main_header {
  margin-bottom: 8rem;
}
.cid-veNV56vTvG .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ffffff;
}
.cid-veNV56vTvG .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-veNV56vTvG .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-veNV56vTvG .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-veNV56vTvG .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-veNV56vTvG .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-veNV56vTvG .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-veNV56vTvG .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ef3512;
}
.cid-veNV56vTvG .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-veNV56vTvG .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-veNV56vTvG .card_item:nth-child(2) .square_fill {
  background-color: #ff781f;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-veNV56vTvG .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-veNV56vTvG .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-veNV56vTvG .card_item:nth-child(3) .square_fill {
  background-color: #df3b96;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-veNV56vTvG .card_item .card-box {
  border-left: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-veNV56vTvG .card_item:last-child .card-box {
  border-right: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-veNV56vTvG .card-box {
  height: 100%;
}
.cid-veNV56vTvG .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-veNV56vTvG .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-veNV56vTvG .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-veNV56vTvG .square_animation .square_null {
  z-index: 1;
  border: 1px solid white;
}
.cid-veNV56vTvG .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNV56vTvG .card-title {
  margin-bottom: 1.75rem;
  color: #ffffff;
}
.cid-veNV56vTvG .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veNV56vTvG .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-veNV56vTvG .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-veNV56vTvG .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-veNV56vTvG .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-veNV56vTvG .item-wrapper {
    padding: 0;
  }
  .cid-veNV56vTvG .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-veNV56vTvG .main_header {
    margin-bottom: 4rem;
  }
  .cid-veNV56vTvG .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-veNV56vTvG .mbr-text {
    margin-top: .75rem;
  }
  .cid-veNV56vTvG .square_animation {
    margin-bottom: 1rem;
  }
  .cid-veNV56vTvG .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-veNV56vTvG .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-veNV56vTvG .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-veNV56vTvG .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-veNV56vTvG .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-veNV56vTvG .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-veNV56vTvG .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-veNV56vTvG .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-veNV56vTvG .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-veNV56vTvG .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-veNV56vTvG .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-veNV56vTvG .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-veNV56vTvG .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-veNV56vTvG .mbr-section-title {
  color: #ffffff;
}
.cid-veNV56vTvG .card-text,
.cid-veNV56vTvG .linkBtn {
  color: #d1d1d1;
}
.cid-veNV57Cs8v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-veNV57Cs8v .container {
    padding: 0 24px;
  }
}
.cid-veNV57Cs8v .card {
  justify-content: center;
}
.cid-veNV57Cs8v .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-veNV57Cs8v .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-veNV57Cs8v .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veNV57Cs8v .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veNV57Cs8v .text-wrapper {
  border-top: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veNV57Cs8v .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-veNV57Cs8v .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-veNV57Cs8v .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNV57Cs8v .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-veNV57Cs8v .mbr-section-title {
  color: #F9F6E0;
}
.cid-veNV57Cs8v .mbr-desc {
  color: #F9F6E0;
}
.cid-veNV57Cs8v .mbr-text {
  color: #ffffff;
}
.cid-veNV57Cs8v .mbr-section-btn {
  text-align: right;
}
.cid-veNV57Cs8v .mbr-section-title,
.cid-veNV57Cs8v .mbr-section-btn {
  color: #ffffff;
}
.cid-veNV58nCkJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1d1;
}
@media (min-width: 992px) {
  .cid-veNV58nCkJ .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-veNV58nCkJ .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-veNV58nCkJ .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-veNV58nCkJ .card_item .item-wrapper {
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-veNV58nCkJ .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(0, 0, 0, 0.5);
  }
}
.cid-veNV58nCkJ .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-veNV58nCkJ .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNV58nCkJ .card-box:hover {
  transform: translateY(-3rem);
}
.cid-veNV58nCkJ .card-box:hover img {
  transform: scale(1.01);
}
.cid-veNV58nCkJ .card-title {
  margin-bottom: .75rem;
  color: #000000;
}
.cid-veNV58nCkJ .card-text {
  margin-bottom: 1.25rem;
}
.cid-veNV58nCkJ .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-veNV58nCkJ img,
.cid-veNV58nCkJ .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNV58nCkJ .item:focus,
.cid-veNV58nCkJ span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-veNV58nCkJ .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-veNV58nCkJ .card-title {
    margin-bottom: .5rem;
  }
  .cid-veNV58nCkJ .card-text {
    margin-bottom: .75rem;
  }
  .cid-veNV58nCkJ .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-veNV58nCkJ .card-box:hover {
    transform: translateY(0);
  }
  .cid-veNV58nCkJ .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-veNV58nCkJ .card-box {
    padding: 0 0 1rem;
  }
}
.cid-veNV58nCkJ .card-text,
.cid-veNV58nCkJ .linkBtn {
  color: #d1d1d1;
}
.cid-veNV59uw4T {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #121212;
}
.cid-veNV59uw4T .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-veNV59uw4T .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veNV59uw4T .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-veNV59uw4T .mbr-text {
    margin-top: .75rem;
  }
}
.cid-veNV59uw4T .mbr-section-title {
  color: #ffffff;
}
.cid-veNV5aeeB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/unnamed-23.webp");
}
.cid-veNV5aeeB7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-veNV5aeeB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNV5aeeB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNV5aeeB7 .content-wrap {
  justify-content: center;
}
.cid-veNV5aeeB7 .card-wrapper {
  background-color: #d1d1d1;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-veNV5aeeB7 .card-wrapper {
    display: block;
  }
}
.cid-veNV5aeeB7 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-veNV5aeeB7 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-veNV5aeeB7 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-veNV5aeeB7 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-veNV5aeeB7 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-veNV5aeeB7 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-veNV5aeeB7 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-veNV5aeeB7 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #000000;
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-veNV5aeeB7 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veNV5aeeB7 .mbr-section-title {
  color: #000000;
}
.cid-veNV5aeeB7 .panel-title-edit {
  color: #150764;
}
.cid-veNV5aeeB7 .panel-text {
  color: #000000;
}
.cid-veNV5aeeB7 .panel-title-edit,
.cid-veNV5aeeB7 .icon-wrapper {
  color: #000000;
}
.cid-veNX228hId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1d1;
}
.cid-veNX228hId .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNX228hId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-veNX228hId .container {
    padding: 0 20px;
  }
}
.cid-veNX228hId .row {
  margin: 0;
}
.cid-veNX228hId .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veNX228hId .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veNX228hId .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-veNX228hId .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-veNX228hId .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-veNX228hId .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-veNX228hId .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veNV5bu985 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNV5bu985 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNV5bu985 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNV5bu985 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNV5bu985 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-veNV5bu985 .container {
    padding: 0 25px;
  }
}
.cid-veNV5bu985 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNV5bu985 .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-veNV5bu985 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-veNV5bu985 .image-wrapper img {
    height: 350px;
  }
}
.cid-veNV5bu985 .content-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-veNV5bu985 .content-wrapper {
    margin: 0;
  }
}
.cid-veNV5bu985 .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-veNV5bu985 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-veNV5bu985 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veNV5bu985 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veNV5bu985 .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-veNV5bu985 .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNV5bu985 .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veNV5bu985 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNV5bu985 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-veNV5bu985 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-veNV5bu985 .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-veNV5bu985 .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNV5bu985 .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-veNV5bu985 .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-veNV5bu985 .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-veNV5bu985 .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-veNV5bu985 .mbr-section-title {
  color: #2f2e30;
}
.cid-veNV5bu985 .mbr-desc {
  color: #2f2e30;
}
.cid-veNV5bu985 .mbr-text {
  color: #ffffff;
}
.cid-veNV5bu985 .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-veNV5bu985 .list {
  color: #2f2e30;
}
.cid-veNV5bu985 .mbr-section-title,
.cid-veNV5bu985 .mbr-section-btn {
  color: #ffffff;
}
.cid-veNV5cvAxf {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-veNV5cvAxf .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1d1d1;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veNV5cvAxf .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNV5cvAxf .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veNV5cvAxf .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNV5cvAxf .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veNV5cvAxf .mbr-text {
  color: #000000;
}
.cid-veO91PQLru {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1d1;
}
.cid-veO91PQLru .mbr-fallback-image.disabled {
  display: none;
}
.cid-veO91PQLru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veO91PQLru .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-veO91PQLru .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veO91PQLru .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-veO91PQLru .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veO91PQLru .container {
    padding: 0 14px;
  }
}
.cid-veO91PQLru .row {
  justify-content: center;
}
.cid-veO91PQLru .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-veO91PQLru .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veO91PQLru .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-veO91PQLru .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-veO91PQLru .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-veO91PQLru .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-veO91PQLru .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veO91PQLru .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-veO91PQLru .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veO91PQLru .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-veO91PQLru .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veO91PQLru .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-veO91PQLru .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-veO91PQLru .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veO91PQLru .panel-title {
  color: #01004c;
}
.cid-veO91PQLru .panel-text {
  color: #000000;
}
.cid-veO91PQLru .panel-title-edit {
  color: #000000;
}
.cid-veNV5dcymR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #d1d1d1;
}
.cid-veNV5dcymR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNV5dcymR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNV5dcymR .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #d1d1d1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNV5dcymR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veNV5dcymR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-veNV5dcymR .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNV5dcymR .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veNV5dcymR .google-map {
  height: 100%;
  position: relative;
}
.cid-veNV5dcymR .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veNV5dcymR .google-map iframe {
    min-height: 350px;
  }
}
.cid-veNV5dcymR .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veNV5dcymR .google-map[data-state] {
  background: #ffffff;
}
.cid-veNV5dcymR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veNV5dcymR ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veNV5dcymR .content-head {
  max-width: 800px;
}
.cid-veNV5dcymR .mbr-section-title {
  color: #000000;
}
.cid-veNV5dcymR .cardTitle {
  color: #000000;
}
.cid-veNV5dcymR .list,
.cid-veNV5dcymR .item-wrap {
  color: #000000;
}
.cid-veNV5e7dC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-veNV5e7dC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNV5e7dC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNV5e7dC8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNV5e7dC8 .container-fluid {
    padding: 0 30px;
  }
}
.cid-veNV5e7dC8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veNV5e7dC8 .container {
    padding: 0 30px;
  }
}
.cid-veNV5e7dC8 .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-veNV5e7dC8 .contacts-wrapper,
.cid-veNV5e7dC8 .list-wrapper,
.cid-veNV5e7dC8 .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-veNV5e7dC8 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-veNV5e7dC8 .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-veNV5e7dC8 .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-veNV5e7dC8 .list .item-wrap:hover {
  color: #ffffff;
}
.cid-veNV5e7dC8 .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veNV5e7dC8 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-veNV5e7dC8 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNV5e7dC8 .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #ffffff;
}
.cid-veNV5e7dC8 .mbr-section-title {
  color: #ffffff;
}
.cid-veNWSKaXhb .navbar-dropdown {
  position: relative !important;
}
.cid-veNWSKaXhb .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-veNWSKaXhb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-veNWSKaXhb .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-veNWSKaXhb .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-veNWSKaXhb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-veNWSKaXhb .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-veNWSKaXhb .dropdown-item:hover,
.cid-veNWSKaXhb .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-veNWSKaXhb .dropdown-item:hover span {
  color: white;
}
.cid-veNWSKaXhb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veNWSKaXhb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veNWSKaXhb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veNWSKaXhb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veNWSKaXhb .nav-link {
  position: relative;
}
.cid-veNWSKaXhb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veNWSKaXhb .container {
    flex-wrap: nowrap;
  }
}
.cid-veNWSKaXhb .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veNWSKaXhb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veNWSKaXhb .dropdown-menu,
.cid-veNWSKaXhb .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-veNWSKaXhb .nav-item:focus,
.cid-veNWSKaXhb .nav-link:focus {
  outline: none;
}
.cid-veNWSKaXhb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veNWSKaXhb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-veNWSKaXhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veNWSKaXhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veNWSKaXhb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veNWSKaXhb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veNWSKaXhb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNWSKaXhb .navbar.opened {
  transition: all 0.3s;
}
.cid-veNWSKaXhb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-veNWSKaXhb .navbar .navbar-logo img {
  width: auto;
}
.cid-veNWSKaXhb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veNWSKaXhb .navbar.collapsed {
  justify-content: center;
}
.cid-veNWSKaXhb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veNWSKaXhb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veNWSKaXhb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-veNWSKaXhb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veNWSKaXhb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veNWSKaXhb .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-veNWSKaXhb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veNWSKaXhb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veNWSKaXhb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veNWSKaXhb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veNWSKaXhb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veNWSKaXhb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veNWSKaXhb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veNWSKaXhb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veNWSKaXhb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veNWSKaXhb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veNWSKaXhb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-veNWSKaXhb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-veNWSKaXhb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veNWSKaXhb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veNWSKaXhb .navbar.navbar-short {
  min-height: 96px;
}
.cid-veNWSKaXhb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veNWSKaXhb .navbar-brand {
  min-height: 96px;
  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-veNWSKaXhb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-veNWSKaXhb .navbar-brand .navbar-caption:hover,
.cid-veNWSKaXhb .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNWSKaXhb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veNWSKaXhb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-veNWSKaXhb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-veNWSKaXhb .dropdown-item.active,
.cid-veNWSKaXhb .dropdown-item:active {
  background-color: transparent;
}
.cid-veNWSKaXhb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veNWSKaXhb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veNWSKaXhb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veNWSKaXhb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-veNWSKaXhb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veNWSKaXhb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-veNWSKaXhb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veNWSKaXhb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veNWSKaXhb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-veNWSKaXhb .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-veNWSKaXhb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-veNWSKaXhb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-veNWSKaXhb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veNWSKaXhb 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: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veNWSKaXhb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-veNWSKaXhb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veNWSKaXhb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNWSKaXhb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veNWSKaXhb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veNWSKaXhb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNWSKaXhb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veNWSKaXhb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veNWSKaXhb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veNWSKaXhb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veNWSKaXhb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veNWSKaXhb .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-veNWSKaXhb .navbar {
    height: 70px;
  }
  .cid-veNWSKaXhb .navbar.opened {
    height: auto;
  }
  .cid-veNWSKaXhb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veNWSKaXhb .navbar-nav {
  margin: 0 auto;
}
.cid-veNWSKaXhb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-veNWSKaXhb .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-veNWSKaXhb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veNWSKaXhb .nav-item .nav-link:hover,
.cid-veNWSKaXhb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-veNWSKaXhb .nav-item .nav-link:hover::after,
.cid-veNWSKaXhb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-veNWSKaXhb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veNWSKaXhb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-veNWSKaXhb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-veNWSKaXhb .navbar {
    justify-content: flex-start !important;
  }
  .cid-veNWSKaXhb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veNWSKaXhb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veNWSKaXhb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNWSKaXhb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veNWSKaXhb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-veNWSKaXhb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-veNWSKaXhb .content-wrap {
  min-height: 110px;
}
.cid-veNWSLlVng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNWSLlVng .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-veNWSLlVng .mbr-section-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-veNWSLlVng .mbr-text {
  margin-bottom: 2rem;
}
.cid-veNWSLlVng .image-wrapper,
.cid-veNWSLlVng img {
  width: 100%;
}
.cid-veNWSLlVng .image-wrapper {
  overflow: hidden;
}
.cid-veNWSLlVng .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNWSLlVng .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-veNWSLlVng .content_box {
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veNWSLlVng .row {
    flex-direction: column-reverse;
  }
  .cid-veNWSLlVng .content_box,
  .cid-veNWSLlVng .mbr-text {
    padding: 0;
  }
  .cid-veNWSLlVng .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-veNWSLlVng .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-veNWSLlVng .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veNWSLlVng .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-veNWSLlVng .mbr-text,
.cid-veNWSLlVng .linkBtn {
  color: #ffffff;
}
.cid-veNWSM8WuN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNWSM8WuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNWSM8WuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNWSM8WuN .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #d1d1d1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-veNWSM8WuN .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-veNWSM8WuN .card {
  justify-content: center;
}
.cid-veNWSM8WuN .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veNWSM8WuN .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-veNWSM8WuN .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veNWSM8WuN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-veNWSM8WuN .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNWSM8WuN .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-veNWSM8WuN .list-wrapper .list .item-wrap::marker {
  color: #d1d1d1;
}
.cid-veNWSM8WuN .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veNWSM8WuN .mbr-section-title {
  color: #000000;
}
.cid-veNWSM8WuN .mbr-number {
  color: #ffffff;
}
.cid-veNWSM8WuN .list {
  color: #000000;
}
.cid-veNWSM8WuN .list,
.cid-veNWSM8WuN .item-wrap {
  color: #ffffff;
}
.cid-veNWSMSZpH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNWSMSZpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNWSMSZpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNWSMSZpH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNWSMSZpH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNWSMSZpH .container {
    padding: 0 12px;
  }
}
.cid-veNWSMSZpH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veNWSMSZpH .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-veNWSMSZpH .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #d1d1d1;
}
@media (max-width: 992px) {
  .cid-veNWSMSZpH .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-veNWSMSZpH .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-veNWSMSZpH .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-veNWSMSZpH .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-veNWSMSZpH .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-veNWSMSZpH .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-veNWSMSZpH .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-veNWSMSZpH .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veNWSMSZpH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veNWSMSZpH .mbr-section-subtitle {
  color: #222222;
}
.cid-veNWSMSZpH .mbr-text {
  color: #000000;
}
.cid-veNWSMSZpH .list {
  color: #222222;
}
.cid-veNWSNBcAt {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #d7d1de;
}
.cid-veNWSNBcAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNWSNBcAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNWSNBcAt .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-veNWSNBcAt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNWSNBcAt .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-veNWSNBcAt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veNWSNBcAt .container {
    padding: 0 14px;
  }
}
.cid-veNWSNBcAt .row {
  justify-content: center;
}
.cid-veNWSNBcAt .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-veNWSNBcAt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veNWSNBcAt .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-veNWSNBcAt .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-veNWSNBcAt .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-veNWSNBcAt .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-veNWSNBcAt .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-veNWSNBcAt .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-veNWSNBcAt .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-veNWSNBcAt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veNWSNBcAt .mbr-text_1 {
  color: #000000;
}
.cid-veNWSNBcAt .list {
  color: #01004c;
}
.cid-veNWSNBcAt .mbr-text_2 {
  color: #01004c;
}
.cid-veNWSOiAI4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-veNWSOiAI4 .main_header {
  margin-bottom: 8rem;
}
.cid-veNWSOiAI4 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ffffff;
}
.cid-veNWSOiAI4 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-veNWSOiAI4 .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-veNWSOiAI4 .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-veNWSOiAI4 .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-veNWSOiAI4 .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ef3512;
}
.cid-veNWSOiAI4 .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-veNWSOiAI4 .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-veNWSOiAI4 .card_item:nth-child(2) .square_fill {
  background-color: #ff781f;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-veNWSOiAI4 .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-veNWSOiAI4 .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-veNWSOiAI4 .card_item:nth-child(3) .square_fill {
  background-color: #df3b96;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-veNWSOiAI4 .card_item .card-box {
  border-left: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-veNWSOiAI4 .card_item:last-child .card-box {
  border-right: 1px dotted rgba(209, 209, 209, 0.5);
}
.cid-veNWSOiAI4 .card-box {
  height: 100%;
}
.cid-veNWSOiAI4 .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-veNWSOiAI4 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-veNWSOiAI4 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-veNWSOiAI4 .square_animation .square_null {
  z-index: 1;
  border: 1px solid white;
}
.cid-veNWSOiAI4 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNWSOiAI4 .card-title {
  margin-bottom: 1.75rem;
  color: #ffffff;
}
.cid-veNWSOiAI4 .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veNWSOiAI4 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-veNWSOiAI4 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-veNWSOiAI4 .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-veNWSOiAI4 .item-wrapper {
    padding: 0;
  }
  .cid-veNWSOiAI4 .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-veNWSOiAI4 .main_header {
    margin-bottom: 4rem;
  }
  .cid-veNWSOiAI4 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-veNWSOiAI4 .mbr-text {
    margin-top: .75rem;
  }
  .cid-veNWSOiAI4 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-veNWSOiAI4 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-veNWSOiAI4 .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-veNWSOiAI4 .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-veNWSOiAI4 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-veNWSOiAI4 .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-veNWSOiAI4 .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-veNWSOiAI4 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-veNWSOiAI4 .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-veNWSOiAI4 .mbr-section-title {
  color: #ffffff;
}
.cid-veNWSOiAI4 .card-text,
.cid-veNWSOiAI4 .linkBtn {
  color: #d1d1d1;
}
.cid-veNWSPtZmc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-veNWSPtZmc .container {
    padding: 0 24px;
  }
}
.cid-veNWSPtZmc .card {
  justify-content: center;
}
.cid-veNWSPtZmc .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-veNWSPtZmc .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-veNWSPtZmc .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-veNWSPtZmc .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-veNWSPtZmc .text-wrapper {
  border-top: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-veNWSPtZmc .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-veNWSPtZmc .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-veNWSPtZmc .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veNWSPtZmc .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-veNWSPtZmc .mbr-section-title {
  color: #F9F6E0;
}
.cid-veNWSPtZmc .mbr-desc {
  color: #F9F6E0;
}
.cid-veNWSPtZmc .mbr-text {
  color: #ffffff;
}
.cid-veNWSPtZmc .mbr-section-btn {
  text-align: right;
}
.cid-veNWSPtZmc .mbr-section-title,
.cid-veNWSPtZmc .mbr-section-btn {
  color: #ffffff;
}
.cid-veNWSQmvVL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1d1;
}
@media (min-width: 992px) {
  .cid-veNWSQmvVL .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-veNWSQmvVL .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-veNWSQmvVL .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-veNWSQmvVL .card_item .item-wrapper {
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-veNWSQmvVL .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(0, 0, 0, 0.5);
  }
}
.cid-veNWSQmvVL .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-veNWSQmvVL .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNWSQmvVL .card-box:hover {
  transform: translateY(-3rem);
}
.cid-veNWSQmvVL .card-box:hover img {
  transform: scale(1.01);
}
.cid-veNWSQmvVL .card-title {
  margin-bottom: .75rem;
  color: #000000;
}
.cid-veNWSQmvVL .card-text {
  margin-bottom: 1.25rem;
}
.cid-veNWSQmvVL .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-veNWSQmvVL img,
.cid-veNWSQmvVL .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-veNWSQmvVL .item:focus,
.cid-veNWSQmvVL span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-veNWSQmvVL .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-veNWSQmvVL .card-title {
    margin-bottom: .5rem;
  }
  .cid-veNWSQmvVL .card-text {
    margin-bottom: .75rem;
  }
  .cid-veNWSQmvVL .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-veNWSQmvVL .card-box:hover {
    transform: translateY(0);
  }
  .cid-veNWSQmvVL .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-veNWSQmvVL .card-box {
    padding: 0 0 1rem;
  }
}
.cid-veNWSQmvVL .card-text,
.cid-veNWSQmvVL .linkBtn {
  color: #d1d1d1;
}
.cid-veNWSRwoYe {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #121212;
}
.cid-veNWSRwoYe .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-veNWSRwoYe .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veNWSRwoYe .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-veNWSRwoYe .mbr-text {
    margin-top: .75rem;
  }
}
.cid-veNWSRwoYe .mbr-section-title {
  color: #ffffff;
}
.cid-veNWSSnVuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/unnamed-23.webp");
}
.cid-veNWSSnVuI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-veNWSSnVuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNWSSnVuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNWSSnVuI .content-wrap {
  justify-content: center;
}
.cid-veNWSSnVuI .card-wrapper {
  background-color: #d1d1d1;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-veNWSSnVuI .card-wrapper {
    display: block;
  }
}
.cid-veNWSSnVuI .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-veNWSSnVuI .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-veNWSSnVuI .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-veNWSSnVuI .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-veNWSSnVuI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-veNWSSnVuI .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-veNWSSnVuI .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-veNWSSnVuI .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #000000;
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-veNWSSnVuI .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veNWSSnVuI .mbr-section-title {
  color: #000000;
}
.cid-veNWSSnVuI .panel-title-edit {
  color: #150764;
}
.cid-veNWSSnVuI .panel-text {
  color: #000000;
}
.cid-veNWSSnVuI .panel-title-edit,
.cid-veNWSSnVuI .icon-wrapper {
  color: #000000;
}
.cid-veNWSTFDOj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-veNWSTFDOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNWSTFDOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNWSTFDOj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNWSTFDOj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-veNWSTFDOj .container {
    padding: 0 25px;
  }
}
.cid-veNWSTFDOj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veNWSTFDOj .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-veNWSTFDOj .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-veNWSTFDOj .image-wrapper img {
    height: 350px;
  }
}
.cid-veNWSTFDOj .content-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-veNWSTFDOj .content-wrapper {
    margin: 0;
  }
}
.cid-veNWSTFDOj .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-veNWSTFDOj .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-veNWSTFDOj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veNWSTFDOj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veNWSTFDOj .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-veNWSTFDOj .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNWSTFDOj .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-veNWSTFDOj .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNWSTFDOj .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-veNWSTFDOj .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-veNWSTFDOj .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-veNWSTFDOj .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-veNWSTFDOj .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-veNWSTFDOj .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-veNWSTFDOj .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-veNWSTFDOj .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-veNWSTFDOj .mbr-section-title {
  color: #2f2e30;
}
.cid-veNWSTFDOj .mbr-desc {
  color: #2f2e30;
}
.cid-veNWSTFDOj .mbr-text {
  color: #ffffff;
}
.cid-veNWSTFDOj .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-veNWSTFDOj .list {
  color: #2f2e30;
}
.cid-veNWSTFDOj .mbr-section-title,
.cid-veNWSTFDOj .mbr-section-btn {
  color: #ffffff;
}
.cid-veNWSUTiTC {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-veNWSUTiTC .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1d1d1;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-veNWSUTiTC .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNWSUTiTC .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-veNWSUTiTC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-veNWSUTiTC .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-veNWSUTiTC .mbr-text {
  color: #000000;
}
.cid-veO9U6arFn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1d1;
}
.cid-veO9U6arFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veO9U6arFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veO9U6arFn .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-veO9U6arFn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veO9U6arFn .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-veO9U6arFn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-veO9U6arFn .container {
    padding: 0 14px;
  }
}
.cid-veO9U6arFn .row {
  justify-content: center;
}
.cid-veO9U6arFn .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-veO9U6arFn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veO9U6arFn .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-veO9U6arFn .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-veO9U6arFn .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-veO9U6arFn .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-veO9U6arFn .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veO9U6arFn .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-veO9U6arFn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veO9U6arFn .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-veO9U6arFn .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veO9U6arFn .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-veO9U6arFn .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-veO9U6arFn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veO9U6arFn .panel-title {
  color: #01004c;
}
.cid-veO9U6arFn .panel-text {
  color: #000000;
}
.cid-veO9U6arFn .panel-title-edit {
  color: #000000;
}
.cid-veNWSW8WS3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #d1d1d1;
}
.cid-veNWSW8WS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNWSW8WS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNWSW8WS3 .card-wrapper {
  border: 2px solid #000000;
  padding: 3rem 2.25rem;
  background: #d1d1d1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veNWSW8WS3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-veNWSW8WS3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-veNWSW8WS3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veNWSW8WS3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veNWSW8WS3 .google-map {
  height: 100%;
  position: relative;
}
.cid-veNWSW8WS3 .google-map iframe {
  padding: 2px;
  background-color: #000000;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veNWSW8WS3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-veNWSW8WS3 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-veNWSW8WS3 .google-map[data-state] {
  background: #ffffff;
}
.cid-veNWSW8WS3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veNWSW8WS3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-veNWSW8WS3 .content-head {
  max-width: 800px;
}
.cid-veNWSW8WS3 .mbr-section-title {
  color: #000000;
}
.cid-veNWSW8WS3 .cardTitle {
  color: #000000;
}
.cid-veNWSW8WS3 .list,
.cid-veNWSW8WS3 .item-wrap {
  color: #000000;
}
.cid-veNWSXqmvF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-veNWSXqmvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veNWSXqmvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veNWSXqmvF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-veNWSXqmvF .container-fluid {
    padding: 0 30px;
  }
}
.cid-veNWSXqmvF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veNWSXqmvF .container {
    padding: 0 30px;
  }
}
.cid-veNWSXqmvF .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-veNWSXqmvF .contacts-wrapper,
.cid-veNWSXqmvF .list-wrapper,
.cid-veNWSXqmvF .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-veNWSXqmvF .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-veNWSXqmvF .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-veNWSXqmvF .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-veNWSXqmvF .list .item-wrap:hover {
  color: #ffffff;
}
.cid-veNWSXqmvF .list .item-wrap:hover::before {
  width: 100%;
}
.cid-veNWSXqmvF .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-veNWSXqmvF .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-veNWSXqmvF .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #ffffff;
}
.cid-veNWSXqmvF .mbr-section-title {
  color: #ffffff;
}
