.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f5f5f5;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'PathwayGothic';
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'PathwayGothic';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'PathwayGothic';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'PathwayGothic';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'PathwayGothic';
  font-size: 1.4rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((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: #ccab4d !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #61b797 !important;
}
.btn-primary {
  box-shadow: #8b7128 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #ccab4d !important;
  border-color: #ccab4d !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d7be75 !important;
  border-color: #d7be75 !important;
  box-shadow: #63511d 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #d7be75 !important;
  border-color: #d7be75 !important;
}
.btn-secondary {
  box-shadow: #414349 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #71757f !important;
  border-color: #71757f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8b8f98 !important;
  border-color: #8b8f98 !important;
  box-shadow: #292a2e 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8b8f98 !important;
  border-color: #8b8f98 !important;
}
.btn-info {
  box-shadow: #055161 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: #032930 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success {
  box-shadow: #105636 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: #082b1b 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning {
  box-shadow: #664d00 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: #332600 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger {
  box-shadow: #387a62 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #61b797 !important;
  border-color: #61b797 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #84c7ae !important;
  border-color: #84c7ae !important;
  box-shadow: #285746 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84c7ae !important;
  border-color: #84c7ae !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ccab4d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #977b2b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ccab4d !important;
  border-color: #ccab4d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #71757f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #484b51 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #71757f !important;
  border-color: #71757f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #61b797;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3d856a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #61b797 !important;
  border-color: #61b797 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #ccab4d !important;
}
.text-secondary {
  color: #71757f !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #61b797 !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b7128 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #414349 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #387a62 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ccab4d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #61b797;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ccab4d;
  border-color: #ccab4d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ccab4d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9f6ec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b9dfd1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PathwayGothic';
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ccab4d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PathwayGothic';
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #ccab4d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ccab4d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ccab4d;
}
.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: #ccab4d;
  border-bottom-color: #ccab4d;
}
.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: #ccab4d !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: #71757f !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='%23ccab4d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 0 !important;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.label-wrap {
  border-radius: 60px !important;
  border-radius: 0 !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'PathwayGothic';
  font-size: 2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 2rem;
}
.berschrift {
  font-family: 'PathwayGothic';
  font-size: 1.8rem;
  line-height: 1.5;
}
.berschrift > .mbr-iconfont {
  font-size: 1.8rem;
}
.referenz {
  font-family: 'PathwayGothic';
  font-size: 1.4rem;
  line-height: 1.5;
}
.referenz > .mbr-iconfont {
  font-size: 1.4rem;
}
.impressum {
  font-family: 'PathwayGothic';
  font-size: 1.2rem;
  line-height: 1.5;
}
.impressum > .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-8j {
  /* Type valid CSS here */
}
#custom-html-8j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8j p {
  font-size: 60px;
  color: #777;
}
#custom-html-9t {
  /* ===============================
   HERO WRAPPER
================================ */
  /* ===============================
   FIXER BEREICH (Viewport)
================================ */
  /* ===============================
   VIDEO
================================ */
  /* ===============================
   TEXT – JETZT RICHTIG (mit Animation)
================================ */
  /* Fade-in Animation */
  /* ===============================
   TEXTE (Desktop)
================================ */
  /* ===============================
   MOBILE
================================ */
}
#custom-html-9t .hero-video {
  width: 100%;
  background: #1f1f1f;
}
#custom-html-9t .hero-video-wrap {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
#custom-html-9t .hero-video-bg {
  width: 100%;
  height: auto;
  display: block;
}
#custom-html-9t .hero-content {
  position: absolute;
  top: 60%;
  left: 5%;
  z-index: 5;
  color: #ffffff;
  /* Animation hinzugefügt */
  opacity: 0;
  animation: fadeIn 1.5s ease-in forwards;
  animation-delay: 2s;
  /* 2 Sekunden Verzögerung - kannst du anpassen */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
    /* optional: leichtes Hochgleiten */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#custom-html-9t .hero-content h1 {
  font-size: 3.2rem;
  margin: 0 0 0.3rem 0;
}
#custom-html-9t .hero-content h2 {
  font-size: 3.2rem;
  font-weight: 400;
}
#custom-html-9t .hero-mail {
  color: #c9a24d;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  #custom-html-9t {
    /* 🔽 Abstand zwischen H1 und H2 verringern */
  }
  #custom-html-9t .hero-content {
    top: 62%;
    left: 6%;
  }
  #custom-html-9t .hero-content h1 {
    font-size: 1.0rem;
    margin-bottom: 0.2rem;
    /* ← HIER anpassen */
  }
  #custom-html-9t .hero-content h2 {
    font-size: 1.1rem;
    margin-top: 0;
    /* ← wichtig */
  }
  #custom-html-9t .hero-mail {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  #custom-html-9t .hero-content .display-1 {
    font-size: 1rem !important;
    margin-bottom: 0.1rem !important;
    /* Abstand nach unten */
    line-height: 1.1 !important;
  }
  #custom-html-9t .hero-content .display-2 {
    font-size: 1rem !important;
    margin-top: 0 !important;
    /* Abstand nach oben */
    margin-bottom: 0 !important;
    line-height: 1.1 !important;
  }
}
.cid-v6Rw87UPAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f6;
  overflow: hidden;
}
.cid-v6Rw87UPAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Rw87UPAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Rw87UPAt .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v6Rw87UPAt .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v6Rw87UPAt .content-wrapper::before,
.cid-v6Rw87UPAt .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v6Rw87UPAt .content-wrapper::before {
  left: 0;
}
.cid-v6Rw87UPAt .content-wrapper::after {
  right: 0;
}
.cid-v6Rw87UPAt .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v6Rw87UPAt .mbr-section-title {
  margin-bottom: 40px;
  color: #0a0a0a;
}
.cid-v6Rw87UPAt .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .cid-v6Rw87UPAt .item {
    margin-bottom: 16px;
  }
  .cid-v6Rw87UPAt .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6Rw87UPAt .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 435px;
}
@media (max-width: 992px) {
  .cid-v6Rw87UPAt .item .item-wrapper {
    padding: 24px 16px;
    min-height: 350px;
  }
}
.cid-v6Rw87UPAt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6Rw87UPAt .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-v6Rw87UPAt .item .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6Rw87UPAt .item .item-wrapper .person-wrapper .item-name {
  margin-bottom: 4px;
}
.cid-v6Rw87UPAt .item .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v6Rw87UPAt .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v6Rw87UPAt .item .item-wrapper .item-content .rating-wrapper {
  margin-bottom: 8px;
}
.cid-v6Rw87UPAt .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v6Rw87UPAt .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-v6Rw87UPAt .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-v6Rw87UPAt .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6Rw87UPAt .btn-wrapper {
  margin-top: -10%;
}
.cid-v6Rw87UPAt .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-v6Rw87UPAt .item-role {
  color: #ffffff;
}
.cid-v6Rw87UPAt .item-text {
  color: #ffffff;
}
.cid-v6Rw87UPAt .mbr-star {
  color: #ff4306;
}
.cid-v8PuAmqFJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v8PuAmqFJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PuAmqFJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PuAmqFJ9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v8PuAmqFJ9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8PuAmqFJ9 .container {
    padding: 0 24px;
  }
}
.cid-v8PuAmqFJ9 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v8PuAmqFJ9 .image-wrapper {
  height: 550px;
}
.cid-v8PuAmqFJ9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v8PuAmqFJ9 .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v8PuAmqFJ9 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8PuAmqFJ9 .content-wrapper {
    padding: 24px;
  }
}
.cid-v8PuAmqFJ9 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v8PuAmqFJ9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8PuAmqFJ9 .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v8PuAmqFJ9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v8PuAmqFJ9 .content-wrapper .content-wrap .mbr-section-btn {
  opacity: 0;
  animation: fadeInButton 1s ease-in forwards;
  animation-delay: 2.5s;
}
.cid-v8PuAmqFJ9 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v8PuAmqFJ9 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v8PuAmqFJ9 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@keyframes fadeInButton {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-v8PuAmqFJ9 .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v8PuAmqFJ9 .mbr-text {
  color: #ffffff;
}
.cid-v8PuAmqFJ9 .mbr-section-title,
.cid-v8PuAmqFJ9 .title-wrapper,
.cid-v8PuAmqFJ9 .mbr-section-btn {
  color: #ccab4d;
}
.cid-v8QwcCyttQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v8QwcCyttQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QwcCyttQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QwcCyttQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v8QwcCyttQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8QwcCyttQ .container {
    padding: 0 24px;
  }
}
.cid-v8QwcCyttQ .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v8QwcCyttQ .image-wrapper {
  height: 600px;
}
.cid-v8QwcCyttQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v8QwcCyttQ .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v8QwcCyttQ .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8QwcCyttQ .content-wrapper {
    padding: 24px;
  }
}
.cid-v8QwcCyttQ .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v8QwcCyttQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8QwcCyttQ .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v8QwcCyttQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v8QwcCyttQ .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v8QwcCyttQ .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v8QwcCyttQ .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v8QwcCyttQ .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v8QwcCyttQ .mbr-text {
  color: #ffffff;
}
.cid-v8QwcCyttQ .mbr-section-title,
.cid-v8QwcCyttQ .title-wrapper,
.cid-v8QwcCyttQ .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eFUb2fef {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9eFUb2fef .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9eFUb2fef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9eFUb2fef .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9eFUb2fef .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9eFUb2fef .container {
    padding: 0 24px;
  }
}
.cid-v9eFUb2fef .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9eFUb2fef .image-wrapper {
  height: 550px;
}
.cid-v9eFUb2fef .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9eFUb2fef .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9eFUb2fef .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9eFUb2fef .content-wrapper {
    padding: 24px;
  }
}
.cid-v9eFUb2fef .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9eFUb2fef .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9eFUb2fef .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9eFUb2fef .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9eFUb2fef .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9eFUb2fef .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9eFUb2fef .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9eFUb2fef .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9eFUb2fef .mbr-text {
  color: #ffffff;
}
.cid-v9eFUb2fef .mbr-section-title,
.cid-v9eFUb2fef .title-wrapper,
.cid-v9eFUb2fef .mbr-section-btn {
  color: #ccab4d;
}
.cid-v8WHnnSJp2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v8WHnnSJp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WHnnSJp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WHnnSJp2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8WHnnSJp2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8WHnnSJp2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8WHnnSJp2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8WHnnSJp2 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8WHnnSJp2 .mbr-section-title {
  color: #000000;
}
.cid-v8WHnnSJp2 .mbr-text,
.cid-v8WHnnSJp2 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8WHnnSJp2 .mbr-section-title,
.cid-v8WHnnSJp2 .title-wrapper,
.cid-v8WHnnSJp2 .mbr-section-btn {
  text-align: center;
  color: #c9a24d;
}
.cid-vckcp1BWKD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #71757f;
}
.cid-vckcp1BWKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckcp1BWKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckcp1BWKD .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vckcp1BWKD .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-vckcp1BWKD .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vckcp1BWKD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vckcp1BWKD .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vckcp1BWKD .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #ffffff;
  border: none;
  margin-top: 16px;
}
.cid-vckcp1BWKD .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vckcp1BWKD .panel-group .card {
    margin-top: 20px;
  }
  .cid-vckcp1BWKD .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vckcp1BWKD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vckcp1BWKD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-vckcp1BWKD .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vckcp1BWKD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vckcp1BWKD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-vckcp1BWKD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-vckcp1BWKD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-vckcp1BWKD .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-vckcp1BWKD .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-vckcp1BWKD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vckcp1BWKD .mbr-label {
  color: #be0000;
}
.cid-vckcp1BWKD .mbr-section-title {
  color: #c9a24d;
}
.cid-vckcp1BWKD .mbr-text,
.cid-vckcp1BWKD .text-wrapper {
  color: #ccab4d;
}
.cid-vckcp1BWKD .panel-title-edit {
  color: #000000;
}
.cid-vckcp1BWKD .panel-text {
  color: #6c7179;
}
.cid-veMhjXaST5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #71757f;
}
.cid-veMhjXaST5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMhjXaST5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMhjXaST5 .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-veMhjXaST5 .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-veMhjXaST5 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-veMhjXaST5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-veMhjXaST5 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veMhjXaST5 .panel-group .card {
  position: relative;
  padding: 8px;
  background-color: #ffffff;
  border: none;
  margin-top: 16px;
}
.cid-veMhjXaST5 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-veMhjXaST5 .panel-group .card {
    margin-top: 20px;
  }
  .cid-veMhjXaST5 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-veMhjXaST5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veMhjXaST5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-veMhjXaST5 .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-veMhjXaST5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-veMhjXaST5 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6c7179;
  border-radius: 100%;
}
.cid-veMhjXaST5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 12px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
  color: #6c7179;
}
.cid-veMhjXaST5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-veMhjXaST5 .panel-group .card .panel-collapse .panel-body {
  margin-top: 8px;
  padding: 24px;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-veMhjXaST5 .panel-group .card .panel-collapse .panel-body {
    padding: 20px;
  }
}
.cid-veMhjXaST5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-veMhjXaST5 .mbr-label {
  color: #be0000;
}
.cid-veMhjXaST5 .mbr-section-title {
  color: #c9a24d;
}
.cid-veMhjXaST5 .mbr-text,
.cid-veMhjXaST5 .text-wrapper {
  color: #ccab4d;
}
.cid-veMhjXaST5 .panel-title-edit {
  color: #000000;
}
.cid-veMhjXaST5 .panel-text {
  color: #6c7179;
}
.cid-v8Q73Hqdzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1531971589569-0d9370cbe1e5.jpeg");
}
.cid-v8Q73Hqdzm .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-v8Q73Hqdzm .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-v8Q73Hqdzm .margin {
  margin-bottom: 10px;
}
.cid-v8Q73Hqdzm .mbr-section-title {
  color: #ccab4d;
  margin-bottom: 20px;
  padding: 0;
}
.cid-v8Q73Hqdzm .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-v8Q73Hqdzm .title {
  font-size: 24px;
  color: #ccab4d;
}
.cid-v8Q73Hqdzm .form-heading {
  margin-bottom: 40px;
}
.cid-v8Q73Hqdzm label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-v8Q73Hqdzm input,
.cid-v8Q73Hqdzm textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-v8Q73Hqdzm .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-v8Q73Hqdzm .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-v8Q73Hqdzm .form-group {
  padding: 0 5px;
  margin: 0;
  margin-bottom: 12px;
}
.cid-v8Q73Hqdzm .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-v8Q73Hqdzm .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-v8Q73Hqdzm .gray-button:hover {
  background-color: #5e6068;
}
.cid-v8Q73Hqdzm ::placeholder {
  color: #a3a6b2;
}
.cid-v8Q73Hqdzm .form-control {
  height: 38px;
  font-size: 14px;
  padding: 6px 10px;
}
.cid-v8Q73Hqdzm textarea.form-control {
  min-height: 120px;
}
.cid-v8Q73Hqdzm .form-control:focus,
.cid-v8Q73Hqdzm textarea.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #c9a24d !important;
  background-color: #3F424E;
}
.cid-v8Q73Hqdzm input.form-control,
.cid-v8Q73Hqdzm textarea.form-control {
  color: #ffffff !important;
}
.cid-v8Q73Hqdzm .dsgvo-text,
.cid-v8Q73Hqdzm .dsgvo-text label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}
.cid-v8Q73Hqdzm .dsgvo-text input[type="checkbox"] {
  margin-right: 6px;
  transform: translateY(1px);
}
.cid-v8Q73Hqdzm .dsgvo-text a {
  display: inline;
}
.cid-vcBLNGckdI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-vcBLNGckdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcBLNGckdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcBLNGckdI .row {
  border-top: 1px solid #71757f;
  border-bottom: 1px solid #71757f;
  padding: 4rem 0;
  justify-content: center;
}
.cid-vcBLNGckdI .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-vcBLNGckdI .container {
    max-width: 1400px;
  }
}
.cid-vcBLNGckdI .card {
  margin: auto;
}
.cid-vcBLNGckdI .card-title,
.cid-vcBLNGckdI .mbr-iconfont {
  transition: all 0.3s;
}
.cid-vcBLNGckdI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ccab4d;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-vcBLNGckdI .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-vcBLNGckdI .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcBLNGckdI .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-vcBLNGckdI .card-wrapper:hover .card-title,
.cid-vcBLNGckdI .card-wrapper:hover .mbr-iconfont {
  color: #71757f !important;
}
.cid-vcBLNGckdI .card-title,
.cid-vcBLNGckdI .card-box {
  color: #491414;
}
.cid-vcBLNGckdI .mbr-section-title {
  color: #ffffff;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-58 {
  /* Type valid CSS here */
}
#custom-html-58 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-58 p {
  font-size: 60px;
  color: #777;
}
#custom-html-25 {
  /* Type valid CSS here */
}
#custom-html-25 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-25 p {
  font-size: 60px;
  color: #777;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-2z {
  /* Type valid CSS here */
}
#custom-html-2z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2z p {
  font-size: 60px;
  color: #777;
}
.cid-v8XAW0u4xZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8XAW0u4xZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XAW0u4xZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8XAW0u4xZ .container {
    padding: 0 30px;
  }
}
.cid-v8XAW0u4xZ .card {
  justify-content: center;
}
.cid-v8XAW0u4xZ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v8XAW0u4xZ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v8XAW0u4xZ .content-wrapper {
    padding: 0;
  }
}
.cid-v8XAW0u4xZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8XAW0u4xZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8XAW0u4xZ .mbr-section-title {
  color: #bee0d6;
}
.cid-v8XAW0u4xZ .mbr-section-title,
.cid-v8XAW0u4xZ .mbr-section-btn {
  text-align: center;
  color: #9c9c9c;
}
#custom-html-2y {
  /* =========================================
   REGISTRIERUNGSFORMULAR – ZENTRIERT & KOMPAKT
   ========================================= */
  /* Mobile: volle Breite */
}
#custom-html-2y .register-wrapper {
  max-width: 520px;
  /* ← FORMULARBREITE */
  margin: 40px auto;
  /* zentrieren */
  padding: 24px;
}
#custom-html-2y .register-form .form-control {
  height: 36px;
  /* ← FELDHÖHE (kleiner) */
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.2;
}
#custom-html-2y .register-form .form-group {
  margin-bottom: 10px;
  /* Abstand zwischen Feldern */
}
#custom-html-2y .register-dsgvo {
  font-size: 13px;
}
#custom-html-2y .register-dsgvo input[type="checkbox"] {
  transform: scale(0.9);
}
@media (max-width: 576px) {
  #custom-html-2y .register-wrapper {
    max-width: 100%;
    padding: 16px;
  }
}
#custom-html-30 {
  /* Type valid CSS here */
}
#custom-html-30 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-30 p {
  font-size: 60px;
  color: #777;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-32 {
  /* Type valid CSS here */
}
#custom-html-32 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-32 p {
  font-size: 60px;
  color: #777;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9BPya9tS3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9BPya9tS3 nav.navbar {
  position: fixed;
}
.cid-v9BPya9tS3 .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-v9BPya9tS3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9BPya9tS3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9BPya9tS3 .dropdown-item:hover,
.cid-v9BPya9tS3 .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9BPya9tS3 .dropdown-item:hover span {
  color: white;
}
.cid-v9BPya9tS3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9BPya9tS3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9BPya9tS3 .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9BPya9tS3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9BPya9tS3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9BPya9tS3 .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9BPya9tS3 .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9BPya9tS3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9BPya9tS3 .container {
    flex-wrap: wrap;
  }
}
.cid-v9BPya9tS3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9BPya9tS3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9BPya9tS3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9BPya9tS3 .dropdown-menu,
.cid-v9BPya9tS3 .navbar.opened {
  background: #71757f !important;
}
.cid-v9BPya9tS3 .nav-item:focus,
.cid-v9BPya9tS3 .nav-link:focus {
  outline: none;
}
.cid-v9BPya9tS3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9BPya9tS3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9BPya9tS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9BPya9tS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9BPya9tS3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9BPya9tS3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9BPya9tS3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9BPya9tS3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v9BPya9tS3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9BPya9tS3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v9BPya9tS3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9BPya9tS3 .navbar.collapsed {
  justify-content: center;
}
.cid-v9BPya9tS3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9BPya9tS3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9BPya9tS3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9BPya9tS3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9BPya9tS3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9BPya9tS3 .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-v9BPya9tS3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9BPya9tS3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9BPya9tS3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9BPya9tS3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9BPya9tS3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9BPya9tS3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9BPya9tS3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9BPya9tS3 .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-v9BPya9tS3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9BPya9tS3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9BPya9tS3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9BPya9tS3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9BPya9tS3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9BPya9tS3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9BPya9tS3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9BPya9tS3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9BPya9tS3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9BPya9tS3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9BPya9tS3 .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-v9BPya9tS3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9BPya9tS3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9BPya9tS3 .dropdown-item.active,
.cid-v9BPya9tS3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v9BPya9tS3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9BPya9tS3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9BPya9tS3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9BPya9tS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9BPya9tS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9BPya9tS3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9BPya9tS3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9BPya9tS3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9BPya9tS3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9BPya9tS3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9BPya9tS3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9BPya9tS3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9BPya9tS3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9BPya9tS3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9BPya9tS3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9BPya9tS3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9BPya9tS3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9BPya9tS3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9BPya9tS3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9BPya9tS3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9BPya9tS3 .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-v9BPya9tS3 .navbar {
    height: 70px;
  }
  .cid-v9BPya9tS3 .navbar.opened {
    height: auto;
  }
  .cid-v9BPya9tS3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9BPya9tS3 .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9BPya9tS3 .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9BPya9tS3 .navbar,
