.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdfbf9;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #a9c5d0 !important;
}
.bg-success {
  background-color: #64e2a8 !important;
}
.bg-info {
  background-color: #50daf6 !important;
}
.bg-warning {
  background-color: #ffd147 !important;
}
.bg-danger {
  background-color: #e4626f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a9c5d0 !important;
  border-color: #a9c5d0 !important;
  color: #2b454f !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a9c5d0 !important;
  border-color: #a9c5d0 !important;
  box-shadow: 0 0 33px 0 #a9c5d0;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2b454f !important;
  background-color: #cadbe2 !important;
  border-color: #cadbe2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f36870 !important;
  border-color: #f36870 !important;
  color: #55070b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f36870 !important;
  border-color: #f36870 !important;
  box-shadow: 0 0 33px 0 #f36870;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #55070b !important;
  background-color: #f7979d !important;
  border-color: #f7979d !important;
}
.btn-info,
.btn-info:active {
  background-color: #50daf6 !important;
  border-color: #50daf6 !important;
  color: #033944 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #50daf6 !important;
  border-color: #50daf6 !important;
  box-shadow: 0 0 33px 0 #50daf6;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #033944 !important;
  background-color: #81e4f8 !important;
  border-color: #81e4f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #64e2a8 !important;
  border-color: #64e2a8 !important;
  color: #0b3c25 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #64e2a8 !important;
  border-color: #64e2a8 !important;
  box-shadow: 0 0 33px 0 #64e2a8;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0b3c25 !important;
  background-color: #8feac0 !important;
  border-color: #8feac0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd147 !important;
  border-color: #ffd147 !important;
  color: #473500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd147 !important;
  border-color: #ffd147 !important;
  box-shadow: 0 0 33px 0 #ffd147;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #473500 !important;
  background-color: #ffde7a !important;
  border-color: #ffde7a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4626f !important;
  border-color: #e4626f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e4626f !important;
  border-color: #e4626f !important;
  box-shadow: 0 0 33px 0 #e4626f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb8e97 !important;
  border-color: #eb8e97 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a9c5d0;
  color: #a9c5d0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a9c5d0 !important;
  background-color: transparent !important;
  border-color: #a9c5d0 !important;
  box-shadow: 0 0 33px 0 #a9c5d0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a9c5d0 !important;
  border-color: #a9c5d0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f36870;
  color: #f36870;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f36870 !important;
  background-color: transparent !important;
  border-color: #f36870 !important;
  box-shadow: 0 0 33px 0 #f36870;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f36870 !important;
  border-color: #f36870 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #50daf6;
  color: #50daf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #50daf6 !important;
  background-color: transparent !important;
  border-color: #50daf6 !important;
  box-shadow: 0 0 33px 0 #50daf6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #50daf6 !important;
  border-color: #50daf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #64e2a8;
  color: #64e2a8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #64e2a8 !important;
  background-color: transparent !important;
  border-color: #64e2a8 !important;
  box-shadow: 0 0 33px 0 #64e2a8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #64e2a8 !important;
  border-color: #64e2a8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd147;
  color: #ffd147;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd147 !important;
  background-color: transparent !important;
  border-color: #ffd147 !important;
  box-shadow: 0 0 33px 0 #ffd147;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #473500 !important;
  background-color: #ffd147 !important;
  border-color: #ffd147 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e4626f;
  color: #e4626f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e4626f !important;
  background-color: transparent !important;
  border-color: #e4626f !important;
  box-shadow: 0 0 33px 0 #e4626f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e4626f !important;
  border-color: #e4626f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a9c5d0 !important;
}
.text-secondary {
  color: #f36870 !important;
}
.text-success {
  color: #64e2a8 !important;
}
.text-info {
  color: #50daf6 !important;
}
.text-warning {
  color: #ffd147 !important;
}
.text-danger {
  color: #e4626f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6799ac !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e3121e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #23bd76 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0bb3d5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e0a800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bf2131 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a9c5d0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #50daf6;
}
.alert-warning {
  background-color: #ffd147;
}
.alert-danger {
  background-color: #e4626f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a9c5d0;
  border-color: #a9c5d0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a9c5d0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a9c5d0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #a9c5d0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a9c5d0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a9c5d0;
}
.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: #a9c5d0;
  border-bottom-color: #a9c5d0;
}
.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: #a9c5d0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f36870 !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='%23a9c5d0' %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,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-uW4s3Vdq6s .navbar-dropdown {
  position: relative !important;
}
.cid-uW4s3Vdq6s .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-uW4s3Vdq6s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW4s3Vdq6s .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .dropdown-item:hover,
.cid-uW4s3Vdq6s .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .dropdown-item:hover span {
  color: white;
}
.cid-uW4s3Vdq6s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW4s3Vdq6s .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW4s3Vdq6s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW4s3Vdq6s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW4s3Vdq6s .nav-link {
  position: relative;
}
.cid-uW4s3Vdq6s .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uW4s3Vdq6s .container {
    flex-wrap: nowrap;
  }
}
.cid-uW4s3Vdq6s .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW4s3Vdq6s .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uW4s3Vdq6s .dropdown-menu,
.cid-uW4s3Vdq6s .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uW4s3Vdq6s .nav-item:focus,
.cid-uW4s3Vdq6s .nav-link:focus {
  outline: none;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW4s3Vdq6s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW4s3Vdq6s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW4s3Vdq6s .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW4s3Vdq6s .navbar.opened {
  transition: all 0.3s;
}
.cid-uW4s3Vdq6s .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uW4s3Vdq6s .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uW4s3Vdq6s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW4s3Vdq6s .navbar.collapsed {
  justify-content: center;
}
.cid-uW4s3Vdq6s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW4s3Vdq6s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW4s3Vdq6s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW4s3Vdq6s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW4s3Vdq6s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW4s3Vdq6s .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-uW4s3Vdq6s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW4s3Vdq6s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW4s3Vdq6s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW4s3Vdq6s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW4s3Vdq6s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW4s3Vdq6s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW4s3Vdq6s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW4s3Vdq6s .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-uW4s3Vdq6s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW4s3Vdq6s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW4s3Vdq6s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW4s3Vdq6s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW4s3Vdq6s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW4s3Vdq6s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW4s3Vdq6s .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW4s3Vdq6s .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW4s3Vdq6s .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW4s3Vdq6s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW4s3Vdq6s .navbar-brand .navbar-caption:hover,
.cid-uW4s3Vdq6s .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW4s3Vdq6s .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW4s3Vdq6s .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uW4s3Vdq6s .dropdown-item.active,
.cid-uW4s3Vdq6s .dropdown-item:active {
  background-color: transparent;
}
.cid-uW4s3Vdq6s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW4s3Vdq6s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW4s3Vdq6s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW4s3Vdq6s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uW4s3Vdq6s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW4s3Vdq6s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW4s3Vdq6s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW4s3Vdq6s ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW4s3Vdq6s ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uW4s3Vdq6s .navbar-buttons {
  text-align: center;
}
.cid-uW4s3Vdq6s .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uW4s3Vdq6s .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uW4s3Vdq6s .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW4s3Vdq6s button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW4s3Vdq6s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW4s3Vdq6s .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-uW4s3Vdq6s .navbar {
    height: 70px;
  }
  .cid-uW4s3Vdq6s .navbar.opened {
    height: auto;
  }
  .cid-uW4s3Vdq6s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW4s3Vdq6s .navbar-nav {
  margin: 0 auto;
}
.cid-uW4s3Vdq6s .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW4s3Vdq6s .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uW4s3Vdq6s .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uW4s3Vdq6s .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uW4s3Vdq6s .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW4s3Vdq6s .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW4s3Vdq6s .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW4s3Vdq6s .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW4s3Vdq6s .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW4s3Vdq6s .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uW4s3Vdq6s .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uW4s3Vdq6s .content-wrap {
  min-height: 90px;
}
.cid-uW4s3Vdq6s .navbar-caption {
  color: #FFFFFF;
}
.cid-uW4s3VejKy {
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/ga0f7e859250100b3a391a5f148c6-h_mfa9htvb.jpg");
  position: relative;
}
.cid-uW4s3VejKy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#1e0e00 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uW4s3VejKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4s3VejKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4s3VejKy .row {
  justify-content: center;
}
.cid-uW4s3VejKy .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uW4s3VejKy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #fffff3, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW4s3VejKy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW4s3VejKy .mbr-section-title {
  color: #ffffff;
}
.cid-uW4s3VejKy .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW4s3VejKy .mbr-section-title,
.cid-uW4s3VejKy .mbr-section-btn {
  text-align: center;
}
.cid-uW4s3VjN3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(#1e0e00 80%, #fffff3 110%);
}
.cid-uW4s3VjN3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4s3VjN3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4s3VjN3i .row {
  justify-content: center;
}
.cid-uW4s3VjN3i .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uW4s3VjN3i .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fffff3, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW4s3VjN3i .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW4s3VjN3i .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uW4s3VjN3i .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uW4s3VjN3i .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW4s3VjN3i .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uW4s3VjN3i .mbr-section-title {
  color: #ffffff;
}
.cid-uW4s3VjN3i .mbr-text {
  color: #FFFFFF;
}
.cid-uW4s3VjN3i .mbr-desc {
  color: #FFFFFF;
}
.cid-uW4s3VfE67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff3;
  background-image: linear-gradient(100deg, #1e0e00 10%, #fffff3 50%, #ff9a9e 110%);
}
.cid-uW4s3VfE67 .item:focus,
.cid-uW4s3VfE67 span:focus {
  outline: none;
}
.cid-uW4s3VfE67 .item {
  cursor: pointer;
}
.cid-uW4s3VfE67 .grid-container {
  grid-row-gap: 20px;
}
.cid-uW4s3VfE67 .grid-container-1,
.cid-uW4s3VfE67 .grid-container-2 {
  gap: 0 20px;
}
.cid-uW4s3VfE67 .mbr-section-title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uW4s3VfE67 .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW4s3VfE67 .content-head {
  max-width: 800px;
}
.cid-uW4s3VfE67 .container,
.cid-uW4s3VfE67 .container-fluid {
  overflow: hidden;
}
.cid-uW4s3VfE67 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uW4s3VfE67 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uW4s3VfE67 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW4s3VfE67 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uW4s3VfE67 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uW4s3VfE67 .grid-container-1,
.cid-uW4s3VfE67 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uW4s3VfE67 .grid-container-1 {
  align-items: flex-end;
}
.cid-uW4s3VfE67 .grid-container-2 {
  align-items: flex-start;
}
.cid-uW4s3Vi9CO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #824c00;
  background-image: linear-gradient(135deg, #1e0e00 10%, #824c00 80%, #ffffff 130%);
}
.cid-uW4s3Vi9CO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4s3Vi9CO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4s3Vi9CO .row {
  justify-content: center;
}
.cid-uW4s3Vi9CO .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uW4s3Vi9CO .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uW4s3Vi9CO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW4s3Vi9CO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW4s3Vi9CO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW4s3Vi9CO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uW4s3Vi9CO .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uW4s3Vi9CO .mbr-section-title {
  color: #ffffff;
}
.cid-uW4s3Vi9CO .mbr-text,
.cid-uW4s3Vi9CO .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW4s3Vi9CO .mbr-section-title,
.cid-uW4s3Vi9CO .mbr-section-btn,
.cid-uW4s3Vi9CO .logo-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW4s3Vqnv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW4s3Vqnv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4s3Vqnv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4s3Vqnv3 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff9a9e 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uW4s3Vqnv3 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW4s3Vqnv3 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW4s3Vqnv3 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff9a9e, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uW4s3Vqnv3 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW4s3Vqnv3 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW4s3Vqnv3 .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uW4s3Vqnv3 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #1e0e00;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uW4s3Vqnv3 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff9a9e 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #2f1900;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff9a9e !important;
  box-shadow: none;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uW4s3Vqnv3 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW4s3Vqnv3 .mbr-section-btn {
  text-align: right;
}
.cid-uW4s3Vqnv3 .mbr-title {
  color: #000000;
}
.cid-uW4s3Vqnv3 .mbr-text {
  color: #000000;
}
.cid-uW4s3Vqnv3 label {
  color: #ffffff;
}
.cid-uW4s3Vqnv3 H5 {
  text-align: center;
}
.cid-uW4s3Vkv9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uW4s3Vkv9J {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uW4s3Vkv9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4s3Vkv9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4s3Vkv9J .row {
  justify-content: space-between;
}
.cid-uW4s3Vkv9J .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW4s3Vkv9J .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uW4s3Vkv9J .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW4s3Vkv9J .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uW4s3Vkv9J .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW4s3Vkv9J .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uW4s3Vkv9J .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uW4s3Vkv9J .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uW4s3Vkv9J .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW4s3Vkv9J .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uW4s3Vkv9J .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uW4s3Vkv9J .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW4s3Vkv9J .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW4s3Vkv9J .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW4s3Vkv9J .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uW4s3Vkv9J .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uW4s3Vkv9J .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uW4s3Vkv9J .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uW4s3Vkv9J .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW4s3Vkv9J .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW4s3Vkv9J .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uW4s3Vkv9J .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW4s3Vkv9J .panel-title-edit {
  color: #FFFFFF;
}
.cid-uW4s3Vkv9J .panel-text {
  color: #FFFFFF;
}
.cid-uW4s3Vkv9J .mbr-desc,
.cid-uW4s3Vkv9J .card-wrapper {
  color: #FFFFFF;
}
.cid-uW4s3Vr9QO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW4s3Vr9QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4s3Vr9QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4s3Vr9QO .row {
  justify-content: center;
}
.cid-uW4s3Vr9QO .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW4s3Vr9QO .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uW4s3Vr9QO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW4s3Vr9QO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW4s3Vr9QO .content-wrapper .social {
  margin-top: 22px;
}
.cid-uW4s3Vr9QO .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uW4s3Vr9QO .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW4s3Vr9QO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW4s3Vr9QO .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW4s3Vr9QO .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uW4s3Vr9QO .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW4s3Vr9QO .mbr-section-title {
  color: #ffffff;
}
.cid-uW4s3Vr9QO .mbr-text {
  color: #ffffff;
}
.cid-uW4s3Vr9QO .mbr-desc {
  color: #ffffff;
}
.cid-uW4s3Vr9QO .list {
  color: #ffffff;
}
.cid-uW9gTnG2Qb .navbar-dropdown {
  position: relative !important;
}
.cid-uW9gTnG2Qb .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-uW9gTnG2Qb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW9gTnG2Qb .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9gTnG2Qb .dropdown-item:hover,
.cid-uW9gTnG2Qb .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9gTnG2Qb .dropdown-item:hover span {
  color: white;
}
.cid-uW9gTnG2Qb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW9gTnG2Qb .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW9gTnG2Qb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW9gTnG2Qb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW9gTnG2Qb .nav-link {
  position: relative;
}
.cid-uW9gTnG2Qb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uW9gTnG2Qb .container {
    flex-wrap: nowrap;
  }
}
.cid-uW9gTnG2Qb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW9gTnG2Qb .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uW9gTnG2Qb .dropdown-menu,
.cid-uW9gTnG2Qb .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uW9gTnG2Qb .nav-item:focus,
.cid-uW9gTnG2Qb .nav-link:focus {
  outline: none;
}
.cid-uW9gTnG2Qb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW9gTnG2Qb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW9gTnG2Qb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW9gTnG2Qb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW9gTnG2Qb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW9gTnG2Qb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW9gTnG2Qb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9gTnG2Qb .navbar.opened {
  transition: all 0.3s;
}
.cid-uW9gTnG2Qb .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uW9gTnG2Qb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uW9gTnG2Qb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW9gTnG2Qb .navbar.collapsed {
  justify-content: center;
}
.cid-uW9gTnG2Qb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW9gTnG2Qb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW9gTnG2Qb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW9gTnG2Qb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW9gTnG2Qb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW9gTnG2Qb .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-uW9gTnG2Qb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW9gTnG2Qb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW9gTnG2Qb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW9gTnG2Qb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW9gTnG2Qb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW9gTnG2Qb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW9gTnG2Qb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW9gTnG2Qb .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-uW9gTnG2Qb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW9gTnG2Qb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW9gTnG2Qb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW9gTnG2Qb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW9gTnG2Qb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW9gTnG2Qb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW9gTnG2Qb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW9gTnG2Qb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW9gTnG2Qb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW9gTnG2Qb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW9gTnG2Qb .navbar-brand .navbar-caption:hover,
.cid-uW9gTnG2Qb .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uW9gTnG2Qb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW9gTnG2Qb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW9gTnG2Qb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uW9gTnG2Qb .dropdown-item.active,
.cid-uW9gTnG2Qb .dropdown-item:active {
  background-color: transparent;
}
.cid-uW9gTnG2Qb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW9gTnG2Qb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW9gTnG2Qb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW9gTnG2Qb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uW9gTnG2Qb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW9gTnG2Qb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW9gTnG2Qb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW9gTnG2Qb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW9gTnG2Qb ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uW9gTnG2Qb .navbar-buttons {
  text-align: center;
}
.cid-uW9gTnG2Qb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uW9gTnG2Qb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uW9gTnG2Qb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW9gTnG2Qb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9gTnG2Qb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW9gTnG2Qb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW9gTnG2Qb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9gTnG2Qb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9gTnG2Qb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW9gTnG2Qb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9gTnG2Qb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW9gTnG2Qb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW9gTnG2Qb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9gTnG2Qb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW9gTnG2Qb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW9gTnG2Qb .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-uW9gTnG2Qb .navbar {
    height: 70px;
  }
  .cid-uW9gTnG2Qb .navbar.opened {
    height: auto;
  }
  .cid-uW9gTnG2Qb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW9gTnG2Qb .navbar-nav {
  margin: 0 auto;
}
.cid-uW9gTnG2Qb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW9gTnG2Qb .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uW9gTnG2Qb .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uW9gTnG2Qb .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uW9gTnG2Qb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW9gTnG2Qb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW9gTnG2Qb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uW9gTnG2Qb .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uW9gTnG2Qb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uW9gTnG2Qb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW9gTnG2Qb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW9gTnG2Qb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW9gTnG2Qb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW9gTnG2Qb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW9gTnG2Qb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uW9gTnG2Qb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uW9gTnG2Qb .content-wrap {
  min-height: 90px;
}
.cid-uW9gTnG2Qb .navbar-caption {
  color: #FFFFFF;
}
.cid-uW9gToBb3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #dbf8ff, #1e0e00 30%);
}
@media (max-width: 768px) {
  .cid-uW9gToBb3w {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #dbf8ff, #1e0e00 30%);
  }
}
.cid-uW9gToBb3w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uW9gToBb3w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9gToBb3w .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #824c00;
  border: 1px solid #fffff3;
  padding: 2px 8px;
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9gToBb3w .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uW9gToBb3w .embla__button--next,
.cid-uW9gToBb3w .embla__button--prev {
  display: flex;
}
.cid-uW9gToBb3w .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #1e0e00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9gToBb3w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9gToBb3w .embla__button:hover {
  box-shadow: 0 0 33px 0 #1e0e00;
}
.cid-uW9gToBb3w .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9gToBb3w .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9gToBb3w .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9gToBb3w .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9gToBb3w .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uW9gToBb3w .embla {
    padding-bottom: 32px;
  }
}
.cid-uW9gToBb3w .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbf8ff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9gToBb3w .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9gToBb3w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9gToBb3w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9gToBb3w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9gToBb3w .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9gToBb3w .item-label {
  color: #0047ff;
}
.cid-uW9gToBb3w .item-title {
  color: #ffffff;
}
.cid-uW9gToBb3w .item-text {
  color: #FFFFFF;
}
.cid-uW9gToBb3w .list {
  color: #ffffff;
}
.cid-uW9gToBb3w .item-title,
.cid-uW9gToBb3w .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9gToBb3w .list,
.cid-uW9gToBb3w .item-wrap,
.cid-uW9gToBb3w .tabs-wrapper {
  color: #FFFFFF;
}
.cid-uW9gTqi7NL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #824c00;
  background-image: linear-gradient(100deg, #fffff3 10%, #824c00 50%, #1e0e00 110%);
}
.cid-uW9gTqi7NL .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9gTqi7NL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uW9gTqi7NL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9gTqi7NL .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2f1900;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -9rem;
  right: -3rem;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ff9a9e 0%, transparent 40%);
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#fffff3, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uW9gTqi7NL .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uW9gTqi7NL .embla__button--next,
.cid-uW9gTqi7NL .embla__button--prev {
  display: flex;
}
.cid-uW9gTqi7NL .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #2f1900 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9gTqi7NL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9gTqi7NL .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9gTqi7NL .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9gTqi7NL .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9gTqi7NL .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9gTqi7NL .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uW9gTqi7NL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9gTqi7NL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9gTqi7NL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9gTqi7NL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9gTqi7NL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9gTqi7NL .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9gTqi7NL .item-text {
  color: #FFFFFF;
}
.cid-uW9gTqi7NL .item-name {
  color: #FFFFFF;
}
.cid-uW9gTqi7NL .item-role {
  color: #FFFFFF;
}
.cid-uW9gTs1b4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9gTs1b4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9gTs1b4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9gTs1b4y .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9gTs1b4y .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9gTs1b4y .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9gTs1b4y .title-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uW9gTs1b4y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uW9gTs1b4y .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-uW9gTs1b4y .items-wrapper .item:hover .item-wrapper,
.cid-uW9gTs1b4y .items-wrapper .item:focus .item-wrapper {
  background-color: #824c00;
}
.cid-uW9gTs1b4y .items-wrapper .item:hover .item-wrapper .card-box .item-number,
.cid-uW9gTs1b4y .items-wrapper .item:focus .item-wrapper .card-box .item-number {
  color: #ffffff;
}
.cid-uW9gTs1b4y .items-wrapper .item:hover .item-wrapper .card-box .item-text,
.cid-uW9gTs1b4y .items-wrapper .item:focus .item-wrapper .card-box .item-text {
  color: #ffffff;
}
.cid-uW9gTs1b4y .items-wrapper .item:hover .item-wrapper .content-wrap .item-wrap,
.cid-uW9gTs1b4y .items-wrapper .item:focus .item-wrapper .content-wrap .item-wrap {
  background-color: #2f1900;
}
.cid-uW9gTs1b4y .items-wrapper .item:hover .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont,
.cid-uW9gTs1b4y .items-wrapper .item:focus .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uW9gTs1b4y .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #2f1900;
  border: 1px solid #824c00;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uW9gTs1b4y .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9gTs1b4y .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uW9gTs1b4y .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW9gTs1b4y .items-wrapper .item .item-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uW9gTs1b4y .items-wrapper .item .item-wrapper .content-wrap {
    margin-top: 22px;
  }
}
.cid-uW9gTs1b4y .items-wrapper .item .item-wrapper .content-wrap .item-wrap {
  position: relative;
  margin: 0 16px 0 0;
  background-color: #824c00;
  padding: 2px 8px;
}
.cid-uW9gTs1b4y .items-wrapper .item .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.cid-uW9gTs1b4y .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9gTs1b4y .mbr-text {
  color: #FFFFFF;
}
.cid-uW9gTs1b4y .item-number {
  color: #FFFFFF;
}
.cid-uW9gTs1b4y .item-text {
  color: #FFFFFF;
}
.cid-uW9gTs1b4y .item-wrap {
  color: #FFFFFF;
}
.cid-uW9gTufw2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/gc27ece1c7244970b7e869e1d69a3-h_mfad395g.jpg");
}
.cid-uW9gTufw2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9gTufw2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9gTufw2Z .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #f17a7f 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uW9gTufw2Z .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW9gTufw2Z .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9gTufw2Z .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #f17a7f, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uW9gTufw2Z .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9gTufw2Z .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9gTufw2Z .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uW9gTufw2Z .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #100d0d;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uW9gTufw2Z .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ae383d 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #2f1900;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #d5373e !important;
  box-shadow: none;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uW9gTufw2Z .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW9gTufw2Z .mbr-section-btn {
  text-align: right;
}
.cid-uW9gTufw2Z .mbr-title {
  color: #000000;
}
.cid-uW9gTufw2Z .mbr-text {
  color: #000000;
}
.cid-uW9gTufw2Z label {
  color: #ffffff;
}
.cid-uW9gTufw2Z H5 {
  text-align: center;
}
.cid-uW9gTqGG0m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uW9gTqGG0m {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uW9gTqGG0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9gTqGG0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9gTqGG0m .row {
  justify-content: space-between;
}
.cid-uW9gTqGG0m .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9gTqGG0m .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uW9gTqGG0m .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9gTqGG0m .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uW9gTqGG0m .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW9gTqGG0m .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uW9gTqGG0m .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uW9gTqGG0m .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uW9gTqGG0m .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW9gTqGG0m .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uW9gTqGG0m .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uW9gTqGG0m .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW9gTqGG0m .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW9gTqGG0m .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW9gTqGG0m .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uW9gTqGG0m .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uW9gTqGG0m .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uW9gTqGG0m .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uW9gTqGG0m .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW9gTqGG0m .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9gTqGG0m .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uW9gTqGG0m .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9gTqGG0m .panel-title-edit {
  color: #FFFFFF;
}
.cid-uW9gTqGG0m .panel-text {
  color: #FFFFFF;
}
.cid-uW9gTqGG0m .mbr-desc,
.cid-uW9gTqGG0m .card-wrapper {
  color: #FFFFFF;
}
.cid-uW9gTuKFLf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9gTuKFLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9gTuKFLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9gTuKFLf .row {
  justify-content: center;
}
.cid-uW9gTuKFLf .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9gTuKFLf .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uW9gTuKFLf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9gTuKFLf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9gTuKFLf .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9gTuKFLf .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW9gTuKFLf .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uW9gTuKFLf .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9gTuKFLf .content-wrapper .social {
  margin-top: 22px;
}
.cid-uW9gTuKFLf .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uW9gTuKFLf .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uW9gTuKFLf .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uW9gTuKFLf .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uW9gTuKFLf .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9gTuKFLf .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uW9gTuKFLf .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9gTuKFLf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9gTuKFLf .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW9gTuKFLf .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9gTuKFLf .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9gTuKFLf .mbr-section-title {
  color: #ffffff;
}
.cid-uW9gTuKFLf .mbr-text {
  color: #ffffff;
}
.cid-uW9gTuKFLf .mbr-desc {
  color: #ffffff;
}
.cid-uW9gTuKFLf .list {
  color: #ffffff;
}
.cid-uW9sCJIRVk .navbar-dropdown {
  position: relative !important;
}
.cid-uW9sCJIRVk .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-uW9sCJIRVk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW9sCJIRVk .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9sCJIRVk .dropdown-item:hover,
.cid-uW9sCJIRVk .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9sCJIRVk .dropdown-item:hover span {
  color: white;
}
.cid-uW9sCJIRVk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW9sCJIRVk .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW9sCJIRVk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW9sCJIRVk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW9sCJIRVk .nav-link {
  position: relative;
}
.cid-uW9sCJIRVk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uW9sCJIRVk .container {
    flex-wrap: nowrap;
  }
}
.cid-uW9sCJIRVk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW9sCJIRVk .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uW9sCJIRVk .dropdown-menu,
.cid-uW9sCJIRVk .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uW9sCJIRVk .nav-item:focus,
.cid-uW9sCJIRVk .nav-link:focus {
  outline: none;
}
.cid-uW9sCJIRVk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW9sCJIRVk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW9sCJIRVk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW9sCJIRVk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW9sCJIRVk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW9sCJIRVk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW9sCJIRVk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9sCJIRVk .navbar.opened {
  transition: all 0.3s;
}
.cid-uW9sCJIRVk .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uW9sCJIRVk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uW9sCJIRVk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW9sCJIRVk .navbar.collapsed {
  justify-content: center;
}
.cid-uW9sCJIRVk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW9sCJIRVk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW9sCJIRVk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW9sCJIRVk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW9sCJIRVk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW9sCJIRVk .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-uW9sCJIRVk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW9sCJIRVk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW9sCJIRVk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW9sCJIRVk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW9sCJIRVk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW9sCJIRVk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW9sCJIRVk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW9sCJIRVk .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-uW9sCJIRVk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW9sCJIRVk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW9sCJIRVk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW9sCJIRVk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW9sCJIRVk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW9sCJIRVk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW9sCJIRVk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW9sCJIRVk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW9sCJIRVk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW9sCJIRVk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW9sCJIRVk .navbar-brand .navbar-caption:hover,
.cid-uW9sCJIRVk .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uW9sCJIRVk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW9sCJIRVk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW9sCJIRVk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uW9sCJIRVk .dropdown-item.active,
.cid-uW9sCJIRVk .dropdown-item:active {
  background-color: transparent;
}
.cid-uW9sCJIRVk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW9sCJIRVk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW9sCJIRVk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW9sCJIRVk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uW9sCJIRVk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW9sCJIRVk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW9sCJIRVk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW9sCJIRVk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW9sCJIRVk ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uW9sCJIRVk .navbar-buttons {
  text-align: center;
}
.cid-uW9sCJIRVk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uW9sCJIRVk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uW9sCJIRVk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW9sCJIRVk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9sCJIRVk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW9sCJIRVk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW9sCJIRVk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9sCJIRVk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9sCJIRVk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW9sCJIRVk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9sCJIRVk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW9sCJIRVk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW9sCJIRVk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9sCJIRVk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW9sCJIRVk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW9sCJIRVk .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-uW9sCJIRVk .navbar {
    height: 70px;
  }
  .cid-uW9sCJIRVk .navbar.opened {
    height: auto;
  }
  .cid-uW9sCJIRVk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW9sCJIRVk .navbar-nav {
  margin: 0 auto;
}
.cid-uW9sCJIRVk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW9sCJIRVk .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uW9sCJIRVk .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uW9sCJIRVk .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uW9sCJIRVk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW9sCJIRVk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW9sCJIRVk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uW9sCJIRVk .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uW9sCJIRVk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uW9sCJIRVk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW9sCJIRVk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW9sCJIRVk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW9sCJIRVk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW9sCJIRVk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW9sCJIRVk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uW9sCJIRVk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uW9sCJIRVk .content-wrap {
  min-height: 90px;
}
.cid-uW9sCJIRVk .navbar-caption {
  color: #FFFFFF;
}
.cid-uW9sCKLL24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9sCKLL24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9sCKLL24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9sCKLL24 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #f17a7f 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uW9sCKLL24 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW9sCKLL24 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9sCKLL24 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #f17a7f, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uW9sCKLL24 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9sCKLL24 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9sCKLL24 .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uW9sCKLL24 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #100d0d;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uW9sCKLL24 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ae383d 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #2f1900;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #d5373e !important;
  box-shadow: none;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uW9sCKLL24 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW9sCKLL24 .mbr-section-btn {
  text-align: right;
}
.cid-uW9sCKLL24 .mbr-title {
  color: #000000;
}
.cid-uW9sCKLL24 .mbr-text {
  color: #000000;
}
.cid-uW9sCKLL24 label {
  color: #ffffff;
}
.cid-uW9sCKLL24 H5 {
  text-align: center;
}
.cid-uW9sCL4FFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uW9sCL4FFF {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uW9sCL4FFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9sCL4FFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9sCL4FFF .row {
  justify-content: space-between;
}
.cid-uW9sCL4FFF .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9sCL4FFF .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uW9sCL4FFF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9sCL4FFF .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uW9sCL4FFF .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW9sCL4FFF .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uW9sCL4FFF .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uW9sCL4FFF .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uW9sCL4FFF .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW9sCL4FFF .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uW9sCL4FFF .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uW9sCL4FFF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW9sCL4FFF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW9sCL4FFF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW9sCL4FFF .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uW9sCL4FFF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uW9sCL4FFF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uW9sCL4FFF .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uW9sCL4FFF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW9sCL4FFF .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9sCL4FFF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uW9sCL4FFF .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9sCL4FFF .panel-title-edit {
  color: #FFFFFF;
}
.cid-uW9sCL4FFF .panel-text {
  color: #FFFFFF;
}
.cid-uW9sCL4FFF .mbr-desc,
.cid-uW9sCL4FFF .card-wrapper {
  color: #FFFFFF;
}
.cid-uW9sCLgcTU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9sCLgcTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9sCLgcTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9sCLgcTU .row {
  justify-content: center;
}
.cid-uW9sCLgcTU .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9sCLgcTU .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uW9sCLgcTU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9sCLgcTU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9sCLgcTU .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9sCLgcTU .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW9sCLgcTU .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uW9sCLgcTU .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9sCLgcTU .content-wrapper .social {
  margin-top: 22px;
}
.cid-uW9sCLgcTU .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uW9sCLgcTU .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uW9sCLgcTU .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uW9sCLgcTU .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uW9sCLgcTU .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9sCLgcTU .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uW9sCLgcTU .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9sCLgcTU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9sCLgcTU .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW9sCLgcTU .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9sCLgcTU .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9sCLgcTU .mbr-section-title {
  color: #ffffff;
}
.cid-uW9sCLgcTU .mbr-text {
  color: #ffffff;
}
.cid-uW9sCLgcTU .mbr-desc {
  color: #ffffff;
}
.cid-uW9sCLgcTU .list {
  color: #ffffff;
}
.cid-uW9t0WcVWA .navbar-dropdown {
  position: relative !important;
}
.cid-uW9t0WcVWA .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-uW9t0WcVWA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW9t0WcVWA .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9t0WcVWA .dropdown-item:hover,
.cid-uW9t0WcVWA .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9t0WcVWA .dropdown-item:hover span {
  color: white;
}
.cid-uW9t0WcVWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW9t0WcVWA .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW9t0WcVWA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW9t0WcVWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW9t0WcVWA .nav-link {
  position: relative;
}
.cid-uW9t0WcVWA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uW9t0WcVWA .container {
    flex-wrap: nowrap;
  }
}
.cid-uW9t0WcVWA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW9t0WcVWA .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uW9t0WcVWA .dropdown-menu,
.cid-uW9t0WcVWA .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uW9t0WcVWA .nav-item:focus,
.cid-uW9t0WcVWA .nav-link:focus {
  outline: none;
}
.cid-uW9t0WcVWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW9t0WcVWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW9t0WcVWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW9t0WcVWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW9t0WcVWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW9t0WcVWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW9t0WcVWA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9t0WcVWA .navbar.opened {
  transition: all 0.3s;
}
.cid-uW9t0WcVWA .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uW9t0WcVWA .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uW9t0WcVWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW9t0WcVWA .navbar.collapsed {
  justify-content: center;
}
.cid-uW9t0WcVWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW9t0WcVWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW9t0WcVWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW9t0WcVWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW9t0WcVWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW9t0WcVWA .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-uW9t0WcVWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW9t0WcVWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW9t0WcVWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW9t0WcVWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW9t0WcVWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW9t0WcVWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW9t0WcVWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW9t0WcVWA .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-uW9t0WcVWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW9t0WcVWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW9t0WcVWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW9t0WcVWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW9t0WcVWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW9t0WcVWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW9t0WcVWA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW9t0WcVWA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW9t0WcVWA .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW9t0WcVWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW9t0WcVWA .navbar-brand .navbar-caption:hover,
.cid-uW9t0WcVWA .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uW9t0WcVWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW9t0WcVWA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW9t0WcVWA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uW9t0WcVWA .dropdown-item.active,
.cid-uW9t0WcVWA .dropdown-item:active {
  background-color: transparent;
}
.cid-uW9t0WcVWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW9t0WcVWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW9t0WcVWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW9t0WcVWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uW9t0WcVWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW9t0WcVWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW9t0WcVWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW9t0WcVWA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW9t0WcVWA ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uW9t0WcVWA .navbar-buttons {
  text-align: center;
}
.cid-uW9t0WcVWA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uW9t0WcVWA .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uW9t0WcVWA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW9t0WcVWA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9t0WcVWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW9t0WcVWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW9t0WcVWA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9t0WcVWA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9t0WcVWA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW9t0WcVWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9t0WcVWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW9t0WcVWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW9t0WcVWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9t0WcVWA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW9t0WcVWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW9t0WcVWA .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-uW9t0WcVWA .navbar {
    height: 70px;
  }
  .cid-uW9t0WcVWA .navbar.opened {
    height: auto;
  }
  .cid-uW9t0WcVWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW9t0WcVWA .navbar-nav {
  margin: 0 auto;
}
.cid-uW9t0WcVWA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW9t0WcVWA .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uW9t0WcVWA .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uW9t0WcVWA .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uW9t0WcVWA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW9t0WcVWA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW9t0WcVWA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uW9t0WcVWA .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uW9t0WcVWA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uW9t0WcVWA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW9t0WcVWA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW9t0WcVWA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW9t0WcVWA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW9t0WcVWA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW9t0WcVWA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uW9t0WcVWA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uW9t0WcVWA .content-wrap {
  min-height: 90px;
}
.cid-uW9t0WcVWA .navbar-caption {
  color: #FFFFFF;
}
.cid-uW9t0XNz5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #dbf8ff -20%, #1e0e00 40%, #fffff3 200%);
}
@media (max-width: 768px) {
  .cid-uW9t0XNz5i {
    background-image: linear-gradient(45deg, #dbf8ff -60%, #1e0e00 40%, #fffff3 200%);
  }
}
.cid-uW9t0XNz5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t0XNz5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t0XNz5i .row {
  justify-content: space-between;
}
.cid-uW9t0XNz5i .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t0XNz5i .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uW9t0XNz5i .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9t0XNz5i .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uW9t0XNz5i .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW9t0XNz5i .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW9t0XNz5i .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW9t0XNz5i .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t0XNz5i .item-title {
  color: #ffffff;
}
.cid-uW9t0XNz5i .item-text {
  color: #FFFFFF;
}
.cid-uW9t0XNz5i .mbr-section-title,
.cid-uW9t0XNz5i .title-wrapper {
  color: #FFFFFF;
}
.cid-uW9t0XNz5i .item-title,
.cid-uW9t0XNz5i .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9t122HY5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t122HY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t122HY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t122HY5 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff9a9e 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uW9t122HY5 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW9t122HY5 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9t122HY5 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff9a9e, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uW9t122HY5 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9t122HY5 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t122HY5 .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uW9t122HY5 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #1e0e00;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uW9t122HY5 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff9a9e 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #2f1900;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff9a9e !important;
  box-shadow: none;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uW9t122HY5 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW9t122HY5 .mbr-section-btn {
  text-align: right;
}
.cid-uW9t122HY5 .mbr-title {
  color: #000000;
}
.cid-uW9t122HY5 .mbr-text {
  color: #000000;
}
.cid-uW9t122HY5 label {
  color: #ffffff;
}
.cid-uW9t122HY5 H5 {
  text-align: center;
}
.cid-uW9t11Mi3k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e0e00;
}
.cid-uW9t11Mi3k .item:focus,
.cid-uW9t11Mi3k span:focus {
  outline: none;
}
.cid-uW9t11Mi3k .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uW9t11Mi3k .item {
  background-image: linear-gradient(90deg, #dbf8ff -10%, #fffff3 60%, #ff9a9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uW9t11Mi3k .item {
    min-height: 45px;
  }
}
.cid-uW9t0XYSUo {
  background-color: #1e0e00;
  background-image: linear-gradient(125deg, #ccb8a6 -50%, #1e0e00);
}
.cid-uW9t0XYSUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t0XYSUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t0XYSUo .row {
  justify-content: center;
}
.cid-uW9t0XYSUo .image-wrapper {
  position: relative;
}
.cid-uW9t0XYSUo .image-wrapper .main-image img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9t0XYSUo .image-wrapper .main-image img {
    height: 350px;
  }
}
.cid-uW9t0XYSUo .image-wrapper .logo-wrap img {
  position: absolute;
  top: -3rem;
  right: 8rem;
  transform: rotate(8deg);
  object-fit: cover;
  z-index: 1;
  height: 130px;
  width: 130px;
}
@media (max-width: 992px) {
  .cid-uW9t0XYSUo .image-wrapper .logo-wrap img {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
.cid-uW9t0XYSUo .image-wrapper .image-wrap img {
  position: absolute;
  top: 2rem;
  left: -4rem;
  transform: rotate(-8deg);
  object-fit: cover;
  z-index: 1;
  height: 170px;
  width: 230px;
}
@media (max-width: 992px) {
  .cid-uW9t0XYSUo .image-wrapper .image-wrap img {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 16px;
    height: 350px;
  }
}
.cid-uW9t0YYSgH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uW9t0YYSgH {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uW9t0YYSgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t0YYSgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t0YYSgH .row {
  justify-content: space-between;
}
.cid-uW9t0YYSgH .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9t0YYSgH .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uW9t0YYSgH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t0YYSgH .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uW9t0YYSgH .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW9t0YYSgH .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uW9t0YYSgH .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uW9t0YYSgH .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uW9t0YYSgH .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW9t0YYSgH .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uW9t0YYSgH .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uW9t0YYSgH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW9t0YYSgH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW9t0YYSgH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW9t0YYSgH .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uW9t0YYSgH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uW9t0YYSgH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uW9t0YYSgH .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uW9t0YYSgH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW9t0YYSgH .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9t0YYSgH .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t0YYSgH .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t0YYSgH .panel-title-edit {
  color: #FFFFFF;
}
.cid-uW9t0YYSgH .panel-text {
  color: #FFFFFF;
}
.cid-uW9t0YYSgH .mbr-desc,
.cid-uW9t0YYSgH .card-wrapper {
  color: #FFFFFF;
}
.cid-uW9t12yLDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t12yLDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t12yLDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t12yLDG .row {
  justify-content: center;
}
.cid-uW9t12yLDG .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9t12yLDG .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uW9t12yLDG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t12yLDG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9t12yLDG .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9t12yLDG .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW9t12yLDG .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uW9t12yLDG .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t12yLDG .content-wrapper .social {
  margin-top: 22px;
}
.cid-uW9t12yLDG .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uW9t12yLDG .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uW9t12yLDG .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uW9t12yLDG .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uW9t12yLDG .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t12yLDG .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uW9t12yLDG .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9t12yLDG .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9t12yLDG .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW9t12yLDG .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t12yLDG .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9t12yLDG .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t12yLDG .mbr-text {
  color: #ffffff;
}
.cid-uW9t12yLDG .mbr-desc {
  color: #ffffff;
}
.cid-uW9t12yLDG .list {
  color: #ffffff;
}
.cid-uW9t2mP0bq .navbar-dropdown {
  position: relative !important;
}
.cid-uW9t2mP0bq .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-uW9t2mP0bq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW9t2mP0bq .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9t2mP0bq .dropdown-item:hover,
.cid-uW9t2mP0bq .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9t2mP0bq .dropdown-item:hover span {
  color: white;
}
.cid-uW9t2mP0bq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW9t2mP0bq .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW9t2mP0bq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW9t2mP0bq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW9t2mP0bq .nav-link {
  position: relative;
}
.cid-uW9t2mP0bq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uW9t2mP0bq .container {
    flex-wrap: nowrap;
  }
}
.cid-uW9t2mP0bq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW9t2mP0bq .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uW9t2mP0bq .dropdown-menu,
.cid-uW9t2mP0bq .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uW9t2mP0bq .nav-item:focus,
.cid-uW9t2mP0bq .nav-link:focus {
  outline: none;
}
.cid-uW9t2mP0bq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW9t2mP0bq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW9t2mP0bq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW9t2mP0bq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW9t2mP0bq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW9t2mP0bq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW9t2mP0bq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9t2mP0bq .navbar.opened {
  transition: all 0.3s;
}
.cid-uW9t2mP0bq .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uW9t2mP0bq .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uW9t2mP0bq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW9t2mP0bq .navbar.collapsed {
  justify-content: center;
}
.cid-uW9t2mP0bq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW9t2mP0bq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW9t2mP0bq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW9t2mP0bq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW9t2mP0bq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW9t2mP0bq .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-uW9t2mP0bq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW9t2mP0bq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW9t2mP0bq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW9t2mP0bq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW9t2mP0bq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW9t2mP0bq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW9t2mP0bq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW9t2mP0bq .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-uW9t2mP0bq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW9t2mP0bq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW9t2mP0bq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW9t2mP0bq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW9t2mP0bq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW9t2mP0bq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW9t2mP0bq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW9t2mP0bq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW9t2mP0bq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW9t2mP0bq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW9t2mP0bq .navbar-brand .navbar-caption:hover,
.cid-uW9t2mP0bq .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uW9t2mP0bq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW9t2mP0bq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW9t2mP0bq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uW9t2mP0bq .dropdown-item.active,
.cid-uW9t2mP0bq .dropdown-item:active {
  background-color: transparent;
}
.cid-uW9t2mP0bq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW9t2mP0bq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW9t2mP0bq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW9t2mP0bq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uW9t2mP0bq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW9t2mP0bq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW9t2mP0bq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW9t2mP0bq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW9t2mP0bq ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uW9t2mP0bq .navbar-buttons {
  text-align: center;
}
.cid-uW9t2mP0bq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uW9t2mP0bq .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uW9t2mP0bq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW9t2mP0bq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9t2mP0bq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW9t2mP0bq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW9t2mP0bq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9t2mP0bq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9t2mP0bq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW9t2mP0bq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9t2mP0bq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW9t2mP0bq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW9t2mP0bq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9t2mP0bq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW9t2mP0bq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW9t2mP0bq .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-uW9t2mP0bq .navbar {
    height: 70px;
  }
  .cid-uW9t2mP0bq .navbar.opened {
    height: auto;
  }
  .cid-uW9t2mP0bq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW9t2mP0bq .navbar-nav {
  margin: 0 auto;
}
.cid-uW9t2mP0bq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW9t2mP0bq .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uW9t2mP0bq .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uW9t2mP0bq .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uW9t2mP0bq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW9t2mP0bq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW9t2mP0bq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uW9t2mP0bq .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uW9t2mP0bq .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uW9t2mP0bq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW9t2mP0bq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW9t2mP0bq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW9t2mP0bq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW9t2mP0bq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW9t2mP0bq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uW9t2mP0bq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uW9t2mP0bq .content-wrap {
  min-height: 90px;
}
.cid-uW9t2mP0bq .navbar-caption {
  color: #FFFFFF;
}
.cid-uW9t2nbEiX {
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/photo-1533049426476-9a889e21ece5.jpeg");
  position: relative;
}
.cid-uW9t2nbEiX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#1e0e00 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uW9t2nbEiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2nbEiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2nbEiX .row {
  justify-content: center;
}
.cid-uW9t2nbEiX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uW9t2nbEiX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #fffff3, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2nbEiX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW9t2nbEiX .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2nbEiX .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2nbEiX .mbr-section-title,
.cid-uW9t2nbEiX .mbr-section-btn {
  text-align: center;
}
.cid-uW9t2nnIYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff3;
  background-image: linear-gradient(100deg, #1e0e00 10%, #fffff3 50%, #ff9a9e 110%);
}
.cid-uW9t2nnIYn .item:focus,
.cid-uW9t2nnIYn span:focus {
  outline: none;
}
.cid-uW9t2nnIYn .item {
  cursor: pointer;
}
.cid-uW9t2nnIYn .grid-container {
  grid-row-gap: 20px;
}
.cid-uW9t2nnIYn .grid-container-1,
.cid-uW9t2nnIYn .grid-container-2 {
  gap: 0 20px;
}
.cid-uW9t2nnIYn .mbr-section-title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uW9t2nnIYn .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW9t2nnIYn .content-head {
  max-width: 800px;
}
.cid-uW9t2nnIYn .container,
.cid-uW9t2nnIYn .container-fluid {
  overflow: hidden;
}
.cid-uW9t2nnIYn .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uW9t2nnIYn .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uW9t2nnIYn .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9t2nnIYn .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uW9t2nnIYn .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uW9t2nnIYn .grid-container-1,
.cid-uW9t2nnIYn .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uW9t2nnIYn .grid-container-1 {
  align-items: flex-end;
}
.cid-uW9t2nnIYn .grid-container-2 {
  align-items: flex-start;
}
.cid-uW9t2ny864 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #dbf8ff, #1e0e00 30%);
}
@media (max-width: 768px) {
  .cid-uW9t2ny864 {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #dbf8ff, #1e0e00 30%);
  }
}
.cid-uW9t2ny864 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uW9t2ny864 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9t2ny864 .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #824c00;
  border: 1px solid #fffff3;
  padding: 2px 8px;
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9t2ny864 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uW9t2ny864 .embla__button--next,
.cid-uW9t2ny864 .embla__button--prev {
  display: flex;
}
.cid-uW9t2ny864 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #1e0e00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9t2ny864 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9t2ny864 .embla__button:hover {
  box-shadow: 0 0 33px 0 #1e0e00;
}
.cid-uW9t2ny864 .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9t2ny864 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9t2ny864 .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9t2ny864 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9t2ny864 .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uW9t2ny864 .embla {
    padding-bottom: 32px;
  }
}
.cid-uW9t2ny864 .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbf8ff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9t2ny864 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9t2ny864 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9t2ny864 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9t2ny864 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9t2ny864 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9t2ny864 .item-label {
  color: #0047ff;
}
.cid-uW9t2ny864 .item-title {
  color: #ffffff;
}
.cid-uW9t2ny864 .item-text {
  color: #FFFFFF;
}
.cid-uW9t2ny864 .list {
  color: #ffffff;
}
.cid-uW9t2ny864 .item-title,
.cid-uW9t2ny864 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9t2ny864 .list,
.cid-uW9t2ny864 .item-wrap,
.cid-uW9t2ny864 .tabs-wrapper {
  color: #FFFFFF;
}
.cid-uW9t2nT4T2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2nT4T2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2nT4T2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2nT4T2 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW9t2nT4T2 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #ffffff, #dbf8ff 70%);
  transition: all 1s ease-in-out;
}
.cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uW9t2nT4T2 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uW9t2nT4T2 .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9t2nT4T2 .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uW9t2nT4T2 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9t2nT4T2 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uW9t2o7L66 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #dbf8ff -20%, #1e0e00 40%, #fffff3 200%);
}
@media (max-width: 768px) {
  .cid-uW9t2o7L66 {
    background-image: linear-gradient(45deg, #dbf8ff -60%, #1e0e00 40%, #fffff3 200%);
  }
}
.cid-uW9t2o7L66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2o7L66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2o7L66 .row {
  justify-content: space-between;
}
.cid-uW9t2o7L66 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2o7L66 .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uW9t2o7L66 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9t2o7L66 .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uW9t2o7L66 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW9t2o7L66 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW9t2o7L66 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW9t2o7L66 .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2o7L66 .item-title {
  color: #ffffff;
}
.cid-uW9t2o7L66 .item-text {
  color: #FFFFFF;
}
.cid-uW9t2o7L66 .mbr-section-title,
.cid-uW9t2o7L66 .title-wrapper {
  color: #FFFFFF;
}
.cid-uW9t2o7L66 .item-title,
.cid-uW9t2o7L66 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9t2ojb5b {
  background-color: #1e0e00;
  background-image: linear-gradient(125deg, #dbf8ff -50%, #1e0e00);
}
.cid-uW9t2ojb5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2ojb5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2ojb5b .row {
  justify-content: center;
}
.cid-uW9t2ojb5b .image-wrapper {
  position: relative;
}
.cid-uW9t2ojb5b .image-wrapper .main-image img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9t2ojb5b .image-wrapper .main-image img {
    height: 350px;
  }
}
.cid-uW9t2ojb5b .image-wrapper .logo-wrap img {
  position: absolute;
  top: -3rem;
  right: 8rem;
  transform: rotate(8deg);
  object-fit: cover;
  z-index: 1;
  height: 130px;
  width: 130px;
}
@media (max-width: 992px) {
  .cid-uW9t2ojb5b .image-wrapper .logo-wrap img {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
.cid-uW9t2ojb5b .image-wrapper .image-wrap img {
  position: absolute;
  top: 2rem;
  left: -4rem;
  transform: rotate(-8deg);
  object-fit: cover;
  z-index: 1;
  height: 170px;
  width: 230px;
}
@media (max-width: 992px) {
  .cid-uW9t2ojb5b .image-wrapper .image-wrap img {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 16px;
    height: 350px;
  }
}
.cid-uW9t2ouDVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(#1e0e00 70%, #dbf8ff 110%);
}
.cid-uW9t2ouDVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2ouDVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2ouDVB .row {
  justify-content: center;
}
.cid-uW9t2ouDVB .card-wrapper {
  display: flex;
  background-color: #2f1900;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uW9t2ouDVB .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9t2ouDVB .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW9t2ouDVB .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #824c00;
  padding: 6px 10px;
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uW9t2ouDVB .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9t2ouDVB .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uW9t2ouDVB .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uW9t2ouDVB .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9t2ouDVB .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uW9t2ouDVB .item-wrap {
  color: #ffffff;
}
.cid-uW9t2ouDVB .mbr-date {
  color: #FFFFFF;
}
.cid-uW9t2ouDVB .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2ouDVB .mbr-name {
  color: #ffffff;
}
.cid-uW9t2ouDVB .item-wrap,
.cid-uW9t2ouDVB .tag-wrapper {
  color: #FFFFFF;
}
.cid-uW9t2ouDVB .mbr-section-title,
.cid-uW9t2ouDVB .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9t2ouDVB .mbr-name,
.cid-uW9t2ouDVB .logo-wrapper {
  color: #FFFFFF;
}
.cid-uW9t2oExFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #824c00;
  background-image: linear-gradient(135deg, #1e0e00 10%, #824c00 80%, #ffffff 130%);
}
.cid-uW9t2oExFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2oExFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2oExFX .row {
  justify-content: center;
}
.cid-uW9t2oExFX .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uW9t2oExFX .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uW9t2oExFX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2oExFX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9t2oExFX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW9t2oExFX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uW9t2oExFX .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uW9t2oExFX .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2oExFX .mbr-text,
.cid-uW9t2oExFX .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2oExFX .mbr-section-title,
.cid-uW9t2oExFX .mbr-section-btn,
.cid-uW9t2oExFX .logo-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW9t2oOoMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(#1e0e00 80%, #fffff3 110%);
}
.cid-uW9t2oOoMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2oOoMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2oOoMF .row {
  justify-content: center;
}
.cid-uW9t2oOoMF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uW9t2oOoMF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fffff3, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW9t2oOoMF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW9t2oOoMF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uW9t2oOoMF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uW9t2oOoMF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2oOoMF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uW9t2oOoMF .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2oOoMF .mbr-text {
  color: #FFFFFF;
}
.cid-uW9t2oOoMF .mbr-desc {
  color: #FFFFFF;
}
.cid-uW9t2oXJJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #824c00;
  background-image: linear-gradient(100deg, #fffff3 10%, #824c00 50%, #1e0e00 110%);
}
.cid-uW9t2oXJJq .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2oXJJq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uW9t2oXJJq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9t2oXJJq .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2f1900;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -9rem;
  right: -3rem;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ff9a9e 0%, transparent 40%);
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#fffff3, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uW9t2oXJJq .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uW9t2oXJJq .embla__button--next,
.cid-uW9t2oXJJq .embla__button--prev {
  display: flex;
}
.cid-uW9t2oXJJq .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #2f1900 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9t2oXJJq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9t2oXJJq .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9t2oXJJq .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9t2oXJJq .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9t2oXJJq .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9t2oXJJq .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uW9t2oXJJq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9t2oXJJq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9t2oXJJq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9t2oXJJq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9t2oXJJq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9t2oXJJq .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2oXJJq .item-text {
  color: #FFFFFF;
}
.cid-uW9t2oXJJq .item-name {
  color: #FFFFFF;
}
.cid-uW9t2oXJJq .item-role {
  color: #FFFFFF;
}
.cid-uW9t2pi6SQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uW9t2pi6SQ {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uW9t2pi6SQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2pi6SQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2pi6SQ .row {
  justify-content: space-between;
}
.cid-uW9t2pi6SQ .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9t2pi6SQ .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uW9t2pi6SQ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2pi6SQ .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uW9t2pi6SQ .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW9t2pi6SQ .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uW9t2pi6SQ .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uW9t2pi6SQ .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uW9t2pi6SQ .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW9t2pi6SQ .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uW9t2pi6SQ .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uW9t2pi6SQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW9t2pi6SQ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW9t2pi6SQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW9t2pi6SQ .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uW9t2pi6SQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uW9t2pi6SQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uW9t2pi6SQ .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uW9t2pi6SQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW9t2pi6SQ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9t2pi6SQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t2pi6SQ .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2pi6SQ .panel-title-edit {
  color: #FFFFFF;
}
.cid-uW9t2pi6SQ .panel-text {
  color: #FFFFFF;
}
.cid-uW9t2pi6SQ .mbr-desc,
.cid-uW9t2pi6SQ .card-wrapper {
  color: #FFFFFF;
}
.cid-uW9t2pwVFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2pwVFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2pwVFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2pwVFo .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uW9t2pwVFo .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uW9t2pwVFo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uW9t2pwVFo .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uW9t2pwVFo .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9t2pwVFo .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2pwVFo .mbr-section-title,
.cid-uW9t2pwVFo .title-wrapper {
  color: #FFFFFF;
}
.cid-uW9t2pGJyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2pGJyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2pGJyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2pGJyw .card-wrapper {
  display: flex;
  background-color: #2f1900;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uW9t2pGJyw .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW9t2pGJyw .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9t2pGJyw .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fffff3 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uW9t2pGJyw .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9t2pGJyw .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t2pGJyw .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2pGJyw .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9t2pGJyw .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9t2pGJyw .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9t2pGJyw .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uW9t2pGJyw .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW9t2pGJyw .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2pGJyw .mbr-text {
  color: #FFFFFF;
}
.cid-uW9t2pGJyw .mbr-section-title,
.cid-uW9t2pGJyw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9t2pRuMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2pRuMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2pRuMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2pRuMl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uW9t2pRuMl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t2pRuMl .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uW9t2pRuMl .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  background-image: radial-gradient(circle farthest-corner at 10% 0%, #ff9a9e, #fffff3 50%);
}
@media (max-width: 992px) {
  .cid-uW9t2pRuMl .items-wrapper .item .item-wrapper {
    padding: 16px;
    display: block;
  }
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .card-box {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 22px;
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-uW9t2pRuMl .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9t2pRuMl .mbr-section-title,
.cid-uW9t2pRuMl .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2pRuMl .item-price {
  color: #000000;
}
.cid-uW9t2pRuMl .item-title {
  color: #ffffff;
}
.cid-uW9t2pRuMl .item-text {
  color: #000000;
}
.cid-uW9t2pRuMl .item-title,
.cid-uW9t2pRuMl .mbr-section-btn {
  color: #000000;
}
.cid-uW9t2q4YXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2q4YXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2q4YXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2q4YXa .row {
  justify-content: center;
}
.cid-uW9t2q4YXa .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #fffff3 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2q4YXa .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2q4YXa .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9t2q4YXa .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW9t2q4YXa .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #fffff3 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2q4YXa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9t2q4YXa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW9t2q4YXa .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9t2q4YXa .mbr-label,
.cid-uW9t2q4YXa .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t2q4YXa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t2q4YXa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t2q4YXa .mbr-text,
.cid-uW9t2q4YXa .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2q4YXa .mbr-section-title,
.cid-uW9t2q4YXa .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW9t2qhApw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2qhApw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2qhApw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2qhApw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9t2qhApw .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9t2qhApw .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2qhApw .title-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uW9t2qhApw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uW9t2qhApw .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-uW9t2qhApw .items-wrapper .item:hover .item-wrapper,
.cid-uW9t2qhApw .items-wrapper .item:focus .item-wrapper {
  background-color: #824c00;
}
.cid-uW9t2qhApw .items-wrapper .item:hover .item-wrapper .card-box .item-number,
.cid-uW9t2qhApw .items-wrapper .item:focus .item-wrapper .card-box .item-number {
  color: #ffffff;
}
.cid-uW9t2qhApw .items-wrapper .item:hover .item-wrapper .card-box .item-text,
.cid-uW9t2qhApw .items-wrapper .item:focus .item-wrapper .card-box .item-text {
  color: #ffffff;
}
.cid-uW9t2qhApw .items-wrapper .item:hover .item-wrapper .content-wrap .item-wrap,
.cid-uW9t2qhApw .items-wrapper .item:focus .item-wrapper .content-wrap .item-wrap {
  background-color: #2f1900;
}
.cid-uW9t2qhApw .items-wrapper .item:hover .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont,
.cid-uW9t2qhApw .items-wrapper .item:focus .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uW9t2qhApw .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #2f1900;
  border: 1px solid #824c00;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uW9t2qhApw .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9t2qhApw .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uW9t2qhApw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW9t2qhApw .items-wrapper .item .item-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2qhApw .items-wrapper .item .item-wrapper .content-wrap {
    margin-top: 22px;
  }
}
.cid-uW9t2qhApw .items-wrapper .item .item-wrapper .content-wrap .item-wrap {
  position: relative;
  margin: 0 16px 0 0;
  background-color: #824c00;
  padding: 2px 8px;
}
.cid-uW9t2qhApw .items-wrapper .item .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.cid-uW9t2qhApw .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9t2qhApw .mbr-text {
  color: #FFFFFF;
}
.cid-uW9t2qhApw .item-number {
  color: #FFFFFF;
}
.cid-uW9t2qhApw .item-text {
  color: #FFFFFF;
}
.cid-uW9t2qhApw .item-wrap {
  color: #FFFFFF;
}
.cid-uW9t2qwQuZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2qwQuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2qwQuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2qwQuZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uW9t2qwQuZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t2qwQuZ .items-wrapper {
  margin: 0 -10px;
}
.cid-uW9t2qwQuZ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uW9t2qwQuZ .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uW9t2qwQuZ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uW9t2qwQuZ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uW9t2qwQuZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9t2qwQuZ .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #fffff3, #2f1900 50%);
}
.cid-uW9t2qwQuZ .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ff9a9e, #2f1900 50%);
}
.cid-uW9t2qwQuZ .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #dbf8ff, #2f1900 50%);
}
.cid-uW9t2qwQuZ .mbr-section-title,
.cid-uW9t2qwQuZ .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2qwQuZ .item-title {
  color: #ffffff;
}
.cid-uW9t2qwQuZ .item-text {
  color: #FFFFFF;
}
.cid-uW9t2qwQuZ .item-title,
.cid-uW9t2qwQuZ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9t2qKHpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2qKHpV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW9t2qKHpV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uW9t2qKHpV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9t2qKHpV .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9t2qKHpV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uW9t2qKHpV .embla__button--next,
.cid-uW9t2qKHpV .embla__button--prev {
  display: flex;
}
.cid-uW9t2qKHpV .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uW9t2qKHpV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9t2qKHpV .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uW9t2qKHpV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uW9t2qKHpV .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9t2qKHpV .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9t2qKHpV .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9t2qKHpV .embla {
  position: relative;
  width: 100%;
}
.cid-uW9t2qKHpV .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uW9t2qKHpV .embla::before {
    display: none;
  }
}
.cid-uW9t2qKHpV .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uW9t2qKHpV .embla::after {
    display: none;
  }
}
.cid-uW9t2qKHpV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9t2qKHpV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9t2qKHpV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9t2qKHpV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9t2qKHpV .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2r4OdH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2r4OdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2r4OdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2r4OdH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uW9t2r4OdH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t2r4OdH .items-wrapper {
  margin: 0 -13px;
}
.cid-uW9t2r4OdH .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uW9t2r4OdH .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uW9t2r4OdH .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uW9t2r4OdH .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uW9t2r4OdH .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uW9t2r4OdH .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uW9t2r4OdH .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW9t2r4OdH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uW9t2r4OdH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9t2r4OdH .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2r4OdH .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uW9t2r4OdH .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uW9t2r4OdH .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #dbf8ff, #2f1900 85%);
}
.cid-uW9t2r4OdH .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff9a9e, #2f1900 85%);
}
.cid-uW9t2r4OdH .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #fffff3, #2f1900 85%);
}
.cid-uW9t2r4OdH .mbr-section-title,
.cid-uW9t2r4OdH .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2r4OdH .item-title {
  color: #ffffff;
}
.cid-uW9t2r4OdH .item-text {
  color: #FFFFFF;
}
.cid-uW9t2r4OdH .item-title,
.cid-uW9t2r4OdH .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9t2rizPo {
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/photo-1560073745-bbaf4d2a534d.jpeg");
}
.cid-uW9t2rizPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2rizPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2rizPo .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uW9t2rizPo .content-wrap {
    height: 350px;
  }
}
.cid-uW9t2rtqxu {
  background-color: #dbf8ff;
  background-image: linear-gradient(125deg, #1e0e00 45%, #dbf8ff 120%);
}
.cid-uW9t2rtqxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2rtqxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2rtqxu .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.cid-uW9t2rtqxu .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uW9t2rtqxu .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .cid-uW9t2rtqxu .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.cid-uW9t2rtqxu .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uW9t2rtqxu .row .image_1 {
  top: 0;
  left: 0;
}
.cid-uW9t2rtqxu .row .image_2 {
  top: 0;
  right: 0;
}
.cid-uW9t2rtqxu .row .image_3 {
  bottom: 0;
  left: 0;
}
.cid-uW9t2rtqxu .row .image_4 {
  bottom: 0;
  right: 0;
}
.cid-uW9t2rtqxu .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2rtqxu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9t2rtqxu .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW9t2rtqxu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9t2rtqxu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW9t2rtqxu .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9t2rtqxu .mbr-label,
.cid-uW9t2rtqxu .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t2rtqxu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t2rtqxu .mbr-text,
.cid-uW9t2rtqxu .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2rtqxu .mbr-section-title,
.cid-uW9t2rtqxu .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW9t2rGZmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-uW9t2rGZmT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #1e0e00 18%, transparent 90%, #1e0e00 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uW9t2rGZmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2rGZmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/background1.jpg?rnd=1757382028967");
}
.cid-uW9t2rGZmT .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uW9t2rGZmT .content-wrapper {
    margin-top: 0;
  }
}
.cid-uW9t2rGZmT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #fffff3, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2rGZmT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW9t2rGZmT .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2rGZmT .mbr-text {
  color: #FFFFFF;
}
.cid-uW9t2rSaiI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e0e00;
}
.cid-uW9t2rSaiI .item:focus,
.cid-uW9t2rSaiI span:focus {
  outline: none;
}
.cid-uW9t2rSaiI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uW9t2rSaiI .item {
  background-image: linear-gradient(90deg, #dbf8ff -10%, #fffff3 60%, #ff9a9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uW9t2rSaiI .item {
    min-height: 45px;
  }
}
.cid-uW9t2s419O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2s419O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2s419O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2s419O .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff9a9e 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uW9t2s419O .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW9t2s419O .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9t2s419O .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff9a9e, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uW9t2s419O .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9t2s419O .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9t2s419O .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uW9t2s419O .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #1e0e00;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uW9t2s419O .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff9a9e 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #2f1900;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff9a9e !important;
  box-shadow: none;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uW9t2s419O .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW9t2s419O .mbr-section-btn {
  text-align: right;
}
.cid-uW9t2s419O .mbr-title {
  color: #000000;
}
.cid-uW9t2s419O .mbr-text {
  color: #000000;
}
.cid-uW9t2s419O label {
  color: #ffffff;
}
.cid-uW9t2sh5ov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2sh5ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2sh5ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2sh5ov .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ff9a9e -30%, #fffff3 20%, #dbf8ff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uW9t2sh5ov .card-wrapper {
    padding: 16px;
  }
}
.cid-uW9t2sh5ov .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2sh5ov .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uW9t2sh5ov .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uW9t2sh5ov .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uW9t2sh5ov .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uW9t2sh5ov .list {
  color: #ffffff;
  text-align: center;
}
.cid-uW9t2sh5ov .list,
.cid-uW9t2sh5ov .item-wrap,
.cid-uW9t2sh5ov .tabs-wrapper {
  color: #000000;
}
.cid-uW9t2ssWQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9t2ssWQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9t2ssWQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9t2ssWQ4 .row {
  justify-content: center;
}
.cid-uW9t2ssWQ4 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9t2ssWQ4 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uW9t2ssWQ4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9t2ssWQ4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9t2ssWQ4 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9t2ssWQ4 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW9t2ssWQ4 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uW9t2ssWQ4 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2ssWQ4 .content-wrapper .social {
  margin-top: 22px;
}
.cid-uW9t2ssWQ4 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uW9t2ssWQ4 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uW9t2ssWQ4 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uW9t2ssWQ4 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uW9t2ssWQ4 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9t2ssWQ4 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uW9t2ssWQ4 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9t2ssWQ4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9t2ssWQ4 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW9t2ssWQ4 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9t2ssWQ4 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9t2ssWQ4 .mbr-section-title {
  color: #ffffff;
}
.cid-uW9t2ssWQ4 .mbr-text {
  color: #ffffff;
}
.cid-uW9t2ssWQ4 .mbr-desc {
  color: #ffffff;
}
.cid-uW9t2ssWQ4 .list {
  color: #ffffff;
}
.cid-uW9xQeMs3F .navbar-dropdown {
  position: relative !important;
}
.cid-uW9xQeMs3F .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-uW9xQeMs3F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW9xQeMs3F .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9xQeMs3F .dropdown-item:hover,
.cid-uW9xQeMs3F .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW9xQeMs3F .dropdown-item:hover span {
  color: white;
}
.cid-uW9xQeMs3F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW9xQeMs3F .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW9xQeMs3F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW9xQeMs3F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW9xQeMs3F .nav-link {
  position: relative;
}
.cid-uW9xQeMs3F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uW9xQeMs3F .container {
    flex-wrap: nowrap;
  }
}
.cid-uW9xQeMs3F .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW9xQeMs3F .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uW9xQeMs3F .dropdown-menu,
.cid-uW9xQeMs3F .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uW9xQeMs3F .nav-item:focus,
.cid-uW9xQeMs3F .nav-link:focus {
  outline: none;
}
.cid-uW9xQeMs3F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW9xQeMs3F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW9xQeMs3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW9xQeMs3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW9xQeMs3F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW9xQeMs3F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW9xQeMs3F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9xQeMs3F .navbar.opened {
  transition: all 0.3s;
}
.cid-uW9xQeMs3F .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uW9xQeMs3F .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uW9xQeMs3F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW9xQeMs3F .navbar.collapsed {
  justify-content: center;
}
.cid-uW9xQeMs3F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW9xQeMs3F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW9xQeMs3F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW9xQeMs3F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW9xQeMs3F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW9xQeMs3F .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-uW9xQeMs3F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW9xQeMs3F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW9xQeMs3F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW9xQeMs3F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW9xQeMs3F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW9xQeMs3F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW9xQeMs3F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW9xQeMs3F .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-uW9xQeMs3F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW9xQeMs3F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW9xQeMs3F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW9xQeMs3F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW9xQeMs3F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW9xQeMs3F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW9xQeMs3F .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW9xQeMs3F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW9xQeMs3F .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW9xQeMs3F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW9xQeMs3F .navbar-brand .navbar-caption:hover,
.cid-uW9xQeMs3F .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uW9xQeMs3F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW9xQeMs3F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW9xQeMs3F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uW9xQeMs3F .dropdown-item.active,
.cid-uW9xQeMs3F .dropdown-item:active {
  background-color: transparent;
}
.cid-uW9xQeMs3F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW9xQeMs3F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW9xQeMs3F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW9xQeMs3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uW9xQeMs3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW9xQeMs3F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW9xQeMs3F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW9xQeMs3F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW9xQeMs3F ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uW9xQeMs3F .navbar-buttons {
  text-align: center;
}
.cid-uW9xQeMs3F .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uW9xQeMs3F .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uW9xQeMs3F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW9xQeMs3F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW9xQeMs3F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW9xQeMs3F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW9xQeMs3F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9xQeMs3F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW9xQeMs3F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW9xQeMs3F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9xQeMs3F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW9xQeMs3F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW9xQeMs3F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW9xQeMs3F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW9xQeMs3F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW9xQeMs3F .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-uW9xQeMs3F .navbar {
    height: 70px;
  }
  .cid-uW9xQeMs3F .navbar.opened {
    height: auto;
  }
  .cid-uW9xQeMs3F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW9xQeMs3F .navbar-nav {
  margin: 0 auto;
}
.cid-uW9xQeMs3F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW9xQeMs3F .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uW9xQeMs3F .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uW9xQeMs3F .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uW9xQeMs3F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW9xQeMs3F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW9xQeMs3F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uW9xQeMs3F .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uW9xQeMs3F .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uW9xQeMs3F .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW9xQeMs3F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW9xQeMs3F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW9xQeMs3F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW9xQeMs3F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW9xQeMs3F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uW9xQeMs3F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uW9xQeMs3F .content-wrap {
  min-height: 90px;
}
.cid-uW9xQeMs3F .navbar-caption {
  color: #FFFFFF;
}
.cid-uW9xQfgZ7C {
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/photo-1533049426476-9a889e21ece5.jpeg");
  position: relative;
}
.cid-uW9xQfgZ7C::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#1e0e00 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uW9xQfgZ7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQfgZ7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQfgZ7C .row {
  justify-content: center;
}
.cid-uW9xQfgZ7C .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uW9xQfgZ7C .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #fffff3, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQfgZ7C .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW9xQfgZ7C .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQfgZ7C .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQfgZ7C .mbr-section-title,
.cid-uW9xQfgZ7C .mbr-section-btn {
  text-align: center;
}
.cid-uW9xQfui2w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff3;
  background-image: linear-gradient(100deg, #1e0e00 10%, #fffff3 50%, #ff9a9e 110%);
}
.cid-uW9xQfui2w .item:focus,
.cid-uW9xQfui2w span:focus {
  outline: none;
}
.cid-uW9xQfui2w .item {
  cursor: pointer;
}
.cid-uW9xQfui2w .grid-container {
  grid-row-gap: 20px;
}
.cid-uW9xQfui2w .grid-container-1,
.cid-uW9xQfui2w .grid-container-2 {
  gap: 0 20px;
}
.cid-uW9xQfui2w .mbr-section-title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uW9xQfui2w .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW9xQfui2w .content-head {
  max-width: 800px;
}
.cid-uW9xQfui2w .container,
.cid-uW9xQfui2w .container-fluid {
  overflow: hidden;
}
.cid-uW9xQfui2w .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uW9xQfui2w .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uW9xQfui2w .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9xQfui2w .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uW9xQfui2w .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uW9xQfui2w .grid-container-1,
.cid-uW9xQfui2w .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uW9xQfui2w .grid-container-1 {
  align-items: flex-end;
}
.cid-uW9xQfui2w .grid-container-2 {
  align-items: flex-start;
}
.cid-uW9xQfGUMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #dbf8ff, #1e0e00 30%);
}
@media (max-width: 768px) {
  .cid-uW9xQfGUMq {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #dbf8ff, #1e0e00 30%);
  }
}
.cid-uW9xQfGUMq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uW9xQfGUMq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9xQfGUMq .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #824c00;
  border: 1px solid #fffff3;
  padding: 2px 8px;
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9xQfGUMq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uW9xQfGUMq .embla__button--next,
.cid-uW9xQfGUMq .embla__button--prev {
  display: flex;
}
.cid-uW9xQfGUMq .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #1e0e00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9xQfGUMq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9xQfGUMq .embla__button:hover {
  box-shadow: 0 0 33px 0 #1e0e00;
}
.cid-uW9xQfGUMq .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9xQfGUMq .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9xQfGUMq .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9xQfGUMq .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9xQfGUMq .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uW9xQfGUMq .embla {
    padding-bottom: 32px;
  }
}
.cid-uW9xQfGUMq .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbf8ff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9xQfGUMq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9xQfGUMq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9xQfGUMq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9xQfGUMq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9xQfGUMq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9xQfGUMq .item-label {
  color: #0047ff;
}
.cid-uW9xQfGUMq .item-title {
  color: #ffffff;
}
.cid-uW9xQfGUMq .item-text {
  color: #FFFFFF;
}
.cid-uW9xQfGUMq .list {
  color: #ffffff;
}
.cid-uW9xQfGUMq .item-title,
.cid-uW9xQfGUMq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9xQfGUMq .list,
.cid-uW9xQfGUMq .item-wrap,
.cid-uW9xQfGUMq .tabs-wrapper {
  color: #FFFFFF;
}
.cid-uW9xQg4DwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQg4DwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQg4DwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQg4DwL .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW9xQg4DwL .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uW9xQg4DwL .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9xQg4DwL .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uW9xQg4DwL .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uW9xQg4DwL .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uW9xQg4DwL .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQg4DwL .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uW9xQg4DwL .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #ffffff, #dbf8ff 70%);
  transition: all 1s ease-in-out;
}
.cid-uW9xQg4DwL .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uW9xQg4DwL .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uW9xQg4DwL .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9xQg4DwL .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uW9xQg4DwL .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9xQg4DwL .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uW9xQglQfF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #dbf8ff -20%, #1e0e00 40%, #fffff3 200%);
}
@media (max-width: 768px) {
  .cid-uW9xQglQfF {
    background-image: linear-gradient(45deg, #dbf8ff -60%, #1e0e00 40%, #fffff3 200%);
  }
}
.cid-uW9xQglQfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQglQfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQglQfF .row {
  justify-content: space-between;
}
.cid-uW9xQglQfF .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQglQfF .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uW9xQglQfF .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9xQglQfF .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uW9xQglQfF .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW9xQglQfF .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW9xQglQfF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uW9xQglQfF .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQglQfF .item-title {
  color: #ffffff;
}
.cid-uW9xQglQfF .item-text {
  color: #FFFFFF;
}
.cid-uW9xQglQfF .mbr-section-title,
.cid-uW9xQglQfF .title-wrapper {
  color: #FFFFFF;
}
.cid-uW9xQglQfF .item-title,
.cid-uW9xQglQfF .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9xQgyfai {
  background-color: #1e0e00;
  background-image: linear-gradient(125deg, #dbf8ff -50%, #1e0e00);
}
.cid-uW9xQgyfai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQgyfai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQgyfai .row {
  justify-content: center;
}
.cid-uW9xQgyfai .image-wrapper {
  position: relative;
}
.cid-uW9xQgyfai .image-wrapper .main-image img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9xQgyfai .image-wrapper .main-image img {
    height: 350px;
  }
}
.cid-uW9xQgyfai .image-wrapper .logo-wrap img {
  position: absolute;
  top: -3rem;
  right: 8rem;
  transform: rotate(8deg);
  object-fit: cover;
  z-index: 1;
  height: 130px;
  width: 130px;
}
@media (max-width: 992px) {
  .cid-uW9xQgyfai .image-wrapper .logo-wrap img {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
.cid-uW9xQgyfai .image-wrapper .image-wrap img {
  position: absolute;
  top: 2rem;
  left: -4rem;
  transform: rotate(-8deg);
  object-fit: cover;
  z-index: 1;
  height: 170px;
  width: 230px;
}
@media (max-width: 992px) {
  .cid-uW9xQgyfai .image-wrapper .image-wrap img {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 16px;
    height: 350px;
  }
}
.cid-uW9xQgJAlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(#1e0e00 70%, #dbf8ff 110%);
}
.cid-uW9xQgJAlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQgJAlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQgJAlL .row {
  justify-content: center;
}
.cid-uW9xQgJAlL .card-wrapper {
  display: flex;
  background-color: #2f1900;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uW9xQgJAlL .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9xQgJAlL .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW9xQgJAlL .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #824c00;
  padding: 6px 10px;
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uW9xQgJAlL .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9xQgJAlL .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uW9xQgJAlL .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uW9xQgJAlL .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9xQgJAlL .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uW9xQgJAlL .item-wrap {
  color: #ffffff;
}
.cid-uW9xQgJAlL .mbr-date {
  color: #FFFFFF;
}
.cid-uW9xQgJAlL .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQgJAlL .mbr-name {
  color: #ffffff;
}
.cid-uW9xQgJAlL .item-wrap,
.cid-uW9xQgJAlL .tag-wrapper {
  color: #FFFFFF;
}
.cid-uW9xQgJAlL .mbr-section-title,
.cid-uW9xQgJAlL .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9xQgJAlL .mbr-name,
.cid-uW9xQgJAlL .logo-wrapper {
  color: #FFFFFF;
}
.cid-uW9xQgXABH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #824c00;
  background-image: linear-gradient(135deg, #1e0e00 10%, #824c00 80%, #ffffff 130%);
}
.cid-uW9xQgXABH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQgXABH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQgXABH .row {
  justify-content: center;
}
.cid-uW9xQgXABH .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uW9xQgXABH .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uW9xQgXABH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQgXABH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9xQgXABH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW9xQgXABH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uW9xQgXABH .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uW9xQgXABH .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQgXABH .mbr-text,
.cid-uW9xQgXABH .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQgXABH .mbr-section-title,
.cid-uW9xQgXABH .mbr-section-btn,
.cid-uW9xQgXABH .logo-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW9xQh7vYL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(#1e0e00 80%, #fffff3 110%);
}
.cid-uW9xQh7vYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQh7vYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQh7vYL .row {
  justify-content: center;
}
.cid-uW9xQh7vYL .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uW9xQh7vYL .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fffff3, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW9xQh7vYL .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW9xQh7vYL .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uW9xQh7vYL .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uW9xQh7vYL .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQh7vYL .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uW9xQh7vYL .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQh7vYL .mbr-text {
  color: #FFFFFF;
}
.cid-uW9xQh7vYL .mbr-desc {
  color: #FFFFFF;
}
.cid-uW9xQhhfgE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #824c00;
  background-image: linear-gradient(100deg, #fffff3 10%, #824c00 50%, #1e0e00 110%);
}
.cid-uW9xQhhfgE .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQhhfgE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uW9xQhhfgE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9xQhhfgE .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2f1900;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -9rem;
  right: -3rem;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ff9a9e 0%, transparent 40%);
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#fffff3, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uW9xQhhfgE .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uW9xQhhfgE .embla__button--next,
.cid-uW9xQhhfgE .embla__button--prev {
  display: flex;
}
.cid-uW9xQhhfgE .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #2f1900 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9xQhhfgE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9xQhhfgE .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9xQhhfgE .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9xQhhfgE .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9xQhhfgE .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9xQhhfgE .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uW9xQhhfgE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9xQhhfgE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9xQhhfgE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9xQhhfgE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9xQhhfgE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9xQhhfgE .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQhhfgE .item-text {
  color: #FFFFFF;
}
.cid-uW9xQhhfgE .item-name {
  color: #FFFFFF;
}
.cid-uW9xQhhfgE .item-role {
  color: #FFFFFF;
}
.cid-uW9xQhFMDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uW9xQhFMDj {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uW9xQhFMDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQhFMDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQhFMDj .row {
  justify-content: space-between;
}
.cid-uW9xQhFMDj .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9xQhFMDj .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uW9xQhFMDj .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQhFMDj .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uW9xQhFMDj .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uW9xQhFMDj .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uW9xQhFMDj .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uW9xQhFMDj .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uW9xQhFMDj .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW9xQhFMDj .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uW9xQhFMDj .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uW9xQhFMDj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW9xQhFMDj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW9xQhFMDj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW9xQhFMDj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uW9xQhFMDj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uW9xQhFMDj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uW9xQhFMDj .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uW9xQhFMDj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW9xQhFMDj .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9xQhFMDj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uW9xQhFMDj .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQhFMDj .panel-title-edit {
  color: #FFFFFF;
}
.cid-uW9xQhFMDj .panel-text {
  color: #FFFFFF;
}
.cid-uW9xQhFMDj .mbr-desc,
.cid-uW9xQhFMDj .card-wrapper {
  color: #FFFFFF;
}
.cid-uW9xQi2tdj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQi2tdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQi2tdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQi2tdj .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uW9xQi2tdj .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uW9xQi2tdj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uW9xQi2tdj .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uW9xQi2tdj .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9xQi2tdj .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQi2tdj .mbr-section-title,
.cid-uW9xQi2tdj .title-wrapper {
  color: #FFFFFF;
}
.cid-uW9xQidU5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQidU5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQidU5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQidU5t .card-wrapper {
  display: flex;
  background-color: #2f1900;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uW9xQidU5t .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW9xQidU5t .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9xQidU5t .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fffff3 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uW9xQidU5t .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9xQidU5t .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9xQidU5t .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQidU5t .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9xQidU5t .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9xQidU5t .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uW9xQidU5t .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uW9xQidU5t .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW9xQidU5t .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQidU5t .mbr-text {
  color: #FFFFFF;
}
.cid-uW9xQidU5t .mbr-section-title,
.cid-uW9xQidU5t .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9xQioi6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQioi6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQioi6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQioi6d .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uW9xQioi6d .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9xQioi6d .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uW9xQioi6d .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  background-image: radial-gradient(circle farthest-corner at 10% 0%, #ff9a9e, #fffff3 50%);
}
@media (max-width: 992px) {
  .cid-uW9xQioi6d .items-wrapper .item .item-wrapper {
    padding: 16px;
    display: block;
  }
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uW9xQioi6d .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uW9xQioi6d .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper .card-box {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9xQioi6d .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 22px;
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-uW9xQioi6d .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9xQioi6d .mbr-section-title,
.cid-uW9xQioi6d .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQioi6d .item-price {
  color: #000000;
}
.cid-uW9xQioi6d .item-title {
  color: #ffffff;
}
.cid-uW9xQioi6d .item-text {
  color: #000000;
}
.cid-uW9xQioi6d .item-title,
.cid-uW9xQioi6d .mbr-section-btn {
  color: #000000;
}
.cid-uW9xQiCO3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQiCO3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQiCO3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQiCO3v .row {
  justify-content: center;
}
.cid-uW9xQiCO3v .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #fffff3 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQiCO3v .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQiCO3v .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9xQiCO3v .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW9xQiCO3v .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #fffff3 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQiCO3v .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9xQiCO3v .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW9xQiCO3v .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9xQiCO3v .mbr-label,
.cid-uW9xQiCO3v .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uW9xQiCO3v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW9xQiCO3v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uW9xQiCO3v .mbr-text,
.cid-uW9xQiCO3v .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQiCO3v .mbr-section-title,
.cid-uW9xQiCO3v .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW9xQiOaaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQiOaaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQiOaaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQiOaaU .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9xQiOaaU .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9xQiOaaU .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQiOaaU .title-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uW9xQiOaaU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uW9xQiOaaU .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-uW9xQiOaaU .items-wrapper .item:hover .item-wrapper,
.cid-uW9xQiOaaU .items-wrapper .item:focus .item-wrapper {
  background-color: #824c00;
}
.cid-uW9xQiOaaU .items-wrapper .item:hover .item-wrapper .card-box .item-number,
.cid-uW9xQiOaaU .items-wrapper .item:focus .item-wrapper .card-box .item-number {
  color: #ffffff;
}
.cid-uW9xQiOaaU .items-wrapper .item:hover .item-wrapper .card-box .item-text,
.cid-uW9xQiOaaU .items-wrapper .item:focus .item-wrapper .card-box .item-text {
  color: #ffffff;
}
.cid-uW9xQiOaaU .items-wrapper .item:hover .item-wrapper .content-wrap .item-wrap,
.cid-uW9xQiOaaU .items-wrapper .item:focus .item-wrapper .content-wrap .item-wrap {
  background-color: #2f1900;
}
.cid-uW9xQiOaaU .items-wrapper .item:hover .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont,
.cid-uW9xQiOaaU .items-wrapper .item:focus .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uW9xQiOaaU .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #2f1900;
  border: 1px solid #824c00;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uW9xQiOaaU .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9xQiOaaU .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uW9xQiOaaU .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW9xQiOaaU .items-wrapper .item .item-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQiOaaU .items-wrapper .item .item-wrapper .content-wrap {
    margin-top: 22px;
  }
}
.cid-uW9xQiOaaU .items-wrapper .item .item-wrapper .content-wrap .item-wrap {
  position: relative;
  margin: 0 16px 0 0;
  background-color: #824c00;
  padding: 2px 8px;
}
.cid-uW9xQiOaaU .items-wrapper .item .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.cid-uW9xQiOaaU .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9xQiOaaU .mbr-text {
  color: #FFFFFF;
}
.cid-uW9xQiOaaU .item-number {
  color: #FFFFFF;
}
.cid-uW9xQiOaaU .item-text {
  color: #FFFFFF;
}
.cid-uW9xQiOaaU .item-wrap {
  color: #FFFFFF;
}
.cid-uW9xQj5lEs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQj5lEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQj5lEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQj5lEs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uW9xQj5lEs .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9xQj5lEs .items-wrapper {
  margin: 0 -10px;
}
.cid-uW9xQj5lEs .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uW9xQj5lEs .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uW9xQj5lEs .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uW9xQj5lEs .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uW9xQj5lEs .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uW9xQj5lEs .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9xQj5lEs .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQj5lEs .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uW9xQj5lEs .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-uW9xQj5lEs .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW9xQj5lEs .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uW9xQj5lEs .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9xQj5lEs .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #fffff3, #2f1900 50%);
}
.cid-uW9xQj5lEs .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ff9a9e, #2f1900 50%);
}
.cid-uW9xQj5lEs .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #dbf8ff, #2f1900 50%);
}
.cid-uW9xQj5lEs .mbr-section-title,
.cid-uW9xQj5lEs .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQj5lEs .item-title {
  color: #ffffff;
}
.cid-uW9xQj5lEs .item-text {
  color: #FFFFFF;
}
.cid-uW9xQj5lEs .item-title,
.cid-uW9xQj5lEs .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9xQjidNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQjidNl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW9xQjidNl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uW9xQjidNl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9xQjidNl .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9xQjidNl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uW9xQjidNl .embla__button--next,
.cid-uW9xQjidNl .embla__button--prev {
  display: flex;
}
.cid-uW9xQjidNl .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uW9xQjidNl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9xQjidNl .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uW9xQjidNl .embla__button.embla__button--prev {
  left: 0;
}
.cid-uW9xQjidNl .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9xQjidNl .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9xQjidNl .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9xQjidNl .embla {
  position: relative;
  width: 100%;
}
.cid-uW9xQjidNl .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uW9xQjidNl .embla::before {
    display: none;
  }
}
.cid-uW9xQjidNl .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uW9xQjidNl .embla::after {
    display: none;
  }
}
.cid-uW9xQjidNl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9xQjidNl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9xQjidNl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9xQjidNl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9xQjidNl .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQjJ7t3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQjJ7t3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQjJ7t3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQjJ7t3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uW9xQjJ7t3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9xQjJ7t3 .items-wrapper {
  margin: 0 -13px;
}
.cid-uW9xQjJ7t3 .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uW9xQjJ7t3 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uW9xQjJ7t3 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uW9xQjJ7t3 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uW9xQjJ7t3 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uW9xQjJ7t3 .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #dbf8ff, #2f1900 85%);
}
.cid-uW9xQjJ7t3 .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff9a9e, #2f1900 85%);
}
.cid-uW9xQjJ7t3 .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #fffff3, #2f1900 85%);
}
.cid-uW9xQjJ7t3 .mbr-section-title,
.cid-uW9xQjJ7t3 .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQjJ7t3 .item-title {
  color: #ffffff;
}
.cid-uW9xQjJ7t3 .item-text {
  color: #FFFFFF;
}
.cid-uW9xQjJ7t3 .item-title,
.cid-uW9xQjJ7t3 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9xQjXkB2 {
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/photo-1560073745-bbaf4d2a534d.jpeg");
}
.cid-uW9xQjXkB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQjXkB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQjXkB2 .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uW9xQjXkB2 .content-wrap {
    height: 350px;
  }
}
.cid-uW9xQk8lUe {
  background-color: #dbf8ff;
  background-image: linear-gradient(125deg, #1e0e00 45%, #dbf8ff 120%);
}
.cid-uW9xQk8lUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQk8lUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQk8lUe .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.cid-uW9xQk8lUe .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uW9xQk8lUe .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .cid-uW9xQk8lUe .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.cid-uW9xQk8lUe .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uW9xQk8lUe .row .image_1 {
  top: 0;
  left: 0;
}
.cid-uW9xQk8lUe .row .image_2 {
  top: 0;
  right: 0;
}
.cid-uW9xQk8lUe .row .image_3 {
  bottom: 0;
  left: 0;
}
.cid-uW9xQk8lUe .row .image_4 {
  bottom: 0;
  right: 0;
}
.cid-uW9xQk8lUe .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQk8lUe .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9xQk8lUe .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW9xQk8lUe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9xQk8lUe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW9xQk8lUe .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uW9xQk8lUe .mbr-label,
.cid-uW9xQk8lUe .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uW9xQk8lUe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW9xQk8lUe .mbr-text,
.cid-uW9xQk8lUe .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQk8lUe .mbr-section-title,
.cid-uW9xQk8lUe .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW9xQkrtHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-uW9xQkrtHd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #1e0e00 18%, transparent 90%, #1e0e00 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uW9xQkrtHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQkrtHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/background1.jpg?rnd=1757382028967");
}
.cid-uW9xQkrtHd .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uW9xQkrtHd .content-wrapper {
    margin-top: 0;
  }
}
.cid-uW9xQkrtHd .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #fffff3, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQkrtHd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW9xQkrtHd .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQkrtHd .mbr-text {
  color: #FFFFFF;
}
.cid-uW9xQkEGkf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e0e00;
}
.cid-uW9xQkEGkf .item:focus,
.cid-uW9xQkEGkf span:focus {
  outline: none;
}
.cid-uW9xQkEGkf .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uW9xQkEGkf .item {
  background-image: linear-gradient(90deg, #dbf8ff -10%, #fffff3 60%, #ff9a9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uW9xQkEGkf .item {
    min-height: 45px;
  }
}
.cid-uW9xQkQpWD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQkQpWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQkQpWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQkQpWD .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff9a9e 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uW9xQkQpWD .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uW9xQkQpWD .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9xQkQpWD .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff9a9e, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uW9xQkQpWD .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uW9xQkQpWD .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uW9xQkQpWD .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uW9xQkQpWD .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #1e0e00;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uW9xQkQpWD .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff9a9e 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #2f1900;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff9a9e !important;
  box-shadow: none;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uW9xQkQpWD .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW9xQkQpWD .mbr-section-btn {
  text-align: right;
}
.cid-uW9xQkQpWD .mbr-title {
  color: #000000;
}
.cid-uW9xQkQpWD .mbr-text {
  color: #000000;
}
.cid-uW9xQkQpWD label {
  color: #ffffff;
}
.cid-uW9xQl3bIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQl3bIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQl3bIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQl3bIk .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ff9a9e -30%, #fffff3 20%, #dbf8ff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uW9xQl3bIk .card-wrapper {
    padding: 16px;
  }
}
.cid-uW9xQl3bIk .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQl3bIk .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uW9xQl3bIk .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uW9xQl3bIk .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uW9xQl3bIk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uW9xQl3bIk .list {
  color: #ffffff;
  text-align: center;
}
.cid-uW9xQl3bIk .list,
.cid-uW9xQl3bIk .item-wrap,
.cid-uW9xQl3bIk .tabs-wrapper {
  color: #000000;
}
.cid-uW9xQlfdsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW9xQlfdsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9xQlfdsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9xQlfdsn .row {
  justify-content: center;
}
.cid-uW9xQlfdsn .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9xQlfdsn .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uW9xQlfdsn .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9xQlfdsn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW9xQlfdsn .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW9xQlfdsn .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW9xQlfdsn .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uW9xQlfdsn .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQlfdsn .content-wrapper .social {
  margin-top: 22px;
}
.cid-uW9xQlfdsn .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uW9xQlfdsn .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uW9xQlfdsn .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uW9xQlfdsn .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uW9xQlfdsn .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9xQlfdsn .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uW9xQlfdsn .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW9xQlfdsn .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW9xQlfdsn .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW9xQlfdsn .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9xQlfdsn .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9xQlfdsn .mbr-section-title {
  color: #ffffff;
}
.cid-uW9xQlfdsn .mbr-text {
  color: #ffffff;
}
.cid-uW9xQlfdsn .mbr-desc {
  color: #ffffff;
}
.cid-uW9xQlfdsn .list {
  color: #ffffff;
}
.cid-uW4s3Vdq6s .navbar-dropdown {
  position: relative !important;
}
.cid-uW4s3Vdq6s .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-uW4s3Vdq6s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW4s3Vdq6s .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .dropdown-item:hover,
.cid-uW4s3Vdq6s .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .dropdown-item:hover span {
  color: white;
}
.cid-uW4s3Vdq6s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW4s3Vdq6s .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW4s3Vdq6s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW4s3Vdq6s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW4s3Vdq6s .nav-link {
  position: relative;
}
.cid-uW4s3Vdq6s .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uW4s3Vdq6s .container {
    flex-wrap: nowrap;
  }
}
.cid-uW4s3Vdq6s .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uW4s3Vdq6s .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uW4s3Vdq6s .dropdown-menu,
.cid-uW4s3Vdq6s .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uW4s3Vdq6s .nav-item:focus,
.cid-uW4s3Vdq6s .nav-link:focus {
  outline: none;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW4s3Vdq6s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW4s3Vdq6s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW4s3Vdq6s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW4s3Vdq6s .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW4s3Vdq6s .navbar.opened {
  transition: all 0.3s;
}
.cid-uW4s3Vdq6s .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uW4s3Vdq6s .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uW4s3Vdq6s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW4s3Vdq6s .navbar.collapsed {
  justify-content: center;
}
.cid-uW4s3Vdq6s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW4s3Vdq6s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW4s3Vdq6s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uW4s3Vdq6s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW4s3Vdq6s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW4s3Vdq6s .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-uW4s3Vdq6s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW4s3Vdq6s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW4s3Vdq6s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW4s3Vdq6s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW4s3Vdq6s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW4s3Vdq6s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW4s3Vdq6s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW4s3Vdq6s .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-uW4s3Vdq6s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW4s3Vdq6s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW4s3Vdq6s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW4s3Vdq6s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uW4s3Vdq6s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW4s3Vdq6s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uW4s3Vdq6s .navbar.navbar-short {
  min-height: 96px;
}
.cid-uW4s3Vdq6s .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uW4s3Vdq6s .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uW4s3Vdq6s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uW4s3Vdq6s .navbar-brand .navbar-caption:hover,
.cid-uW4s3Vdq6s .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW4s3Vdq6s .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uW4s3Vdq6s .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uW4s3Vdq6s .dropdown-item.active,
.cid-uW4s3Vdq6s .dropdown-item:active {
  background-color: transparent;
}
.cid-uW4s3Vdq6s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW4s3Vdq6s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW4s3Vdq6s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW4s3Vdq6s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uW4s3Vdq6s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uW4s3Vdq6s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uW4s3Vdq6s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW4s3Vdq6s ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uW4s3Vdq6s ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uW4s3Vdq6s .navbar-buttons {
  text-align: center;
}
.cid-uW4s3Vdq6s .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uW4s3Vdq6s .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uW4s3Vdq6s .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uW4s3Vdq6s button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uW4s3Vdq6s button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW4s3Vdq6s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW4s3Vdq6s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uW4s3Vdq6s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW4s3Vdq6s .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-uW4s3Vdq6s .navbar {
    height: 70px;
  }
  .cid-uW4s3Vdq6s .navbar.opened {
    height: auto;
  }
  .cid-uW4s3Vdq6s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW4s3Vdq6s .navbar-nav {
  margin: 0 auto;
}
.cid-uW4s3Vdq6s .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uW4s3Vdq6s .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uW4s3Vdq6s .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uW4s3Vdq6s .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uW4s3Vdq6s .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uW4s3Vdq6s .navbar {
    justify-content: flex-start !important;
  }
  .cid-uW4s3Vdq6s .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uW4s3Vdq6s .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uW4s3Vdq6s .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uW4s3Vdq6s .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uW4s3Vdq6s .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uW4s3Vdq6s .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uW4s3Vdq6s .content-wrap {
  min-height: 90px;
}
.cid-uW4s3Vdq6s .navbar-caption {
  color: #FFFFFF;
}
.cid-uW9Uh4vqR4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-uW9Uh4vqR4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #191100 18%, transparent 90%, #191100 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uW9Uh4vqR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh4vqR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/background1.jpg?rnd=1757382028967");
}
.cid-uW9Uh4vqR4 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uW9Uh4vqR4 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uW9Uh4vqR4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #fffd6e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9Uh4vqR4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW9Uh4vqR4 .mbr-section-title {
  color: #ffffff;
}
.cid-uW9Uh4vqR4 .mbr-text {
  color: #FFFFFF;
}
.cid-uW9Uh51Ze0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
  background-image: linear-gradient(45deg, #fffd6e -20%, #191100 40%);
}
@media (max-width: 768px) {
  .cid-uW9Uh51Ze0 {
    background-image: linear-gradient(45deg, #fffd6e -60%, #191100 40%);
  }
}
.cid-uW9Uh51Ze0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh51Ze0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh51Ze0 .row {
  justify-content: space-between;
}
.cid-uW9Uh51Ze0 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9Uh51Ze0 .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uW9Uh51Ze0 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9Uh51Ze0 .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uW9Uh51Ze0 .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #291d00;
}
@media (max-width: 992px) {
  .cid-uW9Uh51Ze0 .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uW9Uh51Ze0 .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uW9Uh51Ze0 .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uW9Uh51Ze0 .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uW9Uh51Ze0 .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uW9Uh51Ze0 .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uW9Uh51Ze0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uW9Uh51Ze0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uW9Uh51Ze0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW9Uh51Ze0 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #291d00;
}
.cid-uW9Uh51Ze0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uW9Uh51Ze0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uW9Uh51Ze0 .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uW9Uh51Ze0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uW9Uh51Ze0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9Uh51Ze0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uW9Uh51Ze0 .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9Uh51Ze0 .panel-title-edit {
  color: #FFFFFF;
}
.cid-uW9Uh51Ze0 .panel-text {
  color: #FFFFFF;
}
.cid-uW9Uh51Ze0 .mbr-desc,
.cid-uW9Uh51Ze0 .card-wrapper {
  color: #FFFFFF;
}
.cid-uW9Uh52Wtd {
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/photo-1748191505473-7b061ede5bb9.jpeg");
}
.cid-uW9Uh52Wtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh52Wtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh52Wtd .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uW9Uh52Wtd .content-wrap {
    height: 350px;
  }
}
.cid-uW9Uh53IRP {
  background-color: #191100;
  background-image: linear-gradient(125deg, #befc5d -50%, #191100);
}
.cid-uW9Uh53IRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh53IRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh53IRP .row {
  justify-content: center;
}
.cid-uW9Uh53IRP .image-wrapper {
  position: relative;
}
.cid-uW9Uh53IRP .image-wrapper .main-image img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uW9Uh53IRP .image-wrapper .main-image img {
    height: 350px;
  }
}
.cid-uW9Uh53IRP .image-wrapper .logo-wrap img {
  position: absolute;
  top: -3rem;
  right: 8rem;
  transform: rotate(8deg);
  object-fit: cover;
  z-index: 1;
  height: 130px;
  width: 130px;
}
@media (max-width: 992px) {
  .cid-uW9Uh53IRP .image-wrapper .logo-wrap img {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
.cid-uW9Uh53IRP .image-wrapper .image-wrap img {
  position: absolute;
  top: 2rem;
  left: -4rem;
  transform: rotate(-8deg);
  object-fit: cover;
  z-index: 1;
  height: 170px;
  width: 230px;
}
@media (max-width: 992px) {
  .cid-uW9Uh53IRP .image-wrapper .image-wrap img {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 16px;
    height: 350px;
  }
}
.cid-uW9Uh53wqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uW9Uh53wqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh53wqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh53wqB .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW9Uh53wqB .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uW9Uh53wqB .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9Uh53wqB .title-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uW9Uh53wqB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uW9Uh53wqB .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-uW9Uh53wqB .items-wrapper .item:hover .item-wrapper,
.cid-uW9Uh53wqB .items-wrapper .item:focus .item-wrapper {
  background-color: #735600;
}
.cid-uW9Uh53wqB .items-wrapper .item:hover .item-wrapper .card-box .item-number,
.cid-uW9Uh53wqB .items-wrapper .item:focus .item-wrapper .card-box .item-number {
  color: #ffffff;
}
.cid-uW9Uh53wqB .items-wrapper .item:hover .item-wrapper .card-box .item-text,
.cid-uW9Uh53wqB .items-wrapper .item:focus .item-wrapper .card-box .item-text {
  color: #ffffff;
}
.cid-uW9Uh53wqB .items-wrapper .item:hover .item-wrapper .content-wrap .item-wrap,
.cid-uW9Uh53wqB .items-wrapper .item:focus .item-wrapper .content-wrap .item-wrap {
  background-color: #291d00;
}
.cid-uW9Uh53wqB .items-wrapper .item:hover .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont,
.cid-uW9Uh53wqB .items-wrapper .item:focus .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uW9Uh53wqB .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #291d00;
  border: 1px solid #735600;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uW9Uh53wqB .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9Uh53wqB .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-uW9Uh53wqB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uW9Uh53wqB .items-wrapper .item .item-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uW9Uh53wqB .items-wrapper .item .item-wrapper .content-wrap {
    margin-top: 22px;
  }
}
.cid-uW9Uh53wqB .items-wrapper .item .item-wrapper .content-wrap .item-wrap {
  position: relative;
  margin: 0 16px 0 0;
  background-color: #735600;
  padding: 2px 8px;
}
.cid-uW9Uh53wqB .items-wrapper .item .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.cid-uW9Uh53wqB .mbr-section-title {
  color: #FFFFFF;
}
.cid-uW9Uh53wqB .mbr-text {
  color: #FFFFFF;
}
.cid-uW9Uh53wqB .item-number {
  color: #FFFFFF;
}
.cid-uW9Uh53wqB .item-text {
  color: #FFFFFF;
}
.cid-uW9Uh53wqB .item-wrap {
  color: #FFFFFF;
}
.cid-uW9Uh54yAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #9a78c4, #191100 30%);
}
.cid-uW9Uh54yAP .title-wrapper {
  margin-bottom: 22px;
}
.cid-uW9Uh54yAP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW9Uh54yAP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #9a78c4 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9Uh54yAP .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uW9Uh54yAP .mbr-section-btn {
    text-align: left;
  }
}
.cid-uW9Uh54yAP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uW9Uh54yAP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9Uh54yAP .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2px 8px;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uW9Uh54yAP .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uW9Uh54yAP .embla__button--next,
.cid-uW9Uh54yAP .embla__button--prev {
  display: flex;
}
.cid-uW9Uh54yAP .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #191100 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9Uh54yAP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9Uh54yAP .embla__button:hover {
  box-shadow: 0 0 33px 0 #191100;
}
.cid-uW9Uh54yAP .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9Uh54yAP .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9Uh54yAP .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9Uh54yAP .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9Uh54yAP .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uW9Uh54yAP .embla {
    padding-bottom: 32px;
  }
}
.cid-uW9Uh54yAP .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #9a78c4 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW9Uh54yAP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9Uh54yAP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9Uh54yAP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9Uh54yAP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9Uh54yAP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9Uh54yAP .mbr-section-title {
  color: #ffffff;
}
.cid-uW9Uh54yAP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uW9Uh54yAP .item-wrap {
  color: #ffffff;
}
.cid-uW9Uh54yAP .item-title {
  color: #ffffff;
}
.cid-uW9Uh54yAP .item-text {
  color: #FFFFFF;
}
.cid-uW9Uh54yAP .mbr-section-title,
.cid-uW9Uh54yAP .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uW9Uh54yAP .item-wrap,
.cid-uW9Uh54yAP .date-wrapper {
  color: #FFFFFF;
}
.cid-uW9Uh55FwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #735600;
  background-image: linear-gradient(135deg, #191100 10%, #735600 80%, #ffffff 130%);
}
.cid-uW9Uh55FwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh55FwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh55FwW .row {
  justify-content: center;
}
.cid-uW9Uh55FwW .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uW9Uh55FwW .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uW9Uh55FwW .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9Uh55FwW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW9Uh55FwW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uW9Uh55FwW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uW9Uh55FwW .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uW9Uh55FwW .mbr-section-title {
  color: #ffffff;
}
.cid-uW9Uh55FwW .mbr-text,
.cid-uW9Uh55FwW .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9Uh55FwW .mbr-section-title,
.cid-uW9Uh55FwW .mbr-section-btn,
.cid-uW9Uh55FwW .logo-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uW9Uh55lP9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191100;
}
.cid-uW9Uh55lP9 .item:focus,
.cid-uW9Uh55lP9 span:focus {
  outline: none;
}
.cid-uW9Uh55lP9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uW9Uh55lP9 .item {
  background-image: linear-gradient(90deg, #befc5d -10%, #fffd6e 60%, #9a78c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uW9Uh55lP9 .item {
    min-height: 45px;
  }
}
.cid-uW9Uh5byTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
  background-image: linear-gradient(#191100 80%, #fffd6e 110%);
}
.cid-uW9Uh5byTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh5byTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh5byTB .row {
  justify-content: center;
}
.cid-uW9Uh5byTB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uW9Uh5byTB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #fffd6e, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uW9Uh5byTB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uW9Uh5byTB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uW9Uh5byTB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uW9Uh5byTB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9Uh5byTB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uW9Uh5byTB .mbr-section-title {
  color: #ffffff;
}
.cid-uW9Uh5byTB .mbr-text {
  color: #FFFFFF;
}
.cid-uW9Uh5byTB .mbr-desc {
  color: #FFFFFF;
}
.cid-uW9Uh5hkpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #735600;
  background-image: linear-gradient(100deg, #fffd6e 10%, #735600 50%, #191100 110%);
}
.cid-uW9Uh5hkpj .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9Uh5hkpj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uW9Uh5hkpj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uW9Uh5hkpj .embla__slide .slide-content {
  width: 100%;
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #291d00;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -9rem;
  right: -3rem;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #9a78c4 0%, transparent 40%);
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#fffd6e, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uW9Uh5hkpj .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uW9Uh5hkpj .embla__button--next,
.cid-uW9Uh5hkpj .embla__button--prev {
  display: flex;
}
.cid-uW9Uh5hkpj .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #291d00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uW9Uh5hkpj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uW9Uh5hkpj .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uW9Uh5hkpj .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uW9Uh5hkpj .embla__button.embla__button--next {
  right: 0;
}
.cid-uW9Uh5hkpj .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uW9Uh5hkpj .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uW9Uh5hkpj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uW9Uh5hkpj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uW9Uh5hkpj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uW9Uh5hkpj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uW9Uh5hkpj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uW9Uh5hkpj .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uW9Uh5hkpj .item-text {
  color: #FFFFFF;
}
.cid-uW9Uh5hkpj .item-name {
  color: #FFFFFF;
}
.cid-uW9Uh5hkpj .item-role {
  color: #FFFFFF;
}
.cid-uW9Uh5i2Uu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-uW9Uh5i2Uu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #191100 18%, transparent 90%, #191100 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uW9Uh5i2Uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh5i2Uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1804587/assets/images/background1.jpg?rnd=1757382028967");
}
.cid-uW9Uh5i2Uu .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uW9Uh5i2Uu .content-wrapper {
    margin-top: 0;
  }
}
.cid-uW9Uh5i2Uu .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #fffd6e, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9Uh5i2Uu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uW9Uh5i2Uu .mbr-section-title {
  color: #ffffff;
}
.cid-uW9Uh5i2Uu .mbr-text {
  color: #FFFFFF;
}
.cid-uW9Uh5kKSh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
  background-image: linear-gradient(#191100 70%, #befc5d 110%);
}
.cid-uW9Uh5kKSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh5kKSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh5kKSh .row {
  justify-content: center;
}
.cid-uW9Uh5kKSh .form-wrapper {
  background-color: #191100;
  padding: 45px 45px 80px 45px;
}
@media (max-width: 992px) {
  .cid-uW9Uh5kKSh .form-wrapper {
    width: 100%;
    padding: 22px 16px;
  }
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #befc5d, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #735600 !important;
  background-color: #291d00;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #befc5d !important;
  box-shadow: none;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uW9Uh5kKSh .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uW9Uh5kKSh .mbr-section-btn {
  text-align: right;
}
.cid-uW9Uh5kKSh label {
  color: #ffffff;
}
.cid-uW9Uh5l5jy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uW9Uh5l5jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW9Uh5l5jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW9Uh5l5jy .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #9a78c4 -30%, #fffd6e 20%, #befc5d 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uW9Uh5l5jy .card-wrapper {
    padding: 16px;
  }
}
.cid-uW9Uh5l5jy .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW9Uh5l5jy .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uW9Uh5l5jy .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uW9Uh5l5jy .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uW9Uh5l5jy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uW9Uh5l5jy .list {
  color: #ffffff;
  text-align: center;
}
.cid-uW9Uh5l5jy .list,
.cid-uW9Uh5l5jy .item-wrap,
.cid-uW9Uh5l5jy .tabs-wrapper {
  color: #000000;
}
.cid-uW4s3Vr9QO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uW4s3Vr9QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4s3Vr9QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4s3Vr9QO .row {
  justify-content: center;
}
.cid-uW4s3Vr9QO .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW4s3Vr9QO .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uW4s3Vr9QO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uW4s3Vr9QO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uW4s3Vr9QO .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW4s3Vr9QO .content-wrapper .social {
  margin-top: 22px;
}
.cid-uW4s3Vr9QO .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW4s3Vr9QO .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uW4s3Vr9QO .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uW4s3Vr9QO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW4s3Vr9QO .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uW4s3Vr9QO .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uW4s3Vr9QO .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uW4s3Vr9QO .mbr-section-title {
  color: #ffffff;
}
.cid-uW4s3Vr9QO .mbr-text {
  color: #ffffff;
}
.cid-uW4s3Vr9QO .mbr-desc {
  color: #ffffff;
}
.cid-uW4s3Vr9QO .list {
  color: #ffffff;
}
.cid-uWa9LKg9K9 .navbar-dropdown {
  position: relative !important;
}
.cid-uWa9LKg9K9 .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-uWa9LKg9K9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWa9LKg9K9 .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uWa9LKg9K9 .dropdown-item:hover,
.cid-uWa9LKg9K9 .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uWa9LKg9K9 .dropdown-item:hover span {
  color: white;
}
.cid-uWa9LKg9K9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWa9LKg9K9 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWa9LKg9K9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWa9LKg9K9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWa9LKg9K9 .nav-link {
  position: relative;
}
.cid-uWa9LKg9K9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uWa9LKg9K9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWa9LKg9K9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWa9LKg9K9 .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uWa9LKg9K9 .dropdown-menu,
.cid-uWa9LKg9K9 .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uWa9LKg9K9 .nav-item:focus,
.cid-uWa9LKg9K9 .nav-link:focus {
  outline: none;
}
.cid-uWa9LKg9K9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWa9LKg9K9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWa9LKg9K9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWa9LKg9K9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWa9LKg9K9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWa9LKg9K9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWa9LKg9K9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWa9LKg9K9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWa9LKg9K9 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uWa9LKg9K9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uWa9LKg9K9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWa9LKg9K9 .navbar.collapsed {
  justify-content: center;
}
.cid-uWa9LKg9K9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWa9LKg9K9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWa9LKg9K9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWa9LKg9K9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWa9LKg9K9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWa9LKg9K9 .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-uWa9LKg9K9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWa9LKg9K9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWa9LKg9K9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWa9LKg9K9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWa9LKg9K9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWa9LKg9K9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWa9LKg9K9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWa9LKg9K9 .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-uWa9LKg9K9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWa9LKg9K9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWa9LKg9K9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWa9LKg9K9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWa9LKg9K9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWa9LKg9K9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWa9LKg9K9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWa9LKg9K9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWa9LKg9K9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWa9LKg9K9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWa9LKg9K9 .navbar-brand .navbar-caption:hover,
.cid-uWa9LKg9K9 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uWa9LKg9K9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWa9LKg9K9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWa9LKg9K9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uWa9LKg9K9 .dropdown-item.active,
.cid-uWa9LKg9K9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWa9LKg9K9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWa9LKg9K9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWa9LKg9K9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWa9LKg9K9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uWa9LKg9K9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWa9LKg9K9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWa9LKg9K9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWa9LKg9K9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWa9LKg9K9 ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uWa9LKg9K9 .navbar-buttons {
  text-align: center;
}
.cid-uWa9LKg9K9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uWa9LKg9K9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uWa9LKg9K9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWa9LKg9K9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWa9LKg9K9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWa9LKg9K9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWa9LKg9K9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWa9LKg9K9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWa9LKg9K9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWa9LKg9K9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWa9LKg9K9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWa9LKg9K9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWa9LKg9K9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWa9LKg9K9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWa9LKg9K9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWa9LKg9K9 .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-uWa9LKg9K9 .navbar {
    height: 70px;
  }
  .cid-uWa9LKg9K9 .navbar.opened {
    height: auto;
  }
  .cid-uWa9LKg9K9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWa9LKg9K9 .navbar-nav {
  margin: 0 auto;
}
.cid-uWa9LKg9K9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWa9LKg9K9 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uWa9LKg9K9 .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uWa9LKg9K9 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uWa9LKg9K9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWa9LKg9K9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWa9LKg9K9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uWa9LKg9K9 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uWa9LKg9K9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uWa9LKg9K9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWa9LKg9K9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWa9LKg9K9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWa9LKg9K9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWa9LKg9K9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWa9LKg9K9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uWa9LKg9K9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uWa9LKg9K9 .content-wrap {
  min-height: 90px;
}
.cid-uWa9LKg9K9 .navbar-caption {
  color: #FFFFFF;
}
.cid-uWa9LLkg8f {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #1e0e00;
}
.cid-uWa9LLkg8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa9LLkg8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWa9LLkg8f .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #db666a 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uWa9LLkg8f .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uWa9LLkg8f .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWa9LLkg8f .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #db666a, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uWa9LLkg8f .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uWa9LLkg8f .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWa9LLkg8f .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uWa9LLkg8f .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #100d0d;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uWa9LLkg8f .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #cb8a8d 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #442323;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff9a9e !important;
  box-shadow: none;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uWa9LLkg8f .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWa9LLkg8f .mbr-section-btn {
  text-align: right;
}
.cid-uWa9LLkg8f .mbr-title {
  color: #000000;
}
.cid-uWa9LLkg8f .mbr-text {
  color: #000000;
}
.cid-uWa9LLkg8f label {
  color: #ffffff;
}
.cid-uWa9LLkg8f H5 {
  text-align: center;
}
.cid-uWa9LLzwxV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e0e00;
}
.cid-uWa9LLzwxV .item:focus,
.cid-uWa9LLzwxV span:focus {
  outline: none;
}
.cid-uWa9LLzwxV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWa9LLzwxV .item {
  background-image: linear-gradient(90deg, #dbf8ff -10%, #fffff3 60%, #ff9a9e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uWa9LLzwxV .item {
    min-height: 45px;
  }
}
.cid-uWa9LLNvyo {
  background-color: #1e0e00;
  background-image: linear-gradient(125deg, #ccb8a6 -50%, #1e0e00);
}
.cid-uWa9LLNvyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa9LLNvyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWa9LLNvyo .row {
  justify-content: center;
}
.cid-uWa9LLNvyo .image-wrapper {
  position: relative;
}
.cid-uWa9LLNvyo .image-wrapper .main-image img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWa9LLNvyo .image-wrapper .main-image img {
    height: 350px;
  }
}
.cid-uWa9LLNvyo .image-wrapper .logo-wrap img {
  position: absolute;
  top: -3rem;
  right: 8rem;
  transform: rotate(8deg);
  object-fit: cover;
  z-index: 1;
  height: 130px;
  width: 130px;
}
@media (max-width: 992px) {
  .cid-uWa9LLNvyo .image-wrapper .logo-wrap img {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
.cid-uWa9LLNvyo .image-wrapper .image-wrap img {
  position: absolute;
  top: 2rem;
  left: -4rem;
  transform: rotate(-8deg);
  object-fit: cover;
  z-index: 1;
  height: 170px;
  width: 230px;
}
@media (max-width: 992px) {
  .cid-uWa9LLNvyo .image-wrapper .image-wrap img {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 16px;
    height: 350px;
  }
}
.cid-uWa9LM61KN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uWa9LM61KN {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uWa9LM61KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa9LM61KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWa9LM61KN .row {
  justify-content: space-between;
}
.cid-uWa9LM61KN .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWa9LM61KN .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uWa9LM61KN .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWa9LM61KN .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uWa9LM61KN .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uWa9LM61KN .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uWa9LM61KN .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uWa9LM61KN .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uWa9LM61KN .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWa9LM61KN .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uWa9LM61KN .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uWa9LM61KN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWa9LM61KN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWa9LM61KN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uWa9LM61KN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uWa9LM61KN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uWa9LM61KN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uWa9LM61KN .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uWa9LM61KN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWa9LM61KN .mbr-section-title {
  color: #FFFFFF;
}
.cid-uWa9LM61KN .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWa9LM61KN .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWa9LM61KN .panel-title-edit {
  color: #FFFFFF;
}
.cid-uWa9LM61KN .panel-text {
  color: #FFFFFF;
}
.cid-uWa9LM61KN .mbr-desc,
.cid-uWa9LM61KN .card-wrapper {
  color: #FFFFFF;
}
.cid-uWa9LMzSbE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uWa9LMzSbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWa9LMzSbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWa9LMzSbE .row {
  justify-content: center;
}
.cid-uWa9LMzSbE .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWa9LMzSbE .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uWa9LMzSbE .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWa9LMzSbE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWa9LMzSbE .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWa9LMzSbE .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWa9LMzSbE .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWa9LMzSbE .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWa9LMzSbE .content-wrapper .social {
  margin-top: 22px;
}
.cid-uWa9LMzSbE .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWa9LMzSbE .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uWa9LMzSbE .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWa9LMzSbE .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWa9LMzSbE .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWa9LMzSbE .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uWa9LMzSbE .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWa9LMzSbE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWa9LMzSbE .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uWa9LMzSbE .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uWa9LMzSbE .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uWa9LMzSbE .mbr-section-title {
  color: #ffffff;
}
.cid-uWa9LMzSbE .mbr-text {
  color: #ffffff;
}
.cid-uWa9LMzSbE .mbr-desc {
  color: #ffffff;
}
.cid-uWa9LMzSbE .list {
  color: #ffffff;
}
.cid-uWaaHXLUIl .navbar-dropdown {
  position: relative !important;
}
.cid-uWaaHXLUIl .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-uWaaHXLUIl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWaaHXLUIl .dropdown-item {
  border: none;
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uWaaHXLUIl .dropdown-item:hover,
.cid-uWaaHXLUIl .dropdown-item:focus {
  background: #2f1900 !important;
  color: #ffffff !important;
}
.cid-uWaaHXLUIl .dropdown-item:hover span {
  color: white;
}
.cid-uWaaHXLUIl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWaaHXLUIl .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWaaHXLUIl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWaaHXLUIl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWaaHXLUIl .nav-link {
  position: relative;
}
.cid-uWaaHXLUIl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uWaaHXLUIl .container {
    flex-wrap: nowrap;
  }
}
.cid-uWaaHXLUIl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWaaHXLUIl .iconfont-wrapper:hover {
  color: #dbf8ff !important;
}
.cid-uWaaHXLUIl .dropdown-menu,
.cid-uWaaHXLUIl .navbar.opened {
  background: #1e0e00 !important;
}
.cid-uWaaHXLUIl .nav-item:focus,
.cid-uWaaHXLUIl .nav-link:focus {
  outline: none;
}
.cid-uWaaHXLUIl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWaaHXLUIl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWaaHXLUIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWaaHXLUIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWaaHXLUIl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWaaHXLUIl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWaaHXLUIl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e0e00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWaaHXLUIl .navbar.opened {
  transition: all 0.3s;
}
.cid-uWaaHXLUIl .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uWaaHXLUIl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uWaaHXLUIl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWaaHXLUIl .navbar.collapsed {
  justify-content: center;
}
.cid-uWaaHXLUIl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWaaHXLUIl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWaaHXLUIl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWaaHXLUIl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWaaHXLUIl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWaaHXLUIl .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-uWaaHXLUIl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWaaHXLUIl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWaaHXLUIl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWaaHXLUIl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWaaHXLUIl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWaaHXLUIl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWaaHXLUIl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWaaHXLUIl .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-uWaaHXLUIl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWaaHXLUIl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWaaHXLUIl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWaaHXLUIl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWaaHXLUIl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWaaHXLUIl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWaaHXLUIl .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWaaHXLUIl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWaaHXLUIl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWaaHXLUIl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWaaHXLUIl .navbar-brand .navbar-caption:hover,
.cid-uWaaHXLUIl .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uWaaHXLUIl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWaaHXLUIl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWaaHXLUIl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #dbf8ff !important;
}
.cid-uWaaHXLUIl .dropdown-item.active,
.cid-uWaaHXLUIl .dropdown-item:active {
  background-color: transparent;
}
.cid-uWaaHXLUIl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWaaHXLUIl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWaaHXLUIl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWaaHXLUIl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e0e00;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uWaaHXLUIl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWaaHXLUIl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWaaHXLUIl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWaaHXLUIl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWaaHXLUIl ul.navbar-nav {
    padding: 0;
    background-color: #2f1900;
    border: none;
  }
}
.cid-uWaaHXLUIl .navbar-buttons {
  text-align: center;
}
.cid-uWaaHXLUIl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uWaaHXLUIl .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uWaaHXLUIl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWaaHXLUIl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e0e00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWaaHXLUIl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWaaHXLUIl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWaaHXLUIl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWaaHXLUIl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWaaHXLUIl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWaaHXLUIl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWaaHXLUIl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWaaHXLUIl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWaaHXLUIl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWaaHXLUIl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWaaHXLUIl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWaaHXLUIl .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-uWaaHXLUIl .navbar {
    height: 70px;
  }
  .cid-uWaaHXLUIl .navbar.opened {
    height: auto;
  }
  .cid-uWaaHXLUIl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWaaHXLUIl .navbar-nav {
  margin: 0 auto;
}
.cid-uWaaHXLUIl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWaaHXLUIl .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uWaaHXLUIl .nav-item .nav-link::after {
  color: #dbf8ff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uWaaHXLUIl .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #dbf8ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uWaaHXLUIl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWaaHXLUIl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWaaHXLUIl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uWaaHXLUIl .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uWaaHXLUIl .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uWaaHXLUIl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWaaHXLUIl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWaaHXLUIl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWaaHXLUIl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWaaHXLUIl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWaaHXLUIl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uWaaHXLUIl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uWaaHXLUIl .content-wrap {
  min-height: 90px;
}
.cid-uWaaHXLUIl .navbar-caption {
  color: #FFFFFF;
}
.cid-uWaaI7tfIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uWaaI7tfIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaaI7tfIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaaI7tfIe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWaaI7tfIe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWaaI7tfIe .items-wrapper {
  margin: 0 -13px;
}
.cid-uWaaI7tfIe .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uWaaI7tfIe .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uWaaI7tfIe .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uWaaI7tfIe .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uWaaI7tfIe .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uWaaI7tfIe .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uWaaI7tfIe .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uWaaI7tfIe .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uWaaI7tfIe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWaaI7tfIe .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uWaaI7tfIe .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uWaaI7tfIe .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uWaaI7tfIe .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #dbf8ff, #2f1900 85%);
}
.cid-uWaaI7tfIe .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff9a9e, #2f1900 85%);
}
.cid-uWaaI7tfIe .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #fffff3, #2f1900 85%);
}
.cid-uWaaI7tfIe .mbr-section-title,
.cid-uWaaI7tfIe .title-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWaaI7tfIe .item-title {
  color: #ffffff;
}
.cid-uWaaI7tfIe .item-text {
  color: #FFFFFF;
}
.cid-uWaaI7tfIe .item-title,
.cid-uWaaI7tfIe .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWaaI1tB4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #dbf8ff -20%, #1e0e00 40%, #fffff3 200%);
}
@media (max-width: 768px) {
  .cid-uWaaI1tB4E {
    background-image: linear-gradient(45deg, #dbf8ff -60%, #1e0e00 40%, #fffff3 200%);
  }
}
.cid-uWaaI1tB4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaaI1tB4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaaI1tB4E .row {
  justify-content: space-between;
}
.cid-uWaaI1tB4E .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWaaI1tB4E .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uWaaI1tB4E .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWaaI1tB4E .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uWaaI1tB4E .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uWaaI1tB4E .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uWaaI1tB4E .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWaaI1tB4E .mbr-section-title {
  color: #ffffff;
}
.cid-uWaaI1tB4E .item-title {
  color: #ffffff;
}
.cid-uWaaI1tB4E .item-text {
  color: #FFFFFF;
}
.cid-uWaaI1tB4E .mbr-section-title,
.cid-uWaaI1tB4E .title-wrapper {
  color: #FFFFFF;
}
.cid-uWaaI1tB4E .item-title,
.cid-uWaaI1tB4E .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWaaI9CRLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uWaaI9CRLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaaI9CRLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaaI9CRLh .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff9a9e 30%, #fffff3 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uWaaI9CRLh .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uWaaI9CRLh .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWaaI9CRLh .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff9a9e, #fffff3, transparent);
  height: 1px;
  width: 100%;
}
.cid-uWaaI9CRLh .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uWaaI9CRLh .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWaaI9CRLh .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uWaaI9CRLh .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #1e0e00;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uWaaI9CRLh .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff9a9e 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #824c00 !important;
  background-color: #2f1900;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  color: #ffffff;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff9a9e !important;
  box-shadow: none;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uWaaI9CRLh .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWaaI9CRLh .mbr-section-btn {
  text-align: right;
}
.cid-uWaaI9CRLh .mbr-title {
  color: #000000;
}
.cid-uWaaI9CRLh .mbr-text {
  color: #000000;
}
.cid-uWaaI9CRLh label {
  color: #ffffff;
}
.cid-uWaaI9CRLh H5 {
  text-align: center;
}
.cid-uWaaI3OiRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
  background-image: linear-gradient(45deg, #fffff3 -20%, #1e0e00 40%);
}
@media (max-width: 768px) {
  .cid-uWaaI3OiRS {
    background-image: linear-gradient(45deg, #fffff3 -60%, #1e0e00 40%);
  }
}
.cid-uWaaI3OiRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaaI3OiRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaaI3OiRS .row {
  justify-content: space-between;
}
.cid-uWaaI3OiRS .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWaaI3OiRS .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uWaaI3OiRS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWaaI3OiRS .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uWaaI3OiRS .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #2f1900;
}
@media (max-width: 992px) {
  .cid-uWaaI3OiRS .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uWaaI3OiRS .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uWaaI3OiRS .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uWaaI3OiRS .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWaaI3OiRS .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uWaaI3OiRS .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uWaaI3OiRS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWaaI3OiRS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWaaI3OiRS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uWaaI3OiRS .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #2f1900;
}
.cid-uWaaI3OiRS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uWaaI3OiRS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uWaaI3OiRS .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uWaaI3OiRS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWaaI3OiRS .mbr-section-title {
  color: #FFFFFF;
}
.cid-uWaaI3OiRS .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWaaI3OiRS .mbr-email {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWaaI3OiRS .panel-title-edit {
  color: #FFFFFF;
}
.cid-uWaaI3OiRS .panel-text {
  color: #FFFFFF;
}
.cid-uWaaI3OiRS .mbr-desc,
.cid-uWaaI3OiRS .card-wrapper {
  color: #FFFFFF;
}
.cid-uWaaIagVZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e0e00;
}
.cid-uWaaIagVZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaaIagVZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaaIagVZp .row {
  justify-content: center;
}
.cid-uWaaIagVZp .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWaaIagVZp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uWaaIagVZp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWaaIagVZp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWaaIagVZp .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWaaIagVZp .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWaaIagVZp .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWaaIagVZp .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWaaIagVZp .content-wrapper .social {
  margin-top: 22px;
}
.cid-uWaaIagVZp .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uWaaIagVZp .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uWaaIagVZp .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWaaIagVZp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWaaIagVZp .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWaaIagVZp .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uWaaIagVZp .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWaaIagVZp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWaaIagVZp .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uWaaIagVZp .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #FFFFFF;
  text-align: center;
}
.cid-uWaaIagVZp .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uWaaIagVZp .mbr-section-title {
  color: #ffffff;
}
.cid-uWaaIagVZp .mbr-text {
  color: #ffffff;
}
.cid-uWaaIagVZp .mbr-desc {
  color: #ffffff;
}
.cid-uWaaIagVZp .list {
  color: #ffffff;
}
