.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Arial;
}
.display-1 {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 5.6rem;
  line-height: .94;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 4.45rem;
  line-height: .96;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5625rem;
}
.display-4 {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 1.125rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 1.75rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.94 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.56rem;
    font-size: calc( 2.2075rem + (4.45 - 2.2075) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.96 * (2.2075rem + (4.45 - 2.2075) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.94 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.56rem;
    font-size: calc( 2.2075rem + (4.45 - 2.2075) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.96 * (2.2075rem + (4.45 - 2.2075) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2066ff !important;
}
.bg-success {
  background-color: #736e4e !important;
}
.bg-info {
  background-color: #eeeeee !important;
}
.bg-warning {
  background-color: #2066ff !important;
}
.bg-danger {
  background-color: #981215 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2066ff !important;
  border-color: #2066ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5389ff !important;
  border-color: #5389ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5389ff !important;
  border-color: #5389ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #994412 !important;
  border-color: #994412 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c75817 !important;
  border-color: #c75817 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c75817 !important;
  border-color: #c75817 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #555555 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #555555 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #736e4e !important;
  border-color: #736e4e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #918b63 !important;
  border-color: #918b63 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #918b63 !important;
  border-color: #918b63 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2066ff !important;
  border-color: #2066ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5389ff !important;
  border-color: #5389ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5389ff !important;
  border-color: #5389ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #981215 !important;
  border-color: #981215 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
  color: #afc200 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #afc200 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2066ff;
  color: #2066ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003fc8 !important;
  background-color: transparent !important;
  border-color: #003fc8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2066ff !important;
  border-color: #2066ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #994412;
  color: #994412;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b2209 !important;
  background-color: transparent !important;
  border-color: #4b2209 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #994412 !important;
  border-color: #994412 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #736e4e;
  color: #736e4e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3d2b !important;
  background-color: transparent !important;
  border-color: #3f3d2b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #736e4e !important;
  border-color: #736e4e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2066ff;
  color: #2066ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #003fc8 !important;
  background-color: transparent !important;
  border-color: #003fc8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2066ff !important;
  border-color: #2066ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #981215;
  color: #981215;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4a090a !important;
  background-color: transparent !important;
  border-color: #4a090a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #981215 !important;
  border-color: #981215 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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;
  border-color: #000000 !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;
  border-color: #fefff5;
  color: #fefff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f5ff9e !important;
  background-color: transparent !important;
  border-color: #f5ff9e !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ddf500 !important;
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
}
.text-primary {
  color: #2066ff !important;
}
.text-secondary {
  color: #994412 !important;
}
.text-success {
  color: #736e4e !important;
}
.text-info {
  color: #eeeeee !important;
}
.text-warning {
  color: #2066ff !important;
}
.text-danger {
  color: #981215 !important;
}
.text-white {
  color: #fefff5 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003ab9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e1b07 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #363425 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bbbbbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #003ab9 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d0708 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #f4ff8f !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2066ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eeeeee;
}
.alert-warning {
  background-color: #2066ff;
}
.alert-danger {
  background-color: #981215;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2066ff;
  border-color: #2066ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
a,
a:hover {
  color: #2066ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecf2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b2ae8e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ecf2ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e94145;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2066ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #2066ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2066ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2066ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2066ff;
  border-bottom-color: #2066ff;
}
.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: #2066ff !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: #994412 !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='%232066ff' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 13px 20px;
}
.radius-right {
  border-radius: 0 !important;
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}
.radius-bottom-right {
  border-radius: 0 !important;
  border-bottom-right-radius: 60px !important;
}
.radius-top {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}
.radius-top-left {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
}
.radius-top-right {
  border-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.dropdown-item {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.gravitas-2 {
  font-family: 'gravitasmediumgeometric_861';
  font-size: 2rem;
  line-height: 1.5;
}
.gravitas-2 > .mbr-iconfont {
  font-size: 2rem;
}
.gravitas-6 {
  font-family: 'gravitasmediumgeometric_861';
  font-size: 6rem;
  line-height: 1.5;
}
.gravitas-6 > .mbr-iconfont {
  font-size: 6rem;
}
.title-4 {
  font-family: 'InterTight-VariableFont_wght';
  font-size: 2rem;
  line-height: 1.5;
}
.title-4 > .mbr-iconfont {
  font-size: 2rem;
}
.cid-v2q5e5VD8f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v2q5e5VD8f nav.navbar {
  position: fixed;
}
.cid-v2q5e5VD8f .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-v2q5e5VD8f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .dropdown-menu {
    text-align: center;
  }
}
.cid-v2q5e5VD8f .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .dropdown-item:hover,
.cid-v2q5e5VD8f .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v2q5e5VD8f .dropdown-item:hover span {
  color: white;
}
.cid-v2q5e5VD8f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2q5e5VD8f .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2q5e5VD8f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2q5e5VD8f .nav-link {
  position: relative;
}
.cid-v2q5e5VD8f .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2q5e5VD8f .container {
    flex-wrap: nowrap;
  }
}
.cid-v2q5e5VD8f .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2q5e5VD8f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2q5e5VD8f .dropdown-menu,
.cid-v2q5e5VD8f .navbar.opened {
  background: #191919 !important;
}
.cid-v2q5e5VD8f .nav-item:focus,
.cid-v2q5e5VD8f .nav-link:focus {
  outline: none;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2q5e5VD8f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2q5e5VD8f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v2q5e5VD8f .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar.opened {
  transition: all 0.3s;
}
.cid-v2q5e5VD8f .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v2q5e5VD8f .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2q5e5VD8f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2q5e5VD8f .navbar.collapsed {
  justify-content: center;
}
.cid-v2q5e5VD8f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2q5e5VD8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2q5e5VD8f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2q5e5VD8f .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%;
  right: .8rem;
}
.cid-v2q5e5VD8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v2q5e5VD8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2q5e5VD8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2q5e5VD8f .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%;
    right: .8rem;
  }
  .cid-v2q5e5VD8f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2q5e5VD8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v2q5e5VD8f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2q5e5VD8f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2q5e5VD8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2q5e5VD8f .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2q5e5VD8f .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2q5e5VD8f .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;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar-brand {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2q5e5VD8f .navbar-brand .navbar-caption:hover,
.cid-v2q5e5VD8f .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2q5e5VD8f .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2q5e5VD8f .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .dropdown-item.active,
.cid-v2q5e5VD8f .dropdown-item:active {
  background-color: transparent;
}
.cid-v2q5e5VD8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2q5e5VD8f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2q5e5VD8f ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2q5e5VD8f ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v2q5e5VD8f .navbar-buttons {
  text-align: center;
}
.cid-v2q5e5VD8f .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v2q5e5VD8f .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2q5e5VD8f 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2q5e5VD8f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2q5e5VD8f .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-v2q5e5VD8f .navbar {
    height: 70px;
  }
  .cid-v2q5e5VD8f .navbar.opened {
    height: auto;
  }
  .cid-v2q5e5VD8f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2q5e5VD8f .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v2q5e5VD8f .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2q5e5VD8f .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2q5e5VD8f .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2q5e5VD8f .nav-item .nav-link:hover,
.cid-v2q5e5VD8f .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-v2q5e5VD8f .nav-item .nav-link:hover::after,
.cid-v2q5e5VD8f .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2q5e5VD8f .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2q5e5VD8f .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2q5e5VD8f .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2q5e5VD8f .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v2q5e5VD8f .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .content-wrap {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vnVSn7bYKR {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/img-7317-2000x1333.jpg");
}
.cid-vnVSn7bYKR::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-vnVSn7bYKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnVSn7bYKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnVSn7bYKR .card {
  justify-content: flex-end;
}
.cid-vnVSn7bYKR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vnVSn7bYKR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vnVSn7bYKR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnVSn7bYKR .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-vnVSn7bYKR .mbr-label {
  color: #ffffff;
}
.cid-vnVSn7bYKR .mbr-section-title {
  color: #ffffff;
}
.cid-vnVSn7bYKR .mbr-text {
  color: #ffffff;
}
.cid-v2q5hiDiFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-v2q5hiDiFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2q5hiDiFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2q5hiDiFz .row {
  margin: 0 -15px;
}
.cid-v2q5hiDiFz .row .card {
  padding: 0 15px;
}
.cid-v2q5hiDiFz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v2q5hiDiFz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v2q5hiDiFz .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #111111;
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v2q5hiDiFz .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2q5hiDiFz .mbr-section-title {
  color: #fefff5;
  text-align: left;
}
.cid-v2q5hiDiFz .item-title {
  color: #fefff5;
}
.cid-v2q5hiDiFz .item-text {
  color: #fefff5;
}
.cid-v2q5J88IA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-v2q5J88IA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2q5J88IA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2q5J88IA2 .row {
  margin: 0 -15px;
}
.cid-v2q5J88IA2 .row .card {
  padding: 0 15px;
}
.cid-v2q5J88IA2 .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2q5J88IA2 .mbr-section-title {
  color: #fefff5;
}
.cid-v2q5J88IA2 .mbr-desc {
  color: #fefff5;
}
.cid-v2q5J88IA2 .mbr-label {
  color: #fefff5;
}
.cid-v2q5J88IA2 .mbr-text {
  color: #fefff5;
}
.cid-vnWjkTJP1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnWjkTJP1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnWjkTJP1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnWjkTJP1z .items-wrapper {
  margin: 0 -32px;
}
.cid-vnWjkTJP1z .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vnWjkTJP1z .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-vnWjkTJP1z .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #2066ff;
  border-color: #272cff;
  box-shadow: 0 18px 32px -8px #2066ff;
}
.cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #2066ff;
  border-color: #272cff;
  box-shadow: 0 18px 32px -8px #2066ff;
}
.cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #2066ff;
  border-color: #272cff;
  box-shadow: 0 18px 32px -8px #2066ff;
}
.cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-vnWjkTJP1z .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-vnWjkTJP1z .card-title {
  color: #111111;
}
.cid-vnWjkTJP1z .card-text {
  color: #666666;
  text-align: center;
}
.cid-vnWjkTJP1z .card-title,
.cid-vnWjkTJP1z .iconfont-wrapper {
  text-align: center;
}
.cid-vnW7wEVOtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vnW7wEVOtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnW7wEVOtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnW7wEVOtx .row {
  margin: 0 -15px;
}
.cid-vnW7wEVOtx .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vnW7wEVOtx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnW7wEVOtx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnW7wEVOtx .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vnW7wEVOtx .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vnW7wEVOtx .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vnW7wEVOtx .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnW7wEVOtx .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vnW7wEVOtx .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vnW7wEVOtx .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vnW7wEVOtx .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnW7wEVOtx .mbr-section-title {
  color: #fefff5;
}
.cid-vnW7wEVOtx .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: left;
}
.cid-vnW7wEVOtx .mbr-desc {
  color: #fefff5;
}
.cid-vnW7wEVOtx .mbr-label {
  color: #fefff5;
}
.cid-vnW7wEVOtx .mbr-text {
  color: #fefff5;
}
.cid-vrTqr4ir45 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-vrTqr4ir45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrTqr4ir45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrTqr4ir45 .items-wrapper {
  justify-content: center;
}
.cid-vrTqr4ir45 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vrTqr4ir45 .mbr-text,
.cid-vrTqr4ir45 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vrTqr4ir45 .title-4 {
  line-height: 1.2;
}
.cid-vrTqr4ir45 .autor {
  font-size: 1.6em;
  line-height: 1.2;
  color: white;
}
.cid-voYz3pQ7IP {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-voYz3pQ7IP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voYz3pQ7IP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYz3pQ7IP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYz3pQ7IP .mbr-text,
.cid-voYz3pQ7IP .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-voYz3pQ7IP h3:before,
  .cid-voYz3pQ7IP h3:after {
    display: none;
  }
}
.cid-voYz3pQ7IP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYz3pQ7IP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYz3pQ7IP .mbr-section-title {
  text-align: center;
}
.cid-v2q5KAgT8h {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #111111;
}
.cid-v2q5KAgT8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2q5KAgT8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2q5KAgT8h .row {
  margin: 0 -15px;
}
.cid-v2q5KAgT8h .row .card {
  padding: 0 15px;
}
.cid-v2q5KAgT8h .image-wrapper img {
  height: 825px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2q5KAgT8h .image-wrapper img {
    height: 625px;
  }
}
@media (max-width: 992px) {
  .cid-v2q5KAgT8h .image-wrapper img {
    height: 300px;
  }
}
.cid-v2q6gfhPJi {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-v2q6gfhPJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2q6gfhPJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2q6gfhPJi .row {
  margin: 0 -15px;
}
.cid-v2q6gfhPJi .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v2q6gfhPJi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2q6gfhPJi .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v2q6gfhPJi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2q6gfhPJi .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2q6gfhPJi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2q6gfhPJi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2q6gfhPJi .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-v2q6gfhPJi .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2q6gfhPJi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2q6gfhPJi .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-v2q6gfhPJi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2q6gfhPJi .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-v2q6gfhPJi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-v2q6gfhPJi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #2066ff;
}
.cid-v2q6gfhPJi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-v2q6gfhPJi .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-v2q6gfhPJi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2q6gfhPJi .mbr-section-title {
  color: #fefff5;
}
.cid-v2q6gfhPJi .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v2q6gfhPJi .mbr-text {
  color: #fefff5;
}
.cid-v2q6gfhPJi .panel-title-edit {
  color: #fefff5;
}
.cid-v2q6gfhPJi .panel-text {
  color: #fefff5;
}
.cid-vsP8HXG86J {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-vsP8HXG86J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsP8HXG86J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsP8HXG86J .row {
  margin: 0 -15px;
}
.cid-vsP8HXG86J .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vsP8HXG86J .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsP8HXG86J .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsP8HXG86J .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsP8HXG86J .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsP8HXG86J .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsP8HXG86J .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsP8HXG86J .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-vsP8HXG86J .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vsP8HXG86J .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vsP8HXG86J .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vsP8HXG86J .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vsP8HXG86J .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-vsP8HXG86J .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-vsP8HXG86J .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #2066ff;
}
.cid-vsP8HXG86J .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-vsP8HXG86J .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-vsP8HXG86J .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vsP8HXG86J .mbr-section-title {
  color: #fefff5;
}
.cid-vsP8HXG86J .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsP8HXG86J .mbr-text {
  color: #fefff5;
}
.cid-vsP8HXG86J .panel-title-edit {
  color: #fefff5;
}
.cid-vsP8HXG86J .panel-text {
  color: #fefff5;
}
.cid-vsPtE1dYKA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vsPtE1dYKA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vsPtE1dYKA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsPtE1dYKA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsPtE1dYKA .mbr-text,
.cid-vsPtE1dYKA .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-vsPtE1dYKA h3:before,
  .cid-vsPtE1dYKA h3:after {
    display: none;
  }
}
.cid-vsPtE1dYKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPtE1dYKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPtE1dYKA .mbr-section-title {
  text-align: center;
}
.cid-vsyFn8Irc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsyFn8Irc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyFn8Irc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyFn8Irc6 .row {
  margin: 0 -15px;
}
.cid-vsyFn8Irc6 .row .card {
  padding: 0 15px;
}
.cid-vsyFn8Irc6 .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsyFn8Irc6 .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsyFn8Irc6 .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsyFn8Irc6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsyFn8Irc6 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsyFn8Irc6 .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsyFn8Irc6 .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsyFn8Irc6 .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsyFn8Irc6 .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsyFn8Irc6 .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsyFn8Irc6 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsyFn8Irc6 .mbr-section-title {
  color: #fefff5;
}
.cid-vsyFn8Irc6 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsyFn8Irc6 label {
  color: #fefff5;
}
.cid-vsyFn8Irc6 .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsyFn8Irc6 .btn {
  margin: 0;
}
.cid-v2q5T9WOv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-v2q5T9WOv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2q5T9WOv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2q5T9WOv4 .row {
  margin: 0 -15px;
}
.cid-v2q5T9WOv4 .row .card {
  padding: 0 15px;
}
.cid-v2q5T9WOv4 .image-wrapper {
  overflow: hidden;
}
.cid-v2q5T9WOv4 .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2q5T9WOv4 .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v2q5T9WOv4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2q5T9WOv4 .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2q5T9WOv4 .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-v2q5T9WOv4 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2q5T9WOv4 .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2q5T9WOv4 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2q5T9WOv4 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v2q5T9WOv4 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v2q5T9WOv4 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v2q5T9WOv4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2q5T9WOv4 .mbr-section-title {
  color: #fefff5;
}
.cid-v2q5T9WOv4 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v2q5T9WOv4 .mbr-text {
  color: #fefff5;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vnWmvM9OfT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vnWmvM9OfT nav.navbar {
  position: fixed;
}
.cid-vnWmvM9OfT .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-vnWmvM9OfT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vnWmvM9OfT .dropdown-menu {
    text-align: center;
  }
}
.cid-vnWmvM9OfT .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vnWmvM9OfT .dropdown-item:hover,
.cid-vnWmvM9OfT .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vnWmvM9OfT .dropdown-item:hover span {
  color: white;
}
.cid-vnWmvM9OfT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnWmvM9OfT .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnWmvM9OfT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnWmvM9OfT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vnWmvM9OfT .nav-link {
  position: relative;
}
.cid-vnWmvM9OfT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vnWmvM9OfT .container {
    flex-wrap: nowrap;
  }
}
.cid-vnWmvM9OfT .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnWmvM9OfT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnWmvM9OfT .dropdown-menu,
.cid-vnWmvM9OfT .navbar.opened {
  background: #191919 !important;
}
.cid-vnWmvM9OfT .nav-item:focus,
.cid-vnWmvM9OfT .nav-link:focus {
  outline: none;
}
.cid-vnWmvM9OfT .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vnWmvM9OfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vnWmvM9OfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnWmvM9OfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnWmvM9OfT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnWmvM9OfT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vnWmvM9OfT .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vnWmvM9OfT .navbar {
    min-height: 80px;
  }
}
.cid-vnWmvM9OfT .navbar.opened {
  transition: all 0.3s;
}
.cid-vnWmvM9OfT .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vnWmvM9OfT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vnWmvM9OfT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnWmvM9OfT .navbar.collapsed {
  justify-content: center;
}
.cid-vnWmvM9OfT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnWmvM9OfT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnWmvM9OfT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vnWmvM9OfT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnWmvM9OfT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnWmvM9OfT .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%;
  right: .8rem;
}
.cid-vnWmvM9OfT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnWmvM9OfT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vnWmvM9OfT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnWmvM9OfT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnWmvM9OfT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnWmvM9OfT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnWmvM9OfT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnWmvM9OfT .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%;
    right: .8rem;
  }
  .cid-vnWmvM9OfT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnWmvM9OfT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnWmvM9OfT .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vnWmvM9OfT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnWmvM9OfT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnWmvM9OfT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnWmvM9OfT .navbar.navbar-short {
  min-height: 96px;
}
.cid-vnWmvM9OfT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vnWmvM9OfT .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;
}
@media (max-width: 992px) {
  .cid-vnWmvM9OfT .navbar-brand {
    min-height: 80px;
  }
}
.cid-vnWmvM9OfT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnWmvM9OfT .navbar-brand .navbar-caption:hover,
.cid-vnWmvM9OfT .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vnWmvM9OfT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnWmvM9OfT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnWmvM9OfT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vnWmvM9OfT .dropdown-item.active,
.cid-vnWmvM9OfT .dropdown-item:active {
  background-color: transparent;
}
.cid-vnWmvM9OfT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnWmvM9OfT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnWmvM9OfT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnWmvM9OfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vnWmvM9OfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vnWmvM9OfT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnWmvM9OfT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnWmvM9OfT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnWmvM9OfT ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vnWmvM9OfT .navbar-buttons {
  text-align: center;
}
.cid-vnWmvM9OfT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vnWmvM9OfT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnWmvM9OfT 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnWmvM9OfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vnWmvM9OfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnWmvM9OfT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnWmvM9OfT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnWmvM9OfT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnWmvM9OfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnWmvM9OfT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnWmvM9OfT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnWmvM9OfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnWmvM9OfT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnWmvM9OfT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnWmvM9OfT .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-vnWmvM9OfT .navbar {
    height: 70px;
  }
  .cid-vnWmvM9OfT .navbar.opened {
    height: auto;
  }
  .cid-vnWmvM9OfT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnWmvM9OfT .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnWmvM9OfT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnWmvM9OfT .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnWmvM9OfT .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnWmvM9OfT .nav-item .nav-link:hover,
