.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Text;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (1.07rem + (1.2 - 1.07) * ((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: #d78129 !important;
}
.bg-success {
  background-color: #ffe956 !important;
}
.bg-info {
  background-color: #f9652f !important;
}
.bg-warning {
  background-color: #ff8456 !important;
}
.bg-danger {
  background-color: #ab2e00 !important;
}
.btn-primary .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #d78129 !important;
  border-color: #d78129 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #df9a54 !important;
  border-color: #df9a54 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #df9a54 !important;
  border-color: #df9a54 !important;
}
.btn-secondary .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #da4209 !important;
  border-color: #da4209 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f65a20 !important;
  border-color: #f65a20 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f65a20 !important;
  border-color: #f65a20 !important;
}
.btn-info .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #f9652f !important;
  border-color: #f9652f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fa8a61 !important;
  border-color: #fa8a61 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fa8a61 !important;
  border-color: #fa8a61 !important;
}
.btn-success .mbr-iconfont {
  color: #ffffff;
  background-color: #231e00;
}
.btn-success,
.btn-success:active {
  background-color: #ffe956 !important;
  border-color: #ffe956 !important;
  color: #231e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fff089 !important;
  border-color: #fff089 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #231e00 !important;
  background-color: #fff089 !important;
  border-color: #fff089 !important;
}
.btn-warning .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8456 !important;
  border-color: #ff8456 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa989 !important;
  border-color: #ffa989 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa989 !important;
  border-color: #ffa989 !important;
}
.btn-danger .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ab2e00 !important;
  border-color: #ab2e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #de3c00 !important;
  border-color: #de3c00 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de3c00 !important;
  border-color: #de3c00 !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff;
  background-color: #666666;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #d78129;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #d78129;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8f551b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #8f551b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d78129 !important;
  border-color: #d78129 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #da4209;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #da4209;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #872906 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #872906;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #da4209 !important;
  border-color: #da4209 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #f9652f;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #f9652f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cb3b06 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #cb3b06;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f9652f !important;
  border-color: #f9652f !important;
}
.btn-success-outline .mbr-iconfont {
  color: #231e00;
  background-color: #ffe956;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ffe956;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fedd00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #000000;
  background-color: #fedd00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #564b00 !important;
  background-color: #ffe956 !important;
  border-color: #ffe956 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #ff8456;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ff8456;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fe4500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #fe4500;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8456 !important;
  border-color: #ff8456 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #ab2e00;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ab2e00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #541700 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #541700;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ab2e00 !important;
  border-color: #ab2e00 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #121212;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #121212;
}
.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: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #3b3b3b;
  background-color: #d4d4d4;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d78129 !important;
}
.text-secondary {
  color: #da4209 !important;
}
.text-success {
  color: #ffe956 !important;
}
.text-info {
  color: #f9652f !important;
}
.text-warning {
  color: #ff8456 !important;
}
.text-danger {
  color: #ab2e00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #121212 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #824e18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #782405 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #efd000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bd3605 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ef4100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #451300 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9652f;
}
.alert-warning {
  background-color: #ff8456;
}
.alert-danger {
  background-color: #ab2e00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d78129;
  border-color: #d78129;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d78129;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7e6d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff8f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff642b;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #d78129 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d78129;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d78129;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d78129;
}
.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: #d78129;
  border-bottom-color: #d78129;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d78129 !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: #da4209 !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='%23d78129' %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 {
  padding: 4px 24px;
  font-weight: 400;
  min-height: 50px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
  margin-left: 24px;
  margin-right: -20px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn-primary .mbr-iconfont {
  color: #fff;
  background-color: #121212;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-primary.focus .mbr-iconfont,
.mbr-section-btn .btn-primary.active .mbr-iconfont {
  color: #ffffff;
  background-color: #d78129;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  color: #ffffff;
  background-color: #d78129;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  color: #ffffff;
  background-color: #d78129;
}
.embla__button,
.iconfont-wrapper .mbr-iconfont,
.icon-wrapper .mbr-iconfont {
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.little-radius,
.google-map iframe {
  border-radius: 12px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgee4RkiH8 {
  z-index: 1000;
  width: 100%;
}
.cid-vgee4RkiH8 nav.navbar {
  position: fixed;
}
.cid-vgee4RkiH8 .container,
.cid-vgee4RkiH8 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgee4RkiH8 .container,
  .cid-vgee4RkiH8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vgee4RkiH8 .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-vgee4RkiH8 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-vgee4RkiH8 .dropdown-item:hover,
.cid-vgee4RkiH8 .dropdown-item:focus {
  color: #d78129 !important;
}
.cid-vgee4RkiH8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgee4RkiH8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgee4RkiH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgee4RkiH8 .nav-link {
  position: relative;
}
.cid-vgee4RkiH8 .nav-link:hover {
  color: #f9652f !important;
}
.cid-vgee4RkiH8 .nav-link:hover:before {
  opacity: 1;
}
.cid-vgee4RkiH8 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgee4RkiH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgee4RkiH8 .container {
  display: flex;
  margin: auto;
}
.cid-vgee4RkiH8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgee4RkiH8 .nav-item:focus,
.cid-vgee4RkiH8 .nav-link:focus {
  outline: none;
}
.cid-vgee4RkiH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgee4RkiH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgee4RkiH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgee4RkiH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgee4RkiH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgee4RkiH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgee4RkiH8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f9652f;
  background: rgba(0, 0, 0, 0.6);
}
.cid-vgee4RkiH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgee4RkiH8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgee4RkiH8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgee4RkiH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgee4RkiH8 .navbar.collapsed {
  justify-content: center;
}
.cid-vgee4RkiH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgee4RkiH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgee4RkiH8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgee4RkiH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgee4RkiH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgee4RkiH8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgee4RkiH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgee4RkiH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgee4RkiH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgee4RkiH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgee4RkiH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgee4RkiH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgee4RkiH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgee4RkiH8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgee4RkiH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgee4RkiH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgee4RkiH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgee4RkiH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgee4RkiH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgee4RkiH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgee4RkiH8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgee4RkiH8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgee4RkiH8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgee4RkiH8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgee4RkiH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgee4RkiH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgee4RkiH8 .dropdown-item.active,
.cid-vgee4RkiH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgee4RkiH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgee4RkiH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgee4RkiH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgee4RkiH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vgee4RkiH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgee4RkiH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgee4RkiH8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgee4RkiH8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgee4RkiH8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vgee4RkiH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9652f;
}
.cid-vgee4RkiH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgee4RkiH8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgee4RkiH8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgee4RkiH8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgee4RkiH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgee4RkiH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgee4RkiH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgee4RkiH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgee4RkiH8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgee4RkiH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgee4RkiH8 .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-vgee4RkiH8 .navbar {
    height: 70px;
  }
  .cid-vgee4RkiH8 .navbar.opened {
    height: auto;
  }
  .cid-vgee4RkiH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vgee4RkiH8 .icons-menu {
    padding-right: 0;
  }
  .cid-vgee4RkiH8 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v3OUekgV5u {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/4-1920x1080.jpg");
}
.cid-v3OUekgV5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3OUekgV5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3OUekgV5u .card {
  justify-content: flex-end;
}
.cid-v3OUekgV5u .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v3OUekgV5u .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #da4209;
}
.cid-v3OUekgV5u .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-v3OUekgV5u .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3OUekgV5u .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3OUekgV5u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3OUekgV5u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v3OUekgV5u .content-wrap {
    margin-top: 16px;
  }
}
.cid-v3OUekgV5u .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-v3OUekgV5u .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v3OUekgV5u .mbr-section-title {
  color: #ffffff;
}
.cid-v3OUekgV5u .mbr-label {
  color: #ffffff;
}
.cid-v3OUekgV5u .mbr-text {
  color: #ffffff;
}
.cid-v3OUsqAepu {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v3OUsqAepu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3OUsqAepu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3OUsqAepu .row {
  margin: 0 -20px;
}
.cid-v3OUsqAepu .row .card {
  padding: 0 20px;
  justify-content: space-between;
}
.cid-v3OUsqAepu .image-wrapper {
  position: relative;
  min-height: 650px;
}
@media (max-width: 1440px) {
  .cid-v3OUsqAepu .image-wrapper {
    min-height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v3OUsqAepu .image-wrapper {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v3OUsqAepu .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-v3OUsqAepu .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3OUsqAepu .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v3OUsqAepu .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v3OUsqAepu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3OUsqAepu .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3OUsqAepu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3OUsqAepu .mbr-label {
  color: #f9652f;
}
.cid-v3OUsqAepu .mbr-section-title {
  color: #ffffff;
}
.cid-v3OUsqAepu .mbr-text {
  color: #ffffff;
}
.cid-v3OUsqAepu .mbr-section-title,
.cid-v3OUsqAepu .mbr-section-btn {
  color: #f9652f;
}
.cid-v3OUAqmkie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image2010.20mc3a4rz2020262022-44-26-1024x1536.png");
}
.cid-v3OUAqmkie .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3OUAqmkie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3OUAqmkie .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v3OUAqmkie .image-wrap {
    height: 300px;
  }
}
.cid-vgq33AtQSl {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #121212;
  background-image: linear-gradient(180deg, #121212 50%, #121212 50%);
}
.cid-vgq33AtQSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgq33AtQSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgq33AtQSl .card {
  justify-content: flex-end;
}
.cid-vgq33AtQSl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgq33AtQSl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgq33AtQSl .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgq33AtQSl .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vgq33AtQSl .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #000000;
  border: 1px solid #f9652f;
  box-shadow: 0 12px 16px -8px #000000;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgq33AtQSl .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vgq33AtQSl .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #f9652f 0%, #f9652f 50%, #000000 100%);
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #f9652f;
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #f9652f;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgq33AtQSl .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vgq33AtQSl .mbr-section-btn .btn-primary-outline,
.cid-vgq33AtQSl .mbr-section-btn .btn-secondary-outline,
.cid-vgq33AtQSl .mbr-section-btn .btn-success-outline,
.cid-vgq33AtQSl .mbr-section-btn .btn-info-outline,
.cid-vgq33AtQSl .mbr-section-btn .btn-warning-outline,
.cid-vgq33AtQSl .mbr-section-btn .btn-danger-outline,
.cid-vgq33AtQSl .mbr-section-btn .btn-black-outline,
.cid-vgq33AtQSl .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vgq33AtQSl .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f9652f 0%, #f9652f 50%, #000000 100%) !important;
}
.cid-vgq33AtQSl .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vgq33AtQSl .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vgq33AtQSl .mbr-section-title {
  color: #ffffff;
}
.cid-vgq33AtQSl .mbr-text {
  color: #ffffff;
}
.cid-vgq33AtQSl .item-title {
  color: #171719;
}
.cid-vgq33AtQSl .item-text {
  color: #000000;
  text-align: justify;
}
.cid-vgq33AtQSl .mbr-section-title,
.cid-vgq33AtQSl .title-wrap {
  color: #f9652f;
  text-align: justify;
}
.cid-vgq33AtQSl .item-title,
.cid-vgq33AtQSl .item-btn {
  text-align: center;
}
.cid-v3OW6tx9xK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9652f;
}
.cid-v3OW6tx9xK .item:focus,
.cid-v3OW6tx9xK span:focus {
  outline: none;
}
.cid-v3OW6tx9xK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3OW6tx9xK .content-head {
  max-width: 800px;
}
.cid-v3OW6tx9xK .item {
  color: #f8f8f8;
  padding: 10px 0;
}
.cid-vgqvqaUfSl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #121212;
}
.cid-vgqvqaUfSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgqvqaUfSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgqvqaUfSl .map-wrapper {
  height: 100%;
}
.cid-vgqvqaUfSl .card-wrapper {
  border: 1px solid #d78129;
  padding: 3rem 2.25rem;
  background: #121212;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgqvqaUfSl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgqvqaUfSl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-vgqvqaUfSl .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgqvqaUfSl .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vgqvqaUfSl .google-map {
  height: 100%;
  position: relative;
}
.cid-vgqvqaUfSl .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgqvqaUfSl .google-map iframe {
    min-height: 350px;
  }
}
.cid-vgqvqaUfSl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vgqvqaUfSl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgqvqaUfSl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgqvqaUfSl ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vgqvqaUfSl .content-head {
  max-width: 800px;
}
.cid-vgqvqaUfSl .mbr-section-title {
  color: #f9652f;
}
.cid-vgqvqaUfSl .cardTitle {
  color: #f9652f;
}
.cid-vgqvqaUfSl .list,
.cid-vgqvqaUfSl .item-wrap {
  color: #f8f8f8;
}
.cid-vgqvqaUfSl .mbr-section-subtitle {
  color: #f8f8f8;
}
.cid-vgkgzG3EI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgkgzG3EI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgkgzG3EI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgkgzG3EI5 .row {
  justify-content: center;
}
.cid-vgkgzG3EI5 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgkgzG3EI5 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vgkgzG3EI5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgkgzG3EI5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgkgzG3EI5 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgkgzG3EI5 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vgkgzG3EI5 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgkgzG3EI5 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #a8a8a8 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgkgzG3EI5 .content-wrapper .social {
  margin-top: 22px;
}
.cid-vgkgzG3EI5 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-vgkgzG3EI5 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-vgkgzG3EI5 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vgkgzG3EI5 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vgkgzG3EI5 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f9652f, #f9652f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgkgzG3EI5 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-vgkgzG3EI5 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgkgzG3EI5 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgkgzG3EI5 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vgkgzG3EI5 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #a1a1a1;
  text-align: center;
}
.cid-vgkgzG3EI5 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #f9652f 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vgkgzG3EI5 .mbr-section-title {
  color: #f9652f;
}
.cid-vgkgzG3EI5 .mbr-text {
  color: #ffffff;
}
.cid-vgkgzG3EI5 .mbr-desc {
  color: #ffffff;
}
.cid-vgkgzG3EI5 .list {
  color: #ffffff;
}
.cid-vgkgzG3EI5 .mbr-text,
.cid-vgkgzG3EI5 .text-wrapper {
  color: #a8a8a8;
}
.cid-vgHUpAkMtA {
  z-index: 1000;
  width: 100%;
}
.cid-vgHUpAkMtA nav.navbar {
  position: fixed;
}
.cid-vgHUpAkMtA .container,
.cid-vgHUpAkMtA .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgHUpAkMtA .container,
  .cid-vgHUpAkMtA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vgHUpAkMtA .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-vgHUpAkMtA .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-vgHUpAkMtA .dropdown-item:hover,