.cid-v9BPya9tS3 .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9BPya9tS3 .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9BPya9tS3 .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9BPya9tS3 .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(1),
  .cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(2),
  .cid-v9BPya9tS3 .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-8m {
  /* Type valid CSS here */
}
#custom-html-8m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8m p {
  font-size: 60px;
  color: #777;
}
.cid-v9BSpWlqd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9BSpWlqd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BSpWlqd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v9BSpWlqd8 .container {
    padding: 0 20px;
  }
}
.cid-v9BSpWlqd8 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v9BSpWlqd8 .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-v9BSpWlqd8 .mbr-text {
  color: #070035;
}
.cid-v9BPyb71Fy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9BPyb71Fy .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9BPyb71Fy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9BPyb71Fy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9BPyb71Fy .list {
    margin-bottom: 30px;
  }
}
.cid-v9BPyb71Fy .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9BPyb71Fy .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9BPyb71Fy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9BPyb71Fy .copyright {
  color: #ccab4d;
}
.cid-v9BPyb71Fy .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9BPyb71Fy .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9BPyb71Fy .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9BPyb71Fy .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9BPyb71Fy .footer {
    text-align: center !important;
  }
}
.cid-v9BPyb71Fy .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9BPyb71Fy .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vcxi0u9xwM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcxi0u9xwM nav.navbar {
  position: fixed;
}
.cid-vcxi0u9xwM .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-vcxi0u9xwM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcxi0u9xwM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-vcxi0u9xwM .dropdown-item:hover,
.cid-vcxi0u9xwM .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-vcxi0u9xwM .dropdown-item:hover span {
  color: white;
}
.cid-vcxi0u9xwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcxi0u9xwM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcxi0u9xwM .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-vcxi0u9xwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcxi0u9xwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcxi0u9xwM .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-vcxi0u9xwM .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-vcxi0u9xwM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcxi0u9xwM .container {
    flex-wrap: wrap;
  }
}
.cid-vcxi0u9xwM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcxi0u9xwM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vcxi0u9xwM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vcxi0u9xwM .dropdown-menu,
.cid-vcxi0u9xwM .navbar.opened {
  background: #71757f !important;
}
.cid-vcxi0u9xwM .nav-item:focus,
.cid-vcxi0u9xwM .nav-link:focus {
  outline: none;
}
.cid-vcxi0u9xwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcxi0u9xwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcxi0u9xwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcxi0u9xwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcxi0u9xwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcxi0u9xwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcxi0u9xwM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-vcxi0u9xwM .navbar.opened {
  transition: all 0.3s;
}
.cid-vcxi0u9xwM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcxi0u9xwM .navbar .navbar-logo img {
  width: auto;
}
.cid-vcxi0u9xwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcxi0u9xwM .navbar.collapsed {
  justify-content: center;
}
.cid-vcxi0u9xwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcxi0u9xwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcxi0u9xwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcxi0u9xwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcxi0u9xwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcxi0u9xwM .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-vcxi0u9xwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcxi0u9xwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcxi0u9xwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcxi0u9xwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcxi0u9xwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcxi0u9xwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcxi0u9xwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcxi0u9xwM .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-vcxi0u9xwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcxi0u9xwM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcxi0u9xwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcxi0u9xwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcxi0u9xwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcxi0u9xwM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcxi0u9xwM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcxi0u9xwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcxi0u9xwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcxi0u9xwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcxi0u9xwM .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-vcxi0u9xwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcxi0u9xwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcxi0u9xwM .dropdown-item.active,
.cid-vcxi0u9xwM .dropdown-item:active {
  background-color: transparent;
}
.cid-vcxi0u9xwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcxi0u9xwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcxi0u9xwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcxi0u9xwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-vcxi0u9xwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcxi0u9xwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcxi0u9xwM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcxi0u9xwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcxi0u9xwM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcxi0u9xwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcxi0u9xwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcxi0u9xwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcxi0u9xwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcxi0u9xwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcxi0u9xwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcxi0u9xwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcxi0u9xwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcxi0u9xwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcxi0u9xwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcxi0u9xwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcxi0u9xwM .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-vcxi0u9xwM .navbar {
    height: 70px;
  }
  .cid-vcxi0u9xwM .navbar.opened {
    height: auto;
  }
  .cid-vcxi0u9xwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcxi0u9xwM .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-vcxi0u9xwM .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-vcxi0u9xwM .navbar,