.cid-vnWmvM9OfT .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vnWmvM9OfT .nav-item .nav-link:hover::after,
.cid-vnWmvM9OfT .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vnWmvM9OfT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnWmvM9OfT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnWmvM9OfT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vnWmvM9OfT .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vnWmvM9OfT .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vnWmvM9OfT .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vnWmvM9OfT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnWmvM9OfT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnWmvM9OfT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnWmvM9OfT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnWmvM9OfT .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vnWmvM9OfT .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vnWmvM9OfT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vnWmvM9OfT .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnWmvM9OfT .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vnWmvM9OfT .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vnWmvM9OfT .content-wrap {
    min-height: 80px;
  }
}
.cid-vnWmvM9OfT .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vnWmOGJhuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/buchung001-2000x1333.jpg");
}
.cid-vnWmOGJhuK .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vnWmOGJhuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnWmOGJhuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnWmOGJhuK .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vnWmOGJhuK .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vnWmOGJhuK .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnWmOGJhuK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vnWmOGJhuK .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vnWmOGJhuK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnWmOGJhuK .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnWmOGJhuK .mbr-section-title {
  color: #ffffff;
}
.cid-vnWmOGJhuK .mbr-text,
.cid-vnWmOGJhuK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnWmOGJhuK .mbr-section-title,
.cid-vnWmOGJhuK .mbr-section-btn {
  text-align: center;
}
.cid-vnWtaTRUaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vnWtaTRUaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnWtaTRUaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnWtaTRUaS .content-wrapper .title-wrapper {
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-vnWtaTRUaS .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vnWtaTRUaS .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vnWtaTRUaS .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnWtaTRUaS .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnWtaTRUaS .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vnWtaTRUaS .mbr-section-title {
  color: #d1c2a5;
}
.cid-vnWtaTRUaS .mbr-text,
.cid-vnWtaTRUaS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnWtaTRUaS .mbr-section-title,
.cid-vnWtaTRUaS .mbr-section-btn {
  text-align: center;
}
.cid-vnWtVgABMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vnWtVgABMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnWtVgABMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnWtVgABMA .row {
  margin: 0 -15px;
}
.cid-vnWtVgABMA .row .card {
  padding: 0 15px;
}
.cid-vnWtVgABMA .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vnWtVgABMA .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-vnWtVgABMA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnWtVgABMA .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vnWtVgABMA .items-wrapper .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnWtVgABMA .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-vnWtVgABMA .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vnWtVgABMA .items-wrapper .item .item-wrapper .item-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #2066ff;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vnWtVgABMA .items-wrapper .item .item-wrapper .item-number {
    margin-bottom: 20px;
  }
}
.cid-vnWtVgABMA .items-wrapper .item .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vnWtVgABMA .items-wrapper .item .item-title {
    margin-bottom: 20px;
  }
}
.cid-vnWtVgABMA .items-wrapper .item .item-text {
  margin-bottom: 20px;
}
.cid-vnWtVgABMA .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnWtVgABMA .mbr-section-title {
  color: #fefff5;
}
.cid-vnWtVgABMA .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vnWtVgABMA .item-number {
  color: #fefff5;
}
.cid-vnWtVgABMA .item-title {
  color: #fefff5;
}
.cid-vnWtVgABMA .item-text {
  color: #fefff5;
  text-align: left;
}
.cid-vnWtVgABMA .item-number,
.cid-vnWtVgABMA .number-wrapper {
  color: #2066ff;
}
.cid-voYzbstXsN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voYzbstXsN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voYzbstXsN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYzbstXsN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYzbstXsN .mbr-text,
.cid-voYzbstXsN .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-voYzbstXsN h3:before,
  .cid-voYzbstXsN h3:after {
    display: none;
  }
}
.cid-voYzbstXsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYzbstXsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYzbstXsN .mbr-section-title {
  text-align: center;
}
.cid-vnWmvRumTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vnWmvRumTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnWmvRumTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnWmvRumTj .row {
  margin: 0 -15px;
}
.cid-vnWmvRumTj .row .card {
  padding: 0 15px;
}
.cid-vnWmvRumTj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vnWmvRumTj .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vnWmvRumTj .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnWmvRumTj .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vnWmvRumTj .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vnWmvRumTj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnWmvRumTj .mbr-section-title {
  color: #fefff5;
}
.cid-vnWmvRumTj .item-title {
  color: #fefff5;
}
.cid-vnWmvRumTj .item-text {
  color: #fefff5;
}
.cid-vnWmvRumTj .item-price {
  color: #fefff5;
}
.cid-vnWmvRumTj .item-label {
  color: #a1a1a1;
  text-align: justify;
}
.cid-voBeFbbyg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-voBeFbbyg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBeFbbyg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBeFbbyg8 .row {
  margin: 0 -15px;
}
.cid-voBeFbbyg8 .row .card {
  padding: 0 15px;
}
.cid-voBeFbbyg8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-voBeFbbyg8 .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-voBeFbbyg8 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voBeFbbyg8 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-voBeFbbyg8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voBeFbbyg8 .mbr-section-title {
  color: #fefff5;
}
.cid-voBeFbbyg8 .item-title {
  color: #fefff5;
}
.cid-voBeFbbyg8 .item-text {
  color: #fefff5;
}
.cid-voBeFbbyg8 .item-price {
  color: #fefff5;
}
.cid-voBeFbbyg8 .item-label {
  color: #a1a1a1;
  text-align: justify;
}
.cid-voBgZcpLGH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voBgZcpLGH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voBgZcpLGH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voBgZcpLGH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voBgZcpLGH .mbr-text,
.cid-voBgZcpLGH .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-voBgZcpLGH h3:before,
  .cid-voBgZcpLGH h3:after {
    display: none;
  }
}
.cid-voBgZcpLGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBgZcpLGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBgZcpLGH .mbr-section-title {
  text-align: center;
}
.cid-vrTiCYF82O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vrTiCYF82O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrTiCYF82O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrTiCYF82O .items-wrapper {
  justify-content: center;
}
.cid-vrTiCYF82O .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vrTiCYF82O .mbr-text,
.cid-vrTiCYF82O .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vrTiCYF82O .autor {
  font-size: 1.6em;
  line-height: 1.2;
  color: white;
}
.cid-vrTiCYF82O p {
  padding-bottom: 10px;
}
.cid-vsQipl2fd4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vsQipl2fd4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vsQipl2fd4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsQipl2fd4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsQipl2fd4 .mbr-text,
.cid-vsQipl2fd4 .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-vsQipl2fd4 h3:before,
  .cid-vsQipl2fd4 h3:after {
    display: none;
  }
}
.cid-vsQipl2fd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsQipl2fd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsQipl2fd4 .mbr-section-title {
  text-align: center;
}
.cid-vsEUGJ0ZJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsEUGJ0ZJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEUGJ0ZJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEUGJ0ZJc .row {
  margin: 0 -15px;
}
.cid-vsEUGJ0ZJc .row .card {
  padding: 0 15px;
}
.cid-vsEUGJ0ZJc .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsEUGJ0ZJc .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsEUGJ0ZJc .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsEUGJ0ZJc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsEUGJ0ZJc .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsEUGJ0ZJc .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsEUGJ0ZJc .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsEUGJ0ZJc .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsEUGJ0ZJc .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsEUGJ0ZJc .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsEUGJ0ZJc .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsEUGJ0ZJc .mbr-section-title {
  color: #fefff5;
}
.cid-vsEUGJ0ZJc .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsEUGJ0ZJc label {
  color: #fefff5;
}
.cid-vsEUGJ0ZJc .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsEUGJ0ZJc .btn {
  margin: 0;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vo88Ddix4e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vo88Ddix4e nav.navbar {
  position: fixed;
}
.cid-vo88Ddix4e .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-vo88Ddix4e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vo88Ddix4e .dropdown-menu {
    text-align: center;
  }
}
.cid-vo88Ddix4e .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vo88Ddix4e .dropdown-item:hover,
.cid-vo88Ddix4e .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vo88Ddix4e .dropdown-item:hover span {
  color: white;
}
.cid-vo88Ddix4e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vo88Ddix4e .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vo88Ddix4e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vo88Ddix4e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vo88Ddix4e .nav-link {
  position: relative;
}
.cid-vo88Ddix4e .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vo88Ddix4e .container {
    flex-wrap: nowrap;
  }
}
.cid-vo88Ddix4e .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vo88Ddix4e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vo88Ddix4e .dropdown-menu,
.cid-vo88Ddix4e .navbar.opened {
  background: #191919 !important;
}
.cid-vo88Ddix4e .nav-item:focus,
.cid-vo88Ddix4e .nav-link:focus {
  outline: none;
}
.cid-vo88Ddix4e .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vo88Ddix4e .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vo88Ddix4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vo88Ddix4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vo88Ddix4e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vo88Ddix4e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vo88Ddix4e .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vo88Ddix4e .navbar {
    min-height: 80px;
  }
}
.cid-vo88Ddix4e .navbar.opened {
  transition: all 0.3s;
}
.cid-vo88Ddix4e .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vo88Ddix4e .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vo88Ddix4e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vo88Ddix4e .navbar.collapsed {
  justify-content: center;
}
.cid-vo88Ddix4e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vo88Ddix4e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vo88Ddix4e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vo88Ddix4e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vo88Ddix4e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vo88Ddix4e .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%;
  right: .8rem;
}
.cid-vo88Ddix4e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vo88Ddix4e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vo88Ddix4e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vo88Ddix4e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vo88Ddix4e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vo88Ddix4e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vo88Ddix4e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vo88Ddix4e .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%;
    right: .8rem;
  }
  .cid-vo88Ddix4e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vo88Ddix4e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vo88Ddix4e .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vo88Ddix4e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vo88Ddix4e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vo88Ddix4e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vo88Ddix4e .navbar.navbar-short {
  min-height: 96px;
}
.cid-vo88Ddix4e .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vo88Ddix4e .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;
}
@media (max-width: 992px) {
  .cid-vo88Ddix4e .navbar-brand {
    min-height: 80px;
  }
}
.cid-vo88Ddix4e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vo88Ddix4e .navbar-brand .navbar-caption:hover,
.cid-vo88Ddix4e .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vo88Ddix4e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vo88Ddix4e .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vo88Ddix4e .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vo88Ddix4e .dropdown-item.active,
.cid-vo88Ddix4e .dropdown-item:active {
  background-color: transparent;
}
.cid-vo88Ddix4e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vo88Ddix4e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vo88Ddix4e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vo88Ddix4e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vo88Ddix4e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vo88Ddix4e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vo88Ddix4e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vo88Ddix4e ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vo88Ddix4e ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vo88Ddix4e .navbar-buttons {
  text-align: center;
}
.cid-vo88Ddix4e .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vo88Ddix4e .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vo88Ddix4e 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vo88Ddix4e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vo88Ddix4e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vo88Ddix4e button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vo88Ddix4e button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vo88Ddix4e button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vo88Ddix4e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo88Ddix4e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vo88Ddix4e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vo88Ddix4e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo88Ddix4e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vo88Ddix4e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo88Ddix4e .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-vo88Ddix4e .navbar {
    height: 70px;
  }
  .cid-vo88Ddix4e .navbar.opened {
    height: auto;
  }
  .cid-vo88Ddix4e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vo88Ddix4e .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vo88Ddix4e .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vo88Ddix4e .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vo88Ddix4e .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vo88Ddix4e .nav-item .nav-link:hover,
.cid-vo88Ddix4e .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vo88Ddix4e .nav-item .nav-link:hover::after,
.cid-vo88Ddix4e .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vo88Ddix4e .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vo88Ddix4e .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vo88Ddix4e .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vo88Ddix4e .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vo88Ddix4e .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vo88Ddix4e .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vo88Ddix4e .navbar {
    justify-content: flex-start !important;
  }
  .cid-vo88Ddix4e .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vo88Ddix4e .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vo88Ddix4e .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vo88Ddix4e .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vo88Ddix4e .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vo88Ddix4e .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vo88Ddix4e .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vo88Ddix4e .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vo88Ddix4e .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vo88Ddix4e .content-wrap {
    min-height: 80px;
  }
}
.cid-vo88Ddix4e .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vo88DdZZpf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/privat001-2000x1334.jpg");
}
.cid-vo88DdZZpf .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vo88DdZZpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo88DdZZpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo88DdZZpf .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vo88DdZZpf .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vo88DdZZpf .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vo88DdZZpf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vo88DdZZpf .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vo88DdZZpf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vo88DdZZpf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vo88DdZZpf .mbr-section-title {
  color: #ffffff;
}
.cid-vo88DdZZpf .mbr-text,
.cid-vo88DdZZpf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vo88DdZZpf .mbr-section-title,
.cid-vo88DdZZpf .mbr-section-btn {
  text-align: center;
}
.cid-vo88DeqbTc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vo88DeqbTc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo88DeqbTc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo88DeqbTc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo88DeqbTc .mbr-text,
.cid-vo88DeqbTc .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-vo88DeqbTc h3:before,
  .cid-vo88DeqbTc h3:after {
    display: none;
  }
}
.cid-vo88DeqbTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo88DeqbTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo88DeqbTc .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vo88DeUyAK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/privat002-2000x947.jpg");
}
.cid-vo88DeUyAK .row {
  justify-content: flex-end;
}
.cid-vo88DeUyAK h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo88DeUyAK .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-vo88DeUyAK h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-vo88DeUyAK h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-vo88DeUyAK .mbr-text,
.cid-vo88DeUyAK .mbr-section-btn {
  color: #efefef;
}
.cid-vo88DeUyAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo88DeUyAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo88DeUyAK .mbr-section-subtitle {
  text-align: justify;
}
.cid-vo88DitNVc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vo88DitNVc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo88DitNVc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo88DitNVc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo88DitNVc .mbr-text,
.cid-vo88DitNVc .mbr-section-btn {
  color: #191919;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vo88DitNVc h3:before,
  .cid-vo88DitNVc h3:after {
    display: none;
  }
}
.cid-vo88DitNVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo88DitNVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo88DitNVc .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vo88DgJjh0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vo88DgJjh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo88DgJjh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo88DgJjh0 .items-wrapper {
  justify-content: center;
}
.cid-vo88DgJjh0 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vo88DgJjh0 .mbr-text,
.cid-vo88DgJjh0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vo88DgJjh0 p {
  padding-bottom: 10px;
}
.cid-vo88DhahEJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo88DhahEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo88DhahEJ .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-vo88DhahEJ .container {
    padding: 0 15px;
  }
}
.cid-vo88DhahEJ .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo88DhahEJ .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo88DhahEJ .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo88DhahEJ .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo88DhahEJ .content-wrap {
    display: block;
  }
}
.cid-vo88DhahEJ .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo88DhahEJ .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo88DhahEJ .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo88DhahEJ .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo88DhahEJ .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo88DhahEJ .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo88DhahEJ .mbr-section-title {
  color: #191919;
}
.cid-vo88DhahEJ .mbr-desc,
.cid-vo88DhahEJ .desc-wrapper {
  color: #3f1819;
}
.cid-vo88DhahEJ .mbr-text {
  color: #191919;
}
.cid-vo88Di1mAQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-vo88Di1mAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo88Di1mAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo88Di1mAQ .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-vo88Di1mAQ .container-fluid {
    padding: 0 12px;
  }
}
.cid-vo88Di1mAQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vo88Di1mAQ .container {
    padding: 0 20px;
  }
}
.cid-vo88Di1mAQ .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-vo88Di1mAQ .title-wrapper {
    padding: 64px 0;
  }
}
.cid-vo88Di1mAQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vo88Di1mAQ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vo88Di1mAQ .mbr-section-title {
  color: #1d1d1d;
}
.cid-vo88Di1mAQ .mbr-section-title,
.cid-vo88Di1mAQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-voBw7ctsVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-voBw7ctsVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBw7ctsVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBw7ctsVy .row {
  margin: 0 -15px;
}
.cid-voBw7ctsVy .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-voBw7ctsVy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voBw7ctsVy .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-voBw7ctsVy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-voBw7ctsVy .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voBw7ctsVy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voBw7ctsVy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voBw7ctsVy .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-voBw7ctsVy .panel-group .card:first-child {
  margin-top: 0;
}
.cid-voBw7ctsVy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-voBw7ctsVy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-voBw7ctsVy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-voBw7ctsVy .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-voBw7ctsVy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-voBw7ctsVy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #2066ff;
}
.cid-voBw7ctsVy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-voBw7ctsVy .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-voBw7ctsVy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-voBw7ctsVy .mbr-section-title {
  color: #fefff5;
}
.cid-voBw7ctsVy .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-voBw7ctsVy .mbr-text {
  color: #fefff5;
}
.cid-voBw7ctsVy .panel-title-edit {
  color: #fefff5;
}
.cid-voBw7ctsVy .panel-text {
  color: #fefff5;
}
.cid-vsW8Bugp2R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsW8Bugp2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsW8Bugp2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsW8Bugp2R .row {
  margin: 0 -15px;
}
.cid-vsW8Bugp2R .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vsW8Bugp2R .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsW8Bugp2R .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsW8Bugp2R .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsW8Bugp2R .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsW8Bugp2R .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsW8Bugp2R .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsW8Bugp2R .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-vsW8Bugp2R .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vsW8Bugp2R .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vsW8Bugp2R .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vsW8Bugp2R .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vsW8Bugp2R .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-vsW8Bugp2R .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-vsW8Bugp2R .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #2066ff;
}
.cid-vsW8Bugp2R .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-vsW8Bugp2R .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-vsW8Bugp2R .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vsW8Bugp2R .mbr-section-title {
  color: #fefff5;
}
.cid-vsW8Bugp2R .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsW8Bugp2R .mbr-text {
  color: #fefff5;
}
.cid-vsW8Bugp2R .panel-title-edit {
  color: #fefff5;
}
.cid-vsW8Bugp2R .panel-text {
  color: #fefff5;
}
.cid-vsW8Bugp2R .sm_text {
  font-size: 11px;
}
.cid-vsPunAzvy6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vsPunAzvy6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vsPunAzvy6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsPunAzvy6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsPunAzvy6 .mbr-text,
.cid-vsPunAzvy6 .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-vsPunAzvy6 h3:before,
  .cid-vsPunAzvy6 h3:after {
    display: none;
  }
}
.cid-vsPunAzvy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPunAzvy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPunAzvy6 .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-voSAihAI53 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-voSAihAI53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSAihAI53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSAihAI53 .row {
  margin: 0 -15px;
}
.cid-voSAihAI53 .row .card {
  padding: 0 15px;
}
.cid-voSAihAI53 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-voSAihAI53 .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-voSAihAI53 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voSAihAI53 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voSAihAI53 .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-voSAihAI53 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSAihAI53 .mbr-section-title {
  color: #fefff5;
}
.cid-voSAihAI53 .item-title {
  color: #fefff5;
}
.cid-voSAihAI53 .item-text {
  color: #fefff5;
}
.cid-voSAihAI53 .item-price {
  color: #fefff5;
}
.cid-voSAihAI53 .item-label {
  color: #a1a1a1;
  text-align: justify;
}
.cid-voYzjuvoOR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voYzjuvoOR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voYzjuvoOR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYzjuvoOR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYzjuvoOR .mbr-text,
.cid-voYzjuvoOR .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-voYzjuvoOR h3:before,
  .cid-voYzjuvoOR h3:after {
    display: none;
  }
}
.cid-voYzjuvoOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYzjuvoOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYzjuvoOR .mbr-section-title {
  text-align: center;
}
.cid-vsETXrvCU5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsETXrvCU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsETXrvCU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsETXrvCU5 .row {
  margin: 0 -15px;
}
.cid-vsETXrvCU5 .row .card {
  padding: 0 15px;
}
.cid-vsETXrvCU5 .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsETXrvCU5 .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsETXrvCU5 .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsETXrvCU5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsETXrvCU5 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsETXrvCU5 .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsETXrvCU5 .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsETXrvCU5 .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsETXrvCU5 .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsETXrvCU5 .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsETXrvCU5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsETXrvCU5 .mbr-section-title {
  color: #fefff5;
}
.cid-vsETXrvCU5 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsETXrvCU5 label {
  color: #fefff5;
}
.cid-vsETXrvCU5 .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsETXrvCU5 .btn {
  margin: 0;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-voBo0SQAYq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-voBo0SQAYq nav.navbar {
  position: fixed;
}
.cid-voBo0SQAYq .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-voBo0SQAYq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-voBo0SQAYq .dropdown-menu {
    text-align: center;
  }
}
.cid-voBo0SQAYq .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-voBo0SQAYq .dropdown-item:hover,
.cid-voBo0SQAYq .dropdown-item:focus {
  background: #191919 !important;
}
.cid-voBo0SQAYq .dropdown-item:hover span {
  color: white;
}
.cid-voBo0SQAYq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voBo0SQAYq .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voBo0SQAYq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voBo0SQAYq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-voBo0SQAYq .nav-link {
  position: relative;
}
.cid-voBo0SQAYq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-voBo0SQAYq .container {
    flex-wrap: nowrap;
  }
}
.cid-voBo0SQAYq .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-voBo0SQAYq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voBo0SQAYq .dropdown-menu,
.cid-voBo0SQAYq .navbar.opened {
  background: #191919 !important;
}
.cid-voBo0SQAYq .nav-item:focus,
.cid-voBo0SQAYq .nav-link:focus {
  outline: none;
}
.cid-voBo0SQAYq .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-voBo0SQAYq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-voBo0SQAYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voBo0SQAYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voBo0SQAYq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBo0SQAYq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-voBo0SQAYq .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-voBo0SQAYq .navbar {
    min-height: 80px;
  }
}
.cid-voBo0SQAYq .navbar.opened {
  transition: all 0.3s;
}
.cid-voBo0SQAYq .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-voBo0SQAYq .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-voBo0SQAYq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voBo0SQAYq .navbar.collapsed {
  justify-content: center;
}
.cid-voBo0SQAYq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voBo0SQAYq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voBo0SQAYq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voBo0SQAYq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voBo0SQAYq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voBo0SQAYq .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%;
  right: .8rem;
}
.cid-voBo0SQAYq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voBo0SQAYq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-voBo0SQAYq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voBo0SQAYq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voBo0SQAYq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voBo0SQAYq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voBo0SQAYq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voBo0SQAYq .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%;
    right: .8rem;
  }
  .cid-voBo0SQAYq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voBo0SQAYq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voBo0SQAYq .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-voBo0SQAYq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voBo0SQAYq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voBo0SQAYq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voBo0SQAYq .navbar.navbar-short {
  min-height: 96px;
}
.cid-voBo0SQAYq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-voBo0SQAYq .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;
}
@media (max-width: 992px) {
  .cid-voBo0SQAYq .navbar-brand {
    min-height: 80px;
  }
}
.cid-voBo0SQAYq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voBo0SQAYq .navbar-brand .navbar-caption:hover,
.cid-voBo0SQAYq .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-voBo0SQAYq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voBo0SQAYq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voBo0SQAYq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-voBo0SQAYq .dropdown-item.active,
.cid-voBo0SQAYq .dropdown-item:active {
  background-color: transparent;
}
.cid-voBo0SQAYq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voBo0SQAYq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voBo0SQAYq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voBo0SQAYq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-voBo0SQAYq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-voBo0SQAYq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voBo0SQAYq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBo0SQAYq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voBo0SQAYq ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-voBo0SQAYq .navbar-buttons {
  text-align: center;
}
.cid-voBo0SQAYq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-voBo0SQAYq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voBo0SQAYq 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voBo0SQAYq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-voBo0SQAYq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voBo0SQAYq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voBo0SQAYq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voBo0SQAYq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voBo0SQAYq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voBo0SQAYq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voBo0SQAYq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voBo0SQAYq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voBo0SQAYq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voBo0SQAYq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voBo0SQAYq .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-voBo0SQAYq .navbar {
    height: 70px;
  }
  .cid-voBo0SQAYq .navbar.opened {
    height: auto;
  }
  .cid-voBo0SQAYq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voBo0SQAYq .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-voBo0SQAYq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voBo0SQAYq .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voBo0SQAYq .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voBo0SQAYq .nav-item .nav-link:hover,