.cid-vgHUpAkMtA .dropdown-item:focus {
  color: #d78129 !important;
}
.cid-vgHUpAkMtA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgHUpAkMtA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgHUpAkMtA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgHUpAkMtA .nav-link {
  position: relative;
}
.cid-vgHUpAkMtA .nav-link:hover {
  color: #f9652f !important;
}
.cid-vgHUpAkMtA .nav-link:hover:before {
  opacity: 1;
}
.cid-vgHUpAkMtA .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgHUpAkMtA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgHUpAkMtA .container {
  display: flex;
  margin: auto;
}
.cid-vgHUpAkMtA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgHUpAkMtA .nav-item:focus,
.cid-vgHUpAkMtA .nav-link:focus {
  outline: none;
}
.cid-vgHUpAkMtA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgHUpAkMtA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgHUpAkMtA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgHUpAkMtA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgHUpAkMtA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgHUpAkMtA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgHUpAkMtA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f9652f;
  background: rgba(0, 0, 0, 0.6);
}
.cid-vgHUpAkMtA .navbar.opened {
  transition: all 0.3s;
}
.cid-vgHUpAkMtA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgHUpAkMtA .navbar .navbar-logo img {
  width: auto;
}
.cid-vgHUpAkMtA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgHUpAkMtA .navbar.collapsed {
  justify-content: center;
}
.cid-vgHUpAkMtA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgHUpAkMtA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgHUpAkMtA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgHUpAkMtA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgHUpAkMtA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgHUpAkMtA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgHUpAkMtA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgHUpAkMtA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgHUpAkMtA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgHUpAkMtA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgHUpAkMtA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgHUpAkMtA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgHUpAkMtA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgHUpAkMtA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgHUpAkMtA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgHUpAkMtA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgHUpAkMtA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgHUpAkMtA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgHUpAkMtA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgHUpAkMtA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgHUpAkMtA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgHUpAkMtA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgHUpAkMtA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgHUpAkMtA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgHUpAkMtA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgHUpAkMtA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgHUpAkMtA .dropdown-item.active,
.cid-vgHUpAkMtA .dropdown-item:active {
  background-color: transparent;
}
.cid-vgHUpAkMtA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgHUpAkMtA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgHUpAkMtA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgHUpAkMtA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vgHUpAkMtA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgHUpAkMtA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgHUpAkMtA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgHUpAkMtA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgHUpAkMtA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vgHUpAkMtA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9652f;
}
.cid-vgHUpAkMtA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgHUpAkMtA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHUpAkMtA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgHUpAkMtA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgHUpAkMtA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHUpAkMtA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgHUpAkMtA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgHUpAkMtA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHUpAkMtA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgHUpAkMtA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgHUpAkMtA .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-vgHUpAkMtA .navbar {
    height: 70px;
  }
  .cid-vgHUpAkMtA .navbar.opened {
    height: auto;
  }
  .cid-vgHUpAkMtA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vgHUpAkMtA .icons-menu {
    padding-right: 0;
  }
  .cid-vgHUpAkMtA .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vgI0RDOxst {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-vgI0RDOxst .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgI0RDOxst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgI0RDOxst .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgI0RDOxst .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgI0RDOxst .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgI0RDOxst .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgI0RDOxst .mbr-label {
  color: #a8a8a8;
  text-align: center;
}
.cid-vgI0RDOxst .mbr-text {
  color: #ffffff;
}
.cid-vgI0RDOxst .mbr-text,
.cid-vgI0RDOxst .mbr-section-btn {
  text-align: center;
  color: #f9652f;
}
.cid-vgHZxwE5Zv {
  padding-top: 50px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #121212;
}
.cid-vgHZxwE5Zv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vgHZxwE5Zv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgHZxwE5Zv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgHZxwE5Zv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vgHZxwE5Zv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vgHZxwE5Zv .icon-focus {
  display: none;
}
.cid-vgHZxwE5Zv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vgHZxwE5Zv .mbr-gallery-filter ul {
  font-size: 0;
}
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li .btn,
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li .btn:hover,
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li .btn:focus,
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li .btn:focus-visible,
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li .btn:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  -webkit-appearance: none;
  appearance: none;
  transition: padding 0.2s, transform 0.2s;
}
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li.active .btn,
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li.active .btn:focus,
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li.active .btn:focus-visible,
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li.active .btn:active {
  padding: 0.5rem 1rem 0.5rem;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: relative;
}
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d78129, #da4209);
}
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li:first-child .btn {
  position: relative;
  color: transparent !important;
}
.cid-vgHZxwE5Zv .mbr-gallery-filter ul li:first-child .btn::before {
  content: "Alle";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
  background: transparent !important;
}
.cid-vgHZxwE5Zv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vgHZxwE5Zv .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vgHZxwE5Zv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vgHZxwE5Zv .btn:hover {
  background: transparent !important;
}
.cid-vgHZxwE5Zv .btn:hover:before {
  background: transparent !important;
}
.cid-vgHZxwE5Zv .btn:before {
  background-color: transparent !important;
}
.cid-vgHZxwE5Zv .btn:focus,
.cid-vgHZxwE5Zv .btn:focus-visible,
.cid-vgHZxwE5Zv .btn:active {
  box-shadow: none !important;
  outline: none !important;
}
.cid-vgHZxwE5Zv .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #dcdcf0;
}
.cid-vgHUpDsHaG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgHUpDsHaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHUpDsHaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHUpDsHaG .row {
  justify-content: center;
}
.cid-vgHUpDsHaG .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgHUpDsHaG .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vgHUpDsHaG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgHUpDsHaG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgHUpDsHaG .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgHUpDsHaG .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vgHUpDsHaG .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgHUpDsHaG .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #a8a8a8 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgHUpDsHaG .content-wrapper .social {
  margin-top: 22px;
}
.cid-vgHUpDsHaG .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-vgHUpDsHaG .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-vgHUpDsHaG .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vgHUpDsHaG .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vgHUpDsHaG .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f9652f, #f9652f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgHUpDsHaG .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-vgHUpDsHaG .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgHUpDsHaG .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgHUpDsHaG .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vgHUpDsHaG .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #a1a1a1;
  text-align: center;
}
.cid-vgHUpDsHaG .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #f9652f 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vgHUpDsHaG .mbr-section-title {
  color: #f9652f;
}
.cid-vgHUpDsHaG .mbr-text {
  color: #ffffff;
}
.cid-vgHUpDsHaG .mbr-desc {
  color: #ffffff;
}
.cid-vgHUpDsHaG .list {
  color: #ffffff;
}
.cid-vgHUpDsHaG .mbr-text,
.cid-vgHUpDsHaG .text-wrapper {
  color: #a8a8a8;
}
.cid-vgNVxXEOJY {
  z-index: 1000;
  width: 100%;
}
.cid-vgNVxXEOJY nav.navbar {
  position: fixed;
}
.cid-vgNVxXEOJY .container,
.cid-vgNVxXEOJY .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgNVxXEOJY .container,
  .cid-vgNVxXEOJY .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vgNVxXEOJY .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-vgNVxXEOJY .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-vgNVxXEOJY .dropdown-item:hover,