.cid-vcxi0u9xwM .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-vcxi0u9xwM .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-vcxi0u9xwM .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-vcxi0u9xwM .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(1),
  .cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(2),
  .cid-vcxi0u9xwM .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-9e {
  /* Type valid CSS here */
}
#custom-html-9e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9e p {
  font-size: 60px;
  color: #777;
}
.cid-vcxi0uJU8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcxi0uJU8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxi0uJU8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcxi0uJU8O .container {
    padding: 0 20px;
  }
}
.cid-vcxi0uJU8O .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-vcxi0uJU8O .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-vcxi0uJU8O .mbr-text {
  color: #070035;
}
.cid-vcxi0vdsPv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-vcxi0vdsPv .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-vcxi0vdsPv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcxi0vdsPv .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-vcxi0vdsPv .list {
    margin-bottom: 30px;
  }
}
.cid-vcxi0vdsPv .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-vcxi0vdsPv .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-vcxi0vdsPv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcxi0vdsPv .copyright {
  color: #ccab4d;
}
.cid-vcxi0vdsPv .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-vcxi0vdsPv .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-vcxi0vdsPv .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-vcxi0vdsPv .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-vcxi0vdsPv .footer {
    text-align: center !important;
  }
}
.cid-vcxi0vdsPv .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-vcxi0vdsPv .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-37 {
  /* Type valid CSS here */
}
#custom-html-37 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-37 p {
  font-size: 60px;
  color: #777;
}
.cid-v9AHGvGTby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v9AHGvGTby .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AHGvGTby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AHGvGTby .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9AHGvGTby .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9AHGvGTby .container {
    padding: 0 24px;
  }
}
.cid-v9AHGvGTby .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9AHGvGTby .image-wrapper {
  height: 1200px;
}
.cid-v9AHGvGTby .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9AHGvGTby .image-wrapper {
    height: 360px;
    margin-bottom: 0;
  }
}
.cid-v9AHGvGTby .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9AHGvGTby .content-wrapper {
    padding: 24px;
  }
}
.cid-v9AHGvGTby .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9AHGvGTby .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AHGvGTby .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9AHGvGTby .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9AHGvGTby .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9AHGvGTby .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9AHGvGTby .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9AHGvGTby .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9AHGvGTby .mbr-text {
  color: #ffffff;
}
.cid-v9AHGvGTby .mbr-section-title,
.cid-v9AHGvGTby .title-wrapper,
.cid-v9AHGvGTby .mbr-section-btn {
  color: #ccab4d;
}
.cid-v8W9qK0lGz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-v8W9qK0lGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8W9qK0lGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8W9qK0lGz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8W9qK0lGz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8W9qK0lGz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8W9qK0lGz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8W9qK0lGz .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v8W9qK0lGz .mbr-section-title {
  color: #000000;
}
.cid-v8W9qK0lGz .mbr-text,
.cid-v8W9qK0lGz .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8W9qK0lGz .mbr-section-title,
.cid-v8W9qK0lGz .title-wrapper,
.cid-v8W9qK0lGz .mbr-section-btn {
  text-align: center;
}
.cid-v9f1HCI87c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v9f1HCI87c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f1HCI87c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f1HCI87c .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f1HCI87c .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f1HCI87c .container {
    padding: 0 24px;
  }
}
.cid-v9f1HCI87c .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f1HCI87c .image-wrapper {
  height: 650px;
}
.cid-v9f1HCI87c .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f1HCI87c .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f1HCI87c .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f1HCI87c .content-wrapper {
    padding: 28px 20px;
  }
}
.cid-v9f1HCI87c .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f1HCI87c .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f1HCI87c .content-wrapper .content-wrap .mbr-section-title {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-v9f1HCI87c .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v9f1HCI87c .content-wrapper .content-wrap .mbr-text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center !important;
  }
}
.cid-v9f1HCI87c .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f1HCI87c .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f1HCI87c .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f1HCI87c .row > .card {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-v9f1HCI87c .row > .card + .card {
    margin-top: 0 !important;
  }
}
.cid-v9f1HCI87c .mbr-text {
  color: #ffffff;
}
.cid-v9f1HCI87c .mbr-section-title,
.cid-v9f1HCI87c .title-wrapper,
.cid-v9f1HCI87c .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f1Use5qB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f1Use5qB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f1Use5qB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f1Use5qB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f1Use5qB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f1Use5qB .container {
    padding: 0 24px;
  }
}
.cid-v9f1Use5qB .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f1Use5qB .image-wrapper {
  height: 600px;
}
.cid-v9f1Use5qB .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f1Use5qB .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f1Use5qB .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f1Use5qB .content-wrapper {
    padding: 28px 20px;
  }
}
.cid-v9f1Use5qB .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f1Use5qB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f1Use5qB .content-wrapper .content-wrap .mbr-section-title {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-v9f1Use5qB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v9f1Use5qB .content-wrapper .content-wrap .mbr-text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center !important;
  }
}
.cid-v9f1Use5qB .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f1Use5qB .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f1Use5qB .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f1Use5qB .row > .card {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-v9f1Use5qB .row > .card + .card {
    margin-top: 0 !important;
  }
}
.cid-v9f1Use5qB .mbr-text {
  color: #ffffff;
}
.cid-v9f1Use5qB .mbr-section-title,
.cid-v9f1Use5qB .title-wrapper,
.cid-v9f1Use5qB .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f37d1kt8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f37d1kt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f37d1kt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f37d1kt8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f37d1kt8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f37d1kt8 .container {
    padding: 0 24px;
  }
}
.cid-v9f37d1kt8 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f37d1kt8 .image-wrapper {
  height: 900px;
}
.cid-v9f37d1kt8 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f37d1kt8 .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f37d1kt8 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f37d1kt8 .content-wrapper {
    padding: 28px 20px;
  }
}
.cid-v9f37d1kt8 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f37d1kt8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f37d1kt8 .content-wrapper .content-wrap .mbr-section-title {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-v9f37d1kt8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v9f37d1kt8 .content-wrapper .content-wrap .mbr-text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center !important;
  }
}
.cid-v9f37d1kt8 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f37d1kt8 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f37d1kt8 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f37d1kt8 .row > .card {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-v9f37d1kt8 .row > .card + .card {
    margin-top: 0 !important;
  }
}
.cid-v9f37d1kt8 .mbr-section-title,
.cid-v9f37d1kt8 .title-wrapper,
.cid-v9f37d1kt8 .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f37d1kt8 .mbr-text {
  color: #ffffff;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-3k {
  /* Type valid CSS here */
}
#custom-html-3k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3k p {
  font-size: 60px;
  color: #777;
}
.cid-v8WlHs001R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v8WlHs001R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WlHs001R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WlHs001R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v8WlHs001R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8WlHs001R .container {
    padding: 0 24px;
  }
}
.cid-v8WlHs001R .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v8WlHs001R .image-wrapper {
  height: 1400px;
}
.cid-v8WlHs001R .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v8WlHs001R .image-wrapper {
    height: 420px;
    margin-bottom: 0;
  }
}
.cid-v8WlHs001R .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8WlHs001R .content-wrapper {
    padding: 24px;
  }
}
.cid-v8WlHs001R .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v8WlHs001R .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8WlHs001R .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v8WlHs001R .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v8WlHs001R .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v8WlHs001R .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v8WlHs001R .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v8WlHs001R .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v8WlHs001R .mbr-text {
  color: #ffffff;
}
.cid-v8WlHs001R .mbr-section-title,
.cid-v8WlHs001R .title-wrapper,
.cid-v8WlHs001R .mbr-section-btn {
  color: #ccab4d;
}
.cid-veMaULszqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-veMaULszqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMaULszqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMaULszqC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-veMaULszqC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-veMaULszqC .container {
    padding: 0 24px;
  }
}
.cid-veMaULszqC .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-veMaULszqC .image-wrapper {
  height: 1900px;
}
.cid-veMaULszqC .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-veMaULszqC .image-wrapper {
    height: 420px;
    margin-bottom: 0;
  }
}
.cid-veMaULszqC .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veMaULszqC .content-wrapper {
    padding: 24px;
  }
}
.cid-veMaULszqC .content-wrapper .content-wrap {
  width: 100%;
}
.cid-veMaULszqC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veMaULszqC .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-veMaULszqC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-veMaULszqC .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-veMaULszqC .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-veMaULszqC .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-veMaULszqC .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-veMaULszqC .mbr-text {
  color: #ffffff;
}
.cid-veMaULszqC .mbr-section-title,
.cid-veMaULszqC .title-wrapper,
.cid-veMaULszqC .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-3r {
  /* Type valid CSS here */
}
#custom-html-3r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3r p {
  font-size: 60px;
  color: #777;
}
.cid-v8WmdD83Od {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v8WmdD83Od .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WmdD83Od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WmdD83Od .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v8WmdD83Od .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8WmdD83Od .container {
    padding: 0 24px;
  }
}
.cid-v8WmdD83Od .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v8WmdD83Od .image-wrapper {
  height: 650px;
}
.cid-v8WmdD83Od .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v8WmdD83Od .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v8WmdD83Od .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8WmdD83Od .content-wrapper {
    padding: 24px;
  }
}
.cid-v8WmdD83Od .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v8WmdD83Od .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8WmdD83Od .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v8WmdD83Od .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v8WmdD83Od .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v8WmdD83Od .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v8WmdD83Od .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v8WmdD83Od .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v8WmdD83Od .mbr-text {
  color: #ffffff;
}
.cid-v8WmdD83Od .mbr-section-title,
.cid-v8WmdD83Od .title-wrapper,
.cid-v8WmdD83Od .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-3u {
  /* Type valid CSS here */
}
#custom-html-3u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3u p {
  font-size: 60px;
  color: #777;
}
.cid-v9f4et9onK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f4et9onK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f4et9onK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f4et9onK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f4et9onK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f4et9onK .container {
    padding: 0 24px;
  }
}
.cid-v9f4et9onK .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f4et9onK .image-wrapper {
  height: 650px;
}
.cid-v9f4et9onK .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f4et9onK .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f4et9onK .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f4et9onK .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f4et9onK .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f4et9onK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f4et9onK .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f4et9onK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f4et9onK .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f4et9onK .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f4et9onK .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f4et9onK .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f4et9onK .mbr-text {
  color: #ffffff;
}
.cid-v9f4et9onK .mbr-section-title,
.cid-v9f4et9onK .title-wrapper,
.cid-v9f4et9onK .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f4x6FJGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f4x6FJGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f4x6FJGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f4x6FJGb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f4x6FJGb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f4x6FJGb .container {
    padding: 0 24px;
  }
}
.cid-v9f4x6FJGb .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f4x6FJGb .image-wrapper {
  height: 650px;
}
.cid-v9f4x6FJGb .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f4x6FJGb .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f4x6FJGb .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f4x6FJGb .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f4x6FJGb .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f4x6FJGb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f4x6FJGb .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f4x6FJGb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f4x6FJGb .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f4x6FJGb .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f4x6FJGb .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f4x6FJGb .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f4x6FJGb .mbr-text {
  color: #ffffff;
}
.cid-v9f4x6FJGb .mbr-section-title,
.cid-v9f4x6FJGb .title-wrapper,
.cid-v9f4x6FJGb .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f5X25HQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f5X25HQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f5X25HQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f5X25HQv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f5X25HQv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f5X25HQv .container {
    padding: 0 24px;
  }
}
.cid-v9f5X25HQv .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f5X25HQv .image-wrapper {
  height: 650px;
}
.cid-v9f5X25HQv .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f5X25HQv .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f5X25HQv .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f5X25HQv .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f5X25HQv .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f5X25HQv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f5X25HQv .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f5X25HQv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f5X25HQv .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f5X25HQv .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f5X25HQv .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f5X25HQv .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f5X25HQv .mbr-text {
  color: #ffffff;
}
.cid-v9f5X25HQv .mbr-section-title,
.cid-v9f5X25HQv .title-wrapper,
.cid-v9f5X25HQv .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f4JDJMOV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f4JDJMOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f4JDJMOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f4JDJMOV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f4JDJMOV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f4JDJMOV .container {
    padding: 0 24px;
  }
}
.cid-v9f4JDJMOV .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f4JDJMOV .image-wrapper {
  height: 750px;
}
.cid-v9f4JDJMOV .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f4JDJMOV .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f4JDJMOV .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f4JDJMOV .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f4JDJMOV .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f4JDJMOV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f4JDJMOV .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f4JDJMOV .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f4JDJMOV .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f4JDJMOV .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f4JDJMOV .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f4JDJMOV .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f4JDJMOV .mbr-text {
  color: #ffffff;
}
.cid-v9f4JDJMOV .mbr-section-title,
.cid-v9f4JDJMOV .title-wrapper,
.cid-v9f4JDJMOV .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f5BcMk6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f5BcMk6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f5BcMk6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f5BcMk6D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f5BcMk6D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f5BcMk6D .container {
    padding: 0 24px;
  }
}
.cid-v9f5BcMk6D .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f5BcMk6D .image-wrapper {
  height: 750px;
}
.cid-v9f5BcMk6D .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f5BcMk6D .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f5BcMk6D .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f5BcMk6D .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f5BcMk6D .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f5BcMk6D .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f5BcMk6D .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f5BcMk6D .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f5BcMk6D .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f5BcMk6D .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f5BcMk6D .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f5BcMk6D .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f5BcMk6D .mbr-text {
  color: #ffffff;
}
.cid-v9f5BcMk6D .mbr-section-title,
.cid-v9f5BcMk6D .title-wrapper,
.cid-v9f5BcMk6D .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f4To8AKc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f4To8AKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f4To8AKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f4To8AKc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f4To8AKc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f4To8AKc .container {
    padding: 0 24px;
  }
}
.cid-v9f4To8AKc .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f4To8AKc .image-wrapper {
  height: 750px;
}
.cid-v9f4To8AKc .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f4To8AKc .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f4To8AKc .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f4To8AKc .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f4To8AKc .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f4To8AKc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f4To8AKc .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f4To8AKc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f4To8AKc .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f4To8AKc .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f4To8AKc .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f4To8AKc .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f4To8AKc .mbr-text {
  color: #ffffff;
}
.cid-v9f4To8AKc .mbr-section-title,
.cid-v9f4To8AKc .title-wrapper,
.cid-v9f4To8AKc .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f64CvD0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f64CvD0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f64CvD0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f64CvD0P .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f64CvD0P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f64CvD0P .container {
    padding: 0 24px;
  }
}
.cid-v9f64CvD0P .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f64CvD0P .image-wrapper {
  height: 750px;
}
.cid-v9f64CvD0P .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f64CvD0P .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f64CvD0P .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f64CvD0P .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f64CvD0P .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f64CvD0P .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f64CvD0P .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f64CvD0P .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f64CvD0P .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f64CvD0P .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f64CvD0P .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f64CvD0P .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f64CvD0P .mbr-text {
  color: #ffffff;
}
.cid-v9f64CvD0P .mbr-section-title,
.cid-v9f64CvD0P .title-wrapper,
.cid-v9f64CvD0P .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f5ivkjhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f5ivkjhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f5ivkjhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f5ivkjhD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f5ivkjhD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f5ivkjhD .container {
    padding: 0 24px;
  }
}
.cid-v9f5ivkjhD .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f5ivkjhD .image-wrapper {
  height: 750px;
}
.cid-v9f5ivkjhD .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f5ivkjhD .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f5ivkjhD .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f5ivkjhD .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f5ivkjhD .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f5ivkjhD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f5ivkjhD .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f5ivkjhD .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f5ivkjhD .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f5ivkjhD .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f5ivkjhD .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f5ivkjhD .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f5ivkjhD .mbr-text {
  color: #ffffff;
}
.cid-v9f5ivkjhD .mbr-section-title,
.cid-v9f5ivkjhD .title-wrapper,
.cid-v9f5ivkjhD .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f6bNtw0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f6bNtw0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f6bNtw0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f6bNtw0D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f6bNtw0D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f6bNtw0D .container {
    padding: 0 24px;
  }
}
.cid-v9f6bNtw0D .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f6bNtw0D .image-wrapper {
  height: 750px;
}
.cid-v9f6bNtw0D .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f6bNtw0D .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f6bNtw0D .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f6bNtw0D .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f6bNtw0D .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f6bNtw0D .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f6bNtw0D .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f6bNtw0D .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f6bNtw0D .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f6bNtw0D .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f6bNtw0D .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f6bNtw0D .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f6bNtw0D .mbr-text {
  color: #ffffff;
}
.cid-v9f6bNtw0D .mbr-section-title,
.cid-v9f6bNtw0D .title-wrapper,
.cid-v9f6bNtw0D .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9f5rg24Xn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f5rg24Xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f5rg24Xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f5rg24Xn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f5rg24Xn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f5rg24Xn .container {
    padding: 0 24px;
  }
}
.cid-v9f5rg24Xn .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f5rg24Xn .image-wrapper {
  height: 1000px;
}
.cid-v9f5rg24Xn .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f5rg24Xn .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f5rg24Xn .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f5rg24Xn .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f5rg24Xn .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f5rg24Xn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f5rg24Xn .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f5rg24Xn .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f5rg24Xn .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f5rg24Xn .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f5rg24Xn .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f5rg24Xn .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f5rg24Xn .mbr-text {
  color: #ffffff;
}
.cid-v9f5rg24Xn .mbr-section-title,
.cid-v9f5rg24Xn .title-wrapper,
.cid-v9f5rg24Xn .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-4k {
  /* Type valid CSS here */
}
#custom-html-4k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4k p {
  font-size: 60px;
  color: #777;
}
.cid-v9f6oq9sol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f6oq9sol .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f6oq9sol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f6oq9sol .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f6oq9sol .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f6oq9sol .container {
    padding: 0 24px;
  }
}
.cid-v9f6oq9sol .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f6oq9sol .image-wrapper {
  height: 750px;
}
.cid-v9f6oq9sol .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f6oq9sol .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f6oq9sol .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f6oq9sol .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f6oq9sol .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f6oq9sol .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f6oq9sol .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f6oq9sol .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f6oq9sol .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f6oq9sol .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f6oq9sol .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f6oq9sol .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f6oq9sol .mbr-text {
  color: #ffffff;
}
.cid-v9f6oq9sol .mbr-section-title,
.cid-v9f6oq9sol .title-wrapper,
.cid-v9f6oq9sol .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-4x {
  /* Type valid CSS here */
}
#custom-html-4x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4x p {
  font-size: 60px;
  color: #777;
}
.cid-v9f6A6s9PO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f6A6s9PO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f6A6s9PO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f6A6s9PO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f6A6s9PO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f6A6s9PO .container {
    padding: 0 24px;
  }
}
.cid-v9f6A6s9PO .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f6A6s9PO .image-wrapper {
  height: 550px;
}
.cid-v9f6A6s9PO .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f6A6s9PO .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f6A6s9PO .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f6A6s9PO .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f6A6s9PO .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f6A6s9PO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f6A6s9PO .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f6A6s9PO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f6A6s9PO .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f6A6s9PO .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f6A6s9PO .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f6A6s9PO .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f6A6s9PO .mbr-text {
  color: #ffffff;
}
.cid-v9f6A6s9PO .mbr-section-title,
.cid-v9f6A6s9PO .title-wrapper,
.cid-v9f6A6s9PO .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-51 {
  /* Type valid CSS here */
}
#custom-html-51 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-51 p {
  font-size: 60px;
  color: #777;
}
.cid-v9f6Kb60uz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f6Kb60uz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f6Kb60uz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f6Kb60uz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f6Kb60uz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f6Kb60uz .container {
    padding: 0 24px;
  }
}
.cid-v9f6Kb60uz .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f6Kb60uz .image-wrapper {
  height: 650px;
}
.cid-v9f6Kb60uz .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f6Kb60uz .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f6Kb60uz .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f6Kb60uz .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f6Kb60uz .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f6Kb60uz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f6Kb60uz .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f6Kb60uz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f6Kb60uz .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f6Kb60uz .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f6Kb60uz .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f6Kb60uz .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f6Kb60uz .mbr-text {
  color: #ffffff;
}
.cid-v9f6Kb60uz .mbr-section-title,
.cid-v9f6Kb60uz .title-wrapper,
.cid-v9f6Kb60uz .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v9eqNxaZjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v9eqNxaZjv nav.navbar {
  position: fixed;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9eqNxaZjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .dropdown-item:hover,
.cid-v9eqNxaZjv .dropdown-item:focus {
  background: #ccab4d !important;
  color: white !important;
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .dropdown-item:hover span {
  color: white;
}
.cid-v9eqNxaZjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9eqNxaZjv .dropdown-item:last-child:hover {
  border: 2px solid #ccab4d !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9eqNxaZjv .nav-link {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v9eqNxaZjv .nav-link:hover {
  border: 2px solid #B8860B;
  background: transparent;
}
.cid-v9eqNxaZjv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9eqNxaZjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInMenuItem 0.6s ease-in forwards;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.1s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 1.3s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 1.5s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 1.7s;
}
.cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 1.9s;
}
@keyframes fadeInMenuItem {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v9eqNxaZjv .dropdown-menu,
.cid-v9eqNxaZjv .navbar.opened {
  background: #71757f !important;
}
.cid-v9eqNxaZjv .nav-item:focus,
.cid-v9eqNxaZjv .nav-link:focus {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9eqNxaZjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9eqNxaZjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9eqNxaZjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9eqNxaZjv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9eqNxaZjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9eqNxaZjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9eqNxaZjv .navbar.collapsed {
  justify-content: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9eqNxaZjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9eqNxaZjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9eqNxaZjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9eqNxaZjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9eqNxaZjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9eqNxaZjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9eqNxaZjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9eqNxaZjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9eqNxaZjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9eqNxaZjv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9eqNxaZjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9eqNxaZjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9eqNxaZjv .dropdown-item.active,
.cid-v9eqNxaZjv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9eqNxaZjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9eqNxaZjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #71757f;
}
.cid-v9eqNxaZjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9eqNxaZjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9eqNxaZjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9eqNxaZjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9eqNxaZjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9eqNxaZjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9eqNxaZjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9eqNxaZjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9eqNxaZjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9eqNxaZjv .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-v9eqNxaZjv .navbar {
    height: 70px;
  }
  .cid-v9eqNxaZjv .navbar.opened {
    height: auto;
  }
  .cid-v9eqNxaZjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9eqNxaZjv .navbar .navbar-logo img {
  height: 160px !important;
  max-height: none !important;
  width: auto !important;
}
.cid-v9eqNxaZjv .navbar.navbar-short .navbar-logo img {
  height: 100px !important;
}
.cid-v9eqNxaZjv .navbar,
.cid-v9eqNxaZjv .navbar-brand {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v9eqNxaZjv .navbar-nav .dropdown > .nav-link.dropdown-toggle {
    display: none !important;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none;
    box-shadow: none;
    background: transparent !important;
    padding: 0;
    margin: 0;
  }
  .cid-v9eqNxaZjv .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(1),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(2),
  .cid-v9eqNxaZjv .navbar-nav .nav-item:nth-child(3) {
    display: none !important;
  }
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-55 p {
  font-size: 60px;
  color: #777;
}
.cid-v9f7cpc5eb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-v9f7cpc5eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f7cpc5eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f7cpc5eb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v9f7cpc5eb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9f7cpc5eb .container {
    padding: 0 24px;
  }
}
.cid-v9f7cpc5eb .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-v9f7cpc5eb .image-wrapper {
  height: 550px;
}
.cid-v9f7cpc5eb .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v9f7cpc5eb .image-wrapper {
    height: 260px;
    margin-bottom: 0;
  }
}
.cid-v9f7cpc5eb .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #71757f;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9f7cpc5eb .content-wrapper {
    padding: 24px;
  }
}
.cid-v9f7cpc5eb .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v9f7cpc5eb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9f7cpc5eb .content-wrapper .content-wrap .mbr-section-title {
    margin-top: 0;
  }
}
.cid-v9f7cpc5eb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v9f7cpc5eb .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e95a56 0%, transparent 100%);
}
.cid-v9f7cpc5eb .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-v9f7cpc5eb .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
@media (max-width: 992px) {
  .cid-v9f7cpc5eb .row > .card:first-child {
    margin-bottom: 16px !important;
  }
}
.cid-v9f7cpc5eb .mbr-text {
  color: #ffffff;
}
.cid-v9f7cpc5eb .mbr-section-title,
.cid-v9f7cpc5eb .title-wrapper,
.cid-v9f7cpc5eb .mbr-section-btn {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #71757f;
}
.cid-v9eNzY2GWQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #ccab4d;
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .list {
    margin-bottom: 30px;
  }
}
.cid-v9eNzY2GWQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v9eNzY2GWQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9eNzY2GWQ .copyright {
  color: #ccab4d;
}
.cid-v9eNzY2GWQ .mbr-section-subtitle {
  color: #ccab4d;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-v9eNzY2GWQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-v9eNzY2GWQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-v9eNzY2GWQ .footer {
    text-align: center !important;
  }
}
.cid-v9eNzY2GWQ .footer-logo {
  opacity: 0;
  animation: fadeInLogo 0.5s ease-in 2s forwards;
}
@media (max-width: 576px) {
  .cid-v9eNzY2GWQ .footer-logo {
    margin: 0 auto;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