.cid-voBo0SQAYq .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-voBo0SQAYq .nav-item .nav-link:hover::after,
.cid-voBo0SQAYq .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-voBo0SQAYq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voBo0SQAYq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voBo0SQAYq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-voBo0SQAYq .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-voBo0SQAYq .nav-item .dropdown-menu .dropdown-item:hover,
.cid-voBo0SQAYq .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-voBo0SQAYq .navbar {
    justify-content: flex-start !important;
  }
  .cid-voBo0SQAYq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voBo0SQAYq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voBo0SQAYq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voBo0SQAYq .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-voBo0SQAYq .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-voBo0SQAYq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-voBo0SQAYq .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-voBo0SQAYq .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-voBo0SQAYq .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-voBo0SQAYq .content-wrap {
    min-height: 80px;
  }
}
.cid-voBo0SQAYq .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-voBo0U22Z3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-voBo0U22Z3 .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-voBo0U22Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBo0U22Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBo0U22Z3 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-voBo0U22Z3 .content-wrapper {
    padding: 50px 0;
  }
}
.cid-voBo0U22Z3 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-voBo0U22Z3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voBo0U22Z3 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-voBo0U22Z3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voBo0U22Z3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voBo0U22Z3 .mbr-section-title {
  color: #ffffff;
}
.cid-voBo0U22Z3 .mbr-text,
.cid-voBo0U22Z3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voBo0U22Z3 .mbr-section-title,
.cid-voBo0U22Z3 .mbr-section-btn {
  text-align: center;
}
.cid-voBo0UIibD {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voBo0UIibD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voBo0UIibD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voBo0UIibD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voBo0UIibD .mbr-text,
.cid-voBo0UIibD .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-voBo0UIibD h3:before,
  .cid-voBo0UIibD h3:after {
    display: none;
  }
}
.cid-voBo0UIibD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBo0UIibD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBo0UIibD .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-voBo0VrtVg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1200.jpg");
}
.cid-voBo0VrtVg .row {
  justify-content: flex-end;
}
.cid-voBo0VrtVg h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voBo0VrtVg .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-voBo0VrtVg h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-voBo0VrtVg h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-voBo0VrtVg .mbr-text,
.cid-voBo0VrtVg .mbr-section-btn {
  color: #efefef;
}
.cid-voBo0VrtVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBo0VrtVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBo0VrtVg p {
  padding-bottom: 10px;
}
.cid-voBo0X7xPi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voBo0X7xPi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voBo0X7xPi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voBo0X7xPi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voBo0X7xPi .mbr-text,
.cid-voBo0X7xPi .mbr-section-btn {
  color: #191919;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-voBo0X7xPi h3:before,
  .cid-voBo0X7xPi h3:after {
    display: none;
  }
}
.cid-voBo0X7xPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBo0X7xPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBo0X7xPi .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-voBo0XHtAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-voBo0XHtAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBo0XHtAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBo0XHtAQ .items-wrapper {
  justify-content: center;
}
.cid-voBo0XHtAQ .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-voBo0XHtAQ .mbr-text,
.cid-voBo0XHtAQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voBo0XHtAQ p {
  padding-bottom: 10px;
}
.cid-voBo0Z9dWx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voBo0Z9dWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBo0Z9dWx .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-voBo0Z9dWx .container {
    padding: 0 15px;
  }
}
.cid-voBo0Z9dWx .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-voBo0Z9dWx .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-voBo0Z9dWx .content-wrapper {
    padding-right: 0;
  }
}
.cid-voBo0Z9dWx .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-voBo0Z9dWx .content-wrap {
    display: block;
  }
}
.cid-voBo0Z9dWx .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voBo0Z9dWx .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-voBo0Z9dWx .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voBo0Z9dWx .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-voBo0Z9dWx .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-voBo0Z9dWx .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-voBo0Z9dWx .mbr-section-title {
  color: #191919;
}
.cid-voBo0Z9dWx .mbr-desc,
.cid-voBo0Z9dWx .desc-wrapper {
  color: #3f1819;
}
.cid-voBo0Z9dWx .mbr-text {
  color: #191919;
}
.cid-voBo0ZIec9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-voBo0ZIec9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBo0ZIec9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBo0ZIec9 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-voBo0ZIec9 .container-fluid {
    padding: 0 12px;
  }
}
.cid-voBo0ZIec9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-voBo0ZIec9 .container {
    padding: 0 20px;
  }
}
.cid-voBo0ZIec9 .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-voBo0ZIec9 .title-wrapper {
    padding: 64px 0;
  }
}
.cid-voBo0ZIec9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-voBo0ZIec9 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-voBo0ZIec9 .mbr-section-title {
  color: #1d1d1d;
}
.cid-voBo0ZIec9 .mbr-section-title,
.cid-voBo0ZIec9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-voBti6OwbR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-voBti6OwbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-voBti6OwbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voBti6OwbR .row {
  margin: 0 -15px;
}
.cid-voBti6OwbR .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-voBti6OwbR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voBti6OwbR .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-voBti6OwbR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-voBti6OwbR .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-voBti6OwbR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voBti6OwbR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voBti6OwbR .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-voBti6OwbR .panel-group .card:first-child {
  margin-top: 0;
}
.cid-voBti6OwbR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-voBti6OwbR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-voBti6OwbR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-voBti6OwbR .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-voBti6OwbR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-voBti6OwbR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #2066ff;
}
.cid-voBti6OwbR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-voBti6OwbR .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-voBti6OwbR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-voBti6OwbR .mbr-section-title {
  color: #fefff5;
}
.cid-voBti6OwbR .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-voBti6OwbR .mbr-text {
  color: #fefff5;
}
.cid-voBti6OwbR .panel-title-edit {
  color: #fefff5;
}
.cid-voBti6OwbR .panel-text {
  color: #fefff5;
}
.cid-vsPxgCHUyN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vsPxgCHUyN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vsPxgCHUyN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsPxgCHUyN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsPxgCHUyN .mbr-text,
.cid-vsPxgCHUyN .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-vsPxgCHUyN h3:before,
  .cid-vsPxgCHUyN h3:after {
    display: none;
  }
}
.cid-vsPxgCHUyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPxgCHUyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPxgCHUyN .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-voSyMJyQcw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-voSyMJyQcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSyMJyQcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSyMJyQcw .row {
  margin: 0 -15px;
}
.cid-voSyMJyQcw .row .card {
  padding: 0 15px;
}
.cid-voSyMJyQcw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-voSyMJyQcw .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-voSyMJyQcw .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voSyMJyQcw .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voSyMJyQcw .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-voSyMJyQcw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voSyMJyQcw .mbr-section-title {
  color: #fefff5;
}
.cid-voSyMJyQcw .item-title {
  color: #fefff5;
}
.cid-voSyMJyQcw .item-text {
  color: #fefff5;
}
.cid-voSyMJyQcw .item-price {
  color: #fefff5;
}
.cid-voSyMJyQcw .item-label {
  color: #a1a1a1;
  text-align: justify;
}
.cid-voYzfquP6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voYzfquP6q h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voYzfquP6q h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYzfquP6q h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYzfquP6q .mbr-text,
.cid-voYzfquP6q .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-voYzfquP6q h3:before,
  .cid-voYzfquP6q h3:after {
    display: none;
  }
}
.cid-voYzfquP6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYzfquP6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYzfquP6q .mbr-section-title {
  text-align: center;
}
.cid-vsEU3B8Eg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsEU3B8Eg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEU3B8Eg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEU3B8Eg3 .row {
  margin: 0 -15px;
}
.cid-vsEU3B8Eg3 .row .card {
  padding: 0 15px;
}
.cid-vsEU3B8Eg3 .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsEU3B8Eg3 .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsEU3B8Eg3 .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsEU3B8Eg3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsEU3B8Eg3 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsEU3B8Eg3 .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsEU3B8Eg3 .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsEU3B8Eg3 .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsEU3B8Eg3 .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsEU3B8Eg3 .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsEU3B8Eg3 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsEU3B8Eg3 .mbr-section-title {
  color: #fefff5;
}
.cid-vsEU3B8Eg3 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsEU3B8Eg3 label {
  color: #fefff5;
}
.cid-vsEU3B8Eg3 .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsEU3B8Eg3 .btn {
  margin: 0;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vo1nCUwSmP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vo1nCUwSmP nav.navbar {
  position: fixed;
}
.cid-vo1nCUwSmP .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-vo1nCUwSmP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vo1nCUwSmP .dropdown-menu {
    text-align: center;
  }
}
.cid-vo1nCUwSmP .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vo1nCUwSmP .dropdown-item:hover,
.cid-vo1nCUwSmP .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vo1nCUwSmP .dropdown-item:hover span {
  color: white;
}
.cid-vo1nCUwSmP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vo1nCUwSmP .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vo1nCUwSmP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vo1nCUwSmP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vo1nCUwSmP .nav-link {
  position: relative;
}
.cid-vo1nCUwSmP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vo1nCUwSmP .container {
    flex-wrap: nowrap;
  }
}
.cid-vo1nCUwSmP .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vo1nCUwSmP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vo1nCUwSmP .dropdown-menu,
.cid-vo1nCUwSmP .navbar.opened {
  background: #191919 !important;
}
.cid-vo1nCUwSmP .nav-item:focus,
.cid-vo1nCUwSmP .nav-link:focus {
  outline: none;
}
.cid-vo1nCUwSmP .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vo1nCUwSmP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vo1nCUwSmP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vo1nCUwSmP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vo1nCUwSmP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vo1nCUwSmP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vo1nCUwSmP .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vo1nCUwSmP .navbar {
    min-height: 80px;
  }
}
.cid-vo1nCUwSmP .navbar.opened {
  transition: all 0.3s;
}
.cid-vo1nCUwSmP .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vo1nCUwSmP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vo1nCUwSmP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vo1nCUwSmP .navbar.collapsed {
  justify-content: center;
}
.cid-vo1nCUwSmP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vo1nCUwSmP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vo1nCUwSmP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vo1nCUwSmP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vo1nCUwSmP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vo1nCUwSmP .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%;
  right: .8rem;
}
.cid-vo1nCUwSmP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vo1nCUwSmP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vo1nCUwSmP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vo1nCUwSmP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vo1nCUwSmP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vo1nCUwSmP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vo1nCUwSmP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vo1nCUwSmP .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%;
    right: .8rem;
  }
  .cid-vo1nCUwSmP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vo1nCUwSmP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vo1nCUwSmP .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vo1nCUwSmP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vo1nCUwSmP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vo1nCUwSmP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vo1nCUwSmP .navbar.navbar-short {
  min-height: 96px;
}
.cid-vo1nCUwSmP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vo1nCUwSmP .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;
}
@media (max-width: 992px) {
  .cid-vo1nCUwSmP .navbar-brand {
    min-height: 80px;
  }
}
.cid-vo1nCUwSmP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vo1nCUwSmP .navbar-brand .navbar-caption:hover,
.cid-vo1nCUwSmP .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vo1nCUwSmP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vo1nCUwSmP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vo1nCUwSmP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vo1nCUwSmP .dropdown-item.active,
.cid-vo1nCUwSmP .dropdown-item:active {
  background-color: transparent;
}
.cid-vo1nCUwSmP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vo1nCUwSmP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vo1nCUwSmP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vo1nCUwSmP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vo1nCUwSmP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vo1nCUwSmP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vo1nCUwSmP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vo1nCUwSmP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vo1nCUwSmP ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vo1nCUwSmP .navbar-buttons {
  text-align: center;
}
.cid-vo1nCUwSmP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vo1nCUwSmP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vo1nCUwSmP 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vo1nCUwSmP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vo1nCUwSmP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vo1nCUwSmP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vo1nCUwSmP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vo1nCUwSmP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vo1nCUwSmP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo1nCUwSmP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vo1nCUwSmP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vo1nCUwSmP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo1nCUwSmP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vo1nCUwSmP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo1nCUwSmP .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-vo1nCUwSmP .navbar {
    height: 70px;
  }
  .cid-vo1nCUwSmP .navbar.opened {
    height: auto;
  }
  .cid-vo1nCUwSmP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vo1nCUwSmP .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vo1nCUwSmP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vo1nCUwSmP .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vo1nCUwSmP .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vo1nCUwSmP .nav-item .nav-link:hover,
.cid-vo1nCUwSmP .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vo1nCUwSmP .nav-item .nav-link:hover::after,
.cid-vo1nCUwSmP .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vo1nCUwSmP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vo1nCUwSmP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vo1nCUwSmP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vo1nCUwSmP .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vo1nCUwSmP .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vo1nCUwSmP .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vo1nCUwSmP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vo1nCUwSmP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vo1nCUwSmP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vo1nCUwSmP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vo1nCUwSmP .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vo1nCUwSmP .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vo1nCUwSmP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vo1nCUwSmP .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vo1nCUwSmP .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vo1nCUwSmP .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vo1nCUwSmP .content-wrap {
    min-height: 80px;
  }
}
.cid-vo1nCUwSmP .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vo1nCWzHMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1216.jpg");
}
.cid-vo1nCWzHMN .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vo1nCWzHMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo1nCWzHMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo1nCWzHMN .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vo1nCWzHMN .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vo1nCWzHMN .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vo1nCWzHMN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vo1nCWzHMN .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vo1nCWzHMN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vo1nCWzHMN .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vo1nCWzHMN .mbr-section-title {
  color: #ffffff;
}
.cid-vo1nCWzHMN .mbr-text,
.cid-vo1nCWzHMN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vo1nCWzHMN .mbr-section-title,
.cid-vo1nCWzHMN .mbr-section-btn {
  text-align: center;
}
.cid-vo7tdwlMZF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vo7tdwlMZF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo7tdwlMZF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo7tdwlMZF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo7tdwlMZF .mbr-text,
.cid-vo7tdwlMZF .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vo7tdwlMZF h3:before,
  .cid-vo7tdwlMZF h3:after {
    display: none;
  }
}
.cid-vo7tdwlMZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7tdwlMZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7tdwlMZF .mbr-section-title {
  text-align: center;
}
.cid-vo7pSk2pzf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vo7pSk2pzf .row {
  justify-content: flex-end;
}
.cid-vo7pSk2pzf h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo7pSk2pzf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo7pSk2pzf .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-vo7pSk2pzf h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-vo7pSk2pzf h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-vo7pSk2pzf .mbr-text,
.cid-vo7pSk2pzf .mbr-section-btn {
  color: #efefef;
}
.cid-vo7pSk2pzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7pSk2pzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7uUeZKQT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo7uUeZKQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7uUeZKQT .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-vo7uUeZKQT .container {
    padding: 0 15px;
  }
}
.cid-vo7uUeZKQT .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo7uUeZKQT .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo7uUeZKQT .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo7uUeZKQT .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo7uUeZKQT .content-wrap {
    display: block;
  }
}
.cid-vo7uUeZKQT .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7uUeZKQT .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7uUeZKQT .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7uUeZKQT .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7uUeZKQT .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo7uUeZKQT .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo7uUeZKQT .mbr-section-title {
  color: #191919;
}
.cid-vo7uUeZKQT .mbr-desc,
.cid-vo7uUeZKQT .desc-wrapper {
  color: #3f1819;
}
.cid-vo7uUeZKQT .mbr-text {
  color: #191919;
}
.cid-vo7vKLe960 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-vo7vKLe960 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7vKLe960 .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-vo7vKLe960 .container {
    padding: 0 15px;
  }
}
.cid-vo7vKLe960 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo7vKLe960 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo7vKLe960 .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo7vKLe960 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo7vKLe960 .content-wrap {
    display: block;
  }
}
.cid-vo7vKLe960 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7vKLe960 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7vKLe960 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7vKLe960 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7vKLe960 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo7vKLe960 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo7vKLe960 .mbr-section-title {
  color: #ffffff;
}
.cid-vo7vKLe960 .mbr-desc,
.cid-vo7vKLe960 .desc-wrapper {
  color: #3f1819;
}
.cid-vo7vKLe960 .mbr-text {
  color: #ffffff;
}
.cid-vo7waOAeOb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo7waOAeOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7waOAeOb .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-vo7waOAeOb .container {
    padding: 0 15px;
  }
}
.cid-vo7waOAeOb .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo7waOAeOb .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo7waOAeOb .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo7waOAeOb .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo7waOAeOb .content-wrap {
    display: block;
  }
}
.cid-vo7waOAeOb .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7waOAeOb .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7waOAeOb .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7waOAeOb .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7waOAeOb .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo7waOAeOb .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo7waOAeOb .mbr-section-title {
  color: #191919;
}
.cid-vo7waOAeOb .mbr-desc,
.cid-vo7waOAeOb .desc-wrapper {
  color: #3f1819;
}
.cid-vo7waOAeOb .mbr-text {
  color: #191919;
}
.cid-vo7yxvGsfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vo7yxvGsfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7yxvGsfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7yxvGsfU .items-wrapper {
  justify-content: center;
}
.cid-vo7yxvGsfU .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vo7yxvGsfU .mbr-text,
.cid-vo7yxvGsfU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vo7x4yaJGl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo7x4yaJGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7x4yaJGl .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-vo7x4yaJGl .container {
    padding: 0 15px;
  }
}
.cid-vo7x4yaJGl .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo7x4yaJGl .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo7x4yaJGl .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo7x4yaJGl .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo7x4yaJGl .content-wrap {
    display: block;
  }
}
.cid-vo7x4yaJGl .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7x4yaJGl .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7x4yaJGl .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7x4yaJGl .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7x4yaJGl .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo7x4yaJGl .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo7x4yaJGl .mbr-section-title {
  color: #191919;
}
.cid-vo7x4yaJGl .mbr-desc,
.cid-vo7x4yaJGl .desc-wrapper {
  color: #3f1819;
}
.cid-vo7x4yaJGl .mbr-text {
  color: #191919;
}
.cid-vo7DHzI0Ny {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo7DHzI0Ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7DHzI0Ny .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-vo7DHzI0Ny .container {
    padding: 0 15px;
  }
}
.cid-vo7DHzI0Ny .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo7DHzI0Ny .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo7DHzI0Ny .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo7DHzI0Ny .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo7DHzI0Ny .content-wrap {
    display: block;
  }
}
.cid-vo7DHzI0Ny .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7DHzI0Ny .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7DHzI0Ny .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo7DHzI0Ny .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo7DHzI0Ny .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo7DHzI0Ny .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo7DHzI0Ny .mbr-section-title {
  color: #191919;
}
.cid-vo7DHzI0Ny .mbr-desc,
.cid-vo7DHzI0Ny .desc-wrapper {
  color: #3f1819;
}
.cid-vo7DHzI0Ny .mbr-text {
  color: #191919;
}
.cid-vo7C82vBfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-vo7C82vBfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7C82vBfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7C82vBfH .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-vo7C82vBfH .container-fluid {
    padding: 0 12px;
  }
}
.cid-vo7C82vBfH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vo7C82vBfH .container {
    padding: 0 20px;
  }
}
.cid-vo7C82vBfH .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-vo7C82vBfH .title-wrapper {
    padding: 64px 0;
  }
}
.cid-vo7C82vBfH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vo7C82vBfH .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vo7C82vBfH .mbr-section-title {
  color: #1d1d1d;
}
.cid-vo7C82vBfH .mbr-section-title,
.cid-vo7C82vBfH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vo82XHTnwp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vo82XHTnwp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo82XHTnwp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo82XHTnwp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo82XHTnwp .mbr-text,
.cid-vo82XHTnwp .mbr-section-btn {
  color: #191919;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-vo82XHTnwp h3:before,
  .cid-vo82XHTnwp h3:after {
    display: none;
  }
}
.cid-vo82XHTnwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo82XHTnwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo82XHTnwp .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vo7SyRDskp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vo7SyRDskp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo7SyRDskp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo7SyRDskp .row {
  margin: 0 -15px;
}
.cid-vo7SyRDskp .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vo7SyRDskp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vo7SyRDskp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vo7SyRDskp .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vo7SyRDskp .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vo7SyRDskp .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vo7SyRDskp .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vo7SyRDskp .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vo7SyRDskp .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vo7SyRDskp .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vo7SyRDskp .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo7SyRDskp .mbr-section-title {
  color: #fefff5;
}
.cid-vo7SyRDskp .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vo7SyRDskp .mbr-desc {
  color: #fefff5;
}
.cid-vo7SyRDskp .mbr-label {
  color: #fefff5;
}
.cid-vo7SyRDskp .mbr-text {
  color: #fefff5;
}
.cid-vo1nCYcqEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vo1nCYcqEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo1nCYcqEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo1nCYcqEk .row {
  margin: 0 -15px;
}
.cid-vo1nCYcqEk .row .card {
  padding: 0 15px;
}
.cid-vo1nCYcqEk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vo1nCYcqEk .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vo1nCYcqEk .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vo1nCYcqEk .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vo1nCYcqEk .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo1nCYcqEk .mbr-section-title {
  color: #fefff5;
}
.cid-vo1nCYcqEk .item-title {
  color: #fefff5;
}
.cid-vo1nCYcqEk .item-text {
  color: #fefff5;
}
.cid-vo1nCYcqEk .item-price {
  color: #fefff5;
}
.cid-vo1nCYcqEk .item-label {
  color: #a1a1a1;
}
.cid-voYy2GsFui {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voYy2GsFui h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voYy2GsFui h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYy2GsFui h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYy2GsFui .mbr-text,
.cid-voYy2GsFui .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-voYy2GsFui h3:before,
  .cid-voYy2GsFui h3:after {
    display: none;
  }
}
.cid-voYy2GsFui .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYy2GsFui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYy2GsFui .mbr-section-title {
  text-align: center;
}
.cid-vsEUtLthgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsEUtLthgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEUtLthgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEUtLthgF .row {
  margin: 0 -15px;
}
.cid-vsEUtLthgF .row .card {
  padding: 0 15px;
}
.cid-vsEUtLthgF .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsEUtLthgF .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsEUtLthgF .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsEUtLthgF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsEUtLthgF .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsEUtLthgF .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsEUtLthgF .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsEUtLthgF .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsEUtLthgF .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsEUtLthgF .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsEUtLthgF .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsEUtLthgF .mbr-section-title {
  color: #fefff5;
}
.cid-vsEUtLthgF .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsEUtLthgF label {
  color: #fefff5;
}
.cid-vsEUtLthgF .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsEUtLthgF .btn {
  margin: 0;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vo84ulhlNy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vo84ulhlNy nav.navbar {
  position: fixed;
}
.cid-vo84ulhlNy .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-vo84ulhlNy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vo84ulhlNy .dropdown-menu {
    text-align: center;
  }
}
.cid-vo84ulhlNy .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vo84ulhlNy .dropdown-item:hover,
.cid-vo84ulhlNy .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vo84ulhlNy .dropdown-item:hover span {
  color: white;
}
.cid-vo84ulhlNy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vo84ulhlNy .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vo84ulhlNy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vo84ulhlNy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vo84ulhlNy .nav-link {
  position: relative;
}
.cid-vo84ulhlNy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vo84ulhlNy .container {
    flex-wrap: nowrap;
  }
}
.cid-vo84ulhlNy .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vo84ulhlNy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vo84ulhlNy .dropdown-menu,
.cid-vo84ulhlNy .navbar.opened {
  background: #191919 !important;
}
.cid-vo84ulhlNy .nav-item:focus,
.cid-vo84ulhlNy .nav-link:focus {
  outline: none;
}
.cid-vo84ulhlNy .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vo84ulhlNy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vo84ulhlNy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vo84ulhlNy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vo84ulhlNy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vo84ulhlNy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vo84ulhlNy .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vo84ulhlNy .navbar {
    min-height: 80px;
  }
}
.cid-vo84ulhlNy .navbar.opened {
  transition: all 0.3s;
}
.cid-vo84ulhlNy .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vo84ulhlNy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vo84ulhlNy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vo84ulhlNy .navbar.collapsed {
  justify-content: center;
}
.cid-vo84ulhlNy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vo84ulhlNy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vo84ulhlNy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vo84ulhlNy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vo84ulhlNy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vo84ulhlNy .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%;
  right: .8rem;
}
.cid-vo84ulhlNy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vo84ulhlNy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vo84ulhlNy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vo84ulhlNy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vo84ulhlNy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vo84ulhlNy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vo84ulhlNy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vo84ulhlNy .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%;
    right: .8rem;
  }
  .cid-vo84ulhlNy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vo84ulhlNy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vo84ulhlNy .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vo84ulhlNy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vo84ulhlNy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vo84ulhlNy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vo84ulhlNy .navbar.navbar-short {
  min-height: 96px;
}
.cid-vo84ulhlNy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vo84ulhlNy .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;
}
@media (max-width: 992px) {
  .cid-vo84ulhlNy .navbar-brand {
    min-height: 80px;
  }
}
.cid-vo84ulhlNy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vo84ulhlNy .navbar-brand .navbar-caption:hover,
.cid-vo84ulhlNy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vo84ulhlNy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vo84ulhlNy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vo84ulhlNy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vo84ulhlNy .dropdown-item.active,
.cid-vo84ulhlNy .dropdown-item:active {
  background-color: transparent;
}
.cid-vo84ulhlNy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vo84ulhlNy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vo84ulhlNy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vo84ulhlNy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vo84ulhlNy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vo84ulhlNy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vo84ulhlNy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vo84ulhlNy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vo84ulhlNy ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vo84ulhlNy .navbar-buttons {
  text-align: center;
}
.cid-vo84ulhlNy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vo84ulhlNy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vo84ulhlNy 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vo84ulhlNy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vo84ulhlNy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vo84ulhlNy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vo84ulhlNy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vo84ulhlNy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vo84ulhlNy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo84ulhlNy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vo84ulhlNy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vo84ulhlNy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vo84ulhlNy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vo84ulhlNy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo84ulhlNy .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-vo84ulhlNy .navbar {
    height: 70px;
  }
  .cid-vo84ulhlNy .navbar.opened {
    height: auto;
  }
  .cid-vo84ulhlNy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vo84ulhlNy .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vo84ulhlNy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vo84ulhlNy .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vo84ulhlNy .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vo84ulhlNy .nav-item .nav-link:hover,