.cid-vgNVxXEOJY .dropdown-item:focus {
  color: #d78129 !important;
}
.cid-vgNVxXEOJY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNVxXEOJY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNVxXEOJY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNVxXEOJY .nav-link {
  position: relative;
}
.cid-vgNVxXEOJY .nav-link:hover {
  color: #f9652f !important;
}
.cid-vgNVxXEOJY .nav-link:hover:before {
  opacity: 1;
}
.cid-vgNVxXEOJY .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgNVxXEOJY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgNVxXEOJY .container {
  display: flex;
  margin: auto;
}
.cid-vgNVxXEOJY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgNVxXEOJY .nav-item:focus,
.cid-vgNVxXEOJY .nav-link:focus {
  outline: none;
}
.cid-vgNVxXEOJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgNVxXEOJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgNVxXEOJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNVxXEOJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNVxXEOJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNVxXEOJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgNVxXEOJY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f9652f;
  background: rgba(0, 0, 0, 0.6);
}
.cid-vgNVxXEOJY .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNVxXEOJY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgNVxXEOJY .navbar .navbar-logo img {
  width: auto;
}
.cid-vgNVxXEOJY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNVxXEOJY .navbar.collapsed {
  justify-content: center;
}
.cid-vgNVxXEOJY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNVxXEOJY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNVxXEOJY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgNVxXEOJY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNVxXEOJY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNVxXEOJY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgNVxXEOJY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNVxXEOJY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgNVxXEOJY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNVxXEOJY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNVxXEOJY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNVxXEOJY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNVxXEOJY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNVxXEOJY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgNVxXEOJY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgNVxXEOJY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNVxXEOJY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgNVxXEOJY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgNVxXEOJY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNVxXEOJY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgNVxXEOJY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgNVxXEOJY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgNVxXEOJY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgNVxXEOJY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgNVxXEOJY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgNVxXEOJY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNVxXEOJY .dropdown-item.active,
.cid-vgNVxXEOJY .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNVxXEOJY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNVxXEOJY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNVxXEOJY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNVxXEOJY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vgNVxXEOJY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgNVxXEOJY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNVxXEOJY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgNVxXEOJY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgNVxXEOJY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vgNVxXEOJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9652f;
}
.cid-vgNVxXEOJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgNVxXEOJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNVxXEOJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNVxXEOJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgNVxXEOJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNVxXEOJY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNVxXEOJY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNVxXEOJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNVxXEOJY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgNVxXEOJY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNVxXEOJY .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-vgNVxXEOJY .navbar {
    height: 70px;
  }
  .cid-vgNVxXEOJY .navbar.opened {
    height: auto;
  }
  .cid-vgNVxXEOJY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vgNVxXEOJY .icons-menu {
    padding-right: 0;
  }
  .cid-vgNVxXEOJY .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vgNVxXZ1jK {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-vgNVxXZ1jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNVxXZ1jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNVxXZ1jK .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgNVxXZ1jK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgNVxXZ1jK .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgNVxXZ1jK .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgNVxXZ1jK .mbr-label {
  color: #a8a8a8;
  text-align: center;
}
.cid-vgNVxXZ1jK .mbr-text {
  color: #ffffff;
}
.cid-vgNVxXZ1jK .mbr-text,
.cid-vgNVxXZ1jK .mbr-section-btn {
  text-align: center;
  color: #f9652f;
}
.cid-vgNW89Gxbm {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-vgNW89Gxbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNW89Gxbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNW89Gxbm .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vgNW89Gxbm .card-wrapper {
    padding: 0;
  }
}
.cid-vgNW89Gxbm .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vgNW89Gxbm .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgNW89Gxbm .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vgNW89Gxbm .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vgNW89Gxbm .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vgNW89Gxbm .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgNW89Gxbm .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vgNW89Gxbm .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vgNW89Gxbm .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vgNW89Gxbm .mbr-label {
  color: #004aad;
}
.cid-vgNW89Gxbm .mbr-desc {
  color: #004aad;
}
.cid-vgNW89Gxbm .mbr-text {
  color: #a8a8a8;
  text-align: right;
}
.cid-vgNW89Gxbm .mbr-desc,
.cid-vgNW89Gxbm .mbr-section-btn {
  color: #a8a8a8;
}
.cid-vgNXNfSf4t {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #121212;
}
.cid-vgNXNfSf4t .link-wrap {
  width: 100%;
}
.cid-vgNXNfSf4t .link {
  display: inline-block;
}
.cid-vgNXNfSf4t .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-vgNXNfSf4t .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-vgNXNfSf4t .link a:hover {
  text-decoration: underline;
}
.cid-vgNXNfSf4t .link,
.cid-vgNXNfSf4t .link-wrap {
  color: #ffffff;
}
.cid-vgNXNfSf4t .mbr-text,
.cid-vgNXNfSf4t .mbr-section-btn {
  color: #333333;
}
.cid-vgNXNfSf4t .mbr-text,
.cid-vgNXNfSf4t .link-wrap {
  text-align: justify;
  color: #a1a1a1;
}
.cid-vgNXNfSf4t .mbr-text {
  font-size: 0.9rem;
  line-height: 1.6;
}
.cid-vgNXNfSf4t .card-title,
.cid-vgNXNfSf4t .card-box {
  color: #f9652f;
}
.cid-vgNVxYLt46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgNVxYLt46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNVxYLt46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNVxYLt46 .row {
  justify-content: center;
}
.cid-vgNVxYLt46 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgNVxYLt46 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vgNVxYLt46 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgNVxYLt46 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgNVxYLt46 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgNVxYLt46 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vgNVxYLt46 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgNVxYLt46 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #a8a8a8 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgNVxYLt46 .content-wrapper .social {
  margin-top: 22px;
}
.cid-vgNVxYLt46 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-vgNVxYLt46 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-vgNVxYLt46 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vgNVxYLt46 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vgNVxYLt46 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f9652f, #f9652f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgNVxYLt46 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-vgNVxYLt46 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgNVxYLt46 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgNVxYLt46 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vgNVxYLt46 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #a1a1a1;
  text-align: center;
}
.cid-vgNVxYLt46 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #f9652f 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vgNVxYLt46 .mbr-section-title {
  color: #f9652f;
}
.cid-vgNVxYLt46 .mbr-text {
  color: #ffffff;
}
.cid-vgNVxYLt46 .mbr-desc {
  color: #ffffff;
}
.cid-vgNVxYLt46 .list {
  color: #ffffff;
}
.cid-vgNVxYLt46 .mbr-text,
.cid-vgNVxYLt46 .text-wrapper {
  color: #a8a8a8;
}
.cid-vgNY96dC1x {
  z-index: 1000;
  width: 100%;
}
.cid-vgNY96dC1x nav.navbar {
  position: fixed;
}
.cid-vgNY96dC1x .container,
.cid-vgNY96dC1x .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vgNY96dC1x .container,
  .cid-vgNY96dC1x .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vgNY96dC1x .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-vgNY96dC1x .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-vgNY96dC1x .dropdown-item:hover,
