.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ff6b6b !important;
}
.bg-success {
  background-color: #2c2f3a !important;
}
.bg-info {
  background-color: #f5f5f5 !important;
}
.bg-warning {
  background-color: #4f5d75 !important;
}
.bg-danger {
  background-color: #ffd93d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1e1f26 !important;
  border-color: #1e1f26 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #353643 !important;
  border-color: #353643 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #353643 !important;
  border-color: #353643 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #2c2f3a !important;
  border-color: #2c2f3a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #424757 !important;
  border-color: #424757 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #424757 !important;
  border-color: #424757 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4f5d75 !important;
  border-color: #4f5d75 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #647593 !important;
  border-color: #647593 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #647593 !important;
  border-color: #647593 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd93d !important;
  border-color: #ffd93d !important;
  color: #3d3100 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffe370 !important;
  border-color: #ffe370 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3d3100 !important;
  background-color: #ffe370 !important;
  border-color: #ffe370 !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: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.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: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6b6b;
  color: #ff6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff1414 !important;
  background-color: transparent !important;
  border-color: #ff1414 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1e1f26;
  color: #1e1f26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e1f26 !important;
  border-color: #1e1f26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: #cacaca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2c2f3a;
  color: #2c2f3a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #070709 !important;
  background-color: transparent !important;
  border-color: #070709 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2f3a !important;
  border-color: #2c2f3a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4f5d75;
  color: #4f5d75;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c3441 !important;
  background-color: transparent !important;
  border-color: #2c3441 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4f5d75 !important;
  border-color: #4f5d75 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd93d;
  color: #ffd93d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e5b800 !important;
  background-color: transparent !important;
  border-color: #e5b800 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3d3100 !important;
  background-color: #ffd93d !important;
  border-color: #ffd93d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6b6b !important;
}
.text-secondary {
  color: #1e1f26 !important;
}
.text-success {
  color: #2c2f3a !important;
}
.text-info {
  color: #f5f5f5 !important;
}
.text-warning {
  color: #4f5d75 !important;
}
.text-danger {
  color: #ffd93d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0505 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2c2c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #262d38 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d6ac00 !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: #ff6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #4f5d75;
}
.alert-danger {
  background-color: #ffd93d;
}
.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: #ff6b6b;
  border-color: #ff6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6b6b;
}
.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: #9a9fb2;
}
.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: #909db4;
}
.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: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff6b6b;
}
/* 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: #ff6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6b6b;
}
.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: #ff6b6b;
  border-bottom-color: #ff6b6b;
}
.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: #ff6b6b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1e1f26 !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='%23ff6b6b' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uLzbMqiT0x {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLzbMqiT0x .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;
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLzbMqiT0x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLzbMqiT0x .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLzbMqiT0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLzbMqiT0x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLzbMqiT0x .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLzbMqiT0x .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLzbMqiT0x .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLzbMqiT0x .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLzbMqiT0x .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLzbMqiT0x .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLzbMqiT0x .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLzbMqiT0x .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLzbMqiT0x .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLzbMqiT0x .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLzbMqiT0x .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLzbMqiT0x .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLzbMqiT0x .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLzbMqiT0x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLzbMqiT0x .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLzbMqiT0x .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLzbMqiT0x .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLzbMqiT0x .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLzbMqiT0x .nav-item:focus,
.cid-uLzbMqiT0x .nav-link:focus {
  outline: none;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLzbMqiT0x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLzbMqiT0x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLzbMqiT0x .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLzbMqiT0x .navbar.opened {
  transition: all 0.3s;
}
.cid-uLzbMqiT0x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLzbMqiT0x .navbar .navbar-logo img {
  width: auto;
}
.cid-uLzbMqiT0x .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLzbMqiT0x .navbar.collapsed {
  justify-content: center;
}
.cid-uLzbMqiT0x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLzbMqiT0x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLzbMqiT0x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLzbMqiT0x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLzbMqiT0x .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-uLzbMqiT0x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLzbMqiT0x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLzbMqiT0x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .navbar {
    min-height: 72px;
  }
  .cid-uLzbMqiT0x .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLzbMqiT0x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLzbMqiT0x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLzbMqiT0x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLzbMqiT0x .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-uLzbMqiT0x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLzbMqiT0x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLzbMqiT0x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLzbMqiT0x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLzbMqiT0x .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLzbMqiT0x .dropdown-item.active,
.cid-uLzbMqiT0x .dropdown-item:active {
  background-color: transparent;
}
.cid-uLzbMqiT0x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLzbMqiT0x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLzbMqiT0x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLzbMqiT0x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLzbMqiT0x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLzbMqiT0x .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLzbMqiT0x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLzbMqiT0x .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLzbMqiT0x .navbar-buttons {
    text-align: left;
  }
}
.cid-uLzbMqiT0x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLzbMqiT0x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLzbMqiT0x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLzbMqiT0x .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLzbMqiT0x .navbar {
    height: 70px;
  }
  .cid-uLzbMqiT0x .navbar.opened {
    height: auto;
  }
  .cid-uLzbMqiT0x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLzbMqiT0x .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLzbMqiT0x .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLzbMqiT0x .navbar-brand {
    margin-right: auto;
  }
  .cid-uLzbMqiT0x .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLzbMqiT0x .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLzbMqiT0x .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLzbMqiT0x .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLxRCsst3T {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uLxRCsst3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxRCsst3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxRCsst3T .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLxRCsst3T .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLxRCsst3T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLxRCsst3T .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLxRCsst3T .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLxRCsst3T .header-menu li p {
  margin: 0;
}
.cid-uLxRCsst3T .content-head {
  max-width: 800px;
}
.cid-uLxRCsst3T .mbr-section-title {
  color: #ffffff;
}
.cid-uLxRCsst3T .mbr-text,
.cid-uLxRCsst3T .mbr-section-btn {
  color: #ffffff;
}
.cid-uLxTkUZp8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLxTkUZp8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLxTkUZp8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLxTkUZp8T .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uLxTkUZp8T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uLxTkUZp8T .container {
    padding: 0 26px;
  }
}
.cid-uLxTkUZp8T .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uLxTkUZp8T .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uLxTkUZp8T .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLxTkUZp8T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLxTkUZp8T .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLxTkUZp8T .mbr-text {
  color: #cacaca;
  text-align: center;
}
.cid-uLzGnzYbJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzGnzYbJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGnzYbJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGnzYbJT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzGnzYbJT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzGnzYbJT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzGnzYbJT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzGnzYbJT .container {
    padding: 0 24px;
  }
}
.cid-uLzGnzYbJT .row {
  justify-content: center;
}
.cid-uLzGnzYbJT .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzGnzYbJT .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzGnzYbJT .title-wrapper {
    padding-right: 0;
  }
}
.cid-uLzGnzYbJT .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffd93d;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffd93d;
}
.cid-uLzGnzYbJT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLzGnzYbJT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLzGnzYbJT .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzGnzYbJT .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzGnzYbJT .text-wrapper {
    padding-left: 0;
  }
}
.cid-uLzGnzYbJT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzGnzYbJT .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uLzGnzYbJT .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uLzGnzYbJT .mbr-section-title {
  color: #ffffff;
}
.cid-uLzGnzYbJT .mbr-desc {
  color: #18212d;
}
.cid-uLzGnzYbJT .mbr-text {
  color: #ffffff;
}
.cid-uLzGnzYbJT .mbr-desc,
.cid-uLzGnzYbJT .desc-wrapper {
  color: #000000;
}
.cid-uLzGs7AYBH {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uLzGs7AYBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGs7AYBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGs7AYBH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzGs7AYBH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzGs7AYBH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzGs7AYBH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzGs7AYBH .container {
    padding: 0 24px;
  }
}
.cid-uLzGs7AYBH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uLzGs7AYBH .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uLzGs7AYBH .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLzGs7AYBH .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLzGs7AYBH .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uLzGs7AYBH .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLzGs7AYBH .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLzGs7AYBH .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLzGs7AYBH .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uLzGs7AYBH .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLzGs7AYBH .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #000000;
  border: 1px solid #232323;
}
@media (max-width: 992px) {
  .cid-uLzGs7AYBH .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uLzGs7AYBH .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLzGs7AYBH .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uLzGs7AYBH .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzGs7AYBH .item-title {
  color: #18212d;
}
.cid-uLzGs7AYBH .item-text {
  color: #ffffff;
}
.cid-uLzGs7AYBH .item-date {
  color: #ffffff;
}
.cid-uLzGs7AYBH .item-title,
.cid-uLzGs7AYBH .mbr-section-btn {
  color: #ffffff;
}
.cid-uLzHL5H9Y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzHL5H9Y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzHL5H9Y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzHL5H9Y3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzHL5H9Y3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzHL5H9Y3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzHL5H9Y3 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzHL5H9Y3 .container {
    padding: 0 24px;
  }
}
.cid-uLzHL5H9Y3 .row {
  justify-content: center;
}
.cid-uLzHL5H9Y3 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzHL5H9Y3 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzHL5H9Y3 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uLzHL5H9Y3 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffd93d;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffd93d;
}
.cid-uLzHL5H9Y3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLzHL5H9Y3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLzHL5H9Y3 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzHL5H9Y3 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzHL5H9Y3 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uLzHL5H9Y3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzHL5H9Y3 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uLzHL5H9Y3 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uLzHL5H9Y3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLzHL5H9Y3 .mbr-desc {
  color: #18212d;
}
.cid-uLzHL5H9Y3 .mbr-text {
  color: #ffffff;
}
.cid-uLzI8BkkB0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzI8BkkB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzI8BkkB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzI8BkkB0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzI8BkkB0 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzI8BkkB0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzI8BkkB0 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzI8BkkB0 .container {
    padding: 0 24px;
  }
}
.cid-uLzI8BkkB0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uLzI8BkkB0 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uLzI8BkkB0 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLzI8BkkB0 .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #000000;
  border: 1px solid #232323;
}
@media (max-width: 992px) {
  .cid-uLzI8BkkB0 .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uLzI8BkkB0 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzI8BkkB0 .item-title {
  color: #18212d;
}
.cid-uLzI8BkkB0 .item-text {
  color: #ffffff;
}
.cid-uLzI8BkkB0 .item-date {
  color: #ffffff;
}
.cid-uLzI8BkkB0 .item-title,
.cid-uLzI8BkkB0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLzOD45o6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzOD45o6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzOD45o6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzOD45o6u .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzOD45o6u .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzOD45o6u .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzOD45o6u .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzOD45o6u .container {
    padding: 0 24px;
  }
}
.cid-uLzOD45o6u .row {
  justify-content: center;
}
.cid-uLzOD45o6u .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzOD45o6u .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzOD45o6u .title-wrapper {
    padding-right: 0;
  }
}
.cid-uLzOD45o6u .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffd93d;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffd93d;
}
.cid-uLzOD45o6u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLzOD45o6u .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLzOD45o6u .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzOD45o6u .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzOD45o6u .text-wrapper {
    padding-left: 0;
  }
}
.cid-uLzOD45o6u .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzOD45o6u .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uLzOD45o6u .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uLzOD45o6u .mbr-section-title {
  color: #ffffff;
}
.cid-uLzOD45o6u .mbr-desc {
  color: #18212d;
}
.cid-uLzOD45o6u .mbr-text {
  color: #ffffff;
}
.cid-uLzPJxMFb9 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzPJxMFb9 .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cid-uLzPJxMFb9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}
.cid-uLzPJxMFb9 .carousel-item > div {
  width: 100%;
}
.cid-uLzPJxMFb9 .carousel-item.active,
.cid-uLzPJxMFb9 .carousel-item-next,
.cid-uLzPJxMFb9 .carousel-item-prev {
  display: flex;
}
.cid-uLzPJxMFb9 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-uLzPJxMFb9 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-uLzPJxMFb9 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-uLzPJxMFb9 .carousel-controls a {
    width: 5%;
  }
}
.cid-uLzPJxMFb9 .card__wrap {
  background: #232323;
  padding: 55px 45px 45px;
  position: relative;
  box-shadow: 0px 60px 100px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}
.cid-uLzPJxMFb9 .card__icon .mbr-iconfont {
  font-size: 40px;
  color: #ffd93d;
}
.cid-uLzPJxMFb9 .card__author {
  display: inline-block;
  color: #ffffff;
  padding-left: 40px;
  position: relative;
  margin: 40px 0 5px;
}
.cid-uLzPJxMFb9 .card__author:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: currentColor;
}
.cid-uLzPJxMFb9 .card__descr {
  padding-left: 40px;
  color: #dbdbdb;
}
.cid-uLzPJxMFb9 li {
  background-color: transparent;
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 2px solid #ffd93d !important;
  margin: 0 5px;
}
.cid-uLzPJxMFb9 li.active {
  opacity: 1;
  background-color: #ffd93d;
  width: 6px;
  height: 6px;
}
.cid-uLzPJxMFb9 .carousel-indicators {
  align-items: center;
  position: static;
  margin: 75px 0 0;
}
.cid-uLzPJxMFb9 .carousel-indicators li {
  border-radius: 50%;
}
.cid-uLzPJxMFb9 a {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .cid-uLzPJxMFb9 .box {
    margin-bottom: 50px;
  }
}
.cid-uLzPJxMFb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzPJxMFb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzPJxMFb9 .card__text,
.cid-uLzPJxMFb9 .card__icon,
.cid-uLzPJxMFb9 .author__wrap {
  color: #ffffff;
}
.cid-uLzQ33dbzj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzQ33dbzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzQ33dbzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzQ33dbzj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzQ33dbzj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzQ33dbzj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzQ33dbzj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzQ33dbzj .container {
    padding: 0 24px;
  }
}
.cid-uLzQ33dbzj .row {
  justify-content: center;
}
.cid-uLzQ33dbzj .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzQ33dbzj .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzQ33dbzj .title-wrapper {
    padding-right: 0;
  }
}
.cid-uLzQ33dbzj .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffd93d;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffd93d;
}
.cid-uLzQ33dbzj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLzQ33dbzj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLzQ33dbzj .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uLzQ33dbzj .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLzQ33dbzj .text-wrapper {
    padding-left: 0;
  }
}
.cid-uLzQ33dbzj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzQ33dbzj .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uLzQ33dbzj .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uLzQ33dbzj .mbr-section-title {
  color: #ffffff;
}
.cid-uLzQ33dbzj .mbr-desc {
  color: #18212d;
}
.cid-uLzQ33dbzj .mbr-text {
  color: #ffffff;
}
.cid-uLzQ9hvrk6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzQ9hvrk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzQ9hvrk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzQ9hvrk6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzQ9hvrk6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzQ9hvrk6 .container {
    padding: 0 24px;
  }
}
.cid-uLzQ9hvrk6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uLzQ9hvrk6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uLzQ9hvrk6 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uLzQ9hvrk6 .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uLzQ9hvrk6 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLzQ9hvrk6 .item-text {
  color: #ffffff;
}
.cid-uLzQ9hvrk6 .item-name {
  color: #ffffff;
}
.cid-uLzQ9hvrk6 .mbr-rating {
  color: #EFCC4E;
}
.cid-uLzQqFRvKZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLzQqFRvKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzQqFRvKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzQqFRvKZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLzQqFRvKZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzQqFRvKZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLzQqFRvKZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLzQqFRvKZ .container {
    padding: 0 24px;
  }
}
.cid-uLzQqFRvKZ .row {
  justify-content: center;
}
.cid-uLzQqFRvKZ .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLzQqFRvKZ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLzQqFRvKZ .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffd93d;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffd93d;
}
.cid-uLzQqFRvKZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #232323;
  background-color: #232323;
  margin-top: 24px;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uLzQqFRvKZ .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #000000;
  border-radius: 100%;
  border: 1px solid #232323;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uLzQqFRvKZ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uLzQqFRvKZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLzQqFRvKZ .mbr-desc,
.cid-uLzQqFRvKZ .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uLzQqFRvKZ .panel-title-edit {
  color: #ffffff;
}
.cid-uLzQqFRvKZ .panel-text {
  color: #ffffff;
}
.cid-uLzRAEyAhU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uLzRAEyAhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzRAEyAhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzRAEyAhU .mbr-section-title {
  color: #ffffff;
}
.cid-uLzRAEyAhU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLzS0eDTDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1f26;
}
.cid-uLzS0eDTDa input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uLzS0eDTDa input:hover {
  border: none !important;
}
.cid-uLzS0eDTDa .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLzS0eDTDa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLzS0eDTDa .row {
  justify-content: center;
}
.cid-uLzS0eDTDa .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uLzS0eDTDa .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uLzS0eDTDa .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uLzS0eDTDa .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uLzS0eDTDa .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uLzS0eDTDa .justify-content-center {
  align-items: center;
}
.cid-uLzS0eDTDa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDBrFo5p2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDBrFo5p2 .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;
}
@media (max-width: 767px) {
  .cid-uLDBrFo5p2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDBrFo5p2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDBrFo5p2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDBrFo5p2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDBrFo5p2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDBrFo5p2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDBrFo5p2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDBrFo5p2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDBrFo5p2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDBrFo5p2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDBrFo5p2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDBrFo5p2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDBrFo5p2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDBrFo5p2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDBrFo5p2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDBrFo5p2 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDBrFo5p2 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDBrFo5p2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDBrFo5p2 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDBrFo5p2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDBrFo5p2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDBrFo5p2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDBrFo5p2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDBrFo5p2 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDBrFo5p2 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDBrFo5p2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDBrFo5p2 .nav-item:focus,
.cid-uLDBrFo5p2 .nav-link:focus {
  outline: none;
}
.cid-uLDBrFo5p2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDBrFo5p2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDBrFo5p2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDBrFo5p2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDBrFo5p2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDBrFo5p2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDBrFo5p2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDBrFo5p2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDBrFo5p2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDBrFo5p2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDBrFo5p2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDBrFo5p2 .navbar.collapsed {
  justify-content: center;
}
.cid-uLDBrFo5p2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDBrFo5p2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDBrFo5p2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDBrFo5p2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDBrFo5p2 .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-uLDBrFo5p2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDBrFo5p2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDBrFo5p2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDBrFo5p2 .navbar {
    min-height: 72px;
  }
  .cid-uLDBrFo5p2 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDBrFo5p2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDBrFo5p2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDBrFo5p2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDBrFo5p2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDBrFo5p2 .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-uLDBrFo5p2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDBrFo5p2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDBrFo5p2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDBrFo5p2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDBrFo5p2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDBrFo5p2 .dropdown-item.active,
.cid-uLDBrFo5p2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDBrFo5p2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDBrFo5p2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDBrFo5p2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDBrFo5p2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDBrFo5p2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDBrFo5p2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDBrFo5p2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDBrFo5p2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDBrFo5p2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDBrFo5p2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDBrFo5p2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDBrFo5p2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDBrFo5p2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDBrFo5p2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDBrFo5p2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDBrFo5p2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDBrFo5p2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDBrFo5p2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDBrFo5p2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDBrFo5p2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDBrFo5p2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDBrFo5p2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDBrFo5p2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDBrFo5p2 .navbar {
    height: 70px;
  }
  .cid-uLDBrFo5p2 .navbar.opened {
    height: auto;
  }
  .cid-uLDBrFo5p2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDBrFo5p2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDBrFo5p2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDBrFo5p2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDBrFo5p2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDBrFo5p2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDBrFo5p2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDBrFo5p2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDBrFo5p2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDBrFo5p2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDBrFKIWs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLDBrFKIWs .mbr-text {
  color: #ffffff;
}
.cid-uLDBrFKIWs .mbr-section-subtitle {
  color: #000000;
}
.cid-uLDBrFKIWs .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDAVsdQrs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDAVsdQrs .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;
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDAVsdQrs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDAVsdQrs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDAVsdQrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDAVsdQrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDAVsdQrs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDAVsdQrs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDAVsdQrs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDAVsdQrs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDAVsdQrs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDAVsdQrs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDAVsdQrs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDAVsdQrs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDAVsdQrs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDAVsdQrs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDAVsdQrs .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDAVsdQrs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDAVsdQrs .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDAVsdQrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDAVsdQrs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDAVsdQrs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDAVsdQrs .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDAVsdQrs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDAVsdQrs .nav-item:focus,
.cid-uLDAVsdQrs .nav-link:focus {
  outline: none;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDAVsdQrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDAVsdQrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDAVsdQrs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDAVsdQrs .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDAVsdQrs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDAVsdQrs .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDAVsdQrs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDAVsdQrs .navbar.collapsed {
  justify-content: center;
}
.cid-uLDAVsdQrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDAVsdQrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDAVsdQrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDAVsdQrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDAVsdQrs .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-uLDAVsdQrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDAVsdQrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDAVsdQrs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .navbar {
    min-height: 72px;
  }
  .cid-uLDAVsdQrs .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDAVsdQrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDAVsdQrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDAVsdQrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDAVsdQrs .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-uLDAVsdQrs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDAVsdQrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDAVsdQrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDAVsdQrs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDAVsdQrs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDAVsdQrs .dropdown-item.active,
.cid-uLDAVsdQrs .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDAVsdQrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDAVsdQrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDAVsdQrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDAVsdQrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDAVsdQrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDAVsdQrs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDAVsdQrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDAVsdQrs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDAVsdQrs .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDAVsdQrs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDAVsdQrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDAVsdQrs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDAVsdQrs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDAVsdQrs .navbar {
    height: 70px;
  }
  .cid-uLDAVsdQrs .navbar.opened {
    height: auto;
  }
  .cid-uLDAVsdQrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDAVsdQrs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDAVsdQrs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDAVsdQrs .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDAVsdQrs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDAVsdQrs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDAVsdQrs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDAVsdQrs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDBfik3js {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLDBfik3js .mbr-text {
  color: #ffffff;
}
.cid-uLDBfik3js .mbr-section-subtitle {
  color: #000000;
}
.cid-uLDBfik3js .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDRSu37RA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDRSu37RA .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;
}
@media (max-width: 767px) {
  .cid-uLDRSu37RA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDRSu37RA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDRSu37RA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDRSu37RA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDRSu37RA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDRSu37RA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDRSu37RA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDRSu37RA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDRSu37RA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDRSu37RA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDRSu37RA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDRSu37RA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDRSu37RA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDRSu37RA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDRSu37RA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDRSu37RA .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDRSu37RA .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDRSu37RA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDRSu37RA .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDRSu37RA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDRSu37RA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDRSu37RA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDRSu37RA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDRSu37RA .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDRSu37RA .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDRSu37RA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDRSu37RA .nav-item:focus,
.cid-uLDRSu37RA .nav-link:focus {
  outline: none;
}
.cid-uLDRSu37RA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDRSu37RA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDRSu37RA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDRSu37RA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDRSu37RA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDRSu37RA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDRSu37RA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDRSu37RA .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDRSu37RA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDRSu37RA .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDRSu37RA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDRSu37RA .navbar.collapsed {
  justify-content: center;
}
.cid-uLDRSu37RA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDRSu37RA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDRSu37RA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDRSu37RA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDRSu37RA .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-uLDRSu37RA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDRSu37RA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDRSu37RA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDRSu37RA .navbar {
    min-height: 72px;
  }
  .cid-uLDRSu37RA .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDRSu37RA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDRSu37RA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDRSu37RA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDRSu37RA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDRSu37RA .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-uLDRSu37RA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDRSu37RA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDRSu37RA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDRSu37RA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDRSu37RA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDRSu37RA .dropdown-item.active,
.cid-uLDRSu37RA .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDRSu37RA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDRSu37RA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDRSu37RA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDRSu37RA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDRSu37RA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDRSu37RA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDRSu37RA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDRSu37RA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDRSu37RA .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDRSu37RA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDRSu37RA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDRSu37RA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDRSu37RA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDRSu37RA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDRSu37RA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDRSu37RA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDRSu37RA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDRSu37RA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDRSu37RA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDRSu37RA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDRSu37RA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDRSu37RA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDRSu37RA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDRSu37RA .navbar {
    height: 70px;
  }
  .cid-uLDRSu37RA .navbar.opened {
    height: auto;
  }
  .cid-uLDRSu37RA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDRSu37RA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDRSu37RA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDRSu37RA .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDRSu37RA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDRSu37RA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDRSu37RA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDRSu37RA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDRSu37RA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDRSu37RA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDRSuvSGc {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLDRSuvSGc .mbr-text {
  color: #ffffff;
}
.cid-uLDRSuvSGc .mbr-section-subtitle {
  color: #000000;
}
.cid-uLDRSuvSGc .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLE65YpZu4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLE65YpZu4 .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;
}
@media (max-width: 767px) {
  .cid-uLE65YpZu4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLE65YpZu4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLE65YpZu4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLE65YpZu4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLE65YpZu4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLE65YpZu4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLE65YpZu4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLE65YpZu4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLE65YpZu4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLE65YpZu4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLE65YpZu4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLE65YpZu4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLE65YpZu4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLE65YpZu4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLE65YpZu4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLE65YpZu4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLE65YpZu4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLE65YpZu4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLE65YpZu4 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE65YpZu4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLE65YpZu4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLE65YpZu4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLE65YpZu4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE65YpZu4 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLE65YpZu4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLE65YpZu4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLE65YpZu4 .nav-item:focus,
.cid-uLE65YpZu4 .nav-link:focus {
  outline: none;
}
.cid-uLE65YpZu4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLE65YpZu4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLE65YpZu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLE65YpZu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLE65YpZu4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLE65YpZu4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLE65YpZu4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLE65YpZu4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLE65YpZu4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLE65YpZu4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLE65YpZu4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLE65YpZu4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLE65YpZu4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLE65YpZu4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLE65YpZu4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLE65YpZu4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLE65YpZu4 .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-uLE65YpZu4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLE65YpZu4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLE65YpZu4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLE65YpZu4 .navbar {
    min-height: 72px;
  }
  .cid-uLE65YpZu4 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLE65YpZu4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLE65YpZu4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLE65YpZu4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLE65YpZu4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLE65YpZu4 .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-uLE65YpZu4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLE65YpZu4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLE65YpZu4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLE65YpZu4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLE65YpZu4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLE65YpZu4 .dropdown-item.active,
.cid-uLE65YpZu4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLE65YpZu4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLE65YpZu4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLE65YpZu4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLE65YpZu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLE65YpZu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLE65YpZu4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLE65YpZu4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLE65YpZu4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLE65YpZu4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLE65YpZu4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLE65YpZu4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLE65YpZu4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLE65YpZu4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE65YpZu4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE65YpZu4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLE65YpZu4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE65YpZu4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLE65YpZu4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLE65YpZu4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE65YpZu4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLE65YpZu4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLE65YpZu4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLE65YpZu4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLE65YpZu4 .navbar {
    height: 70px;
  }
  .cid-uLE65YpZu4 .navbar.opened {
    height: auto;
  }
  .cid-uLE65YpZu4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLE65YpZu4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLE65YpZu4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLE65YpZu4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLE65YpZu4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLE65YpZu4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLE65YpZu4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLE65YpZu4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE65YpZu4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLE65YpZu4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLE65YLLLL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLE65YLLLL .mbr-text {
  color: #ffffff;
}
.cid-uLE65YLLLL .mbr-section-subtitle {
  color: #000000;
}
.cid-uLE65YLLLL .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLE6FPaHcQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLE6FPaHcQ .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;
}
@media (max-width: 767px) {
  .cid-uLE6FPaHcQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLE6FPaHcQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLE6FPaHcQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLE6FPaHcQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLE6FPaHcQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLE6FPaHcQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLE6FPaHcQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLE6FPaHcQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLE6FPaHcQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLE6FPaHcQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLE6FPaHcQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLE6FPaHcQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLE6FPaHcQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLE6FPaHcQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLE6FPaHcQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLE6FPaHcQ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLE6FPaHcQ .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLE6FPaHcQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLE6FPaHcQ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE6FPaHcQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLE6FPaHcQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLE6FPaHcQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLE6FPaHcQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE6FPaHcQ .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLE6FPaHcQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLE6FPaHcQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLE6FPaHcQ .nav-item:focus,
.cid-uLE6FPaHcQ .nav-link:focus {
  outline: none;
}
.cid-uLE6FPaHcQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLE6FPaHcQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLE6FPaHcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLE6FPaHcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLE6FPaHcQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLE6FPaHcQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLE6FPaHcQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLE6FPaHcQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLE6FPaHcQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLE6FPaHcQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uLE6FPaHcQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLE6FPaHcQ .navbar.collapsed {
  justify-content: center;
}
.cid-uLE6FPaHcQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLE6FPaHcQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLE6FPaHcQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLE6FPaHcQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLE6FPaHcQ .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-uLE6FPaHcQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLE6FPaHcQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLE6FPaHcQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLE6FPaHcQ .navbar {
    min-height: 72px;
  }
  .cid-uLE6FPaHcQ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLE6FPaHcQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLE6FPaHcQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLE6FPaHcQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLE6FPaHcQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLE6FPaHcQ .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-uLE6FPaHcQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLE6FPaHcQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLE6FPaHcQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLE6FPaHcQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLE6FPaHcQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLE6FPaHcQ .dropdown-item.active,
.cid-uLE6FPaHcQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLE6FPaHcQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLE6FPaHcQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLE6FPaHcQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLE6FPaHcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLE6FPaHcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLE6FPaHcQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLE6FPaHcQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLE6FPaHcQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLE6FPaHcQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uLE6FPaHcQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLE6FPaHcQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLE6FPaHcQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLE6FPaHcQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE6FPaHcQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE6FPaHcQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLE6FPaHcQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE6FPaHcQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLE6FPaHcQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLE6FPaHcQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE6FPaHcQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLE6FPaHcQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLE6FPaHcQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLE6FPaHcQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLE6FPaHcQ .navbar {
    height: 70px;
  }
  .cid-uLE6FPaHcQ .navbar.opened {
    height: auto;
  }
  .cid-uLE6FPaHcQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLE6FPaHcQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLE6FPaHcQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLE6FPaHcQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uLE6FPaHcQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLE6FPaHcQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLE6FPaHcQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLE6FPaHcQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE6FPaHcQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLE6FPaHcQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLE6FPxdrp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLE6FPxdrp .mbr-text {
  color: #ffffff;
}
.cid-uLE6FPxdrp .mbr-section-subtitle {
  color: #000000;
}
.cid-uLE6FPxdrp .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLE6r10YI4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLE6r10YI4 .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;
}
@media (max-width: 767px) {
  .cid-uLE6r10YI4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLE6r10YI4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLE6r10YI4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLE6r10YI4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLE6r10YI4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLE6r10YI4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLE6r10YI4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLE6r10YI4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLE6r10YI4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLE6r10YI4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLE6r10YI4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLE6r10YI4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLE6r10YI4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLE6r10YI4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLE6r10YI4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLE6r10YI4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLE6r10YI4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLE6r10YI4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLE6r10YI4 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE6r10YI4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLE6r10YI4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLE6r10YI4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLE6r10YI4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE6r10YI4 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLE6r10YI4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLE6r10YI4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLE6r10YI4 .nav-item:focus,
.cid-uLE6r10YI4 .nav-link:focus {
  outline: none;
}
.cid-uLE6r10YI4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLE6r10YI4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLE6r10YI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLE6r10YI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLE6r10YI4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLE6r10YI4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLE6r10YI4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLE6r10YI4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLE6r10YI4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLE6r10YI4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLE6r10YI4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLE6r10YI4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLE6r10YI4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLE6r10YI4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLE6r10YI4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLE6r10YI4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLE6r10YI4 .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-uLE6r10YI4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLE6r10YI4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLE6r10YI4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLE6r10YI4 .navbar {
    min-height: 72px;
  }
  .cid-uLE6r10YI4 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLE6r10YI4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLE6r10YI4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLE6r10YI4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLE6r10YI4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLE6r10YI4 .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-uLE6r10YI4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLE6r10YI4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLE6r10YI4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLE6r10YI4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLE6r10YI4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLE6r10YI4 .dropdown-item.active,
.cid-uLE6r10YI4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLE6r10YI4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLE6r10YI4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLE6r10YI4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLE6r10YI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLE6r10YI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLE6r10YI4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLE6r10YI4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLE6r10YI4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLE6r10YI4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLE6r10YI4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLE6r10YI4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLE6r10YI4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLE6r10YI4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE6r10YI4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE6r10YI4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLE6r10YI4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE6r10YI4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLE6r10YI4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLE6r10YI4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE6r10YI4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLE6r10YI4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLE6r10YI4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLE6r10YI4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLE6r10YI4 .navbar {
    height: 70px;
  }
  .cid-uLE6r10YI4 .navbar.opened {
    height: auto;
  }
  .cid-uLE6r10YI4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLE6r10YI4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLE6r10YI4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLE6r10YI4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLE6r10YI4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLE6r10YI4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLE6r10YI4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLE6r10YI4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE6r10YI4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLE6r10YI4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLE6r1nssK {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLE6r1nssK .mbr-text {
  color: #ffffff;
}
.cid-uLE6r1nssK .mbr-section-subtitle {
  color: #000000;
}
.cid-uLE6r1nssK .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDAVsdQrs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDAVsdQrs .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;
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDAVsdQrs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDAVsdQrs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDAVsdQrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDAVsdQrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDAVsdQrs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDAVsdQrs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDAVsdQrs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDAVsdQrs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDAVsdQrs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDAVsdQrs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDAVsdQrs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDAVsdQrs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDAVsdQrs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDAVsdQrs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDAVsdQrs .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDAVsdQrs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDAVsdQrs .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDAVsdQrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDAVsdQrs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDAVsdQrs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDAVsdQrs .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDAVsdQrs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDAVsdQrs .nav-item:focus,
.cid-uLDAVsdQrs .nav-link:focus {
  outline: none;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDAVsdQrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDAVsdQrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDAVsdQrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDAVsdQrs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDAVsdQrs .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDAVsdQrs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDAVsdQrs .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDAVsdQrs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDAVsdQrs .navbar.collapsed {
  justify-content: center;
}
.cid-uLDAVsdQrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDAVsdQrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDAVsdQrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDAVsdQrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDAVsdQrs .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-uLDAVsdQrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDAVsdQrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDAVsdQrs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDAVsdQrs .navbar {
    min-height: 72px;
  }
  .cid-uLDAVsdQrs .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDAVsdQrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDAVsdQrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDAVsdQrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDAVsdQrs .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-uLDAVsdQrs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDAVsdQrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDAVsdQrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDAVsdQrs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDAVsdQrs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDAVsdQrs .dropdown-item.active,
.cid-uLDAVsdQrs .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDAVsdQrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDAVsdQrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDAVsdQrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDAVsdQrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDAVsdQrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDAVsdQrs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDAVsdQrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDAVsdQrs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDAVsdQrs .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDAVsdQrs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDAVsdQrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDAVsdQrs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDAVsdQrs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDAVsdQrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDAVsdQrs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDAVsdQrs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDAVsdQrs .navbar {
    height: 70px;
  }
  .cid-uLDAVsdQrs .navbar.opened {
    height: auto;
  }
  .cid-uLDAVsdQrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDAVsdQrs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDAVsdQrs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDAVsdQrs .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDAVsdQrs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDAVsdQrs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDAVsdQrs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDAVsdQrs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDAVsdQrs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDAVsdQrs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDAVsErVj {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uLDAVsErVj input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uLDAVsErVj input:hover {
  border: none !important;
}
.cid-uLDAVsErVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDAVsErVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDAVsErVj .number-wrap {
  color: #a6a99c;
  text-align: center;
}
.cid-uLDAVsErVj .number {
  color: #ffffff;
  white-space: nowrap;
}
.cid-uLDAVsErVj .row {
  justify-content: center;
}
.cid-uLDAVsErVj .period {
  display: block;
}
.cid-uLDAVsErVj .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uLDAVsErVj .period {
    font-size: 0.8rem;
  }
}
.cid-uLDAVsErVj .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uLDAVsErVj .btn {
    margin-left: 0.625rem;
  }
}
.cid-uLDAVsErVj .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uLDAVsErVj .mbr-section-btn .btn {
  width: auto;
}
.cid-uLDAVsErVj .justify-content-center {
  align-items: center;
}
.cid-uLDAVsErVj .mbr-section-title {
  color: #ffffff;
}
.cid-uLDAVsErVj .mbr-section-subtitle,
.cid-uLDAVsErVj .mbr-text {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDzLcleDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDzLcleDf .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;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDzLcleDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDzLcleDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDzLcleDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDzLcleDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDzLcleDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDzLcleDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDzLcleDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDzLcleDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDzLcleDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDzLcleDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDzLcleDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDzLcleDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDzLcleDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDzLcleDf .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDzLcleDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDzLcleDf .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDzLcleDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDzLcleDf .nav-item:focus,
.cid-uLDzLcleDf .nav-link:focus {
  outline: none;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDzLcleDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDzLcleDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDzLcleDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDzLcleDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDzLcleDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDzLcleDf .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDzLcleDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDzLcleDf .navbar.collapsed {
  justify-content: center;
}
.cid-uLDzLcleDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDzLcleDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDzLcleDf .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-uLDzLcleDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDzLcleDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar {
    min-height: 72px;
  }
  .cid-uLDzLcleDf .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDzLcleDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDzLcleDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDzLcleDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDzLcleDf .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-uLDzLcleDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDzLcleDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDzLcleDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDzLcleDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzLcleDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDzLcleDf .dropdown-item.active,
.cid-uLDzLcleDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDzLcleDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDzLcleDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDzLcleDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDzLcleDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDzLcleDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDzLcleDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDzLcleDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzLcleDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDzLcleDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDzLcleDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDzLcleDf .navbar {
    height: 70px;
  }
  .cid-uLDzLcleDf .navbar.opened {
    height: auto;
  }
  .cid-uLDzLcleDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDzLcleDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDzLcleDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDzLcleDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDzLcleDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDzLcleDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDzLcleDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDzLcleDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDAlw1u61 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uLDAlw1u61 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uLDAlw1u61 input:hover {
  border: none !important;
}
.cid-uLDAlw1u61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDAlw1u61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDAlw1u61 .number-wrap {
  color: #a6a99c;
  text-align: center;
}
.cid-uLDAlw1u61 .number {
  color: #ffffff;
  white-space: nowrap;
}
.cid-uLDAlw1u61 .row {
  justify-content: center;
}
.cid-uLDAlw1u61 .period {
  display: block;
}
.cid-uLDAlw1u61 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uLDAlw1u61 .period {
    font-size: 0.8rem;
  }
}
.cid-uLDAlw1u61 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uLDAlw1u61 .btn {
    margin-left: 0.625rem;
  }
}
.cid-uLDAlw1u61 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uLDAlw1u61 .mbr-section-btn .btn {
  width: auto;
}
.cid-uLDAlw1u61 .justify-content-center {
  align-items: center;
}
.cid-uLDAlw1u61 .mbr-section-title {
  color: #ffffff;
}
.cid-uLDAlw1u61 .mbr-section-subtitle,
.cid-uLDAlw1u61 .mbr-text {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDyD97tYi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDyD97tYi .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;
}
@media (max-width: 767px) {
  .cid-uLDyD97tYi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDyD97tYi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDyD97tYi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDyD97tYi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDyD97tYi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDyD97tYi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDyD97tYi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDyD97tYi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDyD97tYi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDyD97tYi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDyD97tYi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDyD97tYi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDyD97tYi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDyD97tYi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDyD97tYi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDyD97tYi .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDyD97tYi .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDyD97tYi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDyD97tYi .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDyD97tYi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDyD97tYi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDyD97tYi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDyD97tYi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDyD97tYi .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDyD97tYi .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDyD97tYi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDyD97tYi .nav-item:focus,
.cid-uLDyD97tYi .nav-link:focus {
  outline: none;
}
.cid-uLDyD97tYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDyD97tYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDyD97tYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDyD97tYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDyD97tYi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDyD97tYi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDyD97tYi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDyD97tYi .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDyD97tYi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDyD97tYi .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDyD97tYi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDyD97tYi .navbar.collapsed {
  justify-content: center;
}
.cid-uLDyD97tYi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDyD97tYi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDyD97tYi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDyD97tYi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDyD97tYi .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-uLDyD97tYi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDyD97tYi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDyD97tYi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDyD97tYi .navbar {
    min-height: 72px;
  }
  .cid-uLDyD97tYi .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDyD97tYi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDyD97tYi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDyD97tYi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDyD97tYi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDyD97tYi .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-uLDyD97tYi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDyD97tYi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDyD97tYi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDyD97tYi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDyD97tYi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDyD97tYi .dropdown-item.active,
.cid-uLDyD97tYi .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDyD97tYi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDyD97tYi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDyD97tYi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDyD97tYi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDyD97tYi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDyD97tYi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDyD97tYi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDyD97tYi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDyD97tYi .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDyD97tYi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDyD97tYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDyD97tYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDyD97tYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDyD97tYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDyD97tYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDyD97tYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDyD97tYi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDyD97tYi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDyD97tYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDyD97tYi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDyD97tYi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDyD97tYi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDyD97tYi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDyD97tYi .navbar {
    height: 70px;
  }
  .cid-uLDyD97tYi .navbar.opened {
    height: auto;
  }
  .cid-uLDyD97tYi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDyD97tYi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDyD97tYi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDyD97tYi .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDyD97tYi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDyD97tYi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDyD97tYi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDyD97tYi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDyD97tYi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDyD97tYi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDyMRNaId {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLDyMRNaId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDyMRNaId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDyMRNaId .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLDyMRNaId .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDyMRNaId .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLDyMRNaId .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDyMRNaId .container {
    padding: 0 24px;
  }
}
.cid-uLDyMRNaId .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uLDyMRNaId .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLDyMRNaId .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLDyMRNaId .image-wrapper img {
    height: 400px;
  }
}
.cid-uLDyMRNaId .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #232323;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uLDyMRNaId .content-wrapper {
    padding: 24px;
  }
}
.cid-uLDyMRNaId .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uLDyMRNaId .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffd93d;
}
.cid-uLDyMRNaId .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLDyMRNaId .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDyMRNaId .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLDyMRNaId .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uLDyMRNaId .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uLDyMRNaId .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #f7f7f7;
  border: 1px solid #232323;
  padding: 16px;
}
.cid-uLDyMRNaId .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uLDyMRNaId .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLDyMRNaId .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDyMRNaId .mbr-section-title {
  color: #ffffff;
}
.cid-uLDyMRNaId .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLDyMRNaId .mbr-desc {
  color: #18212d;
}
.cid-uLDyMRNaId .mbr-text_1 {
  color: #18212d;
}
.cid-uLDyMRNaId .mbr-text_2 {
  color: #ffffff;
}
.cid-uLDyMRNaId .mbr-role {
  color: #18212d;
}
.cid-uLDyMRNaId .mbr-name {
  color: #18212d;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDzLcleDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDzLcleDf .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;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDzLcleDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDzLcleDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDzLcleDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDzLcleDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDzLcleDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDzLcleDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDzLcleDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDzLcleDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDzLcleDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDzLcleDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDzLcleDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDzLcleDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDzLcleDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDzLcleDf .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDzLcleDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDzLcleDf .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDzLcleDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDzLcleDf .nav-item:focus,
.cid-uLDzLcleDf .nav-link:focus {
  outline: none;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDzLcleDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDzLcleDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDzLcleDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDzLcleDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDzLcleDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDzLcleDf .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDzLcleDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDzLcleDf .navbar.collapsed {
  justify-content: center;
}
.cid-uLDzLcleDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDzLcleDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDzLcleDf .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-uLDzLcleDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDzLcleDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar {
    min-height: 72px;
  }
  .cid-uLDzLcleDf .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDzLcleDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDzLcleDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDzLcleDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDzLcleDf .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-uLDzLcleDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDzLcleDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDzLcleDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDzLcleDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzLcleDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDzLcleDf .dropdown-item.active,
.cid-uLDzLcleDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDzLcleDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDzLcleDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDzLcleDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDzLcleDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDzLcleDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDzLcleDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDzLcleDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzLcleDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDzLcleDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDzLcleDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDzLcleDf .navbar {
    height: 70px;
  }
  .cid-uLDzLcleDf .navbar.opened {
    height: auto;
  }
  .cid-uLDzLcleDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDzLcleDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDzLcleDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDzLcleDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDzLcleDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDzLcleDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDzLcleDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDzLcleDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNPNziQQNH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNPNziQQNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPNziQQNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPNziQQNH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNPNziQQNH .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNPNziQQNH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNPNziQQNH .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNPNziQQNH .container {
    padding: 0 24px;
  }
}
.cid-uNPNziQQNH .row {
  justify-content: center;
}
.cid-uNPNziQQNH .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uNPNziQQNH .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uNPNziQQNH .title-wrapper {
    padding-right: 0;
  }
}
.cid-uNPNziQQNH .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffd93d;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffd93d;
}
.cid-uNPNziQQNH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNPNziQQNH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNPNziQQNH .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uNPNziQQNH .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uNPNziQQNH .text-wrapper {
    padding-left: 0;
  }
}
.cid-uNPNziQQNH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNPNziQQNH .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uNPNziQQNH .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uNPNziQQNH .mbr-section-title {
  color: #ffffff;
}
.cid-uNPNziQQNH .mbr-desc {
  color: #18212d;
}
.cid-uNPNziQQNH .mbr-text {
  color: #ffffff;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLzbMqiT0x {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLzbMqiT0x .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;
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLzbMqiT0x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLzbMqiT0x .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLzbMqiT0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLzbMqiT0x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLzbMqiT0x .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLzbMqiT0x .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLzbMqiT0x .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLzbMqiT0x .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLzbMqiT0x .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLzbMqiT0x .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLzbMqiT0x .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLzbMqiT0x .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLzbMqiT0x .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLzbMqiT0x .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLzbMqiT0x .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLzbMqiT0x .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLzbMqiT0x .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLzbMqiT0x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLzbMqiT0x .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLzbMqiT0x .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLzbMqiT0x .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLzbMqiT0x .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLzbMqiT0x .nav-item:focus,
.cid-uLzbMqiT0x .nav-link:focus {
  outline: none;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLzbMqiT0x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLzbMqiT0x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLzbMqiT0x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLzbMqiT0x .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLzbMqiT0x .navbar.opened {
  transition: all 0.3s;
}
.cid-uLzbMqiT0x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLzbMqiT0x .navbar .navbar-logo img {
  width: auto;
}
.cid-uLzbMqiT0x .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLzbMqiT0x .navbar.collapsed {
  justify-content: center;
}
.cid-uLzbMqiT0x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLzbMqiT0x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLzbMqiT0x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLzbMqiT0x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLzbMqiT0x .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-uLzbMqiT0x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLzbMqiT0x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLzbMqiT0x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLzbMqiT0x .navbar {
    min-height: 72px;
  }
  .cid-uLzbMqiT0x .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLzbMqiT0x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLzbMqiT0x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLzbMqiT0x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLzbMqiT0x .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-uLzbMqiT0x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLzbMqiT0x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLzbMqiT0x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLzbMqiT0x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLzbMqiT0x .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLzbMqiT0x .dropdown-item.active,
.cid-uLzbMqiT0x .dropdown-item:active {
  background-color: transparent;
}
.cid-uLzbMqiT0x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLzbMqiT0x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLzbMqiT0x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLzbMqiT0x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLzbMqiT0x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLzbMqiT0x .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLzbMqiT0x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLzbMqiT0x .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLzbMqiT0x .navbar-buttons {
    text-align: left;
  }
}
.cid-uLzbMqiT0x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLzbMqiT0x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLzbMqiT0x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLzbMqiT0x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLzbMqiT0x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLzbMqiT0x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLzbMqiT0x .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLzbMqiT0x .navbar {
    height: 70px;
  }
  .cid-uLzbMqiT0x .navbar.opened {
    height: auto;
  }
  .cid-uLzbMqiT0x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLzbMqiT0x .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLzbMqiT0x .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLzbMqiT0x .navbar-brand {
    margin-right: auto;
  }
  .cid-uLzbMqiT0x .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLzbMqiT0x .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLzbMqiT0x .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLzbMqiT0x .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLzbMqiT0x .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLzbMqiT0x .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDydgiiQv {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLDydgiiQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDydgiiQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDydgiiQv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLDydgiiQv .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDydgiiQv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLDydgiiQv .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDydgiiQv .container {
    padding: 0 24px;
  }
}
.cid-uLDydgiiQv .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uLDydgiiQv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLDydgiiQv .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLDydgiiQv .image-wrapper img {
    height: 400px;
  }
}
.cid-uLDydgiiQv .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #232323;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uLDydgiiQv .content-wrapper {
    padding: 24px;
  }
}
.cid-uLDydgiiQv .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uLDydgiiQv .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #edeceb;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLDydgiiQv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLDydgiiQv .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDydgiiQv .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLDydgiiQv .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uLDydgiiQv .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uLDydgiiQv .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #edeceb;
  border: 1px solid #232323;
  padding: 16px;
}
.cid-uLDydgiiQv .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uLDydgiiQv .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLDydgiiQv .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDydgiiQv .mbr-section-title {
  color: #ffffff;
}
.cid-uLDydgiiQv .mbr-section-subtitle {
  color: #ff6b6b;
}
.cid-uLDydgiiQv .mbr-desc {
  color: #18212d;
}
.cid-uLDydgiiQv .mbr-text_1 {
  color: #ffffff;
}
.cid-uLDydgiiQv .mbr-text_2 {
  color: #ffffff;
}
.cid-uLDydgiiQv .mbr-role {
  color: #18212d;
}
.cid-uLDydgiiQv .mbr-name {
  color: #18212d;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDzKlTWc7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDzKlTWc7 .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;
}
@media (max-width: 767px) {
  .cid-uLDzKlTWc7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDzKlTWc7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDzKlTWc7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDzKlTWc7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDzKlTWc7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDzKlTWc7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDzKlTWc7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDzKlTWc7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDzKlTWc7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDzKlTWc7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDzKlTWc7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDzKlTWc7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDzKlTWc7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDzKlTWc7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDzKlTWc7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDzKlTWc7 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDzKlTWc7 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDzKlTWc7 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDzKlTWc7 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzKlTWc7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzKlTWc7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDzKlTWc7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDzKlTWc7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzKlTWc7 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDzKlTWc7 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDzKlTWc7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDzKlTWc7 .nav-item:focus,
.cid-uLDzKlTWc7 .nav-link:focus {
  outline: none;
}
.cid-uLDzKlTWc7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDzKlTWc7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDzKlTWc7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDzKlTWc7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDzKlTWc7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDzKlTWc7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDzKlTWc7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDzKlTWc7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDzKlTWc7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDzKlTWc7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDzKlTWc7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDzKlTWc7 .navbar.collapsed {
  justify-content: center;
}
.cid-uLDzKlTWc7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDzKlTWc7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDzKlTWc7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDzKlTWc7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDzKlTWc7 .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-uLDzKlTWc7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDzKlTWc7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDzKlTWc7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDzKlTWc7 .navbar {
    min-height: 72px;
  }
  .cid-uLDzKlTWc7 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDzKlTWc7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDzKlTWc7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDzKlTWc7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDzKlTWc7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDzKlTWc7 .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-uLDzKlTWc7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDzKlTWc7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDzKlTWc7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDzKlTWc7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzKlTWc7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDzKlTWc7 .dropdown-item.active,
.cid-uLDzKlTWc7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDzKlTWc7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDzKlTWc7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDzKlTWc7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDzKlTWc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDzKlTWc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDzKlTWc7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDzKlTWc7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDzKlTWc7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDzKlTWc7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDzKlTWc7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDzKlTWc7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDzKlTWc7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDzKlTWc7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzKlTWc7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzKlTWc7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDzKlTWc7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzKlTWc7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDzKlTWc7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDzKlTWc7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzKlTWc7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDzKlTWc7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDzKlTWc7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDzKlTWc7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDzKlTWc7 .navbar {
    height: 70px;
  }
  .cid-uLDzKlTWc7 .navbar.opened {
    height: auto;
  }
  .cid-uLDzKlTWc7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDzKlTWc7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDzKlTWc7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDzKlTWc7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDzKlTWc7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDzKlTWc7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDzKlTWc7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDzKlTWc7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzKlTWc7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDzKlTWc7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDzKmhzwZ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLDzKmhzwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDzKmhzwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDzKmhzwZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLDzKmhzwZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDzKmhzwZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLDzKmhzwZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDzKmhzwZ .container {
    padding: 0 24px;
  }
}
.cid-uLDzKmhzwZ .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uLDzKmhzwZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLDzKmhzwZ .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLDzKmhzwZ .image-wrapper img {
    height: 400px;
  }
}
.cid-uLDzKmhzwZ .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #232323;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uLDzKmhzwZ .content-wrapper {
    padding: 24px;
  }
}
.cid-uLDzKmhzwZ .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uLDzKmhzwZ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #edeceb;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLDzKmhzwZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLDzKmhzwZ .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDzKmhzwZ .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLDzKmhzwZ .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uLDzKmhzwZ .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uLDzKmhzwZ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #edeceb;
  border: 1px solid #232323;
  padding: 16px;
}
.cid-uLDzKmhzwZ .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uLDzKmhzwZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLDzKmhzwZ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDzKmhzwZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLDzKmhzwZ .mbr-section-subtitle {
  color: #ff6b6b;
}
.cid-uLDzKmhzwZ .mbr-desc {
  color: #18212d;
}
.cid-uLDzKmhzwZ .mbr-text_1 {
  color: #ffffff;
}
.cid-uLDzKmhzwZ .mbr-text_2 {
  color: #ffffff;
}
.cid-uLDzKmhzwZ .mbr-role {
  color: #18212d;
}
.cid-uLDzKmhzwZ .mbr-name {
  color: #18212d;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLE8nVJpiq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLE8nVJpiq .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;
}
@media (max-width: 767px) {
  .cid-uLE8nVJpiq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLE8nVJpiq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLE8nVJpiq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLE8nVJpiq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLE8nVJpiq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLE8nVJpiq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLE8nVJpiq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLE8nVJpiq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLE8nVJpiq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLE8nVJpiq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLE8nVJpiq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLE8nVJpiq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLE8nVJpiq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLE8nVJpiq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLE8nVJpiq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLE8nVJpiq .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLE8nVJpiq .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLE8nVJpiq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLE8nVJpiq .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE8nVJpiq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLE8nVJpiq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLE8nVJpiq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLE8nVJpiq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLE8nVJpiq .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLE8nVJpiq .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLE8nVJpiq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLE8nVJpiq .nav-item:focus,
.cid-uLE8nVJpiq .nav-link:focus {
  outline: none;
}
.cid-uLE8nVJpiq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLE8nVJpiq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLE8nVJpiq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLE8nVJpiq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLE8nVJpiq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLE8nVJpiq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLE8nVJpiq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLE8nVJpiq .navbar.opened {
  transition: all 0.3s;
}
.cid-uLE8nVJpiq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLE8nVJpiq .navbar .navbar-logo img {
  width: auto;
}
.cid-uLE8nVJpiq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLE8nVJpiq .navbar.collapsed {
  justify-content: center;
}
.cid-uLE8nVJpiq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLE8nVJpiq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLE8nVJpiq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLE8nVJpiq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLE8nVJpiq .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-uLE8nVJpiq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLE8nVJpiq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLE8nVJpiq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLE8nVJpiq .navbar {
    min-height: 72px;
  }
  .cid-uLE8nVJpiq .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLE8nVJpiq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLE8nVJpiq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLE8nVJpiq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLE8nVJpiq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLE8nVJpiq .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-uLE8nVJpiq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLE8nVJpiq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLE8nVJpiq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLE8nVJpiq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLE8nVJpiq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLE8nVJpiq .dropdown-item.active,
.cid-uLE8nVJpiq .dropdown-item:active {
  background-color: transparent;
}
.cid-uLE8nVJpiq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLE8nVJpiq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLE8nVJpiq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLE8nVJpiq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLE8nVJpiq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLE8nVJpiq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLE8nVJpiq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLE8nVJpiq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLE8nVJpiq .navbar-buttons {
    text-align: left;
  }
}
.cid-uLE8nVJpiq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLE8nVJpiq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLE8nVJpiq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLE8nVJpiq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE8nVJpiq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLE8nVJpiq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLE8nVJpiq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE8nVJpiq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLE8nVJpiq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLE8nVJpiq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLE8nVJpiq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLE8nVJpiq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLE8nVJpiq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLE8nVJpiq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLE8nVJpiq .navbar {
    height: 70px;
  }
  .cid-uLE8nVJpiq .navbar.opened {
    height: auto;
  }
  .cid-uLE8nVJpiq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLE8nVJpiq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLE8nVJpiq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLE8nVJpiq .navbar-brand {
    margin-right: auto;
  }
  .cid-uLE8nVJpiq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLE8nVJpiq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLE8nVJpiq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLE8nVJpiq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLE8nVJpiq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLE8nVJpiq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNnOnDi8FG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNnOnDi8FG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnOnDi8FG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnOnDi8FG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uNnOnDi8FG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNnOnDi8FG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uNnOnDi8FG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uNnOnDi8FG .container {
    padding: 0 24px;
  }
}
.cid-uNnOnDi8FG .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uNnOnDi8FG .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNnOnDi8FG .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNnOnDi8FG .image-wrapper img {
    height: 400px;
  }
}
.cid-uNnOnDi8FG .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #232323;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uNnOnDi8FG .content-wrapper {
    padding: 24px;
  }
}
.cid-uNnOnDi8FG .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uNnOnDi8FG .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uNnOnDi8FG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uNnOnDi8FG .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uNnOnDi8FG .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uNnOnDi8FG .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uNnOnDi8FG .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uNnOnDi8FG .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #232323;
  padding: 16px;
}
.cid-uNnOnDi8FG .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uNnOnDi8FG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uNnOnDi8FG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uNnOnDi8FG .mbr-section-title {
  color: #ffffff;
}
.cid-uNnOnDi8FG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNnOnDi8FG .mbr-desc {
  color: #18212d;
}
.cid-uNnOnDi8FG .mbr-text_1 {
  color: #ffffff;
}
.cid-uNnOnDi8FG .mbr-text_2 {
  color: #ffffff;
}
.cid-uNnOnDi8FG .mbr-role {
  color: #18212d;
}
.cid-uNnOnDi8FG .mbr-name {
  color: #18212d;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
.cid-uLDzLcleDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLDzLcleDf .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;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLDzLcleDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDzLcleDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uLDzLcleDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDzLcleDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDzLcleDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uLDzLcleDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLDzLcleDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLDzLcleDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLDzLcleDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uLDzLcleDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLDzLcleDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLDzLcleDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLDzLcleDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uLDzLcleDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (min-width: 767px) {
  .cid-uLDzLcleDf .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uLDzLcleDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #232323 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #232323;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uLDzLcleDf .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDzLcleDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  background: #232323 !important;
}
.cid-uLDzLcleDf .nav-item:focus,
.cid-uLDzLcleDf .nav-link:focus {
  outline: none;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDzLcleDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDzLcleDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDzLcleDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDzLcleDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLDzLcleDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDzLcleDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDzLcleDf .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDzLcleDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLDzLcleDf .navbar.collapsed {
  justify-content: center;
}
.cid-uLDzLcleDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDzLcleDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDzLcleDf .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-uLDzLcleDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDzLcleDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDzLcleDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLDzLcleDf .navbar {
    min-height: 72px;
  }
  .cid-uLDzLcleDf .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDzLcleDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDzLcleDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDzLcleDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDzLcleDf .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-uLDzLcleDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDzLcleDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLDzLcleDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDzLcleDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDzLcleDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLDzLcleDf .dropdown-item.active,
.cid-uLDzLcleDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDzLcleDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDzLcleDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDzLcleDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLDzLcleDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLDzLcleDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLDzLcleDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDzLcleDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uLDzLcleDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd93d;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDzLcleDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDzLcleDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDzLcleDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLDzLcleDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDzLcleDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLDzLcleDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDzLcleDf .navbar {
    height: 70px;
  }
  .cid-uLDzLcleDf .navbar.opened {
    height: auto;
  }
  .cid-uLDzLcleDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLDzLcleDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLDzLcleDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLDzLcleDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uLDzLcleDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    opacity: 1;
    border-color: #232323 !important;
    background: #232323 !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLDzLcleDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLDzLcleDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLDzLcleDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLDzLcleDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLDzLcleDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLDzLcCTxB {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLDzLcCTxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLDzLcCTxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLDzLcCTxB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLDzLcCTxB .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDzLcCTxB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLDzLcCTxB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLDzLcCTxB .container {
    padding: 0 24px;
  }
}
.cid-uLDzLcCTxB .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uLDzLcCTxB .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLDzLcCTxB .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLDzLcCTxB .image-wrapper img {
    height: 400px;
  }
}
.cid-uLDzLcCTxB .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #232323;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uLDzLcCTxB .content-wrapper {
    padding: 24px;
  }
}
.cid-uLDzLcCTxB .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uLDzLcCTxB .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #edeceb;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLDzLcCTxB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLDzLcCTxB .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDzLcCTxB .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLDzLcCTxB .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uLDzLcCTxB .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uLDzLcCTxB .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #edeceb;
  border: 1px solid #232323;
  padding: 16px;
}
.cid-uLDzLcCTxB .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uLDzLcCTxB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLDzLcCTxB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLDzLcCTxB .mbr-section-title {
  color: #ffffff;
}
.cid-uLDzLcCTxB .mbr-section-subtitle {
  color: #ff6b6b;
}
.cid-uLDzLcCTxB .mbr-desc {
  color: #18212d;
}
.cid-uLDzLcCTxB .mbr-text_1 {
  color: #ffffff;
}
.cid-uLDzLcCTxB .mbr-text_2 {
  color: #ffffff;
}
.cid-uLDzLcCTxB .mbr-role {
  color: #18212d;
}
.cid-uLDzLcCTxB .mbr-name {
  color: #18212d;
}
.cid-uLEarYu3p9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLEarYu3p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEarYu3p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEarYu3p9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLEarYu3p9 .container {
    padding: 0 24px;
  }
}
.cid-uLEarYu3p9 .row {
  justify-content: center;
}
.cid-uLEarYu3p9 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uLEarYu3p9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uLEarYu3p9 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uLEarYu3p9 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLEarYu3p9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uLEarYu3p9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:hover::before,
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uLEarYu3p9 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uLEarYu3p9 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.cid-uLEarYu3p9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-soc {
  color: #ffffff;
}
.cid-uLEarYu3p9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list {
  color: #ffffff;
}
.cid-uLEarYu3p9 .list,
.cid-uLEarYu3p9 .item-wrap,
.cid-uLEarYu3p9 .list-wrapper {
  text-align: left;
}