.cid-vo84ulhlNy .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vo84ulhlNy .nav-item .nav-link:hover::after,
.cid-vo84ulhlNy .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vo84ulhlNy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vo84ulhlNy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vo84ulhlNy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vo84ulhlNy .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vo84ulhlNy .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vo84ulhlNy .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vo84ulhlNy .navbar {
    justify-content: flex-start !important;
  }
  .cid-vo84ulhlNy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vo84ulhlNy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vo84ulhlNy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vo84ulhlNy .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vo84ulhlNy .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vo84ulhlNy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vo84ulhlNy .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vo84ulhlNy .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vo84ulhlNy .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vo84ulhlNy .content-wrap {
    min-height: 80px;
  }
}
.cid-vo84ulhlNy .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vo84umLplw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-vo84umLplw .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vo84umLplw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84umLplw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84umLplw .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vo84umLplw .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vo84umLplw .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vo84umLplw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vo84umLplw .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vo84umLplw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vo84umLplw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vo84umLplw .mbr-section-title {
  color: #ffffff;
}
.cid-vo84umLplw .mbr-text,
.cid-vo84umLplw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vo84umLplw .mbr-section-title,
.cid-vo84umLplw .mbr-section-btn {
  text-align: center;
}
.cid-vo84unAZ3p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vo84unAZ3p h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo84unAZ3p h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo84unAZ3p h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo84unAZ3p .mbr-text,
.cid-vo84unAZ3p .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-vo84unAZ3p h3:before,
  .cid-vo84unAZ3p h3:after {
    display: none;
  }
}
.cid-vo84unAZ3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84unAZ3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84unAZ3p .mbr-section-title {
  text-align: center;
}
.cid-vo84up62tZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1234.jpg");
}
.cid-vo84up62tZ .row {
  justify-content: flex-end;
}
.cid-vo84up62tZ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo84up62tZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo84up62tZ .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-vo84up62tZ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-vo84up62tZ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-vo84up62tZ .mbr-text,
.cid-vo84up62tZ .mbr-section-btn {
  color: #efefef;
}
.cid-vo84up62tZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84up62tZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84up62tZ .btn-white-outline:hover {
  color: #003fc8 !important;
  background-color: transparent !important;
  border-color: #003fc8 !important;
}
.cid-vo84upI91q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo84upI91q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84upI91q .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-vo84upI91q .container {
    padding: 0 15px;
  }
}
.cid-vo84upI91q .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo84upI91q .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo84upI91q .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo84upI91q .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo84upI91q .content-wrap {
    display: block;
  }
}
.cid-vo84upI91q .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84upI91q .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84upI91q .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84upI91q .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84upI91q .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo84upI91q .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo84upI91q .mbr-section-title {
  color: #191919;
}
.cid-vo84upI91q .mbr-desc,
.cid-vo84upI91q .desc-wrapper {
  color: #3f1819;
}
.cid-vo84upI91q .mbr-text {
  color: #191919;
}
.cid-vo84uqsnsx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-vo84uqsnsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84uqsnsx .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-vo84uqsnsx .container {
    padding: 0 15px;
  }
}
.cid-vo84uqsnsx .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo84uqsnsx .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo84uqsnsx .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo84uqsnsx .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo84uqsnsx .content-wrap {
    display: block;
  }
}
.cid-vo84uqsnsx .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84uqsnsx .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84uqsnsx .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84uqsnsx .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84uqsnsx .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo84uqsnsx .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo84uqsnsx .mbr-section-title {
  color: #ffffff;
}
.cid-vo84uqsnsx .mbr-desc,
.cid-vo84uqsnsx .desc-wrapper {
  color: #3f1819;
}
.cid-vo84uqsnsx .mbr-text {
  color: #ffffff;
}
.cid-vo84urqJHu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo84urqJHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84urqJHu .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-vo84urqJHu .container {
    padding: 0 15px;
  }
}
.cid-vo84urqJHu .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo84urqJHu .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo84urqJHu .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo84urqJHu .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo84urqJHu .content-wrap {
    display: block;
  }
}
.cid-vo84urqJHu .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84urqJHu .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84urqJHu .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84urqJHu .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84urqJHu .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo84urqJHu .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo84urqJHu .mbr-section-title {
  color: #191919;
}
.cid-vo84urqJHu .mbr-desc,
.cid-vo84urqJHu .desc-wrapper {
  color: #3f1819;
}
.cid-vo84urqJHu .mbr-text {
  color: #191919;
}
.cid-vo85D2QSDP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-vo85D2QSDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo85D2QSDP .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-vo85D2QSDP .container {
    padding: 0 15px;
  }
}
.cid-vo85D2QSDP .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo85D2QSDP .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo85D2QSDP .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo85D2QSDP .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo85D2QSDP .content-wrap {
    display: block;
  }
}
.cid-vo85D2QSDP .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo85D2QSDP .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo85D2QSDP .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo85D2QSDP .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo85D2QSDP .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo85D2QSDP .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo85D2QSDP .mbr-section-title {
  color: #ffffff;
}
.cid-vo85D2QSDP .mbr-desc,
.cid-vo85D2QSDP .desc-wrapper {
  color: #3f1819;
}
.cid-vo85D2QSDP .mbr-text {
  color: #ffffff;
}
.cid-vo84urV1hk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vo84urV1hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84urV1hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84urV1hk .items-wrapper {
  justify-content: center;
}
.cid-vo84urV1hk .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vo84urV1hk .mbr-text,
.cid-vo84urV1hk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vo84usp7ed {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo84usp7ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84usp7ed .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-vo84usp7ed .container {
    padding: 0 15px;
  }
}
.cid-vo84usp7ed .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo84usp7ed .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo84usp7ed .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo84usp7ed .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo84usp7ed .content-wrap {
    display: block;
  }
}
.cid-vo84usp7ed .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84usp7ed .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84usp7ed .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84usp7ed .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84usp7ed .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo84usp7ed .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo84usp7ed .mbr-section-title {
  color: #191919;
}
.cid-vo84usp7ed .mbr-desc,
.cid-vo84usp7ed .desc-wrapper {
  color: #3f1819;
}
.cid-vo84usp7ed .mbr-text {
  color: #191919;
}
.cid-vo84usTh1t {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo84usTh1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84usTh1t .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-vo84usTh1t .container {
    padding: 0 15px;
  }
}
.cid-vo84usTh1t .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vo84usTh1t .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vo84usTh1t .content-wrapper {
    padding-right: 0;
  }
}
.cid-vo84usTh1t .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vo84usTh1t .content-wrap {
    display: block;
  }
}
.cid-vo84usTh1t .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84usTh1t .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84usTh1t .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vo84usTh1t .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vo84usTh1t .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vo84usTh1t .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vo84usTh1t .mbr-section-title {
  color: #191919;
}
.cid-vo84usTh1t .mbr-desc,
.cid-vo84usTh1t .desc-wrapper {
  color: #3f1819;
}
.cid-vo84usTh1t .mbr-text {
  color: #191919;
}
.cid-vo84utknxE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-vo84utknxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84utknxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84utknxE .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-vo84utknxE .container-fluid {
    padding: 0 12px;
  }
}
.cid-vo84utknxE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vo84utknxE .container {
    padding: 0 20px;
  }
}
.cid-vo84utknxE .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-vo84utknxE .title-wrapper {
    padding: 64px 0;
  }
}
.cid-vo84utknxE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vo84utknxE .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vo84utknxE .mbr-section-title {
  color: #1d1d1d;
}
.cid-vo84utknxE .mbr-section-title,
.cid-vo84utknxE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vo84utQZ0O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vo84utQZ0O h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vo84utQZ0O h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo84utQZ0O h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vo84utQZ0O .mbr-text,
.cid-vo84utQZ0O .mbr-section-btn {
  color: #191919;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-vo84utQZ0O h3:before,
  .cid-vo84utQZ0O h3:after {
    display: none;
  }
}
.cid-vo84utQZ0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84utQZ0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84utQZ0O .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vo84uul1dA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vo84uul1dA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84uul1dA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84uul1dA .row {
  margin: 0 -15px;
}
.cid-vo84uul1dA .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vo84uul1dA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vo84uul1dA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vo84uul1dA .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vo84uul1dA .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vo84uul1dA .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vo84uul1dA .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vo84uul1dA .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vo84uul1dA .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vo84uul1dA .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vo84uul1dA .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo84uul1dA .mbr-section-title {
  color: #fefff5;
}
.cid-vo84uul1dA .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vo84uul1dA .mbr-desc {
  color: #fefff5;
}
.cid-vo84uul1dA .mbr-label {
  color: #fefff5;
}
.cid-vo84uul1dA .mbr-text {
  color: #fefff5;
}
.cid-vsWDIBtxga {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vsWDIBtxga h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vsWDIBtxga h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsWDIBtxga h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vsWDIBtxga .mbr-text,
.cid-vsWDIBtxga .mbr-section-btn {
  color: #191919;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-vsWDIBtxga h3:before,
  .cid-vsWDIBtxga h3:after {
    display: none;
  }
}
.cid-vsWDIBtxga .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsWDIBtxga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsWDIBtxga .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vo84uuPL4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vo84uuPL4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo84uuPL4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo84uuPL4l .row {
  margin: 0 -15px;
}
.cid-vo84uuPL4l .row .card {
  padding: 0 15px;
}
.cid-vo84uuPL4l .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vo84uuPL4l .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vo84uuPL4l .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vo84uuPL4l .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vo84uuPL4l .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vo84uuPL4l .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo84uuPL4l .mbr-section-title {
  color: #fefff5;
}
.cid-vo84uuPL4l .item-title {
  color: #fefff5;
}
.cid-vo84uuPL4l .item-text {
  color: #fefff5;
}
.cid-vo84uuPL4l .item-price {
  color: #fefff5;
}
.cid-vo84uuPL4l .item-label {
  color: #a1a1a1;
}
.cid-voYznUwN6E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voYznUwN6E h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-voYznUwN6E h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYznUwN6E h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voYznUwN6E .mbr-text,
.cid-voYznUwN6E .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-voYznUwN6E h3:before,
  .cid-voYznUwN6E h3:after {
    display: none;
  }
}
.cid-voYznUwN6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYznUwN6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYznUwN6E .mbr-section-title {
  text-align: center;
}
.cid-vsEUzr5fCL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsEUzr5fCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEUzr5fCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEUzr5fCL .row {
  margin: 0 -15px;
}
.cid-vsEUzr5fCL .row .card {
  padding: 0 15px;
}
.cid-vsEUzr5fCL .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsEUzr5fCL .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsEUzr5fCL .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsEUzr5fCL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsEUzr5fCL .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsEUzr5fCL .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsEUzr5fCL .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsEUzr5fCL .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsEUzr5fCL .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsEUzr5fCL .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsEUzr5fCL .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsEUzr5fCL .mbr-section-title {
  color: #fefff5;
}
.cid-vsEUzr5fCL .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsEUzr5fCL label {
  color: #fefff5;
}
.cid-vsEUzr5fCL .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsEUzr5fCL .btn {
  margin: 0;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vplGdL4skg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vplGdL4skg nav.navbar {
  position: fixed;
}
.cid-vplGdL4skg .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-vplGdL4skg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vplGdL4skg .dropdown-menu {
    text-align: center;
  }
}
.cid-vplGdL4skg .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vplGdL4skg .dropdown-item:hover,
.cid-vplGdL4skg .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vplGdL4skg .dropdown-item:hover span {
  color: white;
}
.cid-vplGdL4skg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vplGdL4skg .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vplGdL4skg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vplGdL4skg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vplGdL4skg .nav-link {
  position: relative;
}
.cid-vplGdL4skg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vplGdL4skg .container {
    flex-wrap: nowrap;
  }
}
.cid-vplGdL4skg .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vplGdL4skg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vplGdL4skg .dropdown-menu,
.cid-vplGdL4skg .navbar.opened {
  background: #191919 !important;
}
.cid-vplGdL4skg .nav-item:focus,
.cid-vplGdL4skg .nav-link:focus {
  outline: none;
}
.cid-vplGdL4skg .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vplGdL4skg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vplGdL4skg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vplGdL4skg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vplGdL4skg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vplGdL4skg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vplGdL4skg .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vplGdL4skg .navbar {
    min-height: 80px;
  }
}
.cid-vplGdL4skg .navbar.opened {
  transition: all 0.3s;
}
.cid-vplGdL4skg .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vplGdL4skg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vplGdL4skg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vplGdL4skg .navbar.collapsed {
  justify-content: center;
}
.cid-vplGdL4skg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vplGdL4skg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vplGdL4skg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vplGdL4skg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vplGdL4skg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vplGdL4skg .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%;
  right: .8rem;
}
.cid-vplGdL4skg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vplGdL4skg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vplGdL4skg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vplGdL4skg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vplGdL4skg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vplGdL4skg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vplGdL4skg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vplGdL4skg .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%;
    right: .8rem;
  }
  .cid-vplGdL4skg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vplGdL4skg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vplGdL4skg .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vplGdL4skg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vplGdL4skg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vplGdL4skg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vplGdL4skg .navbar.navbar-short {
  min-height: 96px;
}
.cid-vplGdL4skg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vplGdL4skg .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;
}
@media (max-width: 992px) {
  .cid-vplGdL4skg .navbar-brand {
    min-height: 80px;
  }
}
.cid-vplGdL4skg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vplGdL4skg .navbar-brand .navbar-caption:hover,
.cid-vplGdL4skg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vplGdL4skg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vplGdL4skg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vplGdL4skg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vplGdL4skg .dropdown-item.active,
.cid-vplGdL4skg .dropdown-item:active {
  background-color: transparent;
}
.cid-vplGdL4skg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vplGdL4skg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vplGdL4skg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vplGdL4skg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vplGdL4skg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vplGdL4skg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vplGdL4skg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vplGdL4skg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vplGdL4skg ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vplGdL4skg .navbar-buttons {
  text-align: center;
}
.cid-vplGdL4skg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vplGdL4skg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vplGdL4skg 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vplGdL4skg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vplGdL4skg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vplGdL4skg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vplGdL4skg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vplGdL4skg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vplGdL4skg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vplGdL4skg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vplGdL4skg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vplGdL4skg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vplGdL4skg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vplGdL4skg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vplGdL4skg .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-vplGdL4skg .navbar {
    height: 70px;
  }
  .cid-vplGdL4skg .navbar.opened {
    height: auto;
  }
  .cid-vplGdL4skg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vplGdL4skg .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vplGdL4skg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vplGdL4skg .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vplGdL4skg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vplGdL4skg .nav-item .nav-link:hover,
.cid-vplGdL4skg .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vplGdL4skg .nav-item .nav-link:hover::after,
.cid-vplGdL4skg .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vplGdL4skg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vplGdL4skg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vplGdL4skg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vplGdL4skg .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vplGdL4skg .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vplGdL4skg .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vplGdL4skg .navbar {
    justify-content: flex-start !important;
  }
  .cid-vplGdL4skg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vplGdL4skg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vplGdL4skg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vplGdL4skg .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vplGdL4skg .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vplGdL4skg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vplGdL4skg .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vplGdL4skg .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vplGdL4skg .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vplGdL4skg .content-wrap {
    min-height: 80px;
  }
}
.cid-vplGdL4skg .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vplGdOdBIu {
  position: relative;
  background-image: url("../../../assets/images/img-7462-1254x836.jpg");
}
.cid-vplGdOdBIu .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vplGdOdBIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vplGdOdBIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vplGdOdBIu .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vplGdOdBIu .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vplGdOdBIu .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vplGdOdBIu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vplGdOdBIu .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vplGdOdBIu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vplGdOdBIu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vplGdOdBIu .mbr-section-title {
  color: #ffffff;
}
.cid-vplGdOdBIu .mbr-text,
.cid-vplGdOdBIu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vplGdOdBIu .mbr-section-title,
.cid-vplGdOdBIu .mbr-section-btn {
  text-align: center;
}
.cid-vplGdPi5wQ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vplGdPi5wQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vplGdPi5wQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vplGdPi5wQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vplGdPi5wQ .mbr-text,
.cid-vplGdPi5wQ .mbr-section-btn {
  color: #191919;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-vplGdPi5wQ h3:before,
  .cid-vplGdPi5wQ h3:after {
    display: none;
  }
}
.cid-vplGdPi5wQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vplGdPi5wQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vplGdPi5wQ .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vplK3vgI76 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vplK7lB1qk {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vplK7lB1qk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vplK7lB1qk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vplK7lB1qk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vplK7lB1qk .mbr-text,
.cid-vplK7lB1qk .mbr-section-btn {
  color: #191919;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-vplK7lB1qk h3:before,
  .cid-vplK7lB1qk h3:after {
    display: none;
  }
}
.cid-vplK7lB1qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vplK7lB1qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vplK7lB1qk .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vsEVmXf1rO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsEVmXf1rO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEVmXf1rO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEVmXf1rO .row {
  margin: 0 -15px;
}
.cid-vsEVmXf1rO .row .card {
  padding: 0 15px;
}
.cid-vsEVmXf1rO .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsEVmXf1rO .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsEVmXf1rO .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsEVmXf1rO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsEVmXf1rO .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsEVmXf1rO .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsEVmXf1rO .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsEVmXf1rO .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsEVmXf1rO .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsEVmXf1rO .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsEVmXf1rO .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsEVmXf1rO .mbr-section-title {
  color: #fefff5;
}
.cid-vsEVmXf1rO .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsEVmXf1rO label {
  color: #fefff5;
}
.cid-vsEVmXf1rO .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsEVmXf1rO .btn {
  margin: 0;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vplcw3pv8I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vplcw3pv8I nav.navbar {
  position: fixed;
}
.cid-vplcw3pv8I .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-vplcw3pv8I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vplcw3pv8I .dropdown-menu {
    text-align: center;
  }
}
.cid-vplcw3pv8I .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vplcw3pv8I .dropdown-item:hover,
.cid-vplcw3pv8I .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vplcw3pv8I .dropdown-item:hover span {
  color: white;
}
.cid-vplcw3pv8I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vplcw3pv8I .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vplcw3pv8I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vplcw3pv8I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vplcw3pv8I .nav-link {
  position: relative;
}
.cid-vplcw3pv8I .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vplcw3pv8I .container {
    flex-wrap: nowrap;
  }
}
.cid-vplcw3pv8I .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vplcw3pv8I .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vplcw3pv8I .dropdown-menu,
.cid-vplcw3pv8I .navbar.opened {
  background: #191919 !important;
}
.cid-vplcw3pv8I .nav-item:focus,
.cid-vplcw3pv8I .nav-link:focus {
  outline: none;
}
.cid-vplcw3pv8I .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vplcw3pv8I .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vplcw3pv8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vplcw3pv8I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vplcw3pv8I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vplcw3pv8I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vplcw3pv8I .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vplcw3pv8I .navbar {
    min-height: 80px;
  }
}
.cid-vplcw3pv8I .navbar.opened {
  transition: all 0.3s;
}
.cid-vplcw3pv8I .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vplcw3pv8I .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vplcw3pv8I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vplcw3pv8I .navbar.collapsed {
  justify-content: center;
}
.cid-vplcw3pv8I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vplcw3pv8I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vplcw3pv8I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vplcw3pv8I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vplcw3pv8I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vplcw3pv8I .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%;
  right: .8rem;
}
.cid-vplcw3pv8I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vplcw3pv8I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vplcw3pv8I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vplcw3pv8I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vplcw3pv8I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vplcw3pv8I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vplcw3pv8I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vplcw3pv8I .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%;
    right: .8rem;
  }
  .cid-vplcw3pv8I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vplcw3pv8I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vplcw3pv8I .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vplcw3pv8I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vplcw3pv8I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vplcw3pv8I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vplcw3pv8I .navbar.navbar-short {
  min-height: 96px;
}
.cid-vplcw3pv8I .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vplcw3pv8I .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;
}
@media (max-width: 992px) {
  .cid-vplcw3pv8I .navbar-brand {
    min-height: 80px;
  }
}
.cid-vplcw3pv8I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vplcw3pv8I .navbar-brand .navbar-caption:hover,
.cid-vplcw3pv8I .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vplcw3pv8I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vplcw3pv8I .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vplcw3pv8I .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vplcw3pv8I .dropdown-item.active,
.cid-vplcw3pv8I .dropdown-item:active {
  background-color: transparent;
}
.cid-vplcw3pv8I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vplcw3pv8I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vplcw3pv8I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vplcw3pv8I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vplcw3pv8I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vplcw3pv8I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vplcw3pv8I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vplcw3pv8I ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vplcw3pv8I ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vplcw3pv8I .navbar-buttons {
  text-align: center;
}
.cid-vplcw3pv8I .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vplcw3pv8I .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vplcw3pv8I 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vplcw3pv8I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vplcw3pv8I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vplcw3pv8I button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vplcw3pv8I button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vplcw3pv8I button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vplcw3pv8I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vplcw3pv8I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vplcw3pv8I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vplcw3pv8I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vplcw3pv8I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vplcw3pv8I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vplcw3pv8I .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-vplcw3pv8I .navbar {
    height: 70px;
  }
  .cid-vplcw3pv8I .navbar.opened {
    height: auto;
  }
  .cid-vplcw3pv8I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vplcw3pv8I .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vplcw3pv8I .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vplcw3pv8I .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vplcw3pv8I .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vplcw3pv8I .nav-item .nav-link:hover,
.cid-vplcw3pv8I .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vplcw3pv8I .nav-item .nav-link:hover::after,
.cid-vplcw3pv8I .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vplcw3pv8I .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vplcw3pv8I .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vplcw3pv8I .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vplcw3pv8I .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vplcw3pv8I .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vplcw3pv8I .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vplcw3pv8I .navbar {
    justify-content: flex-start !important;
  }
  .cid-vplcw3pv8I .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vplcw3pv8I .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vplcw3pv8I .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vplcw3pv8I .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vplcw3pv8I .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vplcw3pv8I .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vplcw3pv8I .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vplcw3pv8I .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vplcw3pv8I .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vplcw3pv8I .content-wrap {
    min-height: 80px;
  }
}
.cid-vplcw3pv8I .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vplcw4GIXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-vplcw4GIXL .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vplcw4GIXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vplcw4GIXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vplcw4GIXL .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vplcw4GIXL .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vplcw4GIXL .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vplcw4GIXL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vplcw4GIXL .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vplcw4GIXL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vplcw4GIXL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vplcw4GIXL .mbr-section-title {
  color: #ffffff;
}
.cid-vplcw4GIXL .mbr-text,
.cid-vplcw4GIXL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vplcw4GIXL .mbr-section-title,
.cid-vplcw4GIXL .mbr-section-btn {
  text-align: center;
}
.cid-vplAzNx7Ql {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vsyxa1G63i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vsyxa1G63i nav.navbar {
  position: fixed;
}
.cid-vsyxa1G63i .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-vsyxa1G63i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vsyxa1G63i .dropdown-menu {
    text-align: center;
  }
}
.cid-vsyxa1G63i .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vsyxa1G63i .dropdown-item:hover,
.cid-vsyxa1G63i .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vsyxa1G63i .dropdown-item:hover span {
  color: white;
}
.cid-vsyxa1G63i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsyxa1G63i .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsyxa1G63i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsyxa1G63i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vsyxa1G63i .nav-link {
  position: relative;
}
.cid-vsyxa1G63i .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vsyxa1G63i .container {
    flex-wrap: nowrap;
  }
}
.cid-vsyxa1G63i .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsyxa1G63i .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsyxa1G63i .dropdown-menu,
.cid-vsyxa1G63i .navbar.opened {
  background: #191919 !important;
}
.cid-vsyxa1G63i .nav-item:focus,
.cid-vsyxa1G63i .nav-link:focus {
  outline: none;
}
.cid-vsyxa1G63i .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vsyxa1G63i .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vsyxa1G63i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsyxa1G63i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsyxa1G63i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsyxa1G63i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vsyxa1G63i .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vsyxa1G63i .navbar {
    min-height: 80px;
  }
}
.cid-vsyxa1G63i .navbar.opened {
  transition: all 0.3s;
}
.cid-vsyxa1G63i .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vsyxa1G63i .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vsyxa1G63i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsyxa1G63i .navbar.collapsed {
  justify-content: center;
}
.cid-vsyxa1G63i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsyxa1G63i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsyxa1G63i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsyxa1G63i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsyxa1G63i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsyxa1G63i .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%;
  right: .8rem;
}
.cid-vsyxa1G63i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsyxa1G63i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vsyxa1G63i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsyxa1G63i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsyxa1G63i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsyxa1G63i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsyxa1G63i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsyxa1G63i .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%;
    right: .8rem;
  }
  .cid-vsyxa1G63i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsyxa1G63i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsyxa1G63i .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vsyxa1G63i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsyxa1G63i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsyxa1G63i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsyxa1G63i .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsyxa1G63i .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsyxa1G63i .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;
}
@media (max-width: 992px) {
  .cid-vsyxa1G63i .navbar-brand {
    min-height: 80px;
  }
}
.cid-vsyxa1G63i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsyxa1G63i .navbar-brand .navbar-caption:hover,
.cid-vsyxa1G63i .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsyxa1G63i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsyxa1G63i .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsyxa1G63i .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsyxa1G63i .dropdown-item.active,
.cid-vsyxa1G63i .dropdown-item:active {
  background-color: transparent;
}
.cid-vsyxa1G63i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsyxa1G63i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsyxa1G63i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsyxa1G63i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vsyxa1G63i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vsyxa1G63i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsyxa1G63i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsyxa1G63i ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsyxa1G63i ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vsyxa1G63i .navbar-buttons {
  text-align: center;
}
.cid-vsyxa1G63i .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vsyxa1G63i .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsyxa1G63i 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsyxa1G63i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vsyxa1G63i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsyxa1G63i button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsyxa1G63i button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsyxa1G63i button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsyxa1G63i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsyxa1G63i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsyxa1G63i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsyxa1G63i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsyxa1G63i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsyxa1G63i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsyxa1G63i .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-vsyxa1G63i .navbar {
    height: 70px;
  }
  .cid-vsyxa1G63i .navbar.opened {
    height: auto;
  }
  .cid-vsyxa1G63i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsyxa1G63i .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vsyxa1G63i .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsyxa1G63i .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vsyxa1G63i .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsyxa1G63i .nav-item .nav-link:hover,