.cid-vgNY96dC1x .dropdown-item:focus {
  color: #d78129 !important;
}
.cid-vgNY96dC1x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNY96dC1x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNY96dC1x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNY96dC1x .nav-link {
  position: relative;
}
.cid-vgNY96dC1x .nav-link:hover {
  color: #f9652f !important;
}
.cid-vgNY96dC1x .nav-link:hover:before {
  opacity: 1;
}
.cid-vgNY96dC1x .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgNY96dC1x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgNY96dC1x .container {
  display: flex;
  margin: auto;
}
.cid-vgNY96dC1x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgNY96dC1x .nav-item:focus,
.cid-vgNY96dC1x .nav-link:focus {
  outline: none;
}
.cid-vgNY96dC1x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgNY96dC1x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgNY96dC1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNY96dC1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNY96dC1x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNY96dC1x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgNY96dC1x .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f9652f;
  background: rgba(0, 0, 0, 0.6);
}
.cid-vgNY96dC1x .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNY96dC1x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgNY96dC1x .navbar .navbar-logo img {
  width: auto;
}
.cid-vgNY96dC1x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNY96dC1x .navbar.collapsed {
  justify-content: center;
}
.cid-vgNY96dC1x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNY96dC1x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNY96dC1x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vgNY96dC1x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNY96dC1x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNY96dC1x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgNY96dC1x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNY96dC1x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgNY96dC1x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNY96dC1x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNY96dC1x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNY96dC1x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNY96dC1x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNY96dC1x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgNY96dC1x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgNY96dC1x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNY96dC1x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgNY96dC1x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgNY96dC1x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNY96dC1x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgNY96dC1x .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgNY96dC1x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgNY96dC1x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgNY96dC1x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgNY96dC1x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgNY96dC1x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNY96dC1x .dropdown-item.active,
.cid-vgNY96dC1x .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNY96dC1x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNY96dC1x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNY96dC1x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNY96dC1x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vgNY96dC1x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgNY96dC1x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNY96dC1x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgNY96dC1x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgNY96dC1x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vgNY96dC1x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9652f;
}
.cid-vgNY96dC1x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgNY96dC1x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNY96dC1x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNY96dC1x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgNY96dC1x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNY96dC1x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNY96dC1x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNY96dC1x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNY96dC1x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgNY96dC1x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNY96dC1x .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-vgNY96dC1x .navbar {
    height: 70px;
  }
  .cid-vgNY96dC1x .navbar.opened {
    height: auto;
  }
  .cid-vgNY96dC1x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vgNY96dC1x .icons-menu {
    padding-right: 0;
  }
  .cid-vgNY96dC1x .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vgNY96KsTX {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-vgNY96KsTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNY96KsTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNY96KsTX .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgNY96KsTX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgNY96KsTX .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgNY96KsTX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgNY96KsTX .mbr-label {
  color: #a8a8a8;
  text-align: center;
}
.cid-vgNY96KsTX .mbr-text {
  color: #ffffff;
}
.cid-vgNY96KsTX .mbr-text,
.cid-vgNY96KsTX .mbr-section-btn {
  text-align: center;
  color: #f9652f;
}
.cid-vgNY97gpLZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #121212;
}
.cid-vgNY97gpLZ .link-wrap {
  width: 100%;
}
.cid-vgNY97gpLZ .link {
  display: inline-block;
}
.cid-vgNY97gpLZ .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-vgNY97gpLZ .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-vgNY97gpLZ .link a:hover {
  text-decoration: underline;
}
.cid-vgNY97gpLZ .link,
.cid-vgNY97gpLZ .link-wrap {
  color: #ffffff;
}
.cid-vgNY97gpLZ .mbr-text,
.cid-vgNY97gpLZ .mbr-section-btn {
  color: #333333;
}
.cid-vgNY97gpLZ .mbr-text,
.cid-vgNY97gpLZ .link-wrap {
  text-align: justify;
  color: #a1a1a1;
}
.cid-vgNY97gpLZ .mbr-text {
  font-size: 0.9rem;
  line-height: 1.6;
}
.cid-vgNY97gpLZ .card-title,
.cid-vgNY97gpLZ .card-box {
  color: #f9652f;
}
.cid-vgNY97AzVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgNY97AzVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNY97AzVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNY97AzVK .row {
  justify-content: center;
}
.cid-vgNY97AzVK .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgNY97AzVK .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vgNY97AzVK .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgNY97AzVK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgNY97AzVK .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vgNY97AzVK .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vgNY97AzVK .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vgNY97AzVK .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #a8a8a8 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgNY97AzVK .content-wrapper .social {
  margin-top: 22px;
}
.cid-vgNY97AzVK .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-vgNY97AzVK .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-vgNY97AzVK .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vgNY97AzVK .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vgNY97AzVK .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #f9652f, #f9652f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgNY97AzVK .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-vgNY97AzVK .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgNY97AzVK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgNY97AzVK .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vgNY97AzVK .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #a1a1a1;
  text-align: center;
}
.cid-vgNY97AzVK .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #f9652f 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vgNY97AzVK .mbr-section-title {
  color: #f9652f;
}
.cid-vgNY97AzVK .mbr-text {
  color: #ffffff;
}
.cid-vgNY97AzVK .mbr-desc {
  color: #ffffff;
}
.cid-vgNY97AzVK .list {
  color: #ffffff;
}
.cid-vgNY97AzVK .mbr-text,
.cid-vgNY97AzVK .text-wrapper {
  color: #a8a8a8;
}