.cid-vsyxa1G63i .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vsyxa1G63i .nav-item .nav-link:hover::after,
.cid-vsyxa1G63i .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vsyxa1G63i .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsyxa1G63i .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsyxa1G63i .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vsyxa1G63i .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vsyxa1G63i .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vsyxa1G63i .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vsyxa1G63i .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsyxa1G63i .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsyxa1G63i .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsyxa1G63i .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsyxa1G63i .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vsyxa1G63i .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vsyxa1G63i .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vsyxa1G63i .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vsyxa1G63i .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vsyxa1G63i .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vsyxa1G63i .content-wrap {
    min-height: 80px;
  }
}
.cid-vsyxa1G63i .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vsEUMVorNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vsEUMVorNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsEUMVorNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsEUMVorNW .row {
  margin: 0 -15px;
}
.cid-vsEUMVorNW .row .card {
  padding: 0 15px;
}
.cid-vsEUMVorNW .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vsEUMVorNW .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vsEUMVorNW .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vsEUMVorNW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsEUMVorNW .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vsEUMVorNW .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vsEUMVorNW .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vsEUMVorNW .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vsEUMVorNW .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vsEUMVorNW .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vsEUMVorNW .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vsEUMVorNW .mbr-section-title {
  color: #fefff5;
}
.cid-vsEUMVorNW .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vsEUMVorNW label {
  color: #fefff5;
}
.cid-vsEUMVorNW .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vsEUMVorNW .btn {
  margin: 0;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vsyUsTyGpG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vsyUsTyGpG nav.navbar {
  position: fixed;
}
.cid-vsyUsTyGpG .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-vsyUsTyGpG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vsyUsTyGpG .dropdown-menu {
    text-align: center;
  }
}
.cid-vsyUsTyGpG .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vsyUsTyGpG .dropdown-item:hover,
.cid-vsyUsTyGpG .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vsyUsTyGpG .dropdown-item:hover span {
  color: white;
}
.cid-vsyUsTyGpG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsyUsTyGpG .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsyUsTyGpG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsyUsTyGpG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vsyUsTyGpG .nav-link {
  position: relative;
}
.cid-vsyUsTyGpG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vsyUsTyGpG .container {
    flex-wrap: nowrap;
  }
}
.cid-vsyUsTyGpG .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsyUsTyGpG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsyUsTyGpG .dropdown-menu,
.cid-vsyUsTyGpG .navbar.opened {
  background: #191919 !important;
}
.cid-vsyUsTyGpG .nav-item:focus,
.cid-vsyUsTyGpG .nav-link:focus {
  outline: none;
}
.cid-vsyUsTyGpG .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vsyUsTyGpG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vsyUsTyGpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsyUsTyGpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsyUsTyGpG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsyUsTyGpG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vsyUsTyGpG .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vsyUsTyGpG .navbar {
    min-height: 80px;
  }
}
.cid-vsyUsTyGpG .navbar.opened {
  transition: all 0.3s;
}
.cid-vsyUsTyGpG .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vsyUsTyGpG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vsyUsTyGpG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsyUsTyGpG .navbar.collapsed {
  justify-content: center;
}
.cid-vsyUsTyGpG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsyUsTyGpG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsyUsTyGpG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsyUsTyGpG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsyUsTyGpG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsyUsTyGpG .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%;
  right: .8rem;
}
.cid-vsyUsTyGpG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsyUsTyGpG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vsyUsTyGpG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsyUsTyGpG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsyUsTyGpG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsyUsTyGpG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsyUsTyGpG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsyUsTyGpG .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%;
    right: .8rem;
  }
  .cid-vsyUsTyGpG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsyUsTyGpG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsyUsTyGpG .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vsyUsTyGpG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsyUsTyGpG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsyUsTyGpG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsyUsTyGpG .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsyUsTyGpG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsyUsTyGpG .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;
}
@media (max-width: 992px) {
  .cid-vsyUsTyGpG .navbar-brand {
    min-height: 80px;
  }
}
.cid-vsyUsTyGpG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsyUsTyGpG .navbar-brand .navbar-caption:hover,
.cid-vsyUsTyGpG .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsyUsTyGpG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsyUsTyGpG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsyUsTyGpG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsyUsTyGpG .dropdown-item.active,
.cid-vsyUsTyGpG .dropdown-item:active {
  background-color: transparent;
}
.cid-vsyUsTyGpG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsyUsTyGpG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsyUsTyGpG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsyUsTyGpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vsyUsTyGpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vsyUsTyGpG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsyUsTyGpG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsyUsTyGpG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsyUsTyGpG ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vsyUsTyGpG .navbar-buttons {
  text-align: center;
}
.cid-vsyUsTyGpG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vsyUsTyGpG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsyUsTyGpG 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsyUsTyGpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vsyUsTyGpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsyUsTyGpG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsyUsTyGpG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsyUsTyGpG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsyUsTyGpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsyUsTyGpG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsyUsTyGpG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsyUsTyGpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsyUsTyGpG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsyUsTyGpG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsyUsTyGpG .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-vsyUsTyGpG .navbar {
    height: 70px;
  }
  .cid-vsyUsTyGpG .navbar.opened {
    height: auto;
  }
  .cid-vsyUsTyGpG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsyUsTyGpG .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vsyUsTyGpG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsyUsTyGpG .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vsyUsTyGpG .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsyUsTyGpG .nav-item .nav-link:hover,
.cid-vsyUsTyGpG .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vsyUsTyGpG .nav-item .nav-link:hover::after,
.cid-vsyUsTyGpG .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vsyUsTyGpG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsyUsTyGpG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsyUsTyGpG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vsyUsTyGpG .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vsyUsTyGpG .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vsyUsTyGpG .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vsyUsTyGpG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsyUsTyGpG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsyUsTyGpG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsyUsTyGpG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsyUsTyGpG .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vsyUsTyGpG .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vsyUsTyGpG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vsyUsTyGpG .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vsyUsTyGpG .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vsyUsTyGpG .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vsyUsTyGpG .content-wrap {
    min-height: 80px;
  }
}
.cid-vsyUsTyGpG .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vsyUsUtmY6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-vsyUsUtmY6 .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vsyUsUtmY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyUsUtmY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyUsUtmY6 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vsyUsUtmY6 .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vsyUsUtmY6 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vsyUsUtmY6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsyUsUtmY6 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vsyUsUtmY6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsyUsUtmY6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vsyUsUtmY6 .mbr-section-title {
  color: #ffffff;
}
.cid-vsyUsUtmY6 .mbr-text,
.cid-vsyUsUtmY6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vsyUsUtmY6 .mbr-section-title,
.cid-vsyUsUtmY6 .mbr-section-btn {
  text-align: center;
}
#custom-html-5v {
  /* Type valid CSS here */
}
#custom-html-5v .datenschutz {
  max-width: 80%;
  margin-left: 10%;
}
#custom-html-5v :root {
  --privacy-ink: #202124;
  --privacy-muted: #62666b;
  --privacy-line: rgba(32, 33, 36, 0.12);
  --privacy-soft: rgba(32, 33, 36, 0.035);
  --privacy-soft-2: rgba(32, 33, 36, 0.055);
  --privacy-accent: currentColor;
}
#custom-html-5v .privacy-page {
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 34px 72px;
  color: var(--privacy-ink);
  line-height: 1.72;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0;
}
#custom-html-5v .privacy-page *,
#custom-html-5v .privacy-page *::before,
#custom-html-5v .privacy-page *::after {
  box-sizing: border-box;
  font-family: inherit;
}
#custom-html-5v .privacy-page .privacy-header {
  margin: 0 0 52px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--privacy-line);
}
#custom-html-5v .privacy-page .privacy-kicker {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--privacy-muted);
  font-size: .82em;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#custom-html-5v .privacy-page .privacy-title {
  margin: 0;
  padding: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-5v .privacy-page .privacy-subtitle {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--privacy-muted);
  font-size: 1.02em;
  line-height: 1.65;
}
#custom-html-5v .privacy-page h2 {
  position: relative;
  margin: 58px 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--privacy-line);
  font-size: 1.55em;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.01em;
}
#custom-html-5v .privacy-page h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 14px;
  border-radius: 99px;
  background: currentColor;
  opacity: .55;
}
#custom-html-5v .privacy-page h2 a,
#custom-html-5v .privacy-page h3 a {
  display: none;
}
#custom-html-5v .privacy-page h3 {
  margin: 34px 0 13px;
  padding: 0;
  font-size: 1.08em;
  line-height: 1.4;
  font-weight: 700;
}
#custom-html-5v .privacy-page p {
  margin: 0 0 14px;
}
#custom-html-5v .privacy-page ul {
  margin: 10px 0 22px;
  padding-left: 1.35em;
}
#custom-html-5v .privacy-page li {
  margin: 5px 0;
  padding-left: .15em;
}
#custom-html-5v .privacy-page a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
#custom-html-5v .privacy-page strong {
  font-weight: 700;
}
#custom-html-5v .privacy-page .privacy-info-card,
#custom-html-5v .privacy-page .privacy-provider,
#custom-html-5v .privacy-page .privacy-legal-note {
  border: 1px solid var(--privacy-line);
  background: var(--privacy-soft);
  border-radius: 12px;
}
#custom-html-5v .privacy-page .privacy-info-card {
  margin: 20px 0 26px;
  padding: 20px 22px;
}
#custom-html-5v .privacy-page .privacy-info-card p:last-child {
  margin-bottom: 0;
}
#custom-html-5v .privacy-page .privacy-provider {
  margin: 18px 0 24px;
  padding: 17px 20px;
  border-left: 4px solid currentColor;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: var(--privacy-soft-2);
}
#custom-html-5v .privacy-page .privacy-provider p {
  margin-bottom: 8px;
}
#custom-html-5v .privacy-page .privacy-provider p:last-child {
  margin-bottom: 0;
}
#custom-html-5v .privacy-page .privacy-legal-note {
  margin: 20px 0 26px;
  padding: 18px 20px;
  color: var(--privacy-muted);
  font-size: .94em;
}
#custom-html-5v .privacy-page .privacy-legal-note strong {
  color: var(--privacy-ink);
}
#custom-html-5v .privacy-page .privacy-divider {
  height: 1px;
  margin: 48px 0;
  background: var(--privacy-line);
}
#custom-html-5v .privacy-page .privacy-end {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--privacy-line);
  color: var(--privacy-muted);
  font-size: .92em;
}
@media (max-width: 700px) {
  #custom-html-5v .privacy-page {
    padding: 36px 20px 52px;
    line-height: 1.65;
  }
  #custom-html-5v .privacy-page .privacy-header {
    margin-bottom: 38px;
  }
  #custom-html-5v .privacy-page h2 {
    margin-top: 44px;
    font-size: 1.35em;
  }
  #custom-html-5v .privacy-page h3 {
    margin-top: 28px;
  }
  #custom-html-5v .privacy-page .privacy-info-card,
  #custom-html-5v .privacy-page .privacy-provider,
  #custom-html-5v .privacy-page .privacy-legal-note {
    padding: 16px 17px;
  }
}
.cid-vsyUsV5aQ6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyUsV5aQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyUsV5aQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyUsV5aQ6 .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyUsV5aQ6 .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyUsV5aQ6 .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyUsV5aQ6 .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyUsV5aQ6 .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyUsV5aQ6 .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyUsV5aQ6 .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyUsV5aQ6 .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyUsV5aQ6 .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyUsV5aQ6 .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyUsV5aQ6 .mbr-copy {
  color: #ffffff;
}
.cid-vsyUsV5aQ6 .list {
  color: #ffffff;
}
.cid-vsyUsV5aQ6 .text-white:hover {
  color: #003fc8 !important;
}
.cid-vsQJGlgR5o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vsQJGlgR5o nav.navbar {
  position: fixed;
}
.cid-vsQJGlgR5o .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-vsQJGlgR5o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vsQJGlgR5o .dropdown-menu {
    text-align: center;
  }
}
.cid-vsQJGlgR5o .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vsQJGlgR5o .dropdown-item:hover,
.cid-vsQJGlgR5o .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vsQJGlgR5o .dropdown-item:hover span {
  color: white;
}
.cid-vsQJGlgR5o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsQJGlgR5o .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsQJGlgR5o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsQJGlgR5o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vsQJGlgR5o .nav-link {
  position: relative;
}
.cid-vsQJGlgR5o .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vsQJGlgR5o .container {
    flex-wrap: nowrap;
  }
}
.cid-vsQJGlgR5o .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsQJGlgR5o .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsQJGlgR5o .dropdown-menu,
.cid-vsQJGlgR5o .navbar.opened {
  background: #191919 !important;
}
.cid-vsQJGlgR5o .nav-item:focus,
.cid-vsQJGlgR5o .nav-link:focus {
  outline: none;
}
.cid-vsQJGlgR5o .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vsQJGlgR5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vsQJGlgR5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsQJGlgR5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsQJGlgR5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsQJGlgR5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vsQJGlgR5o .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vsQJGlgR5o .navbar {
    min-height: 80px;
  }
}
.cid-vsQJGlgR5o .navbar.opened {
  transition: all 0.3s;
}
.cid-vsQJGlgR5o .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vsQJGlgR5o .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vsQJGlgR5o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsQJGlgR5o .navbar.collapsed {
  justify-content: center;
}
.cid-vsQJGlgR5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsQJGlgR5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsQJGlgR5o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsQJGlgR5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsQJGlgR5o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsQJGlgR5o .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%;
  right: .8rem;
}
.cid-vsQJGlgR5o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsQJGlgR5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vsQJGlgR5o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsQJGlgR5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsQJGlgR5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsQJGlgR5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsQJGlgR5o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsQJGlgR5o .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%;
    right: .8rem;
  }
  .cid-vsQJGlgR5o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsQJGlgR5o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsQJGlgR5o .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vsQJGlgR5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsQJGlgR5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsQJGlgR5o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsQJGlgR5o .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsQJGlgR5o .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsQJGlgR5o .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;
}
@media (max-width: 992px) {
  .cid-vsQJGlgR5o .navbar-brand {
    min-height: 80px;
  }
}
.cid-vsQJGlgR5o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsQJGlgR5o .navbar-brand .navbar-caption:hover,
.cid-vsQJGlgR5o .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsQJGlgR5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsQJGlgR5o .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsQJGlgR5o .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsQJGlgR5o .dropdown-item.active,
.cid-vsQJGlgR5o .dropdown-item:active {
  background-color: transparent;
}
.cid-vsQJGlgR5o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsQJGlgR5o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsQJGlgR5o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsQJGlgR5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vsQJGlgR5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vsQJGlgR5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsQJGlgR5o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsQJGlgR5o ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsQJGlgR5o ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vsQJGlgR5o .navbar-buttons {
  text-align: center;
}
.cid-vsQJGlgR5o .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vsQJGlgR5o .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsQJGlgR5o 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsQJGlgR5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vsQJGlgR5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsQJGlgR5o button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsQJGlgR5o button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsQJGlgR5o button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsQJGlgR5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsQJGlgR5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsQJGlgR5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsQJGlgR5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsQJGlgR5o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsQJGlgR5o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsQJGlgR5o .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-vsQJGlgR5o .navbar {
    height: 70px;
  }
  .cid-vsQJGlgR5o .navbar.opened {
    height: auto;
  }
  .cid-vsQJGlgR5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsQJGlgR5o .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vsQJGlgR5o .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsQJGlgR5o .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vsQJGlgR5o .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsQJGlgR5o .nav-item .nav-link:hover,
.cid-vsQJGlgR5o .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vsQJGlgR5o .nav-item .nav-link:hover::after,
.cid-vsQJGlgR5o .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vsQJGlgR5o .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsQJGlgR5o .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsQJGlgR5o .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vsQJGlgR5o .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vsQJGlgR5o .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vsQJGlgR5o .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vsQJGlgR5o .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsQJGlgR5o .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsQJGlgR5o .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsQJGlgR5o .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsQJGlgR5o .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vsQJGlgR5o .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vsQJGlgR5o .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vsQJGlgR5o .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vsQJGlgR5o .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vsQJGlgR5o .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vsQJGlgR5o .content-wrap {
    min-height: 80px;
  }
}
.cid-vsQJGlgR5o .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-6l {
  /* Type valid CSS here */
}
#custom-html-6l .form {
  margin-top: 70px;
}
#custom-html-6l p {
  line-height: 1.2;
}
#custom-html-6l h5 {
  margin: 3px 0 12px 0;
}
.cid-vsQJGmnv8u {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsQJGmnv8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsQJGmnv8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsQJGmnv8u .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsQJGmnv8u .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsQJGmnv8u .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsQJGmnv8u .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsQJGmnv8u .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsQJGmnv8u .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsQJGmnv8u .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsQJGmnv8u .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsQJGmnv8u .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsQJGmnv8u .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsQJGmnv8u .mbr-copy {
  color: #ffffff;
}
.cid-vsQJGmnv8u .list {
  color: #ffffff;
}
.cid-vsQJGmnv8u .text-white:hover {
  color: #003fc8 !important;
}
.cid-vsPyRJZAV4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vsPyRJZAV4 nav.navbar {
  position: fixed;
}
.cid-vsPyRJZAV4 .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-vsPyRJZAV4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vsPyRJZAV4 .dropdown-menu {
    text-align: center;
  }
}
.cid-vsPyRJZAV4 .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vsPyRJZAV4 .dropdown-item:hover,
.cid-vsPyRJZAV4 .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vsPyRJZAV4 .dropdown-item:hover span {
  color: white;
}
.cid-vsPyRJZAV4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsPyRJZAV4 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsPyRJZAV4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsPyRJZAV4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vsPyRJZAV4 .nav-link {
  position: relative;
}
.cid-vsPyRJZAV4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vsPyRJZAV4 .container {
    flex-wrap: nowrap;
  }
}
.cid-vsPyRJZAV4 .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsPyRJZAV4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsPyRJZAV4 .dropdown-menu,
.cid-vsPyRJZAV4 .navbar.opened {
  background: #191919 !important;
}
.cid-vsPyRJZAV4 .nav-item:focus,
.cid-vsPyRJZAV4 .nav-link:focus {
  outline: none;
}
.cid-vsPyRJZAV4 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vsPyRJZAV4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vsPyRJZAV4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsPyRJZAV4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsPyRJZAV4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsPyRJZAV4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vsPyRJZAV4 .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vsPyRJZAV4 .navbar {
    min-height: 80px;
  }
}
.cid-vsPyRJZAV4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vsPyRJZAV4 .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vsPyRJZAV4 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vsPyRJZAV4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsPyRJZAV4 .navbar.collapsed {
  justify-content: center;
}
.cid-vsPyRJZAV4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsPyRJZAV4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsPyRJZAV4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsPyRJZAV4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsPyRJZAV4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsPyRJZAV4 .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%;
  right: .8rem;
}
.cid-vsPyRJZAV4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsPyRJZAV4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vsPyRJZAV4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsPyRJZAV4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsPyRJZAV4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsPyRJZAV4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsPyRJZAV4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsPyRJZAV4 .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%;
    right: .8rem;
  }
  .cid-vsPyRJZAV4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsPyRJZAV4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsPyRJZAV4 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vsPyRJZAV4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsPyRJZAV4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsPyRJZAV4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsPyRJZAV4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsPyRJZAV4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsPyRJZAV4 .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;
}
@media (max-width: 992px) {
  .cid-vsPyRJZAV4 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vsPyRJZAV4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsPyRJZAV4 .navbar-brand .navbar-caption:hover,
.cid-vsPyRJZAV4 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsPyRJZAV4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsPyRJZAV4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsPyRJZAV4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vsPyRJZAV4 .dropdown-item.active,
.cid-vsPyRJZAV4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vsPyRJZAV4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsPyRJZAV4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsPyRJZAV4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsPyRJZAV4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vsPyRJZAV4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vsPyRJZAV4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsPyRJZAV4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsPyRJZAV4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsPyRJZAV4 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vsPyRJZAV4 .navbar-buttons {
  text-align: center;
}
.cid-vsPyRJZAV4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vsPyRJZAV4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsPyRJZAV4 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsPyRJZAV4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vsPyRJZAV4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsPyRJZAV4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsPyRJZAV4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsPyRJZAV4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsPyRJZAV4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsPyRJZAV4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsPyRJZAV4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsPyRJZAV4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsPyRJZAV4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vsPyRJZAV4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsPyRJZAV4 .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-vsPyRJZAV4 .navbar {
    height: 70px;
  }
  .cid-vsPyRJZAV4 .navbar.opened {
    height: auto;
  }
  .cid-vsPyRJZAV4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsPyRJZAV4 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vsPyRJZAV4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsPyRJZAV4 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vsPyRJZAV4 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsPyRJZAV4 .nav-item .nav-link:hover,
.cid-vsPyRJZAV4 .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vsPyRJZAV4 .nav-item .nav-link:hover::after,
.cid-vsPyRJZAV4 .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vsPyRJZAV4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsPyRJZAV4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsPyRJZAV4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vsPyRJZAV4 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vsPyRJZAV4 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vsPyRJZAV4 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vsPyRJZAV4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsPyRJZAV4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsPyRJZAV4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsPyRJZAV4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsPyRJZAV4 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vsPyRJZAV4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vsPyRJZAV4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vsPyRJZAV4 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vsPyRJZAV4 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vsPyRJZAV4 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vsPyRJZAV4 .content-wrap {
    min-height: 80px;
  }
}
.cid-vsPyRJZAV4 .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vsPBAltnnG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vsPBAltnnG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsPyRKVLGf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsPyRKVLGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsPyRKVLGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsPyRKVLGf .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsPyRKVLGf .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsPyRKVLGf .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsPyRKVLGf .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsPyRKVLGf .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsPyRKVLGf .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsPyRKVLGf .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsPyRKVLGf .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsPyRKVLGf .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsPyRKVLGf .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsPyRKVLGf .mbr-copy {
  color: #ffffff;
}
.cid-vsPyRKVLGf .list {
  color: #ffffff;
}
.cid-vsPyRKVLGf .text-white:hover {
  color: #003fc8 !important;
}
.cid-vrZGvC5uDP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vrZGvC5uDP nav.navbar {
  position: fixed;
}
.cid-vrZGvC5uDP .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-vrZGvC5uDP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vrZGvC5uDP .dropdown-menu {
    text-align: center;
  }
}
.cid-vrZGvC5uDP .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vrZGvC5uDP .dropdown-item:hover,
.cid-vrZGvC5uDP .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vrZGvC5uDP .dropdown-item:hover span {
  color: white;
}
.cid-vrZGvC5uDP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrZGvC5uDP .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrZGvC5uDP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrZGvC5uDP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vrZGvC5uDP .nav-link {
  position: relative;
}
.cid-vrZGvC5uDP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vrZGvC5uDP .container {
    flex-wrap: nowrap;
  }
}
.cid-vrZGvC5uDP .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrZGvC5uDP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrZGvC5uDP .dropdown-menu,
.cid-vrZGvC5uDP .navbar.opened {
  background: #191919 !important;
}
.cid-vrZGvC5uDP .nav-item:focus,
.cid-vrZGvC5uDP .nav-link:focus {
  outline: none;
}
.cid-vrZGvC5uDP .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vrZGvC5uDP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vrZGvC5uDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrZGvC5uDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrZGvC5uDP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrZGvC5uDP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vrZGvC5uDP .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vrZGvC5uDP .navbar {
    min-height: 80px;
  }
}
.cid-vrZGvC5uDP .navbar.opened {
  transition: all 0.3s;
}
.cid-vrZGvC5uDP .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vrZGvC5uDP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vrZGvC5uDP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrZGvC5uDP .navbar.collapsed {
  justify-content: center;
}
.cid-vrZGvC5uDP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrZGvC5uDP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrZGvC5uDP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vrZGvC5uDP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrZGvC5uDP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrZGvC5uDP .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%;
  right: .8rem;
}
.cid-vrZGvC5uDP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrZGvC5uDP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vrZGvC5uDP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrZGvC5uDP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrZGvC5uDP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrZGvC5uDP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrZGvC5uDP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrZGvC5uDP .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%;
    right: .8rem;
  }
  .cid-vrZGvC5uDP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrZGvC5uDP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrZGvC5uDP .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vrZGvC5uDP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrZGvC5uDP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrZGvC5uDP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrZGvC5uDP .navbar.navbar-short {
  min-height: 96px;
}
.cid-vrZGvC5uDP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vrZGvC5uDP .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;
}
@media (max-width: 992px) {
  .cid-vrZGvC5uDP .navbar-brand {
    min-height: 80px;
  }
}
.cid-vrZGvC5uDP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vrZGvC5uDP .navbar-brand .navbar-caption:hover,
.cid-vrZGvC5uDP .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vrZGvC5uDP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrZGvC5uDP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrZGvC5uDP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vrZGvC5uDP .dropdown-item.active,
.cid-vrZGvC5uDP .dropdown-item:active {
  background-color: transparent;
}
.cid-vrZGvC5uDP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrZGvC5uDP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrZGvC5uDP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrZGvC5uDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vrZGvC5uDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vrZGvC5uDP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrZGvC5uDP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrZGvC5uDP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrZGvC5uDP ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vrZGvC5uDP .navbar-buttons {
  text-align: center;
}
.cid-vrZGvC5uDP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vrZGvC5uDP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrZGvC5uDP 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrZGvC5uDP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vrZGvC5uDP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrZGvC5uDP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrZGvC5uDP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrZGvC5uDP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrZGvC5uDP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrZGvC5uDP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrZGvC5uDP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrZGvC5uDP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrZGvC5uDP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrZGvC5uDP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrZGvC5uDP .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-vrZGvC5uDP .navbar {
    height: 70px;
  }
  .cid-vrZGvC5uDP .navbar.opened {
    height: auto;
  }
  .cid-vrZGvC5uDP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrZGvC5uDP .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vrZGvC5uDP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrZGvC5uDP .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vrZGvC5uDP .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrZGvC5uDP .nav-item .nav-link:hover,
.cid-vrZGvC5uDP .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vrZGvC5uDP .nav-item .nav-link:hover::after,
.cid-vrZGvC5uDP .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vrZGvC5uDP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrZGvC5uDP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrZGvC5uDP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vrZGvC5uDP .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vrZGvC5uDP .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vrZGvC5uDP .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vrZGvC5uDP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrZGvC5uDP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrZGvC5uDP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrZGvC5uDP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrZGvC5uDP .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vrZGvC5uDP .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vrZGvC5uDP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vrZGvC5uDP .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vrZGvC5uDP .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vrZGvC5uDP .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vrZGvC5uDP .content-wrap {
    min-height: 80px;
  }
}
.cid-vrZGvC5uDP .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vrZGvCR9c6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vrZGvCR9c6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrZGvCR9c6 P {
  color: #232323;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vtoMTj6scx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtoMTj6scx nav.navbar {
  position: fixed;
}
.cid-vtoMTj6scx .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-vtoMTj6scx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .dropdown-menu {
    text-align: center;
  }
}
.cid-vtoMTj6scx .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vtoMTj6scx .dropdown-item:hover,
.cid-vtoMTj6scx .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vtoMTj6scx .dropdown-item:hover span {
  color: white;
}
.cid-vtoMTj6scx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtoMTj6scx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtoMTj6scx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtoMTj6scx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vtoMTj6scx .nav-link {
  position: relative;
}
.cid-vtoMTj6scx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vtoMTj6scx .container {
    flex-wrap: nowrap;
  }
}
.cid-vtoMTj6scx .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtoMTj6scx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vtoMTj6scx .dropdown-menu,
.cid-vtoMTj6scx .navbar.opened {
  background: #191919 !important;
}
.cid-vtoMTj6scx .nav-item:focus,
.cid-vtoMTj6scx .nav-link:focus {
  outline: none;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtoMTj6scx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtoMTj6scx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vtoMTj6scx .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .navbar {
    min-height: 80px;
  }
}
.cid-vtoMTj6scx .navbar.opened {
  transition: all 0.3s;
}
.cid-vtoMTj6scx .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vtoMTj6scx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vtoMTj6scx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtoMTj6scx .navbar.collapsed {
  justify-content: center;
}
.cid-vtoMTj6scx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtoMTj6scx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtoMTj6scx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtoMTj6scx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtoMTj6scx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtoMTj6scx .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%;
  right: .8rem;
}
.cid-vtoMTj6scx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtoMTj6scx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vtoMTj6scx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtoMTj6scx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtoMTj6scx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtoMTj6scx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtoMTj6scx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtoMTj6scx .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%;
    right: .8rem;
  }
  .cid-vtoMTj6scx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtoMTj6scx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtoMTj6scx .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vtoMTj6scx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtoMTj6scx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtoMTj6scx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtoMTj6scx .navbar.navbar-short {
  min-height: 96px;
}
.cid-vtoMTj6scx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vtoMTj6scx .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;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .navbar-brand {
    min-height: 80px;
  }
}
.cid-vtoMTj6scx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtoMTj6scx .navbar-brand .navbar-caption:hover,
.cid-vtoMTj6scx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtoMTj6scx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtoMTj6scx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .dropdown-item.active,
.cid-vtoMTj6scx .dropdown-item:active {
  background-color: transparent;
}
.cid-vtoMTj6scx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtoMTj6scx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtoMTj6scx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtoMTj6scx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vtoMTj6scx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtoMTj6scx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtoMTj6scx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtoMTj6scx ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vtoMTj6scx .navbar-buttons {
  text-align: center;
}
.cid-vtoMTj6scx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vtoMTj6scx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtoMTj6scx 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtoMTj6scx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtoMTj6scx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtoMTj6scx .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-vtoMTj6scx .navbar {
    height: 70px;
  }
  .cid-vtoMTj6scx .navbar.opened {
    height: auto;
  }
  .cid-vtoMTj6scx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtoMTj6scx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vtoMTj6scx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtoMTj6scx .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtoMTj6scx .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtoMTj6scx .nav-item .nav-link:hover,
.cid-vtoMTj6scx .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vtoMTj6scx .nav-item .nav-link:hover::after,
.cid-vtoMTj6scx .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtoMTj6scx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtoMTj6scx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vtoMTj6scx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vtoMTj6scx .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vtoMTj6scx .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtoMTj6scx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtoMTj6scx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtoMTj6scx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtoMTj6scx .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vtoMTj6scx .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vtoMTj6scx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vtoMTj6scx .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vtoMTj6scx .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vtoMTj6scx .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .content-wrap {
    min-height: 80px;
  }
}
.cid-vtoMTj6scx .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-6r {
  /* Type valid CSS here */
}
#custom-html-6r .form {
  margin-top: 70px;
}
#custom-html-6r p {
  line-height: 1.2;
}
#custom-html-6r h5 {
  margin: 3px 0 12px 0;
}
.cid-vtoMTkSfZI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vtoMTkSfZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtoMTkSfZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtoMTkSfZI .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vtoMTkSfZI .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vtoMTkSfZI .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtoMTkSfZI .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vtoMTkSfZI .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vtoMTkSfZI .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vtoMTkSfZI .mbr-copy {
  color: #ffffff;
}
.cid-vtoMTkSfZI .list {
  color: #ffffff;
}
.cid-vtoMTkSfZI .text-white:hover {
  color: #003fc8 !important;
}
.cid-v2q5e5VD8f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v2q5e5VD8f nav.navbar {
  position: fixed;
}
.cid-v2q5e5VD8f .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-v2q5e5VD8f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .dropdown-menu {
    text-align: center;
  }
}
.cid-v2q5e5VD8f .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .dropdown-item:hover,
.cid-v2q5e5VD8f .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v2q5e5VD8f .dropdown-item:hover span {
  color: white;
}
.cid-v2q5e5VD8f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2q5e5VD8f .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2q5e5VD8f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2q5e5VD8f .nav-link {
  position: relative;
}
.cid-v2q5e5VD8f .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2q5e5VD8f .container {
    flex-wrap: nowrap;
  }
}
.cid-v2q5e5VD8f .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2q5e5VD8f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2q5e5VD8f .dropdown-menu,
.cid-v2q5e5VD8f .navbar.opened {
  background: #191919 !important;
}
.cid-v2q5e5VD8f .nav-item:focus,
.cid-v2q5e5VD8f .nav-link:focus {
  outline: none;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2q5e5VD8f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2q5e5VD8f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v2q5e5VD8f .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar.opened {
  transition: all 0.3s;
}
.cid-v2q5e5VD8f .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v2q5e5VD8f .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2q5e5VD8f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2q5e5VD8f .navbar.collapsed {
  justify-content: center;
}
.cid-v2q5e5VD8f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2q5e5VD8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2q5e5VD8f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2q5e5VD8f .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%;
  right: .8rem;
}
.cid-v2q5e5VD8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v2q5e5VD8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2q5e5VD8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2q5e5VD8f .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%;
    right: .8rem;
  }
  .cid-v2q5e5VD8f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2q5e5VD8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v2q5e5VD8f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2q5e5VD8f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2q5e5VD8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2q5e5VD8f .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2q5e5VD8f .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2q5e5VD8f .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;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar-brand {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2q5e5VD8f .navbar-brand .navbar-caption:hover,
.cid-v2q5e5VD8f .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2q5e5VD8f .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2q5e5VD8f .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .dropdown-item.active,
.cid-v2q5e5VD8f .dropdown-item:active {
  background-color: transparent;
}
.cid-v2q5e5VD8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2q5e5VD8f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2q5e5VD8f ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2q5e5VD8f ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v2q5e5VD8f .navbar-buttons {
  text-align: center;
}
.cid-v2q5e5VD8f .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v2q5e5VD8f .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2q5e5VD8f 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2q5e5VD8f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2q5e5VD8f .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-v2q5e5VD8f .navbar {
    height: 70px;
  }
  .cid-v2q5e5VD8f .navbar.opened {
    height: auto;
  }
  .cid-v2q5e5VD8f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2q5e5VD8f .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v2q5e5VD8f .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2q5e5VD8f .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2q5e5VD8f .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2q5e5VD8f .nav-item .nav-link:hover,
.cid-v2q5e5VD8f .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-v2q5e5VD8f .nav-item .nav-link:hover::after,
.cid-v2q5e5VD8f .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2q5e5VD8f .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2q5e5VD8f .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2q5e5VD8f .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2q5e5VD8f .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v2q5e5VD8f .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .content-wrap {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vrTT1m6tiy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vrTT1m6tiy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vtSHVXyuT6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtSHVXyuT6 nav.navbar {
  position: fixed;
}
.cid-vtSHVXyuT6 .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-vtSHVXyuT6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vtSHVXyuT6 .dropdown-menu {
    text-align: center;
  }
}
.cid-vtSHVXyuT6 .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vtSHVXyuT6 .dropdown-item:hover,
.cid-vtSHVXyuT6 .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vtSHVXyuT6 .dropdown-item:hover span {
  color: white;
}
.cid-vtSHVXyuT6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtSHVXyuT6 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtSHVXyuT6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtSHVXyuT6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vtSHVXyuT6 .nav-link {
  position: relative;
}
.cid-vtSHVXyuT6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vtSHVXyuT6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vtSHVXyuT6 .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtSHVXyuT6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vtSHVXyuT6 .dropdown-menu,
.cid-vtSHVXyuT6 .navbar.opened {
  background: #191919 !important;
}
.cid-vtSHVXyuT6 .nav-item:focus,
.cid-vtSHVXyuT6 .nav-link:focus {
  outline: none;
}
.cid-vtSHVXyuT6 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vtSHVXyuT6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vtSHVXyuT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtSHVXyuT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtSHVXyuT6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtSHVXyuT6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vtSHVXyuT6 .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vtSHVXyuT6 .navbar {
    min-height: 80px;
  }
}
.cid-vtSHVXyuT6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vtSHVXyuT6 .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vtSHVXyuT6 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vtSHVXyuT6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtSHVXyuT6 .navbar.collapsed {
  justify-content: center;
}
.cid-vtSHVXyuT6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtSHVXyuT6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtSHVXyuT6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtSHVXyuT6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtSHVXyuT6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtSHVXyuT6 .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%;
  right: .8rem;
}
.cid-vtSHVXyuT6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtSHVXyuT6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vtSHVXyuT6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtSHVXyuT6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtSHVXyuT6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtSHVXyuT6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtSHVXyuT6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtSHVXyuT6 .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%;
    right: .8rem;
  }
  .cid-vtSHVXyuT6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtSHVXyuT6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtSHVXyuT6 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vtSHVXyuT6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtSHVXyuT6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtSHVXyuT6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtSHVXyuT6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vtSHVXyuT6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vtSHVXyuT6 .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;
}
@media (max-width: 992px) {
  .cid-vtSHVXyuT6 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vtSHVXyuT6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtSHVXyuT6 .navbar-brand .navbar-caption:hover,
.cid-vtSHVXyuT6 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtSHVXyuT6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtSHVXyuT6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtSHVXyuT6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtSHVXyuT6 .dropdown-item.active,
.cid-vtSHVXyuT6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vtSHVXyuT6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtSHVXyuT6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtSHVXyuT6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtSHVXyuT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vtSHVXyuT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vtSHVXyuT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtSHVXyuT6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtSHVXyuT6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtSHVXyuT6 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vtSHVXyuT6 .navbar-buttons {
  text-align: center;
}
.cid-vtSHVXyuT6 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vtSHVXyuT6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtSHVXyuT6 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtSHVXyuT6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vtSHVXyuT6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtSHVXyuT6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtSHVXyuT6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtSHVXyuT6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtSHVXyuT6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtSHVXyuT6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtSHVXyuT6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtSHVXyuT6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtSHVXyuT6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtSHVXyuT6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtSHVXyuT6 .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-vtSHVXyuT6 .navbar {
    height: 70px;
  }
  .cid-vtSHVXyuT6 .navbar.opened {
    height: auto;
  }
  .cid-vtSHVXyuT6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtSHVXyuT6 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vtSHVXyuT6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtSHVXyuT6 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtSHVXyuT6 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtSHVXyuT6 .nav-item .nav-link:hover,
.cid-vtSHVXyuT6 .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vtSHVXyuT6 .nav-item .nav-link:hover::after,
.cid-vtSHVXyuT6 .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vtSHVXyuT6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtSHVXyuT6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtSHVXyuT6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vtSHVXyuT6 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vtSHVXyuT6 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vtSHVXyuT6 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vtSHVXyuT6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtSHVXyuT6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtSHVXyuT6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtSHVXyuT6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtSHVXyuT6 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vtSHVXyuT6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vtSHVXyuT6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vtSHVXyuT6 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vtSHVXyuT6 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vtSHVXyuT6 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vtSHVXyuT6 .content-wrap {
    min-height: 80px;
  }
}
.cid-vtSHVXyuT6 .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-6v {
  /* Type valid CSS here */
}
#custom-html-6v .form {
  margin-top: 70px;
}
#custom-html-6v p {
  line-height: 1.2;
}
#custom-html-6v h5 {
  margin: 3px 0 12px 0;
}
.cid-vtSHW0YlC4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vtSHW0YlC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtSHW0YlC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtSHW0YlC4 .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vtSHW0YlC4 .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vtSHW0YlC4 .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtSHW0YlC4 .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vtSHW0YlC4 .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vtSHW0YlC4 .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vtSHW0YlC4 .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtSHW0YlC4 .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vtSHW0YlC4 .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vtSHW0YlC4 .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vtSHW0YlC4 .mbr-copy {
  color: #ffffff;
}
.cid-vtSHW0YlC4 .list {
  color: #ffffff;
}
.cid-vtSHW0YlC4 .text-white:hover {
  color: #003fc8 !important;
}
.cid-vtoMTj6scx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtoMTj6scx nav.navbar {
  position: fixed;
}
.cid-vtoMTj6scx .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-vtoMTj6scx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .dropdown-menu {
    text-align: center;
  }
}
.cid-vtoMTj6scx .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vtoMTj6scx .dropdown-item:hover,
.cid-vtoMTj6scx .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vtoMTj6scx .dropdown-item:hover span {
  color: white;
}
.cid-vtoMTj6scx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtoMTj6scx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtoMTj6scx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtoMTj6scx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vtoMTj6scx .nav-link {
  position: relative;
}
.cid-vtoMTj6scx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vtoMTj6scx .container {
    flex-wrap: nowrap;
  }
}
.cid-vtoMTj6scx .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtoMTj6scx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vtoMTj6scx .dropdown-menu,
.cid-vtoMTj6scx .navbar.opened {
  background: #191919 !important;
}
.cid-vtoMTj6scx .nav-item:focus,
.cid-vtoMTj6scx .nav-link:focus {
  outline: none;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtoMTj6scx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtoMTj6scx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtoMTj6scx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vtoMTj6scx .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .navbar {
    min-height: 80px;
  }
}
.cid-vtoMTj6scx .navbar.opened {
  transition: all 0.3s;
}
.cid-vtoMTj6scx .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vtoMTj6scx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vtoMTj6scx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtoMTj6scx .navbar.collapsed {
  justify-content: center;
}
.cid-vtoMTj6scx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtoMTj6scx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtoMTj6scx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtoMTj6scx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtoMTj6scx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtoMTj6scx .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%;
  right: .8rem;
}
.cid-vtoMTj6scx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtoMTj6scx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vtoMTj6scx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtoMTj6scx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtoMTj6scx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtoMTj6scx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtoMTj6scx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtoMTj6scx .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%;
    right: .8rem;
  }
  .cid-vtoMTj6scx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtoMTj6scx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtoMTj6scx .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vtoMTj6scx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtoMTj6scx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtoMTj6scx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtoMTj6scx .navbar.navbar-short {
  min-height: 96px;
}
.cid-vtoMTj6scx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vtoMTj6scx .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;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .navbar-brand {
    min-height: 80px;
  }
}
.cid-vtoMTj6scx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtoMTj6scx .navbar-brand .navbar-caption:hover,
.cid-vtoMTj6scx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtoMTj6scx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtoMTj6scx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .dropdown-item.active,
.cid-vtoMTj6scx .dropdown-item:active {
  background-color: transparent;
}
.cid-vtoMTj6scx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtoMTj6scx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtoMTj6scx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtoMTj6scx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vtoMTj6scx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtoMTj6scx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtoMTj6scx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtoMTj6scx ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vtoMTj6scx .navbar-buttons {
  text-align: center;
}
.cid-vtoMTj6scx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vtoMTj6scx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtoMTj6scx 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtoMTj6scx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtoMTj6scx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtoMTj6scx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtoMTj6scx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtoMTj6scx .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-vtoMTj6scx .navbar {
    height: 70px;
  }
  .cid-vtoMTj6scx .navbar.opened {
    height: auto;
  }
  .cid-vtoMTj6scx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtoMTj6scx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vtoMTj6scx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtoMTj6scx .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtoMTj6scx .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtoMTj6scx .nav-item .nav-link:hover,
.cid-vtoMTj6scx .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vtoMTj6scx .nav-item .nav-link:hover::after,
.cid-vtoMTj6scx .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtoMTj6scx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtoMTj6scx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vtoMTj6scx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vtoMTj6scx .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vtoMTj6scx .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vtoMTj6scx .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtoMTj6scx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtoMTj6scx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtoMTj6scx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtoMTj6scx .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vtoMTj6scx .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vtoMTj6scx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vtoMTj6scx .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vtoMTj6scx .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vtoMTj6scx .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vtoMTj6scx .content-wrap {
    min-height: 80px;
  }
}
.cid-vtoMTj6scx .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-6y {
  /* Type valid CSS here */
}
#custom-html-6y .ungueltig-bereich {
  padding: 5rem 1rem;
  display: flex;
  justify-content: center;
}
#custom-html-6y .ungueltig-karte {
  max-width: 480px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 3rem 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
#custom-html-6y .ungueltig-icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
#custom-html-6y .ungueltig-karte h3 {
  margin-bottom: 1rem;
}
#custom-html-6y .ungueltig-karte p {
  color: #555;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
#custom-html-6y .ungueltig-karte .btn {
  margin-top: 1.5rem;
}
.cid-vtoMTkSfZI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vtoMTkSfZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtoMTkSfZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtoMTkSfZI .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vtoMTkSfZI .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vtoMTkSfZI .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtoMTkSfZI .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vtoMTkSfZI .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vtoMTkSfZI .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vtoMTkSfZI .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vtoMTkSfZI .mbr-copy {
  color: #ffffff;
}
.cid-vtoMTkSfZI .list {
  color: #ffffff;
}
.cid-vtoMTkSfZI .text-white:hover {
  color: #003fc8 !important;
}
.cid-vtXnlkKgcx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtXnlkKgcx nav.navbar {
  position: fixed;
}
.cid-vtXnlkKgcx .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-vtXnlkKgcx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vtXnlkKgcx .dropdown-menu {
    text-align: center;
  }
}
.cid-vtXnlkKgcx .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vtXnlkKgcx .dropdown-item:hover,
.cid-vtXnlkKgcx .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vtXnlkKgcx .dropdown-item:hover span {
  color: white;
}
.cid-vtXnlkKgcx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtXnlkKgcx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtXnlkKgcx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtXnlkKgcx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vtXnlkKgcx .nav-link {
  position: relative;
}
.cid-vtXnlkKgcx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vtXnlkKgcx .container {
    flex-wrap: nowrap;
  }
}
.cid-vtXnlkKgcx .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtXnlkKgcx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vtXnlkKgcx .dropdown-menu,
.cid-vtXnlkKgcx .navbar.opened {
  background: #191919 !important;
}
.cid-vtXnlkKgcx .nav-item:focus,
.cid-vtXnlkKgcx .nav-link:focus {
  outline: none;
}
.cid-vtXnlkKgcx .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vtXnlkKgcx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vtXnlkKgcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtXnlkKgcx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtXnlkKgcx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtXnlkKgcx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vtXnlkKgcx .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vtXnlkKgcx .navbar {
    min-height: 80px;
  }
}
.cid-vtXnlkKgcx .navbar.opened {
  transition: all 0.3s;
}
.cid-vtXnlkKgcx .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vtXnlkKgcx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vtXnlkKgcx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtXnlkKgcx .navbar.collapsed {
  justify-content: center;
}
.cid-vtXnlkKgcx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtXnlkKgcx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtXnlkKgcx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtXnlkKgcx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtXnlkKgcx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtXnlkKgcx .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%;
  right: .8rem;
}
.cid-vtXnlkKgcx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtXnlkKgcx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vtXnlkKgcx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtXnlkKgcx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtXnlkKgcx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtXnlkKgcx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtXnlkKgcx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtXnlkKgcx .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%;
    right: .8rem;
  }
  .cid-vtXnlkKgcx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtXnlkKgcx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtXnlkKgcx .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vtXnlkKgcx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtXnlkKgcx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtXnlkKgcx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtXnlkKgcx .navbar.navbar-short {
  min-height: 96px;
}
.cid-vtXnlkKgcx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vtXnlkKgcx .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;
}
@media (max-width: 992px) {
  .cid-vtXnlkKgcx .navbar-brand {
    min-height: 80px;
  }
}
.cid-vtXnlkKgcx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtXnlkKgcx .navbar-brand .navbar-caption:hover,
.cid-vtXnlkKgcx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXnlkKgcx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtXnlkKgcx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtXnlkKgcx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXnlkKgcx .dropdown-item.active,
.cid-vtXnlkKgcx .dropdown-item:active {
  background-color: transparent;
}
.cid-vtXnlkKgcx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtXnlkKgcx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtXnlkKgcx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtXnlkKgcx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vtXnlkKgcx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vtXnlkKgcx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtXnlkKgcx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtXnlkKgcx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtXnlkKgcx ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vtXnlkKgcx .navbar-buttons {
  text-align: center;
}
.cid-vtXnlkKgcx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vtXnlkKgcx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtXnlkKgcx 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtXnlkKgcx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vtXnlkKgcx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtXnlkKgcx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXnlkKgcx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXnlkKgcx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtXnlkKgcx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXnlkKgcx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtXnlkKgcx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtXnlkKgcx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXnlkKgcx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtXnlkKgcx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtXnlkKgcx .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-vtXnlkKgcx .navbar {
    height: 70px;
  }
  .cid-vtXnlkKgcx .navbar.opened {
    height: auto;
  }
  .cid-vtXnlkKgcx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtXnlkKgcx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vtXnlkKgcx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtXnlkKgcx .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtXnlkKgcx .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtXnlkKgcx .nav-item .nav-link:hover,
.cid-vtXnlkKgcx .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vtXnlkKgcx .nav-item .nav-link:hover::after,
.cid-vtXnlkKgcx .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vtXnlkKgcx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtXnlkKgcx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtXnlkKgcx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vtXnlkKgcx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vtXnlkKgcx .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vtXnlkKgcx .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vtXnlkKgcx .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtXnlkKgcx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtXnlkKgcx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtXnlkKgcx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtXnlkKgcx .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vtXnlkKgcx .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vtXnlkKgcx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vtXnlkKgcx .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vtXnlkKgcx .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vtXnlkKgcx .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vtXnlkKgcx .content-wrap {
    min-height: 80px;
  }
}
.cid-vtXnlkKgcx .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-70 {
  /* Type valid CSS here */
}
#custom-html-70 .ungueltig-bereich {
  padding: 5rem 1rem;
  display: flex;
  justify-content: center;
}
#custom-html-70 .ungueltig-karte {
  max-width: 480px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 3rem 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
#custom-html-70 .ungueltig-icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
#custom-html-70 .ungueltig-karte h3 {
  margin-bottom: 1rem;
}
#custom-html-70 .ungueltig-karte p {
  color: #555;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}
#custom-html-70 .ungueltig-karte .btn {
  margin-top: 1.5rem;
}
.cid-vtXnln9oEI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vtXnln9oEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtXnln9oEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtXnln9oEI .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vtXnln9oEI .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vtXnln9oEI .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtXnln9oEI .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vtXnln9oEI .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vtXnln9oEI .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vtXnln9oEI .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtXnln9oEI .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vtXnln9oEI .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vtXnln9oEI .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vtXnln9oEI .mbr-copy {
  color: #ffffff;
}
.cid-vtXnln9oEI .list {
  color: #ffffff;
}
.cid-vtXnln9oEI .text-white:hover {
  color: #003fc8 !important;
}
.cid-vtXKWipWkI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtXKWipWkI nav.navbar {
  position: fixed;
}
.cid-vtXKWipWkI .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-vtXKWipWkI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vtXKWipWkI .dropdown-menu {
    text-align: center;
  }
}
.cid-vtXKWipWkI .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vtXKWipWkI .dropdown-item:hover,
.cid-vtXKWipWkI .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vtXKWipWkI .dropdown-item:hover span {
  color: white;
}
.cid-vtXKWipWkI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtXKWipWkI .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtXKWipWkI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtXKWipWkI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vtXKWipWkI .nav-link {
  position: relative;
}
.cid-vtXKWipWkI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vtXKWipWkI .container {
    flex-wrap: nowrap;
  }
}
.cid-vtXKWipWkI .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtXKWipWkI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vtXKWipWkI .dropdown-menu,
.cid-vtXKWipWkI .navbar.opened {
  background: #191919 !important;
}
.cid-vtXKWipWkI .nav-item:focus,
.cid-vtXKWipWkI .nav-link:focus {
  outline: none;
}
.cid-vtXKWipWkI .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vtXKWipWkI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vtXKWipWkI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtXKWipWkI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtXKWipWkI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtXKWipWkI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vtXKWipWkI .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vtXKWipWkI .navbar {
    min-height: 80px;
  }
}
.cid-vtXKWipWkI .navbar.opened {
  transition: all 0.3s;
}
.cid-vtXKWipWkI .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vtXKWipWkI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vtXKWipWkI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtXKWipWkI .navbar.collapsed {
  justify-content: center;
}
.cid-vtXKWipWkI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtXKWipWkI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtXKWipWkI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtXKWipWkI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtXKWipWkI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtXKWipWkI .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%;
  right: .8rem;
}
.cid-vtXKWipWkI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtXKWipWkI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vtXKWipWkI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtXKWipWkI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtXKWipWkI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtXKWipWkI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtXKWipWkI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtXKWipWkI .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%;
    right: .8rem;
  }
  .cid-vtXKWipWkI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtXKWipWkI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtXKWipWkI .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vtXKWipWkI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtXKWipWkI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtXKWipWkI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtXKWipWkI .navbar.navbar-short {
  min-height: 96px;
}
.cid-vtXKWipWkI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vtXKWipWkI .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;
}
@media (max-width: 992px) {
  .cid-vtXKWipWkI .navbar-brand {
    min-height: 80px;
  }
}
.cid-vtXKWipWkI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtXKWipWkI .navbar-brand .navbar-caption:hover,
.cid-vtXKWipWkI .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXKWipWkI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtXKWipWkI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtXKWipWkI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXKWipWkI .dropdown-item.active,
.cid-vtXKWipWkI .dropdown-item:active {
  background-color: transparent;
}
.cid-vtXKWipWkI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtXKWipWkI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtXKWipWkI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtXKWipWkI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vtXKWipWkI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vtXKWipWkI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtXKWipWkI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtXKWipWkI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtXKWipWkI ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vtXKWipWkI .navbar-buttons {
  text-align: center;
}
.cid-vtXKWipWkI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vtXKWipWkI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtXKWipWkI 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtXKWipWkI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vtXKWipWkI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtXKWipWkI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXKWipWkI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXKWipWkI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtXKWipWkI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXKWipWkI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtXKWipWkI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtXKWipWkI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXKWipWkI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtXKWipWkI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtXKWipWkI .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-vtXKWipWkI .navbar {
    height: 70px;
  }
  .cid-vtXKWipWkI .navbar.opened {
    height: auto;
  }
  .cid-vtXKWipWkI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtXKWipWkI .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vtXKWipWkI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtXKWipWkI .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtXKWipWkI .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtXKWipWkI .nav-item .nav-link:hover,
.cid-vtXKWipWkI .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vtXKWipWkI .nav-item .nav-link:hover::after,
.cid-vtXKWipWkI .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vtXKWipWkI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtXKWipWkI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtXKWipWkI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vtXKWipWkI .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vtXKWipWkI .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vtXKWipWkI .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vtXKWipWkI .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtXKWipWkI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtXKWipWkI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtXKWipWkI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtXKWipWkI .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vtXKWipWkI .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vtXKWipWkI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vtXKWipWkI .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vtXKWipWkI .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vtXKWipWkI .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vtXKWipWkI .content-wrap {
    min-height: 80px;
  }
}
.cid-vtXKWipWkI .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-7a .form {
  margin-top: 70px;
}
#custom-html-7a p {
  line-height: 1.2;
}
#custom-html-7a h5 {
  margin: 3px 0 12px 0;
}
.cid-vtXKWk0YJH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vtXKWk0YJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtXKWk0YJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtXKWk0YJH .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vtXKWk0YJH .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vtXKWk0YJH .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtXKWk0YJH .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vtXKWk0YJH .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vtXKWk0YJH .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vtXKWk0YJH .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtXKWk0YJH .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vtXKWk0YJH .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vtXKWk0YJH .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vtXKWk0YJH .mbr-copy {
  color: #ffffff;
}
.cid-vtXKWk0YJH .list {
  color: #ffffff;
}
.cid-vtXKWk0YJH .text-white:hover {
  color: #003fc8 !important;
}
.cid-vs0kDvOcu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vs0kDvOcu5 nav.navbar {
  position: fixed;
}
.cid-vs0kDvOcu5 .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-vs0kDvOcu5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vs0kDvOcu5 .dropdown-menu {
    text-align: center;
  }
}
.cid-vs0kDvOcu5 .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vs0kDvOcu5 .dropdown-item:hover,
.cid-vs0kDvOcu5 .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vs0kDvOcu5 .dropdown-item:hover span {
  color: white;
}
.cid-vs0kDvOcu5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vs0kDvOcu5 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vs0kDvOcu5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vs0kDvOcu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vs0kDvOcu5 .nav-link {
  position: relative;
}
.cid-vs0kDvOcu5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vs0kDvOcu5 .container {
    flex-wrap: nowrap;
  }
}
.cid-vs0kDvOcu5 .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vs0kDvOcu5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vs0kDvOcu5 .dropdown-menu,
.cid-vs0kDvOcu5 .navbar.opened {
  background: #191919 !important;
}
.cid-vs0kDvOcu5 .nav-item:focus,
.cid-vs0kDvOcu5 .nav-link:focus {
  outline: none;
}
.cid-vs0kDvOcu5 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vs0kDvOcu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vs0kDvOcu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0kDvOcu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0kDvOcu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0kDvOcu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vs0kDvOcu5 .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vs0kDvOcu5 .navbar {
    min-height: 80px;
  }
}
.cid-vs0kDvOcu5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0kDvOcu5 .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vs0kDvOcu5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vs0kDvOcu5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vs0kDvOcu5 .navbar.collapsed {
  justify-content: center;
}
.cid-vs0kDvOcu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0kDvOcu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0kDvOcu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vs0kDvOcu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0kDvOcu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0kDvOcu5 .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%;
  right: .8rem;
}
.cid-vs0kDvOcu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0kDvOcu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vs0kDvOcu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vs0kDvOcu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0kDvOcu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0kDvOcu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0kDvOcu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0kDvOcu5 .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%;
    right: .8rem;
  }
  .cid-vs0kDvOcu5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vs0kDvOcu5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vs0kDvOcu5 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vs0kDvOcu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vs0kDvOcu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0kDvOcu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vs0kDvOcu5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vs0kDvOcu5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vs0kDvOcu5 .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;
}
@media (max-width: 992px) {
  .cid-vs0kDvOcu5 .navbar-brand {
    min-height: 80px;
  }
}
.cid-vs0kDvOcu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vs0kDvOcu5 .navbar-brand .navbar-caption:hover,
.cid-vs0kDvOcu5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vs0kDvOcu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0kDvOcu5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vs0kDvOcu5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vs0kDvOcu5 .dropdown-item.active,
.cid-vs0kDvOcu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0kDvOcu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0kDvOcu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0kDvOcu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0kDvOcu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vs0kDvOcu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vs0kDvOcu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vs0kDvOcu5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0kDvOcu5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vs0kDvOcu5 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vs0kDvOcu5 .navbar-buttons {
  text-align: center;
}
.cid-vs0kDvOcu5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vs0kDvOcu5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vs0kDvOcu5 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vs0kDvOcu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vs0kDvOcu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vs0kDvOcu5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vs0kDvOcu5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vs0kDvOcu5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vs0kDvOcu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0kDvOcu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0kDvOcu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0kDvOcu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0kDvOcu5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vs0kDvOcu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vs0kDvOcu5 .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-vs0kDvOcu5 .navbar {
    height: 70px;
  }
  .cid-vs0kDvOcu5 .navbar.opened {
    height: auto;
  }
  .cid-vs0kDvOcu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0kDvOcu5 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vs0kDvOcu5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vs0kDvOcu5 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vs0kDvOcu5 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vs0kDvOcu5 .nav-item .nav-link:hover,
.cid-vs0kDvOcu5 .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vs0kDvOcu5 .nav-item .nav-link:hover::after,
.cid-vs0kDvOcu5 .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vs0kDvOcu5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vs0kDvOcu5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vs0kDvOcu5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vs0kDvOcu5 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vs0kDvOcu5 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vs0kDvOcu5 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vs0kDvOcu5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vs0kDvOcu5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vs0kDvOcu5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vs0kDvOcu5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vs0kDvOcu5 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vs0kDvOcu5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vs0kDvOcu5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vs0kDvOcu5 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vs0kDvOcu5 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vs0kDvOcu5 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vs0kDvOcu5 .content-wrap {
    min-height: 80px;
  }
}
.cid-vs0kDvOcu5 .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vs0kDx6N5N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vs0kDx6N5N .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-v2q5e5VD8f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v2q5e5VD8f nav.navbar {
  position: fixed;
}
.cid-v2q5e5VD8f .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-v2q5e5VD8f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .dropdown-menu {
    text-align: center;
  }
}
.cid-v2q5e5VD8f .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .dropdown-item:hover,
.cid-v2q5e5VD8f .dropdown-item:focus {
  background: #191919 !important;
}
.cid-v2q5e5VD8f .dropdown-item:hover span {
  color: white;
}
.cid-v2q5e5VD8f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2q5e5VD8f .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2q5e5VD8f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2q5e5VD8f .nav-link {
  position: relative;
}
.cid-v2q5e5VD8f .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2q5e5VD8f .container {
    flex-wrap: nowrap;
  }
}
.cid-v2q5e5VD8f .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2q5e5VD8f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2q5e5VD8f .dropdown-menu,
.cid-v2q5e5VD8f .navbar.opened {
  background: #191919 !important;
}
.cid-v2q5e5VD8f .nav-item:focus,
.cid-v2q5e5VD8f .nav-link:focus {
  outline: none;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2q5e5VD8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2q5e5VD8f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2q5e5VD8f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-v2q5e5VD8f .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar.opened {
  transition: all 0.3s;
}
.cid-v2q5e5VD8f .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v2q5e5VD8f .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2q5e5VD8f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2q5e5VD8f .navbar.collapsed {
  justify-content: center;
}
.cid-v2q5e5VD8f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2q5e5VD8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2q5e5VD8f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2q5e5VD8f .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%;
  right: .8rem;
}
.cid-v2q5e5VD8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2q5e5VD8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-v2q5e5VD8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2q5e5VD8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2q5e5VD8f .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%;
    right: .8rem;
  }
  .cid-v2q5e5VD8f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2q5e5VD8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2q5e5VD8f .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-v2q5e5VD8f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2q5e5VD8f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2q5e5VD8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2q5e5VD8f .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2q5e5VD8f .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2q5e5VD8f .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;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar-brand {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2q5e5VD8f .navbar-brand .navbar-caption:hover,
.cid-v2q5e5VD8f .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2q5e5VD8f .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2q5e5VD8f .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .dropdown-item.active,
.cid-v2q5e5VD8f .dropdown-item:active {
  background-color: transparent;
}
.cid-v2q5e5VD8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2q5e5VD8f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v2q5e5VD8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2q5e5VD8f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2q5e5VD8f ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2q5e5VD8f ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-v2q5e5VD8f .navbar-buttons {
  text-align: center;
}
.cid-v2q5e5VD8f .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v2q5e5VD8f .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2q5e5VD8f 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2q5e5VD8f button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2q5e5VD8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2q5e5VD8f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2q5e5VD8f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2q5e5VD8f .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-v2q5e5VD8f .navbar {
    height: 70px;
  }
  .cid-v2q5e5VD8f .navbar.opened {
    height: auto;
  }
  .cid-v2q5e5VD8f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2q5e5VD8f .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v2q5e5VD8f .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2q5e5VD8f .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2q5e5VD8f .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2q5e5VD8f .nav-item .nav-link:hover,
.cid-v2q5e5VD8f .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-v2q5e5VD8f .nav-item .nav-link:hover::after,
.cid-v2q5e5VD8f .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2q5e5VD8f .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2q5e5VD8f .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2q5e5VD8f .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2q5e5VD8f .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v2q5e5VD8f .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2q5e5VD8f .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2q5e5VD8f .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v2q5e5VD8f .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v2q5e5VD8f .content-wrap {
    min-height: 80px;
  }
}
.cid-v2q5e5VD8f .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vrZWz4uinL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vrZWz4uinL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vrZWz4uinL label {
  padding-top: 6px;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vs5dFGh7Ee {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vs5dFGh7Ee nav.navbar {
  position: fixed;
}
.cid-vs5dFGh7Ee .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-vs5dFGh7Ee .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vs5dFGh7Ee .dropdown-menu {
    text-align: center;
  }
}
.cid-vs5dFGh7Ee .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vs5dFGh7Ee .dropdown-item:hover,
.cid-vs5dFGh7Ee .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vs5dFGh7Ee .dropdown-item:hover span {
  color: white;
}
.cid-vs5dFGh7Ee .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vs5dFGh7Ee .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vs5dFGh7Ee .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vs5dFGh7Ee .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vs5dFGh7Ee .nav-link {
  position: relative;
}
.cid-vs5dFGh7Ee .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vs5dFGh7Ee .container {
    flex-wrap: nowrap;
  }
}
.cid-vs5dFGh7Ee .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vs5dFGh7Ee .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vs5dFGh7Ee .dropdown-menu,
.cid-vs5dFGh7Ee .navbar.opened {
  background: #191919 !important;
}
.cid-vs5dFGh7Ee .nav-item:focus,
.cid-vs5dFGh7Ee .nav-link:focus {
  outline: none;
}
.cid-vs5dFGh7Ee .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vs5dFGh7Ee .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vs5dFGh7Ee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs5dFGh7Ee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs5dFGh7Ee .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs5dFGh7Ee .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vs5dFGh7Ee .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vs5dFGh7Ee .navbar {
    min-height: 80px;
  }
}
.cid-vs5dFGh7Ee .navbar.opened {
  transition: all 0.3s;
}
.cid-vs5dFGh7Ee .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vs5dFGh7Ee .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vs5dFGh7Ee .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vs5dFGh7Ee .navbar.collapsed {
  justify-content: center;
}
.cid-vs5dFGh7Ee .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs5dFGh7Ee .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs5dFGh7Ee .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vs5dFGh7Ee .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs5dFGh7Ee .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs5dFGh7Ee .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%;
  right: .8rem;
}
.cid-vs5dFGh7Ee .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs5dFGh7Ee .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vs5dFGh7Ee .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vs5dFGh7Ee .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs5dFGh7Ee .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs5dFGh7Ee .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs5dFGh7Ee .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs5dFGh7Ee .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%;
    right: .8rem;
  }
  .cid-vs5dFGh7Ee .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vs5dFGh7Ee .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vs5dFGh7Ee .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vs5dFGh7Ee .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vs5dFGh7Ee .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs5dFGh7Ee .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vs5dFGh7Ee .navbar.navbar-short {
  min-height: 96px;
}
.cid-vs5dFGh7Ee .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vs5dFGh7Ee .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;
}
@media (max-width: 992px) {
  .cid-vs5dFGh7Ee .navbar-brand {
    min-height: 80px;
  }
}
.cid-vs5dFGh7Ee .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vs5dFGh7Ee .navbar-brand .navbar-caption:hover,
.cid-vs5dFGh7Ee .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vs5dFGh7Ee .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs5dFGh7Ee .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vs5dFGh7Ee .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vs5dFGh7Ee .dropdown-item.active,
.cid-vs5dFGh7Ee .dropdown-item:active {
  background-color: transparent;
}
.cid-vs5dFGh7Ee .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs5dFGh7Ee .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs5dFGh7Ee .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs5dFGh7Ee .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vs5dFGh7Ee .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vs5dFGh7Ee .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vs5dFGh7Ee .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs5dFGh7Ee ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vs5dFGh7Ee ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vs5dFGh7Ee .navbar-buttons {
  text-align: center;
}
.cid-vs5dFGh7Ee .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vs5dFGh7Ee .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vs5dFGh7Ee 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vs5dFGh7Ee button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vs5dFGh7Ee button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vs5dFGh7Ee button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vs5dFGh7Ee button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vs5dFGh7Ee button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vs5dFGh7Ee nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs5dFGh7Ee nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs5dFGh7Ee nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs5dFGh7Ee nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs5dFGh7Ee .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vs5dFGh7Ee a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vs5dFGh7Ee .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-vs5dFGh7Ee .navbar {
    height: 70px;
  }
  .cid-vs5dFGh7Ee .navbar.opened {
    height: auto;
  }
  .cid-vs5dFGh7Ee .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs5dFGh7Ee .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vs5dFGh7Ee .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vs5dFGh7Ee .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vs5dFGh7Ee .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vs5dFGh7Ee .nav-item .nav-link:hover,
.cid-vs5dFGh7Ee .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vs5dFGh7Ee .nav-item .nav-link:hover::after,
.cid-vs5dFGh7Ee .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vs5dFGh7Ee .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vs5dFGh7Ee .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vs5dFGh7Ee .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vs5dFGh7Ee .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vs5dFGh7Ee .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vs5dFGh7Ee .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vs5dFGh7Ee .navbar {
    justify-content: flex-start !important;
  }
  .cid-vs5dFGh7Ee .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vs5dFGh7Ee .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vs5dFGh7Ee .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vs5dFGh7Ee .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vs5dFGh7Ee .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vs5dFGh7Ee .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vs5dFGh7Ee .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vs5dFGh7Ee .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vs5dFGh7Ee .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vs5dFGh7Ee .content-wrap {
    min-height: 80px;
  }
}
.cid-vs5dFGh7Ee .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vs5dFHbSAY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vs5dFHbSAY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vsyU4QNGtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vsyU4QNGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsyU4QNGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsyU4QNGtx .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vsyU4QNGtx .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vsyU4QNGtx .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vsyU4QNGtx .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vsyU4QNGtx .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vsyU4QNGtx .mbr-copy {
  color: #ffffff;
}
.cid-vsyU4QNGtx .list {
  color: #ffffff;
}
.cid-vsyU4QNGtx .text-white:hover {
  color: #003fc8 !important;
}
.cid-vtXMroLkXl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtXMroLkXl nav.navbar {
  position: fixed;
}
.cid-vtXMroLkXl .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-vtXMroLkXl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vtXMroLkXl .dropdown-menu {
    text-align: center;
  }
}
.cid-vtXMroLkXl .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vtXMroLkXl .dropdown-item:hover,
.cid-vtXMroLkXl .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vtXMroLkXl .dropdown-item:hover span {
  color: white;
}
.cid-vtXMroLkXl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtXMroLkXl .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtXMroLkXl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtXMroLkXl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vtXMroLkXl .nav-link {
  position: relative;
}
.cid-vtXMroLkXl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vtXMroLkXl .container {
    flex-wrap: nowrap;
  }
}
.cid-vtXMroLkXl .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtXMroLkXl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vtXMroLkXl .dropdown-menu,
.cid-vtXMroLkXl .navbar.opened {
  background: #191919 !important;
}
.cid-vtXMroLkXl .nav-item:focus,
.cid-vtXMroLkXl .nav-link:focus {
  outline: none;
}
.cid-vtXMroLkXl .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vtXMroLkXl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vtXMroLkXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtXMroLkXl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtXMroLkXl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtXMroLkXl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vtXMroLkXl .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vtXMroLkXl .navbar {
    min-height: 80px;
  }
}
.cid-vtXMroLkXl .navbar.opened {
  transition: all 0.3s;
}
.cid-vtXMroLkXl .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vtXMroLkXl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vtXMroLkXl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtXMroLkXl .navbar.collapsed {
  justify-content: center;
}
.cid-vtXMroLkXl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtXMroLkXl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtXMroLkXl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtXMroLkXl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtXMroLkXl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtXMroLkXl .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%;
  right: .8rem;
}
.cid-vtXMroLkXl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtXMroLkXl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vtXMroLkXl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtXMroLkXl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtXMroLkXl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtXMroLkXl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtXMroLkXl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtXMroLkXl .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%;
    right: .8rem;
  }
  .cid-vtXMroLkXl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtXMroLkXl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtXMroLkXl .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vtXMroLkXl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtXMroLkXl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtXMroLkXl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtXMroLkXl .navbar.navbar-short {
  min-height: 96px;
}
.cid-vtXMroLkXl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vtXMroLkXl .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;
}
@media (max-width: 992px) {
  .cid-vtXMroLkXl .navbar-brand {
    min-height: 80px;
  }
}
.cid-vtXMroLkXl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtXMroLkXl .navbar-brand .navbar-caption:hover,
.cid-vtXMroLkXl .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXMroLkXl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtXMroLkXl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtXMroLkXl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXMroLkXl .dropdown-item.active,
.cid-vtXMroLkXl .dropdown-item:active {
  background-color: transparent;
}
.cid-vtXMroLkXl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtXMroLkXl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtXMroLkXl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtXMroLkXl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vtXMroLkXl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vtXMroLkXl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtXMroLkXl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtXMroLkXl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtXMroLkXl ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vtXMroLkXl .navbar-buttons {
  text-align: center;
}
.cid-vtXMroLkXl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vtXMroLkXl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtXMroLkXl 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtXMroLkXl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vtXMroLkXl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtXMroLkXl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXMroLkXl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXMroLkXl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtXMroLkXl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXMroLkXl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtXMroLkXl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtXMroLkXl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXMroLkXl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtXMroLkXl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtXMroLkXl .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-vtXMroLkXl .navbar {
    height: 70px;
  }
  .cid-vtXMroLkXl .navbar.opened {
    height: auto;
  }
  .cid-vtXMroLkXl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtXMroLkXl .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vtXMroLkXl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtXMroLkXl .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtXMroLkXl .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtXMroLkXl .nav-item .nav-link:hover,
.cid-vtXMroLkXl .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vtXMroLkXl .nav-item .nav-link:hover::after,
.cid-vtXMroLkXl .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vtXMroLkXl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtXMroLkXl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtXMroLkXl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vtXMroLkXl .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vtXMroLkXl .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vtXMroLkXl .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vtXMroLkXl .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtXMroLkXl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtXMroLkXl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtXMroLkXl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtXMroLkXl .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vtXMroLkXl .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vtXMroLkXl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vtXMroLkXl .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vtXMroLkXl .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vtXMroLkXl .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vtXMroLkXl .content-wrap {
    min-height: 80px;
  }
}
.cid-vtXMroLkXl .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-7d .form {
  margin-top: 70px;
}
#custom-html-7d p {
  line-height: 1.2;
}
#custom-html-7d h5 {
  margin: 3px 0 12px 0;
}
.cid-vtXMrq6hIF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vtXMrq6hIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtXMrq6hIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtXMrq6hIF .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vtXMrq6hIF .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vtXMrq6hIF .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtXMrq6hIF .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vtXMrq6hIF .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vtXMrq6hIF .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vtXMrq6hIF .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtXMrq6hIF .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vtXMrq6hIF .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vtXMrq6hIF .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vtXMrq6hIF .mbr-copy {
  color: #ffffff;
}
.cid-vtXMrq6hIF .list {
  color: #ffffff;
}
.cid-vtXMrq6hIF .text-white:hover {
  color: #003fc8 !important;
}
.cid-vtXMzXisol {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtXMzXisol nav.navbar {
  position: fixed;
}
.cid-vtXMzXisol .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-vtXMzXisol .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vtXMzXisol .dropdown-menu {
    text-align: center;
  }
}
.cid-vtXMzXisol .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vtXMzXisol .dropdown-item:hover,
.cid-vtXMzXisol .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vtXMzXisol .dropdown-item:hover span {
  color: white;
}
.cid-vtXMzXisol .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtXMzXisol .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtXMzXisol .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtXMzXisol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vtXMzXisol .nav-link {
  position: relative;
}
.cid-vtXMzXisol .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vtXMzXisol .container {
    flex-wrap: nowrap;
  }
}
.cid-vtXMzXisol .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtXMzXisol .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vtXMzXisol .dropdown-menu,
.cid-vtXMzXisol .navbar.opened {
  background: #191919 !important;
}
.cid-vtXMzXisol .nav-item:focus,
.cid-vtXMzXisol .nav-link:focus {
  outline: none;
}
.cid-vtXMzXisol .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vtXMzXisol .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vtXMzXisol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtXMzXisol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtXMzXisol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtXMzXisol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vtXMzXisol .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vtXMzXisol .navbar {
    min-height: 80px;
  }
}
.cid-vtXMzXisol .navbar.opened {
  transition: all 0.3s;
}
.cid-vtXMzXisol .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vtXMzXisol .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vtXMzXisol .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtXMzXisol .navbar.collapsed {
  justify-content: center;
}
.cid-vtXMzXisol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtXMzXisol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtXMzXisol .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtXMzXisol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtXMzXisol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtXMzXisol .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%;
  right: .8rem;
}
.cid-vtXMzXisol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtXMzXisol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vtXMzXisol .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtXMzXisol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtXMzXisol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtXMzXisol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtXMzXisol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtXMzXisol .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%;
    right: .8rem;
  }
  .cid-vtXMzXisol .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtXMzXisol .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtXMzXisol .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vtXMzXisol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtXMzXisol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtXMzXisol .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtXMzXisol .navbar.navbar-short {
  min-height: 96px;
}
.cid-vtXMzXisol .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vtXMzXisol .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;
}
@media (max-width: 992px) {
  .cid-vtXMzXisol .navbar-brand {
    min-height: 80px;
  }
}
.cid-vtXMzXisol .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtXMzXisol .navbar-brand .navbar-caption:hover,
.cid-vtXMzXisol .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXMzXisol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtXMzXisol .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtXMzXisol .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vtXMzXisol .dropdown-item.active,
.cid-vtXMzXisol .dropdown-item:active {
  background-color: transparent;
}
.cid-vtXMzXisol .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtXMzXisol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtXMzXisol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtXMzXisol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vtXMzXisol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vtXMzXisol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtXMzXisol .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtXMzXisol ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vtXMzXisol ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vtXMzXisol .navbar-buttons {
  text-align: center;
}
.cid-vtXMzXisol .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vtXMzXisol .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtXMzXisol 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtXMzXisol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vtXMzXisol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtXMzXisol button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXMzXisol button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtXMzXisol button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtXMzXisol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXMzXisol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtXMzXisol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtXMzXisol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtXMzXisol .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vtXMzXisol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtXMzXisol .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-vtXMzXisol .navbar {
    height: 70px;
  }
  .cid-vtXMzXisol .navbar.opened {
    height: auto;
  }
  .cid-vtXMzXisol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtXMzXisol .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vtXMzXisol .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vtXMzXisol .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vtXMzXisol .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtXMzXisol .nav-item .nav-link:hover,
.cid-vtXMzXisol .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vtXMzXisol .nav-item .nav-link:hover::after,
.cid-vtXMzXisol .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vtXMzXisol .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vtXMzXisol .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vtXMzXisol .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vtXMzXisol .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vtXMzXisol .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vtXMzXisol .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vtXMzXisol .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtXMzXisol .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtXMzXisol .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtXMzXisol .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtXMzXisol .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vtXMzXisol .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vtXMzXisol .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vtXMzXisol .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vtXMzXisol .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vtXMzXisol .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vtXMzXisol .content-wrap {
    min-height: 80px;
  }
}
.cid-vtXMzXisol .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
#custom-html-7g .form {
  margin-top: 70px;
}
#custom-html-7g p {
  line-height: 1.2;
}
#custom-html-7g h5 {
  margin: 3px 0 12px 0;
}
.cid-vtXMzYByoy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vtXMzYByoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtXMzYByoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtXMzYByoy .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vtXMzYByoy .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vtXMzYByoy .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtXMzYByoy .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vtXMzYByoy .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vtXMzYByoy .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vtXMzYByoy .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtXMzYByoy .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vtXMzYByoy .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vtXMzYByoy .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vtXMzYByoy .mbr-copy {
  color: #ffffff;
}
.cid-vtXMzYByoy .list {
  color: #ffffff;
}
.cid-vtXMzYByoy .text-white:hover {
  color: #003fc8 !important;
}
.cid-vu31H8Frkv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vu31H8Frkv nav.navbar {
  position: fixed;
}
.cid-vu31H8Frkv .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-vu31H8Frkv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vu31H8Frkv .dropdown-menu {
    text-align: center;
  }
}
.cid-vu31H8Frkv .dropdown-item {
  background: #191919 !important;
  color: #ffffff !important;
}
.cid-vu31H8Frkv .dropdown-item:hover,
.cid-vu31H8Frkv .dropdown-item:focus {
  background: #191919 !important;
}
.cid-vu31H8Frkv .dropdown-item:hover span {
  color: white;
}
.cid-vu31H8Frkv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vu31H8Frkv .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vu31H8Frkv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vu31H8Frkv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vu31H8Frkv .nav-link {
  position: relative;
}
.cid-vu31H8Frkv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vu31H8Frkv .container {
    flex-wrap: nowrap;
  }
}
.cid-vu31H8Frkv .iconfont-wrapper {
  color: #fefff5 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vu31H8Frkv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vu31H8Frkv .dropdown-menu,
.cid-vu31H8Frkv .navbar.opened {
  background: #191919 !important;
}
.cid-vu31H8Frkv .nav-item:focus,
.cid-vu31H8Frkv .nav-link:focus {
  outline: none;
}
.cid-vu31H8Frkv .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vu31H8Frkv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vu31H8Frkv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vu31H8Frkv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vu31H8Frkv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vu31H8Frkv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  transition: none;
  margin: 0 !important;
}
.cid-vu31H8Frkv .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: #191919;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vu31H8Frkv .navbar {
    min-height: 80px;
  }
}
.cid-vu31H8Frkv .navbar.opened {
  transition: all 0.3s;
}
.cid-vu31H8Frkv .navbar .dropdown-item {
  padding: 1px 2rem 1px 20px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vu31H8Frkv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vu31H8Frkv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vu31H8Frkv .navbar.collapsed {
  justify-content: center;
}
.cid-vu31H8Frkv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vu31H8Frkv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vu31H8Frkv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vu31H8Frkv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vu31H8Frkv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vu31H8Frkv .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%;
  right: .8rem;
}
.cid-vu31H8Frkv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vu31H8Frkv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 20px;
  text-align: center;
}
.cid-vu31H8Frkv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vu31H8Frkv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vu31H8Frkv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vu31H8Frkv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vu31H8Frkv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vu31H8Frkv .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%;
    right: .8rem;
  }
  .cid-vu31H8Frkv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vu31H8Frkv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vu31H8Frkv .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 20px;
    text-align: center;
  }
  .cid-vu31H8Frkv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vu31H8Frkv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vu31H8Frkv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vu31H8Frkv .navbar.navbar-short {
  min-height: 96px;
}
.cid-vu31H8Frkv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vu31H8Frkv .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;
}
@media (max-width: 992px) {
  .cid-vu31H8Frkv .navbar-brand {
    min-height: 80px;
  }
}
.cid-vu31H8Frkv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vu31H8Frkv .navbar-brand .navbar-caption:hover,
.cid-vu31H8Frkv .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vu31H8Frkv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vu31H8Frkv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vu31H8Frkv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vu31H8Frkv .dropdown-item.active,
.cid-vu31H8Frkv .dropdown-item:active {
  background-color: transparent;
}
.cid-vu31H8Frkv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vu31H8Frkv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vu31H8Frkv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vu31H8Frkv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vu31H8Frkv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vu31H8Frkv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vu31H8Frkv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vu31H8Frkv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vu31H8Frkv ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
  }
}
.cid-vu31H8Frkv .navbar-buttons {
  text-align: center;
}
.cid-vu31H8Frkv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vu31H8Frkv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vu31H8Frkv 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: #191919 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vu31H8Frkv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefff5;
}
.cid-vu31H8Frkv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vu31H8Frkv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vu31H8Frkv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vu31H8Frkv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vu31H8Frkv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vu31H8Frkv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vu31H8Frkv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vu31H8Frkv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vu31H8Frkv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vu31H8Frkv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vu31H8Frkv .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-vu31H8Frkv .navbar {
    height: 70px;
  }
  .cid-vu31H8Frkv .navbar.opened {
    height: auto;
  }
  .cid-vu31H8Frkv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vu31H8Frkv .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vu31H8Frkv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vu31H8Frkv .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vu31H8Frkv .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vu31H8Frkv .nav-item .nav-link:hover,
.cid-vu31H8Frkv .nav-item .nav-link:focus {
  color: #ffffff !important;
  opacity: .5;
}
.cid-vu31H8Frkv .nav-item .nav-link:hover::after,
.cid-vu31H8Frkv .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vu31H8Frkv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vu31H8Frkv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vu31H8Frkv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vu31H8Frkv .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vu31H8Frkv .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vu31H8Frkv .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vu31H8Frkv .navbar {
    justify-content: flex-start !important;
  }
  .cid-vu31H8Frkv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vu31H8Frkv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vu31H8Frkv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vu31H8Frkv .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vu31H8Frkv .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vu31H8Frkv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vu31H8Frkv .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vu31H8Frkv .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vu31H8Frkv .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vu31H8Frkv .content-wrap {
    min-height: 80px;
  }
}
.cid-vu31H8Frkv .navbar-caption {
  font-size: clamp(1.4rem, 5.5vw, 2rem) !important;
}
.cid-vu31H9BKDu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  background-image: url("../../../assets/images/lust-top-2000x1329.jpg");
}
.cid-vu31H9BKDu .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vu31H9BKDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31H9BKDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu31H9BKDu .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vu31H9BKDu .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vu31H9BKDu .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vu31H9BKDu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vu31H9BKDu .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vu31H9BKDu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vu31H9BKDu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vu31H9BKDu .mbr-section-title {
  color: #ffffff;
}
.cid-vu31H9BKDu .mbr-text,
.cid-vu31H9BKDu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vu31H9BKDu .mbr-section-title,
.cid-vu31H9BKDu .mbr-section-btn {
  text-align: center;
}
.cid-vu31H9VLh6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vu31H9VLh6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vu31H9VLh6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vu31H9VLh6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vu31H9VLh6 .mbr-text,
.cid-vu31H9VLh6 .mbr-section-btn {
  color: #191919;
}
@media (max-width: 768px) {
  .cid-vu31H9VLh6 h3:before,
  .cid-vu31H9VLh6 h3:after {
    display: none;
  }
}
.cid-vu31H9VLh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31H9VLh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu31H9VLh6 .mbr-section-title {
  text-align: center;
  color: #191919;
}
.cid-vu31Ha8WkR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/lust-real-sw-2000x1125.jpg");
}
.cid-vu31Ha8WkR .row {
  justify-content: flex-end;
}
.cid-vu31Ha8WkR h3 {
  width: auto;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vu31Ha8WkR .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-vu31Ha8WkR h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-vu31Ha8WkR h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 992px) {
  .cid-vu31Ha8WkR .col-lg-5 {
    flex: 0 0 auto;
    width: auto;
  }
}
.cid-vu31Ha8WkR .mbr-text,
.cid-vu31Ha8WkR .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
.cid-vu31Ha8WkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31Ha8WkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu31Ha8WkR .mbr-section-subtitle {
  text-align: justify;
}
.cid-vu31Hbvid6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu31Hbvid6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31Hbvid6 .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-vu31Hbvid6 .container {
    padding: 0 15px;
  }
}
.cid-vu31Hbvid6 .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-vu31Hbvid6 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vu31Hbvid6 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-vu31Hbvid6 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vu31Hbvid6 .content-wrapper {
    padding-left: 0;
  }
}
.cid-vu31Hbvid6 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vu31Hbvid6 .content-wrap {
    display: block;
  }
}
.cid-vu31Hbvid6 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu31Hbvid6 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu31Hbvid6 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu31Hbvid6 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu31Hbvid6 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vu31Hbvid6 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vu31Hbvid6 .mbr-section-title {
  color: #191919;
}
.cid-vu31Hbvid6 .mbr-desc,
.cid-vu31Hbvid6 .desc-wrapper {
  color: #3f1819;
}
.cid-vu31Hbvid6 .mbr-text {
  color: #191919;
}
.cid-vu31HaioCj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-vu31HaioCj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vu31HaioCj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vu31HaioCj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vu31HaioCj .mbr-text,
.cid-vu31HaioCj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vu31HaioCj h3:before,
  .cid-vu31HaioCj h3:after {
    display: none;
  }
}
.cid-vu31HaioCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31HaioCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu31HaioCj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vu3cEKKYBm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu3cEKKYBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu3cEKKYBm .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-vu3cEKKYBm .container {
    padding: 0 15px;
  }
}
.cid-vu3cEKKYBm .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vu3cEKKYBm .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vu3cEKKYBm .content-wrapper {
    padding-right: 0;
  }
}
.cid-vu3cEKKYBm .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vu3cEKKYBm .content-wrap {
    display: block;
  }
}
.cid-vu3cEKKYBm .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu3cEKKYBm .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu3cEKKYBm .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu3cEKKYBm .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu3cEKKYBm .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vu3cEKKYBm .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vu3cEKKYBm .mbr-section-title {
  color: #191919;
}
.cid-vu3cEKKYBm .mbr-desc,
.cid-vu3cEKKYBm .desc-wrapper {
  color: #3f1819;
}
.cid-vu3cEKKYBm .mbr-text {
  color: #191919;
}
.cid-vu9gOXDrim {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vu9gOXDrim .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu9gOXDrim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu9gOXDrim .items-wrapper {
  justify-content: center;
}
.cid-vu9gOXDrim .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vu9gOXDrim .mbr-text,
.cid-vu9gOXDrim .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vu3ecX07nX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu3ecX07nX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu3ecX07nX .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-vu3ecX07nX .container {
    padding: 0 15px;
  }
}
.cid-vu3ecX07nX .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vu3ecX07nX .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vu3ecX07nX .content-wrapper {
    padding-right: 0;
  }
}
.cid-vu3ecX07nX .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vu3ecX07nX .content-wrap {
    display: block;
  }
}
.cid-vu3ecX07nX .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu3ecX07nX .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu3ecX07nX .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu3ecX07nX .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu3ecX07nX .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vu3ecX07nX .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vu3ecX07nX .mbr-section-title {
  color: #191919;
}
.cid-vu3ecX07nX .mbr-desc,
.cid-vu3ecX07nX .desc-wrapper {
  color: #3f1819;
}
.cid-vu3ecX07nX .mbr-text {
  color: #191919;
}
.cid-vu39F7I8dS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vu39F7I8dS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu39F7I8dS .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-vu39F7I8dS .container {
    padding: 0 15px;
  }
}
.cid-vu39F7I8dS .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-vu39F7I8dS .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-vu39F7I8dS .content-wrapper {
    padding-right: 0;
  }
}
.cid-vu39F7I8dS .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vu39F7I8dS .content-wrap {
    display: block;
  }
}
.cid-vu39F7I8dS .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu39F7I8dS .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu39F7I8dS .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu39F7I8dS .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vu39F7I8dS .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-vu39F7I8dS .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-vu39F7I8dS .mbr-section-title {
  color: #191919;
}
.cid-vu39F7I8dS .mbr-desc,
.cid-vu39F7I8dS .desc-wrapper {
  color: #3f1819;
}
.cid-vu39F7I8dS .mbr-text {
  color: #191919;
}
.cid-vu31HbHUAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-vu31HbHUAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31HbHUAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu31HbHUAW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-vu31HbHUAW .container-fluid {
    padding: 0 12px;
  }
}
.cid-vu31HbHUAW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vu31HbHUAW .container {
    padding: 0 20px;
  }
}
.cid-vu31HbHUAW .title-wrapper {
  padding: 96px 0;
}
@media (max-width: 992px) {
  .cid-vu31HbHUAW .title-wrapper {
    padding: 64px 0;
  }
}
.cid-vu31HbHUAW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vu31HbHUAW .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vu31HbHUAW .mbr-section-title {
  color: #1d1d1d;
}
.cid-vu31HbHUAW .mbr-section-title,
.cid-vu31HbHUAW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vu3gSsCLun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vu3gSsCLun .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu3gSsCLun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu3gSsCLun .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vu3gSsCLun .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vu3gSsCLun .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vu3gSsCLun .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vu3gSsCLun .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vu3gSsCLun .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vu3gSsCLun .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vu3gSsCLun .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vu3gSsCLun .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vu3gSsCLun .mbr-label,
.cid-vu3gSsCLun .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vu3gSsCLun .mbr-section-title {
  color: #000000;
}
.cid-vu3gSsCLun .mbr-text,
.cid-vu3gSsCLun .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vu3gSsCLun .mbr-section-title,
.cid-vu3gSsCLun .mbr-section-btn,
.cid-vu3gSsCLun .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vu3iw6vv3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vu3iw6vv3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu3iw6vv3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu3iw6vv3x .row {
  margin: 0 -15px;
}
.cid-vu3iw6vv3x .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vu3iw6vv3x .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vu3iw6vv3x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vu3iw6vv3x .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vu3iw6vv3x .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vu3iw6vv3x .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vu3iw6vv3x .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vu3iw6vv3x .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vu3iw6vv3x .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vu3iw6vv3x .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vu3iw6vv3x .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vu3iw6vv3x .mbr-section-title {
  color: #fefff5;
}
.cid-vu3iw6vv3x .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vu3iw6vv3x .mbr-desc {
  color: #fefff5;
}
.cid-vu3iw6vv3x .mbr-label {
  color: #fefff5;
}
.cid-vu3iw6vv3x .mbr-text {
  color: #fefff5;
}
.cid-vu3izA3zM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vu3izA3zM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu3izA3zM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu3izA3zM7 .row {
  margin: 0 -15px;
}
.cid-vu3izA3zM7 .row .card {
  padding: 0 15px;
}
.cid-vu3izA3zM7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vu3izA3zM7 .items-wrapper .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vu3izA3zM7 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vu3izA3zM7 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .item-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box {
  border: 1px solid #fefff5;
  padding: 20px;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .title-wrap,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .text-wrap,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 30px;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-label,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-label,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-label {
  margin-bottom: 10px;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-title,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-title {
  margin-bottom: 0;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-text,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-text {
  margin-bottom: 0;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .title-wrap .item-price,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-price,
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .price-wrap .item-price {
  margin-bottom: 0;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .price-wrap {
  margin-bottom: 0;
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vu3izA3zM7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vu3izA3zM7 .mbr-section-title {
  color: #fefff5;
}
.cid-vu3izA3zM7 .item-title {
  color: #fefff5;
}
.cid-vu3izA3zM7 .item-text {
  color: #fefff5;
}
.cid-vu3izA3zM7 .item-price {
  color: #fefff5;
}
.cid-vu3izA3zM7 .item-label {
  color: #a1a1a1;
}
.cid-vu3iBS7npy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vu3iBS7npy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-vu3iBS7npy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vu3iBS7npy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vu3iBS7npy .mbr-text,
.cid-vu3iBS7npy .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vu3iBS7npy h3:before,
  .cid-vu3iBS7npy h3:after {
    display: none;
  }
}
.cid-vu3iBS7npy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu3iBS7npy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu3iBS7npy .mbr-section-title {
  text-align: center;
}
.cid-vu31HdrOVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vu31HdrOVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31HdrOVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu31HdrOVV .row {
  margin: 0 -15px;
}
.cid-vu31HdrOVV .row .card {
  padding: 0 15px;
}
.cid-vu31HdrOVV .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vu31HdrOVV .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-vu31HdrOVV .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-vu31HdrOVV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vu31HdrOVV .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vu31HdrOVV .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-vu31HdrOVV .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vu31HdrOVV .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vu31HdrOVV .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #1e3dff;
  transform: scale(1.15);
}
.cid-vu31HdrOVV .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fefff5;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #fefff5 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f5f5f5;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #736e4e !important;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fefff5;
  border-color: #fefff5;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-vu31HdrOVV .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-vu31HdrOVV .mbr-section-title {
  color: #fefff5;
}
.cid-vu31HdrOVV .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-vu31HdrOVV label {
  color: #fefff5;
}
.cid-vu31HdrOVV .mbr-text {
  color: #fefff5;
  margin-top: 30px;
  max-width: 350px;
}
.cid-vu31HdrOVV .btn {
  margin: 0;
}
.cid-vu31HdSQmq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191919;
}
.cid-vu31HdSQmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu31HdSQmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu31HdSQmq .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vu31HdSQmq .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vu31HdSQmq .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vu31HdSQmq .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vu31HdSQmq .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vu31HdSQmq .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vu31HdSQmq .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vu31HdSQmq .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vu31HdSQmq .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vu31HdSQmq .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vu31HdSQmq .mbr-copy {
  color: #ffffff;
}
.cid-vu31HdSQmq .list {
  color: #ffffff;
}
.cid-vu31HdSQmq .text-white:hover {
  color: #003fc8 !important;
}
