.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: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #3d3f3e !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #466085 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #e6b103 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d3f3e !important;
  border-color: #3d3f3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #565958 !important;
  border-color: #565958 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #565958 !important;
  border-color: #565958 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dc4d4d !important;
  border-color: #dc4d4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e47878 !important;
  border-color: #e47878 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e47878 !important;
  border-color: #e47878 !important;
}
.btn-info,
.btn-info:active {
  background-color: #466085 !important;
  border-color: #466085 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5878a6 !important;
  border-color: #5878a6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5878a6 !important;
  border-color: #5878a6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6b103 !important;
  border-color: #e6b103 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fcc920 !important;
  border-color: #fcc920 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fcc920 !important;
  border-color: #fcc920 !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: #3d3f3e;
  color: #3d3f3e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #121313 !important;
  background-color: transparent !important;
  border-color: #121313 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dc4d4d;
  color: #dc4d4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b02323 !important;
  background-color: transparent !important;
  border-color: #b02323 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc4d4d !important;
  border-color: #dc4d4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #466085;
  color: #466085;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #28374c !important;
  background-color: transparent !important;
  border-color: #28374c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #466085 !important;
  border-color: #466085 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6b103;
  color: #e6b103;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #906f02 !important;
  background-color: transparent !important;
  border-color: #906f02 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6b103 !important;
  border-color: #e6b103 !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: #3d3f3e !important;
}
.text-secondary {
  color: #dc4d4d !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #466085 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #e6b103 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b0b0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a32020 !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: #233042 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #816402 !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: #3d3f3e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #466085;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #e6b103;
}
.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: #3d3f3e;
  border-color: #3d3f3e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3d3f3e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afb2b1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #89a0c1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feedb7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #3d3f3e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #3d3f3e;
}
/* 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: #3d3f3e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3d3f3e;
}
.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: #3d3f3e;
  border-bottom-color: #3d3f3e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3d3f3e !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: #dc4d4d !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='%233d3f3e' %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-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP2om9LR1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1.png");
}
.cid-uP2om9LR1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2om9LR1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2om9LR1c .row {
  margin: 0 -8px;
}
.cid-uP2om9LR1c .row .card {
  padding: 0 8px;
}
.cid-uP2om9LR1c .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uP2om9LR1c .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP2om9LR1c .card-wrapper {
    padding: 24px;
  }
}
.cid-uP2om9LR1c .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uP2om9LR1c .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2fbfe;
  opacity: .6;
}
.cid-uP2om9LR1c .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uP2om9LR1c .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uP2om9LR1c .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uP2om9LR1c .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP2om9LR1c .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uP2om9LR1c .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uP2om9LR1c .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uP2om9LR1c .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uP2om9LR1c .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uP2om9LR1c .mbr-text,
.cid-uP2om9LR1c .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uP2om9LR1c .mbr-section-title,
.cid-uP2om9LR1c .mbr-section-btn {
  color: #466085;
}
.cid-uP2Bn6VoIC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f8f4;
}
.cid-uP2Bn6VoIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2Bn6VoIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2Bn6VoIC .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uP2Bn6VoIC .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uP2Bn6VoIC .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f8f8f4;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uP2Bn6VoIC .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f8f8f4;
}
.cid-uP2Bn6VoIC .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f8f8f4;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uP2Bn6VoIC .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uP2Bn6VoIC .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uP2Bn6VoIC .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #466085;
}
.cid-uP2Bn6VoIC .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uP2Bn6VoIC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #466085;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #466085;
  border-radius: 100%;
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP2Bn6VoIC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uP2Bn6VoIC .mbr-label,
.cid-uP2Bn6VoIC .label-wrapper {
  color: #406ab2;
  text-align: right;
}
.cid-uP2Bn6VoIC .mbr-section-title {
  color: #466085;
  text-align: right;
}
.cid-uP2Bn6VoIC .mbr-text {
  color: #8a8a8a;
  text-align: right;
}
.cid-uP2Bn6VoIC .card-title {
  color: #000000;
  text-align: center;
}
.cid-uP2Bn6VoIC .card-text {
  color: #8a8a8a;
  text-align: right;
}
.cid-uP2Bn6VoIC .item-number {
  color: #e6b103;
  text-align: center;
}
.cid-uP2Bn6VoIC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP2Bn6VoIC .item-star,
.cid-uP2Bn6VoIC .rating-wrapper {
  color: #e6b103;
  text-align: center;
}
.cid-uP2Bn6VoIC .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uP2N9xXbZa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1.png");
}
.cid-uP2N9xXbZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2N9xXbZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2N9xXbZa .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP2N9xXbZa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uP2N9xXbZa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP2N9xXbZa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP2N9xXbZa .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #f2fbfe;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uP2N9xXbZa .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uP2N9xXbZa .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uP2N9xXbZa .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uP2N9xXbZa .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #232323;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #f2fbfe;
  border: none;
}
.cid-uP2N9xXbZa .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #232323;
  background-color: #e6b103;
}
.cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uP2N9xXbZa .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uP2N9xXbZa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP2N9xXbZa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uP2N9xXbZa .item-title {
  color: #e6b103;
  text-align: right;
}
.cid-uP2N9xXbZa .item-text {
  color: #ffffff;
  text-align: right;
}
.cid-uP2N9xXbZa .mbr-section-title,
.cid-uP2N9xXbZa .tabs-wrapper {
  color: #e6b103;
}
.cid-uP2KG42yqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f4;
}
.cid-uP2KG42yqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2KG42yqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2KG42yqE .items-wrapper {
  justify-content: flex-end;
}
.cid-uP2KG42yqE .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uP2KG42yqE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uP2KG42yqE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP2KG42yqE .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP2KG42yqE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP2KG42yqE .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uP2KG42yqE .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uP2KG42yqE .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uP2KG42yqE .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uP2KG42yqE .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uP2KG42yqE .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uP2KG42yqE .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uP2KG42yqE .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uP2KG42yqE .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uP2KG42yqE .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uP2KG42yqE .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uP2KG42yqE .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP2KG42yqE .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uP2KG42yqE .mbr-desc {
  color: #272b2e;
}
.cid-uP2KG42yqE .mbr-section-title {
  color: #272b2e;
}
.cid-uP2KG42yqE .mbr-text,
.cid-uP2KG42yqE .text-wrapper {
  color: #272b2e;
}
.cid-uP2KG42yqE .mbr-text {
  text-align: right;
}
.cid-uP2KG42yqE .mbr-section-title,
.cid-uP2KG42yqE .mbr-section-btn {
  text-align: right;
  color: #e6b103;
}
.cid-uP39EWk7iW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uP39EWk7iW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uP39EWk7iW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uP39EWk7iW .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f8f8f4;
}
.cid-uP39EWk7iW .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uP39EWk7iW .mbr-text {
  margin-top: 2rem;
}
.cid-uP39EWk7iW .first {
  margin-left: -24px;
}
.cid-uP39EWk7iW .nav-tabs .nav-link {
  color: #e6b103 !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uP39EWk7iW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #0f2b53 !important;
}
.cid-uP39EWk7iW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #0f2b53 !important;
  font-style: normal;
}
@media (max-width: 576px) {
  .cid-uP39EWk7iW .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uP39EWk7iW .mbr-text,
  .cid-uP39EWk7iW .nav-link {
    text-align: center;
  }
}
.cid-uP39EWk7iW .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: right;
}
.cid-uP39EWk7iW .mbr-section-title b:last-child,
.cid-uP39EWk7iW .mbr-section-title strong:last-child {
  color: #ffa600;
}
.cid-uP39EWk7iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP39EWk7iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP39EWk7iW P {
  color: #f7f7f7;
  text-align: right;
}
.cid-uP3anwc3OL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f4;
}
.cid-uP3anwc3OL .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uP3anwc3OL .item:focus,
.cid-uP3anwc3OL span:focus {
  outline: none;
}
.cid-uP3anwc3OL .item {
  cursor: pointer;
}
.cid-uP3anwc3OL .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-uP3anwc3OL .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-uP3anwc3OL .grid-container-1,
.cid-uP3anwc3OL .grid-container-2,
.cid-uP3anwc3OL .grid-container-3 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-uP3anwc3OL .grid-container-1,
  .cid-uP3anwc3OL .grid-container-2,
  .cid-uP3anwc3OL .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-uP3anwc3OL .content-head {
  max-width: 800px;
}
.cid-uP3anwc3OL .container,
.cid-uP3anwc3OL .container-fluid {
  overflow: hidden;
}
.cid-uP3anwc3OL .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uP3anwc3OL .grid-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-uP3anwc3OL .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uP3anwc3OL .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uP3anwc3OL .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uP3anwc3OL .grid-item:nth-child(2) img {
  height: 400px;
}
@media (max-width: 1200px) {
  .cid-uP3anwc3OL .grid-item:nth-child(2) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uP3anwc3OL .grid-item:nth-child(2) img {
    height: 150px;
  }
}
.cid-uP3anwc3OL .grid-item:nth-child(3) img {
  height: 450px;
}
@media (max-width: 1200px) {
  .cid-uP3anwc3OL .grid-item:nth-child(3) img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uP3anwc3OL .grid-item:nth-child(3) img {
    height: 150px;
  }
}
.cid-uP3anwc3OL .grid-item:nth-child(4) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-uP3anwc3OL .grid-item:nth-child(4) img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uP3anwc3OL .grid-item:nth-child(4) img {
    height: 150px;
  }
}
.cid-uP3anwc3OL .grid-container-1,
.cid-uP3anwc3OL .grid-container-2,
.cid-uP3anwc3OL .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uP3anwc3OL .grid-container-1 {
  align-items: flex-end;
}
.cid-uP3anwc3OL .grid-container-2 {
  align-items: flex-start;
}
.cid-uP374TEuXi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uP374TEuXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP374TEuXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP374TEuXi .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uP374TEuXi .mbr-section-title {
  color: #b69e09;
}
.cid-uP374TEuXi .mbr-section-subtitle {
  color: #f8f8f4;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uP374TEuXi .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uP374TEuXi .card-row {
  align-items: stretch;
}
.cid-uP374TEuXi .card {
  margin: 15px 0;
}
.cid-uP374TEuXi .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #191919, #232323);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uP374TEuXi .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uP374TEuXi .card-wrapper {
    padding: 20px;
  }
}
.cid-uP374TEuXi .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uP374TEuXi .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uP374TEuXi .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #232323;
}
.cid-uP374TEuXi .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #f1f1dd;
}
.cid-uP374TEuXi .card-head-text {
  flex-grow: 1;
}
.cid-uP374TEuXi .name-title {
  color: #e6b103;
  text-align: right;
}
.cid-uP374TEuXi .name-text {
  color: #FF014E;
}
.cid-uP374TEuXi .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uP374TEuXi .card-text {
  color: #f8f8f4;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: center;
}
.cid-uP374TEuXi .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-uP374TEuXi .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-uP374TEuXi .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-uP38Oc78P0 {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #f8f8f4;
}
.cid-uP38Oc78P0 .mbr-section-title {
  color: #06182d;
}
.cid-uP38Oc78P0 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e6b103;
  background: linear-gradient(#e6b103 0%, #0f2b53 69%, #0f2b53 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uP38Oc78P0 .mbr-section-subtitle {
  color: #06182d;
}
.cid-uP38Oc78P0 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uP38Oc78P0 .mbr-text {
  color: #466085;
  font-weight: 300;
}
.cid-uP38Oc78P0 .title-text {
  margin-bottom: 70px;
}
.cid-uP38Oc78P0 .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-uP38Oc78P0 .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-uP38Oc78P0 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uP38Oc78P0 .title-text .mbr-section-title {
  color: #dc4d4d;
}
.cid-uP38Oc78P0 .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uP38Oc78P0 .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-uP38Oc78P0 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uP38Oc78P0 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #c8bd00;
}
.cid-uP38Oc78P0 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uP38Oc78P0 .p-4 {
  padding: 1rem 0 !important;
}
.cid-uP38Oc78P0 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uP38Oc78P0 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uP38Oc78P0 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uP38Oc78P0 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uP38Oc78P0 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uP38Oc78P0 .card {
  border-radius: 0px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uP38Oc78P0 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uP38Oc78P0 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uP38Oc78P0 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ffa600;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #0f2b53;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title .toggle-icon:before,
.cid-uP38Oc78P0 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uP38Oc78P0 .card .panel-body {
  padding: 14px 20px;
}
.cid-uP38Oc78P0 .card .panel-body p {
  color: #466085;
  line-height: 1.5;
}
.cid-uP38Oc78P0 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uP38Oc78P0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP38Oc78P0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP38Oc78P0 .title-text .mbr-section-subtitle {
  color: #232323;
}
.cid-uP38Oc78P0 .card .panel-body p {
  color: #232323;
  text-align: right;
}
.cid-uP38Oc78P0 .title-text .mbr-section-title {
  text-align: center;
}
.cid-uP38Oc78P0 .card .card-header a.panel-title h4 {
  text-align: center;
  color: #0f2b53;
}
.cid-uPxfed8PDt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPxfed8PDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxfed8PDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxfed8PDt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPxfed8PDt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPxfed8PDt .embla__slide .slide-content {
  width: 100%;
}
.cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #171200;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #171200;
}
.cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uPxfed8PDt .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #171200;
}
.cid-uPxfed8PDt .embla__button--next,
.cid-uPxfed8PDt .embla__button--prev {
  display: flex;
}
.cid-uPxfed8PDt .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uPxfed8PDt .embla__button:hover {
  color: #00bbf9 !important;
}
.cid-uPxfed8PDt .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-uPxfed8PDt .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-uPxfed8PDt .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-uPxfed8PDt .svg3 path {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-uPxfed8PDt .svg3 {
    top: 120px;
  }
}
.cid-uPxfed8PDt .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-uPxfed8PDt .svg4 path {
  fill: #000000;
}
.cid-uPxfed8PDt .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uPxfed8PDt .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uPxfed8PDt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPxfed8PDt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPxfed8PDt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPxfed8PDt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPxfed8PDt .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxfed8PDt .mbr-section-btn .btn::after,
.cid-uPxfed8PDt .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
}
.cid-uPxfed8PDt .mbr-section-btn .btn:hover,
.cid-uPxfed8PDt .mbr-section-btn .btn:focus {
  color: #000000 !important;
}
.cid-uPxfed8PDt .mbr-section-btn .btn:hover::after,
.cid-uPxfed8PDt .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
  opacity: 1;
}
.cid-uP3c28hm82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f6ec;
}
.cid-uP3c28hm82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3c28hm82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3c28hm82 .row {
  justify-content: center;
}
.cid-uP3c28hm82 .card {
  justify-content: center;
}
.cid-uP3c28hm82 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP3c28hm82 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uP3c28hm82 .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uP3c28hm82 .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uP3c28hm82 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uP3c28hm82 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 16px;
}
.cid-uP3c28hm82 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #e6b103;
  padding: 11px 64px;
  border: 2px solid #e6b103;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
@media (max-width: 992px) {
  .cid-uP3c28hm82 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.cid-uP3c28hm82 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #e6b103;
  color: #232323;
}
.cid-uP3c28hm82 .tab-content .tab-pane .item-content {
  border: none;
  background-color: transparent;
}
.cid-uP3c28hm82 .tab-content .tab-pane .item-content .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP3c28hm82 .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 30px;
  }
}
.cid-uP3c28hm82 .tab-content .tab-pane .item-content .image-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e6b103, transparent);
  filter: blur(100px);
}
.cid-uP3c28hm82 .tab-content .tab-pane .item-content .image-wrap img {
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP3c28hm82 .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uP3c28hm82 .tab-content .tab-pane .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP3c28hm82 .tab-content .tab-pane .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uP3c28hm82 .tab-content .tab-pane .item-content .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uP3c28hm82 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3c28hm82 .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uP3c28hm82 .mbr-section-title {
  color: #ffffff;
}
.cid-uP3c28hm82 .item-title {
  color: #466085;
  text-align: right;
}
.cid-uP3c28hm82 .item-text {
  color: #ffffff;
}
.cid-uP3c28hm82 .mbr-section-title,
.cid-uP3c28hm82 .tabs-wrapper {
  text-align: right;
  color: #232323;
}
.cid-uP3c28hm82 .item-text,
.cid-uP3c28hm82 .text-wrapper {
  color: #232323;
  text-align: right;
}
.cid-uPx97tea7g {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f6f6ec;
}
.cid-uPx97tea7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx97tea7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPx97tea7g .container {
    padding: 0 15px;
  }
}
.cid-uPx97tea7g .content-wrapper {
  position: relative;
}
.cid-uPx97tea7g .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uPx97tea7g .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPx97tea7g .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPx97tea7g .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uPx97tea7g .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPx97tea7g .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uPx97tea7g .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uPx97tea7g .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #23272b;
}
.cid-uPx97tea7g .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPx97tea7g .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPx97tea7g .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uPx97tea7g .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #e6b103;
  transform: skewX(-20deg);
}
.cid-uPx97tea7g .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPx97tea7g .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPx97tea7g .mbr-text {
  color: #f7f5f6;
}
.cid-uPx97tea7g .mbr-section-title {
  color: #e6b103;
  text-align: right;
}
.cid-uPx97tea7g .mbr-text,
.cid-uPx97tea7g .icon-wrapper {
  color: #232323;
  text-align: right;
}
.cid-uPx6RImNx7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f6f6ec;
}
.cid-uPx6RImNx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx6RImNx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPx6RImNx7 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPx6RImNx7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPx6RImNx7 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #23272b;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPx6RImNx7 .panel-group .card {
    padding: 16px;
  }
}
.cid-uPx6RImNx7 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPx6RImNx7 .panel-group .card:hover,
.cid-uPx6RImNx7 .panel-group .card:focus {
  border: 1px solid #e6b103;
}
.cid-uPx6RImNx7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPx6RImNx7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPx6RImNx7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPx6RImNx7 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
.cid-uPx6RImNx7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #e6b103;
}
.cid-uPx6RImNx7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPx6RImNx7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e6b103;
}
.cid-uPx6RImNx7 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uPx6RImNx7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPx6RImNx7 .mbr-section-title {
  color: #ffffff;
}
.cid-uPx6RImNx7 .panel-title-edit {
  color: #e6b103;
  text-align: left;
}
.cid-uPx6RImNx7 .panel-text {
  color: #f7f7f7;
  text-align: right;
}
.cid-uPx6RImNx7 .mbr-section-title,
.cid-uPx6RImNx7 .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-uPx7EEeeB0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6b103;
}
.cid-uPx7EEeeB0 .card-text {
  background-color: #000000;
  padding: 1.5rem;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #ffffff;
}
.cid-uPx7EEeeB0 .media-container-column {
  margin-bottom: 2rem;
}
.cid-uPx7EEeeB0 .mbr-content-text {
  text-align: left;
}
.cid-uPx7EEeeB0 .numder {
  text-align: left;
  color: #000000;
}
.cid-uPx7EEeeB0 H4 {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uPx7EEeeB0 .panel-item {
    margin-bottom: 1.5rem;
  }
}
.cid-uPx7EEeeB0 .number {
  text-align: center;
  color: #e6b103;
}
.cid-uPx7EEeeB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPx7EEeeB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPx7EEeeB0 .mbr-section-title {
  color: #000000;
}
.cid-uPxi2nHqA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPxi2nHqA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxi2nHqA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxi2nHqA6 .card {
  justify-content: flex-end;
}
.cid-uPxi2nHqA6 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPxi2nHqA6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPxi2nHqA6 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPxi2nHqA6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPxi2nHqA6 .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uPxi2nHqA6 .mbr-section-btn .btn::after,
.cid-uPxi2nHqA6 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
}
.cid-uPxi2nHqA6 .mbr-section-btn .btn:hover,
.cid-uPxi2nHqA6 .mbr-section-btn .btn:focus {
  color: #e6b103 !important;
}
.cid-uPxi2nHqA6 .mbr-section-btn .btn:hover::after,
.cid-uPxi2nHqA6 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #00bbf9, #9b5de5 150%);
  opacity: 1;
}
.cid-uPxi2nHqA6 .items-wrapper {
  margin: 0 -20px;
}
.cid-uPxi2nHqA6 .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPxi2nHqA6 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPxi2nHqA6 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uPxi2nHqA6 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uPxi2nHqA6 .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uPxi2nHqA6 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #ffffff;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #191919;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #00bbf9;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #191919;
}
@media (max-width: 992px) {
  .cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uPxi2nHqA6 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uPxi2nHqA6 .mbr-section-title {
  color: #ffffff;
}
.cid-uPxi2nHqA6 .mbr-tag {
  color: #adadad;
  text-align: right;
}
.cid-uPxi2nHqA6 .item-date {
  color: #c7c7c7;
}
.cid-uPxi2nHqA6 .item-title {
  color: #ffffff;
}
.cid-uPxi2nHqA6 .item-text {
  color: #adadad;
}
.cid-uPxi2nHqA6 .list {
  color: #adadad;
}
.cid-uPxi2nHqA6 .main-btn {
  text-align: right;
}
.cid-uPxi2nHqA6 .mbr-section-title,
.cid-uPxi2nHqA6 .main-btn {
  color: #e6b103;
  text-align: right;
}
.cid-uPxi2nHqA6 .item-date,
.cid-uPxi2nHqA6 .date-wrapper {
  color: #FFFFFF;
  text-align: right;
}
.cid-uPxi2nHqA6 .item-title,
.cid-uPxi2nHqA6 .item-btn {
  color: #e6b103;
  text-align: right;
}
.cid-uPxcBeEr4O {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f6f6ec;
}
@media (max-width: 992px) {
  .cid-uPxcBeEr4O .container {
    padding: 0 22px;
  }
}
.cid-uPxcBeEr4O .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uPxcBeEr4O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPxcBeEr4O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-uPxcBeEr4O .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPxcBeEr4O .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #c3c3c3;
}
.cid-uPxcBeEr4O .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #d9c0eb;
}
.cid-uPxcBeEr4O .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #fccdc9;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
  height: 160px;
  width: 160px;
}
@media (max-width: 768px) {
  .cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .image-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .image-wrapper img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .image-wrapper a {
  width: 160px;
  height: 160px;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-uPxcBeEr4O .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcBeEr4O .embla__button--next,
.cid-uPxcBeEr4O .embla__button--prev {
  display: flex;
}
.cid-uPxcBeEr4O .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #e6b103 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPxcBeEr4O .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uPxcBeEr4O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPxcBeEr4O .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uPxcBeEr4O .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-uPxcBeEr4O .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-uPxcBeEr4O .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-uPxcBeEr4O .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uPxcBeEr4O .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPxcBeEr4O .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPxcBeEr4O .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uPxcBeEr4O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPxcBeEr4O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPxcBeEr4O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPxcBeEr4O .mbr-section-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcBeEr4O .item-tag {
  color: #000000;
  text-align: center;
}
.cid-uPxcBeEr4O .item-name {
  color: #000000;
}
.cid-uPxcBeEr4O .item-role {
  color: #000000;
}
.cid-uPxcCFIUjr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f6f6ec;
}
.cid-uPxcCFIUjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcCFIUjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcCFIUjr .container,
.cid-uPxcCFIUjr .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPxcCFIUjr .container,
  .cid-uPxcCFIUjr .container-fluid {
    padding: 0 20px;
  }
}
.cid-uPxcCFIUjr .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPxcCFIUjr .row {
    padding: 0;
    margin: 0;
  }
}
.cid-uPxcCFIUjr .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #520986;
}
@media (max-width: 992px) {
  .cid-uPxcCFIUjr .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uPxcCFIUjr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPxcCFIUjr .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uPx7jYvNWk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPx7jYvNWk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPx7jYvNWk .container-fluid {
  padding: 0 !important;
}
.cid-uPx7jYvNWk .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-uPx7jYvNWk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPx7jYvNWk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPx7jYvNWk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPx7jYvNWk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPx7jYvNWk .wrapper {
  margin-bottom: 50px;
}
.cid-uPx7jYvNWk .mbr-section-title {
  margin-bottom: 0;
  color: #e6b103;
  text-align: center;
}
.cid-uPx7jYvNWk .mbr-text {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.cid-uPx7jYvNWk .subscribe__form {
  margin-top: 30px;
}
.cid-uPx7jYvNWk .form-group {
  margin-bottom: 0;
}
.cid-uPx7jYvNWk .dragArea .form-control {
  color: #919dab;
  margin-bottom: 35px;
  border: 2px solid #e6b103 !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #c7c7c7 !important;
}
.cid-uPx7jYvNWk .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uPx7jYvNWk .dragArea input::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-uPx7jYvNWk .dragArea textarea::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-uPx7jYvNWk .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uPx7jYvNWk .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-uPx7jYvNWk .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-uPx7jYvNWk .title__right {
  margin-bottom: 0;
  color: #e6b103;
  text-align: center;
}
.cid-uPx7jYvNWk .text__right {
  margin: 20px 0 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uPx7jYvNWk .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-uPx7jYvNWk .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #232323;
}
.cid-uPx7jYvNWk .tel:hover {
  color: #466085;
}
.cid-uPx7jYvNWk .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-uPx7jYvNWk .title__right_social {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uPx7jYvNWk .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-uPx7jYvNWk .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-uPx7jYvNWk .socials .mbr-iconfont {
  color: #e6b103;
  margin-right: 15px;
  font-size: 18px;
}
.cid-uPx7jYvNWk .socname {
  transition: all .25s;
  color: #919dab;
}
.cid-uPx7jYvNWk .socname:hover {
  color: #5d6a79;
}
.cid-uPx7jYvNWk LABEL {
  color: #ffffff;
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPK58eim9H {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPK58eim9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPK58eim9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPK58eim9H .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPK58eim9H .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPK58eim9H .container {
    padding: 0 24px;
  }
}
.cid-uPK58eim9H .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uPK58eim9H .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPK58eim9H .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uPK58eim9H .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uPK58eim9H .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #e6b103;
  background-color: #e6b103;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #e6b103;
  }
}
.cid-uPK58eim9H .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uPK58eim9H .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPK58eim9H .mbr-section-title {
  color: #18212d;
}
.cid-uPK58eim9H .mbr-desc,
.cid-uPK58eim9H .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uPK58eim9H .mbr-text,
.cid-uPK58eim9H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPK58eim9H .mbr-rating {
  color: #EFCC4E;
}
.cid-uPK58eim9H .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uPK58eim9H .mbr-section-title,
.cid-uPK58eim9H .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPK58eim9H .mbr-rating,
.cid-uPK58eim9H .rating-wrapper,
.cid-uPK58eim9H .people-wrapper {
  text-align: center;
}
.cid-uPK59iiUfV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPK59iiUfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPK59iiUfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPK59iiUfV .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uPK59iiUfV .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uPK59iiUfV .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uPK59iiUfV .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uPK59iiUfV .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uPK59iiUfV .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uPK59iiUfV .mbr-section-head {
  width: 100%;
}
.cid-uPK59iiUfV .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uPK59iiUfV .mbr-section-title {
    text-align: center;
  }
}
.cid-uPK59iiUfV .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uPK59iiUfV .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uPK59iiUfV .card-row {
  align-items: stretch;
}
.cid-uPK59iiUfV .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uPK59iiUfV .item {
    margin-top: 30px;
  }
}
.cid-uPK59iiUfV .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uPK59iiUfV .item-wrapper {
    padding: 20px;
  }
}
.cid-uPK59iiUfV .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uPK59iiUfV .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uPK59iiUfV .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-uPK59iiUfV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uPK59iiUfV .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uPK59iiUfV .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uPK59iiUfV .card-title {
  position: relative;
  z-index: 5;
  color: #ff014e;
  margin-bottom: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uPK59iiUfV .card-title {
    margin-bottom: 10px;
  }
}
.cid-uPK59iiUfV .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: right;
}
.cid-uPK59iiUfV .card-text a {
  transition: .4s all;
}
.cid-uPK59iiUfV .card-text a:hover {
  color: #3d3f3e !important;
}
.cid-uPK5baon7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPK5baon7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPK5baon7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPK5baon7m .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPK5baon7m .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPK5baon7m .container {
    padding: 0 20px;
  }
}
.cid-uPK5baon7m .container,
.cid-uPK5baon7m .container-fluid {
  position: relative;
}
.cid-uPK5baon7m .container .blur-wrap,
.cid-uPK5baon7m .container-fluid .blur-wrap {
  position: absolute;
  top: -2rem;
  left: 8rem;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #9f130f 10%, #e6b103 60%);
  filter: blur(50px);
}
.cid-uPK5baon7m .row {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPK5baon7m .row {
    padding: 0;
  }
}
.cid-uPK5baon7m .row .card {
  padding: 0;
}
.cid-uPK5baon7m .row .card .image-wrapper img {
  height: 200px;
  object-fit: cover;
}
.cid-uPK59WbrIH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPK59WbrIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPK59WbrIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPK59WbrIH .container {
    padding: 0 16px;
  }
}
.cid-uPK59WbrIH .row {
  justify-content: center;
}
.cid-uPK59WbrIH .content-wrapper {
  position: relative;
}
.cid-uPK59WbrIH .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPK59WbrIH .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPK59WbrIH .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #e6b103;
  display: inline-flex;
}
.cid-uPK59WbrIH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPK59WbrIH .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uPK59WbrIH .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uPK59WbrIH .mbr-text {
  color: #000000;
}
.cid-uPK59WbrIH .mbr-text,
.cid-uPK59WbrIH .icon-wrapper {
  text-align: center;
  color: #ff014e;
}
.cid-uPK5tMVdTH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uPK5tMVdTH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uPK5tMVdTH .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uPK5tMVdTH .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uPK5tMVdTH .btn-primary-outline:active {
  color: gray;
}
.cid-uPK5tMVdTH .btn-primary-outline:hover {
  color: white;
}
.cid-uPK5tMVdTH div {
  overflow: hidden;
}
.cid-uPK5tMVdTH li.active .btn-primary-outline {
  color: white;
}
.cid-uPK5tMVdTH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPK5tMVdTH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPK5tMVdTH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPK5tMVdTH .mbr-gallery-item {
  overflow: hidden;
}
.cid-uPK5tMVdTH .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uPK5tMVdTH .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uPK5tMVdTH .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uPK5tMVdTH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #e6b103;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #e6b103, #520986) !important;
}
.cid-uPK5tMVdTH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uPK5tMVdTH .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uPK5tMVdTH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uPK5tMVdTH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #e6b103 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #e6b103, #520986) !important;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPKae0nOn3 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #e6b103;
  background-color: #000000;
}
.cid-uPKae0nOn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKae0nOn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKae0nOn3 .card {
  justify-content: center;
}
.cid-uPKae0nOn3 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPKae0nOn3 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uPKae0nOn3 .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uPKae0nOn3 .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uPKae0nOn3 .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uPKae0nOn3 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPKae0nOn3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uPKae0nOn3 .image-wrapper {
  padding-right: 108px;
  padding-right: 0;
  padding-left: 108px;
}
@media (max-width: 1440px) {
  .cid-uPKae0nOn3 .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPKae0nOn3 .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uPKae0nOn3 .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #e6b103;
  box-shadow: -10px 10px 0 0 #e6b103;
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #e6b103;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPKae0nOn3 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #e6b103;
  }
}
.cid-uPKae0nOn3 .mbr-section-title {
  color: #ffffff;
}
.cid-uPKae0nOn3 .mbr-tag {
  color: #ffffff;
}
.cid-uPKae0nOn3 .mbr-text {
  color: #ffffff;
}
.cid-uPKae0nOn3 .mbr-text,
.cid-uPKae0nOn3 .text-wrapper {
  color: #c7c7c7;
  text-align: right;
}
.cid-uPKae0nOn3 .mbr-section-title,
.cid-uPKae0nOn3 .mbr-section-btn {
  text-align: right;
}
.cid-uPKaeCjHnd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPKaeCjHnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKaeCjHnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKaeCjHnd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .container {
    padding: 0 16px;
  }
}
.cid-uPKaeCjHnd .row {
  position: relative;
  z-index: 1;
}
.cid-uPKaeCjHnd .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #edefeb;
  background-color: #e6b103;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uPKaeCjHnd .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPKaeCjHnd .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPKaeCjHnd .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uPKaeCjHnd .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}
.cid-uPKaeCjHnd .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 24px 40px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uPKaeCjHnd .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #e6b103;
  box-shadow: 4px 6px 0 0 #ffffff;
}
.cid-uPKaeCjHnd .tab-content {
  padding-left: 24px;
  padding-left: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .tab-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .tab-content {
    padding-right: 0;
  }
}
.cid-uPKaeCjHnd .tab-content .tab-pane .content-wrap {
  padding: 52px 32px 52px 72px;
  border-radius: 24px;
  background-color: #b29b4f;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .tab-content .tab-pane .content-wrap {
    padding: 24px 16px 24px 32px;
  }
}
.cid-uPKaeCjHnd .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-left: 72px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.cid-uPKaeCjHnd .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 390px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #ffffff;
}
.cid-uPKaeCjHnd .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 75%;
}
@media (max-width: 992px) {
  .cid-uPKaeCjHnd .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uPKaeCjHnd .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uPKaeCjHnd .mbr-section-subtitle {
  color: #000000;
}
.cid-uPKaeCjHnd .mbr-text {
  color: #000000;
}
.cid-uPKaeCjHnd .item-text {
  color: #000000;
}
.cid-uPKaeCjHnd .mbr-text,
.cid-uPKaeCjHnd .text-wrapper {
  color: #f92c50;
  text-align: right;
}
.cid-uPKaeCjHnd .mbr-section-subtitle,
.cid-uPKaeCjHnd .subtitle-wrapper {
  text-align: right;
}
.cid-uPKaeCjHnd .item-text,
.cid-uPKaeCjHnd .text-wrap {
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPKEO9nsjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPKEO9nsjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKEO9nsjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKEO9nsjM .row {
  justify-content: space-between;
}
.cid-uPKEO9nsjM .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPKEO9nsjM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPKEO9nsjM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPKEO9nsjM .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-uPKEO9nsjM .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPKEO9nsjM .content-wrapper .mbr-section-btn .btn::after,
.cid-uPKEO9nsjM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPKEO9nsjM .content-wrapper .mbr-section-btn .btn:hover,
.cid-uPKEO9nsjM .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPKEO9nsjM .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-uPKEO9nsjM .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPKEO9nsjM .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uPKEO9nsjM .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uPKEO9nsjM .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPKEO9nsjM .image-wrapper img {
    height: 350px;
  }
}
.cid-uPKEO9nsjM .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uPKEO9nsjM .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uPKEO9nsjM .mbr-text {
  color: #c7c7c7;
}
.cid-uPKEO9nsjM .mbr-text,
.cid-uPKEO9nsjM .mbr-section-btn {
  text-align: right;
}
.cid-uPKF3bvkFY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uPKF3bvkFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKF3bvkFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPKF3bvkFY .container {
    padding: 0 16px;
  }
}
.cid-uPKF3bvkFY .row {
  justify-content: center;
}
.cid-uPKF3bvkFY .content-wrapper {
  position: relative;
}
.cid-uPKF3bvkFY .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPKF3bvkFY .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPKF3bvkFY .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ffa600;
  display: inline-flex;
}
.cid-uPKF3bvkFY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPKF3bvkFY .content-wrapper .mbr-text span {
  color: #000000;
}
.cid-uPKF3bvkFY .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ffa600 -10%, transparent 70%);
}
.cid-uPKF3bvkFY .mbr-text {
  color: #000000;
}
.cid-uPKF3bvkFY .mbr-text,
.cid-uPKF3bvkFY .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPKF5PqOlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPKF5PqOlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKF5PqOlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPKF5PqOlA .container {
    padding: 0 30px;
  }
}
.cid-uPKF5PqOlA .row {
  justify-content: center;
}
.cid-uPKF5PqOlA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPKF5PqOlA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPKF5PqOlA .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPKF5PqOlA .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uPKF5PqOlA .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uPKF5PqOlA .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uPKF5PqOlA .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPKF5PqOlA .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ffa600;
}
.cid-uPKF5PqOlA .mbr-section-title {
  color: #22654E;
}
.cid-uPKF5PqOlA .mbr-text {
  color: #ffa600;
  text-align: right;
}
.cid-uPKF5PqOlA .list,
.cid-uPKF5PqOlA .item-wrap {
  color: #ffffff;
  text-align: right;
}
.cid-uPKF8e7aTB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffa600;
}
.cid-uPKF8e7aTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKF8e7aTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKF8e7aTB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPKF8e7aTB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPKF8e7aTB .container {
    padding: 0 24px;
  }
}
.cid-uPKF8e7aTB .row {
  justify-content: center;
}
.cid-uPKF8e7aTB .content-wrapper {
  border-radius: 40px;
  background-color: #000000;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uPKF8e7aTB .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uPKF8e7aTB .content-wrapper {
    padding: 32px;
  }
}
.cid-uPKF8e7aTB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPKF8e7aTB .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uPKF8e7aTB .mbr-section-title {
  color: #FF3399;
}
.cid-uPKF8e7aTB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPKFa3gTii {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPKFa3gTii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKFa3gTii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKFa3gTii .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uPKFa3gTii .container-fluid {
    padding: 0 20px;
  }
}
.cid-uPKFa3gTii .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPKFa3gTii .container {
    padding: 0 20px;
  }
  .cid-uPKFa3gTii .container .row {
    padding: 0;
  }
}
.cid-uPKFa3gTii .container,
.cid-uPKFa3gTii .container-fluid {
  position: relative;
}
.cid-uPKFa3gTii .row {
  justify-content: center;
}
.cid-uPKFa3gTii .text-wrapper {
  margin-bottom: 40px;
}
.cid-uPKFa3gTii .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPKFa3gTii .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPKFa3gTii .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPKFa3gTii .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uPKFa3gTii .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-uPKFa3gTii .list-wrapper .list .item-wrap::marker {
  color: #ffa600;
}
.cid-uPKFa3gTii .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uPKFa3gTii .mbr-text {
  color: #ffffff;
}
.cid-uPKFa3gTii .list {
  color: #ffffff;
  text-align: right;
}
.cid-uPKFaXT6UN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPKFaXT6UN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKFaXT6UN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKFaXT6UN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPKFaXT6UN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPKFaXT6UN .container {
    padding: 0 16px;
  }
}
.cid-uPKFaXT6UN .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPKFaXT6UN .row {
    margin: 0;
  }
}
.cid-uPKFaXT6UN .row .card {
  position: relative;
  padding: 0;
}
.cid-uPKFaXT6UN .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-uPKFaXT6UN .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-uPKFaXT6UN .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-uPKFaXT6UN .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-uPKFaXT6UN .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPKFaXT6UN .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uPKFaXT6UN .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPKFbDoMGd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPKFbDoMGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKFbDoMGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKFbDoMGd .card-wrapper {
  display: flex;
  background-color: #ffa600;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uPKFbDoMGd .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPKFbDoMGd .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPKFbDoMGd .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uPKFbDoMGd .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPKFbDoMGd .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPKFbDoMGd .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPKFbDoMGd .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPKFbDoMGd .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uPKFbDoMGd .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uPKFbDoMGd .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uPKFbDoMGd .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uPKFbDoMGd .mbr-section-title {
  color: #ffffff;
}
.cid-uPKFbDoMGd .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uPKFbDoMGd .mbr-section-title,
.cid-uPKFbDoMGd .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPKHt8WZWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/groupbackground-01.png-1500x900.png");
}
.cid-uPKHt8WZWr .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPKHt8WZWr .mbr-text,
.cid-uPKHt8WZWr .mbr-section-btn {
  color: #ffffff;
}
.cid-uPKHt8WZWr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPKHt8WZWr .mbr-text2 {
  border-top: 2px solid #ffa600;
  padding-top: 4rem;
}
.cid-uPKHt8WZWr .mbr-text2,
.cid-uPKHt8WZWr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPKHt8WZWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKHt8WZWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKHt8WZWr .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uPKHyKL4rS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPKHyKL4rS .line {
  background-color: #ffa600;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPKHyKL4rS .mbr-text {
  color: #ffffff;
}
.cid-uPKHB1jg2c {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uPKHB1jg2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKHB1jg2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKHB1jg2c .content-wrap {
  padding: 60px;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-uPKHB1jg2c .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uPKHB1jg2c .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPKHB1jg2c .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPKHB1jg2c .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPKHB1jg2c .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uPKHB1jg2c .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-uPKHB1jg2c .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uPKHB1jg2c .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPKHB1jg2c .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPKHB1jg2c .mbr-section-title {
  color: #404349;
}
.cid-uPKHB1jg2c .panel-title-edit {
  color: #f5ce85;
  text-align: right;
}
.cid-uPKHB1jg2c .panel-text {
  color: #404349;
}
.cid-uPKHB1jg2c .panel-text,
.cid-uPKHB1jg2c .panel-body {
  color: #ffffff;
  text-align: right;
}
.cid-uPKHD4Tdgd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uPKHD4Tdgd blockquote {
  border-color: #ffa600;
  border-radius: 4px;
  background-color: #e1e1e1;
}
.cid-uPKHD4Tdgd .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uPKHD4Tdgd .mbr-text {
  text-align: right;
}
.cid-uPKHDCuEyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/output2.jpg-826x465.jpg");
}
.cid-uPKHDCuEyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKHDCuEyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKHDCuEyN .image-wrapper {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uPKHDCuEyN .image-wrapper {
    height: 400px;
  }
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPKKdr65Cn {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bebcde675b3711348c25aff3bb7ec95c.jpg-1200x1200.jpg");
}
.cid-uPKKdr65Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKKdr65Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKKdr65Cn .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-uPKKdr65Cn .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPKKdr65Cn .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uPKKdr65Cn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPKKdr65Cn .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uPKKdr65Cn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPKKdr65Cn .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uPKKdr65Cn .mbr-section-title {
  color: #ffffff;
}
.cid-uPKKdr65Cn .mbr-text,
.cid-uPKKdr65Cn .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uPKKdr65Cn .mbr-section-title,
.cid-uPKKdr65Cn .mbr-section-btn {
  text-align: center;
}
.cid-uPKKhr9SVN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPKKhr9SVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKKhr9SVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKKhr9SVN .icon-title-1 {
  color: #bff747;
}
.cid-uPKKhr9SVN .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPKKhr9SVN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPKKhr9SVN .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPKKhr9SVN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPKKhr9SVN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uPKKhr9SVN .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
@media (max-width: 992px) {
  .cid-uPKKhr9SVN .image-wrapper img {
    height: 350px;
  }
}
.cid-uPKKhr9SVN .item-text {
  color: #fdfde1;
  text-align: right;
}
.cid-uPKKhr9SVN .item-title {
  color: #bff747;
  text-align: right;
}
.cid-uPKKhr9SVN .mbr-section-title,
.cid-uPKKhr9SVN .mbr-section-btn {
  color: #ffa600;
  text-align: right;
}
.cid-uPKKjkvix0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPKKjkvix0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKKjkvix0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKKjkvix0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPKKjkvix0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPKKjkvix0 .container {
    padding: 0 16px;
  }
}
.cid-uPKKjkvix0 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPKKjkvix0 .row {
    margin: 0;
  }
}
.cid-uPKKjkvix0 .row .card {
  position: relative;
  padding: 0;
}
.cid-uPKKjkvix0 .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-uPKKjkvix0 .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-uPKKjkvix0 .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-uPKKjkvix0 .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-uPKKjkvix0 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPKKjkvix0 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uPKKjkvix0 .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uPKKlMuUsy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPKKlMuUsy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPKKlMuUsy .mbr-text {
  color: #ffffff;
}
.cid-uPKKmqbKOV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-uPKKmqbKOV .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffa600 0, #ab7206 43%, #ffffff 100%);
}
.cid-uPKKmqbKOV .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffa600 0, #ab7206 43%, #ffffff 100%);
}
.cid-uPKKmqbKOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKKmqbKOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKKmqbKOV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .container {
    padding: 0 30px;
  }
}
.cid-uPKKmqbKOV .row {
  justify-content: center;
}
.cid-uPKKmqbKOV .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #254b45;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uPKKmqbKOV .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffa600;
  padding-left: 0;
  padding-right: 40px;
  border-left: none;
  border-right: 1px solid #ffa600;
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPKKmqbKOV .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    padding-left: 0;
    padding-right: 20px;
  }
}
.cid-uPKKmqbKOV .mbr-desc {
  color: #c7fcb5;
  text-align: right;
}
.cid-uPKKmqbKOV .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uPKKmqbKOV .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPKMzJ2Hje {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #f8f8f4;
}
.cid-uPKMzJ2Hje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKMzJ2Hje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKMzJ2Hje .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPKMzJ2Hje .container-fluid {
    padding: 0 30px;
  }
}
.cid-uPKMzJ2Hje .container-fluid .row {
  padding: 0;
}
.cid-uPKMzJ2Hje .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-uPKMzJ2Hje .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPKMzJ2Hje .title-wrapper {
    padding: 80px 0;
  }
}
.cid-uPKMzJ2Hje .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPKMzJ2Hje .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uPKMzJ2Hje .image-wrapper {
  position: relative;
}
.cid-uPKMzJ2Hje .image-wrapper img {
  object-fit: cover;
}
.cid-uPKMzJ2Hje .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-uPKMzJ2Hje .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-uPKMzJ2Hje .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-uPKMzJ2Hje .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-uPKMzJ2Hje .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uPKMzJ2Hje .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-uPKMzJ2Hje .image-wrapper img:last-child {
    display: none;
  }
}
.cid-uPKMzJ2Hje .mbr-section-title {
  color: #000000;
}
.cid-uPKMzJ2Hje .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uPKMzJ2Hje .mbr-section-title,
.cid-uPKMzJ2Hje .mbr-section-btn {
  text-align: right;
  color: #466085;
}
.cid-uPL0wb3P3J {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8f8f4;
}
.cid-uPL0wb3P3J .item:focus,
.cid-uPL0wb3P3J span:focus {
  outline: none;
}
.cid-uPL0wb3P3J .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uPL0wb3P3J .item {
  background-image: linear-gradient(90deg, #ffa600 -10%, #466085 60%, #232323 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uPL0wb3P3J .item {
    min-height: 45px;
  }
}
.cid-uPKO7ez7RU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f4;
}
.cid-uPKO7ez7RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKO7ez7RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKO7ez7RU .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uPKO7ez7RU .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uPKO7ez7RU .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f8f8f4;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPKO7ez7RU .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f8f8f4;
}
.cid-uPKO7ez7RU .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f8f8f4;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uPKO7ez7RU .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uPKO7ez7RU .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uPKO7ez7RU .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #466085;
}
.cid-uPKO7ez7RU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPKO7ez7RU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #466085;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #466085;
  border-radius: 100%;
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPKO7ez7RU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uPKO7ez7RU .mbr-label,
.cid-uPKO7ez7RU .label-wrapper {
  color: #406ab2;
  text-align: right;
}
.cid-uPKO7ez7RU .mbr-section-title {
  color: #466085;
  text-align: right;
}
.cid-uPKO7ez7RU .mbr-text {
  color: #8a8a8a;
  text-align: right;
}
.cid-uPKO7ez7RU .card-title {
  color: #000000;
  text-align: center;
}
.cid-uPKO7ez7RU .card-text {
  color: #8a8a8a;
  text-align: right;
}
.cid-uPKO7ez7RU .item-number {
  color: #e6b103;
  text-align: center;
}
.cid-uPKO7ez7RU .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPKO7ez7RU .item-star,
.cid-uPKO7ez7RU .rating-wrapper {
  color: #e6b103;
  text-align: center;
}
.cid-uPKO7ez7RU .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPKOrX6lO9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uPKOrX6lO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKOrX6lO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKOrX6lO9 .row {
  justify-content: center;
}
.cid-uPKOrX6lO9 .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPKOrX6lO9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uPKOrX6lO9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uPKOrX6lO9 .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uPKOrX6lO9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPKOrX6lO9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uPKOrX6lO9 .panel-group {
  margin-left: 54px;
  margin-left: 0;
  margin-right: 54px;
}
@media (max-width: 1440px) {
  .cid-uPKOrX6lO9 .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPKOrX6lO9 .panel-group {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .panel-group {
    margin-right: 0;
  }
}
.cid-uPKOrX6lO9 .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #fff7ee;
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uPKOrX6lO9 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPKOrX6lO9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPKOrX6lO9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPKOrX6lO9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPKOrX6lO9 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uPKOrX6lO9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #151e11;
}
.cid-uPKOrX6lO9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPKOrX6lO9 .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uPKOrX6lO9 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPKOrX6lO9 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPKOrX6lO9 .mbr-label,
.cid-uPKOrX6lO9 .label-wrapper {
  color: #FFBE0D;
  text-align: right;
}
.cid-uPKOrX6lO9 .mbr-section-title {
  color: #fff7ee;
}
.cid-uPKOrX6lO9 .mbr-text,
.cid-uPKOrX6lO9 .text-wrapper {
  color: #fff7ee;
}
.cid-uPKOrX6lO9 .panel-title-edit {
  color: #151e11;
  text-align: right;
}
.cid-uPKOrX6lO9 .panel-text {
  color: #151e11;
}
.cid-uPKOrX6lO9 .mbr-section-title,
.cid-uPKOrX6lO9 .title-wrapper {
  text-align: right;
}
.cid-uPKOrX6lO9 .panel-text,
.cid-uPKOrX6lO9 .panel-body {
  text-align: right;
}
.cid-uPKPPfKfZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7ee;
}
.cid-uPKPPfKfZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKPPfKfZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKPPfKfZb .item {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uPKPPfKfZb .item {
    margin-bottom: 16px;
  }
}
.cid-uPKPPfKfZb .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uPKPPfKfZb .item .item-wrapper .item-img img {
    transform: none;
    height: 250px;
  }
}
.cid-uPKPPfKfZb .item .card_1 {
  padding: 40px 32px 0 64px;
}
@media (max-width: 992px) {
  .cid-uPKPPfKfZb .item .card_1 {
    padding: 0;
  }
}
.cid-uPKPPfKfZb .item .card_1 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-uPKPPfKfZb .item .card_1 .item-img img {
    height: 250px;
  }
}
.cid-uPKPPfKfZb .desc-wrapper .desc-wrap {
  display: inline-flex;
  width: 50%;
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-top: -5rem;
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uPKPPfKfZb .desc-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
    width: 100%;
    margin-top: 0;
    transform: none;
  }
}
.cid-uPKPPfKfZb .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uPKPPfKfZb .mbr-desc,
.cid-uPKPPfKfZb .desc-wrapper {
  color: #212529;
  text-align: center;
}
.cid-uPKXjudMJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f6ec;
}
.cid-uPKXjudMJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKXjudMJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKXjudMJB .row {
  justify-content: center;
}
.cid-uPKXjudMJB .card {
  justify-content: center;
}
.cid-uPKXjudMJB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPKXjudMJB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPKXjudMJB .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uPKXjudMJB .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPKXjudMJB .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uPKXjudMJB .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 16px;
}
.cid-uPKXjudMJB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #e6b103;
  padding: 11px 64px;
  border: 2px solid #e6b103;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
@media (max-width: 992px) {
  .cid-uPKXjudMJB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.cid-uPKXjudMJB .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #e6b103;
  color: #232323;
}
.cid-uPKXjudMJB .tab-content .tab-pane .item-content {
  border: none;
  background-color: transparent;
}
.cid-uPKXjudMJB .tab-content .tab-pane .item-content .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPKXjudMJB .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPKXjudMJB .tab-content .tab-pane .item-content .image-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e6b103, transparent);
  filter: blur(100px);
}
.cid-uPKXjudMJB .tab-content .tab-pane .item-content .image-wrap img {
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPKXjudMJB .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uPKXjudMJB .tab-content .tab-pane .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPKXjudMJB .tab-content .tab-pane .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uPKXjudMJB .tab-content .tab-pane .item-content .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPKXjudMJB .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPKXjudMJB .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPKXjudMJB .mbr-section-title {
  color: #ffffff;
}
.cid-uPKXjudMJB .item-title {
  color: #466085;
  text-align: right;
}
.cid-uPKXjudMJB .item-text {
  color: #ffffff;
}
.cid-uPKXjudMJB .mbr-section-title,
.cid-uPKXjudMJB .tabs-wrapper {
  text-align: right;
  color: #232323;
}
.cid-uPKXjudMJB .item-text,
.cid-uPKXjudMJB .text-wrapper {
  color: #232323;
  text-align: right;
}
.cid-uPKTMJ7m7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPKTMJ7m7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKTMJ7m7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKTMJ7m7Y .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uPKTMJ7m7Y .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPKTMJ7m7Y .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPKTMJ7m7Y .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPKTMJ7m7Y .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uPKTMJ7m7Y .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPKTMJ7m7Y .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffa600;
}
.cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uPKTMJ7m7Y .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uPKTMJ7m7Y .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uPKTMJ7m7Y .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uPKTMJ7m7Y .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPKTMJ7m7Y .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPKTMJ7m7Y .card {
  justify-content: space-between;
}
.cid-uPKTMJ7m7Y .mbr-section-title {
  color: #e6b103;
  text-align: center;
}
.cid-uPKTMJ7m7Y .panel-title-edit {
  color: #466085;
  text-align: right;
}
.cid-uPKTMJ7m7Y .panel-text {
  color: #f24d4a;
}
.cid-uPKTMJ7m7Y .panel-text,
.cid-uPKTMJ7m7Y .panel-body {
  color: #000000;
  text-align: right;
}
.cid-uPKXnFUFaX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f6f6ec;
}
.cid-uPKXnFUFaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKXnFUFaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPKXnFUFaX .container {
    padding: 0 15px;
  }
}
.cid-uPKXnFUFaX .content-wrapper {
  position: relative;
}
.cid-uPKXnFUFaX .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uPKXnFUFaX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPKXnFUFaX .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPKXnFUFaX .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #23272b;
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPKXnFUFaX .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #e6b103;
  transform: skewX(-20deg);
}
.cid-uPKXnFUFaX .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPKXnFUFaX .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPKXnFUFaX .mbr-text {
  color: #f7f5f6;
}
.cid-uPKXnFUFaX .mbr-section-title {
  color: #e6b103;
  text-align: right;
}
.cid-uPKXnFUFaX .mbr-text,
.cid-uPKXnFUFaX .icon-wrapper {
  color: #232323;
  text-align: right;
}
.cid-uPKXoOwswN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f6f6ec;
}
.cid-uPKXoOwswN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKXoOwswN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPKXoOwswN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPKXoOwswN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPKXoOwswN .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #23272b;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPKXoOwswN .panel-group .card {
    padding: 16px;
  }
}
.cid-uPKXoOwswN .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uPKXoOwswN .panel-group .card:hover,
.cid-uPKXoOwswN .panel-group .card:focus {
  border: 1px solid #e6b103;
}
.cid-uPKXoOwswN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPKXoOwswN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPKXoOwswN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPKXoOwswN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
.cid-uPKXoOwswN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #e6b103;
}
.cid-uPKXoOwswN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPKXoOwswN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e6b103;
}
.cid-uPKXoOwswN .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uPKXoOwswN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPKXoOwswN .mbr-section-title {
  color: #ffffff;
}
.cid-uPKXoOwswN .panel-title-edit {
  color: #e6b103;
  text-align: left;
}
.cid-uPKXoOwswN .panel-text {
  color: #f7f7f7;
  text-align: right;
}
.cid-uPKXoOwswN .mbr-section-title,
.cid-uPKXoOwswN .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-uPKSLAU1dt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPKSLAU1dt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPKSLAU1dt .container-fluid {
  padding: 0 !important;
}
.cid-uPKSLAU1dt .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-uPKSLAU1dt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPKSLAU1dt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPKSLAU1dt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPKSLAU1dt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPKSLAU1dt .wrapper {
  margin-bottom: 50px;
}
.cid-uPKSLAU1dt .mbr-section-title {
  margin-bottom: 0;
  color: #e6b103;
  text-align: center;
}
.cid-uPKSLAU1dt .mbr-text {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.cid-uPKSLAU1dt .subscribe__form {
  margin-top: 30px;
}
.cid-uPKSLAU1dt .form-group {
  margin-bottom: 0;
}
.cid-uPKSLAU1dt .dragArea .form-control {
  color: #919dab;
  margin-bottom: 35px;
  border: 2px solid #e6b103 !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #c7c7c7 !important;
  background-color: transparent !important;
}
.cid-uPKSLAU1dt .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uPKSLAU1dt .dragArea input::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-uPKSLAU1dt .dragArea textarea::placeholder {
  color: #919dab;
  opacity: .6;
}
.cid-uPKSLAU1dt .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-uPKSLAU1dt .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-uPKSLAU1dt .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-uPKSLAU1dt .title__right {
  margin-bottom: 0;
  color: #e6b103;
  text-align: center;
}
.cid-uPKSLAU1dt .text__right {
  margin: 20px 0 40px;
  color: #ffffff;
  text-align: center;
}
.cid-uPKSLAU1dt .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-uPKSLAU1dt .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #232323;
}
.cid-uPKSLAU1dt .tel:hover {
  color: #466085;
}
.cid-uPKSLAU1dt .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-uPKSLAU1dt .title__right_social {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uPKSLAU1dt .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-uPKSLAU1dt .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-uPKSLAU1dt .socials .mbr-iconfont {
  color: #e6b103;
  margin-right: 15px;
  font-size: 18px;
}
.cid-uPKSLAU1dt .socname {
  transition: all .25s;
  color: #919dab;
}
.cid-uPKSLAU1dt .socname:hover {
  color: #5d6a79;
}
.cid-uPKSLAU1dt LABEL {
  color: #ffffff;
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPVbIREAWp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPVbIREAWp .item-img {
  position: relative;
}
.cid-uPVbIREAWp .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPVbIREAWp .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uPVbIREAWp .image-wrapper {
    min-height: 400px;
  }
}
.cid-uPVbIREAWp .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPVbIREAWp .item-wrapper {
  position: relative;
  background: #2c2c2c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uPVbIREAWp .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uPVbIREAWp .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uPVbIREAWp .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uPVbIREAWp .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uPVbIREAWp .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uPVbIREAWp .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uPVbIREAWp .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uPVbIREAWp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uPVbIREAWp .link-icon-wrapper .svg1 path {
  fill: #2c2c2c;
}
.cid-uPVbIREAWp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uPVbIREAWp .link-icon-wrapper .svg2 path {
  fill: #2c2c2c;
}
.cid-uPVbIREAWp img,
.cid-uPVbIREAWp .item-img {
  width: 100%;
}
.cid-uPVbIREAWp .item-title {
  color: #e6b103;
}
.cid-uPVbV5k43w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #520986 110%);
}
.cid-uPVbV5k43w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVbV5k43w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVbV5k43w .row {
  justify-content: center;
}
.cid-uPVbV5k43w .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uPVbV5k43w .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #e6b103, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPVbV5k43w .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPVbV5k43w .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPVbV5k43w .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uPVbV5k43w .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPVbV5k43w .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uPVbV5k43w .mbr-section-title {
  color: #ffffff;
}
.cid-uPVbV5k43w .mbr-text {
  color: #ffffff;
}
.cid-uPVbV5k43w .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uPVbV5k43w .mbr-section-title,
.cid-uPVbV5k43w .mbr-section-btn {
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPVdR9oUju {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPVdR9oUju .item-img {
  position: relative;
}
.cid-uPVdR9oUju .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPVdR9oUju .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uPVdR9oUju .image-wrapper {
    min-height: 400px;
  }
}
.cid-uPVdR9oUju .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPVdR9oUju .item-wrapper {
  position: relative;
  background: #2c2c2c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uPVdR9oUju .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uPVdR9oUju .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uPVdR9oUju .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uPVdR9oUju .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uPVdR9oUju .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uPVdR9oUju .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uPVdR9oUju .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uPVdR9oUju .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uPVdR9oUju .link-icon-wrapper .svg1 path {
  fill: #2c2c2c;
}
.cid-uPVdR9oUju .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uPVdR9oUju .link-icon-wrapper .svg2 path {
  fill: #2c2c2c;
}
.cid-uPVdR9oUju img,
.cid-uPVdR9oUju .item-img {
  width: 100%;
}
.cid-uPVdR9oUju .item-title {
  color: #e6b103;
}
.cid-uPVdRCKAS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #520986 110%);
}
.cid-uPVdRCKAS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVdRCKAS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVdRCKAS2 .row {
  justify-content: center;
}
.cid-uPVdRCKAS2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uPVdRCKAS2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #e6b103, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPVdRCKAS2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPVdRCKAS2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPVdRCKAS2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uPVdRCKAS2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPVdRCKAS2 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uPVdRCKAS2 .mbr-section-title {
  color: #ffffff;
}
.cid-uPVdRCKAS2 .mbr-text {
  color: #ffffff;
}
.cid-uPVdRCKAS2 .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uPVdRCKAS2 .mbr-section-title,
.cid-uPVdRCKAS2 .mbr-section-btn {
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPVfop1rsG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPVfop1rsG .item-img {
  position: relative;
}
.cid-uPVfop1rsG .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPVfop1rsG .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uPVfop1rsG .image-wrapper {
    min-height: 400px;
  }
}
.cid-uPVfop1rsG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPVfop1rsG .item-wrapper {
  position: relative;
  background: #2c2c2c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uPVfop1rsG .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uPVfop1rsG .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uPVfop1rsG .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uPVfop1rsG .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uPVfop1rsG .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uPVfop1rsG .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uPVfop1rsG .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uPVfop1rsG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uPVfop1rsG .link-icon-wrapper .svg1 path {
  fill: #2c2c2c;
}
.cid-uPVfop1rsG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uPVfop1rsG .link-icon-wrapper .svg2 path {
  fill: #2c2c2c;
}
.cid-uPVfop1rsG img,
.cid-uPVfop1rsG .item-img {
  width: 100%;
}
.cid-uPVfop1rsG .item-title {
  color: #e6b103;
}
.cid-uPVfoKYnnb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #520986 110%);
}
.cid-uPVfoKYnnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVfoKYnnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVfoKYnnb .row {
  justify-content: center;
}
.cid-uPVfoKYnnb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uPVfoKYnnb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #e6b103, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPVfoKYnnb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPVfoKYnnb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPVfoKYnnb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uPVfoKYnnb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPVfoKYnnb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uPVfoKYnnb .mbr-section-title {
  color: #ffffff;
}
.cid-uPVfoKYnnb .mbr-text {
  color: #ffffff;
}
.cid-uPVfoKYnnb .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uPVfoKYnnb .mbr-section-title,
.cid-uPVfoKYnnb .mbr-section-btn {
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPVg0N179F {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPVg0N179F .item-img {
  position: relative;
}
.cid-uPVg0N179F .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPVg0N179F .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uPVg0N179F .image-wrapper {
    min-height: 400px;
  }
}
.cid-uPVg0N179F .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPVg0N179F .item-wrapper {
  position: relative;
  background: #2c2c2c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uPVg0N179F .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uPVg0N179F .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uPVg0N179F .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uPVg0N179F .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uPVg0N179F .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uPVg0N179F .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uPVg0N179F .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uPVg0N179F .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uPVg0N179F .link-icon-wrapper .svg1 path {
  fill: #2c2c2c;
}
.cid-uPVg0N179F .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uPVg0N179F .link-icon-wrapper .svg2 path {
  fill: #2c2c2c;
}
.cid-uPVg0N179F img,
.cid-uPVg0N179F .item-img {
  width: 100%;
}
.cid-uPVg0N179F .item-title {
  color: #e6b103;
}
.cid-uPVg1d7och {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #520986 110%);
}
.cid-uPVg1d7och .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVg1d7och .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVg1d7och .row {
  justify-content: center;
}
.cid-uPVg1d7och .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uPVg1d7och .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #e6b103, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPVg1d7och .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPVg1d7och .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPVg1d7och .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uPVg1d7och .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPVg1d7och .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uPVg1d7och .mbr-section-title {
  color: #ffffff;
}
.cid-uPVg1d7och .mbr-text {
  color: #ffffff;
}
.cid-uPVg1d7och .mbr-desc {
  color: #ffffff;
  text-align: right;
}
.cid-uPVg1d7och .mbr-section-title,
.cid-uPVg1d7och .mbr-section-btn {
  text-align: right;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
.cid-uPx54m2JlT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPx54m2JlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPx54m2JlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPx54m2JlT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPx54m2JlT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPx54m2JlT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPx54m2JlT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPx54m2JlT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPx54m2JlT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPx54m2JlT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPx54m2JlT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPx54m2JlT .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: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uPx54m2JlT .nav-item:focus,
.cid-uPx54m2JlT .nav-link:focus {
  outline: none;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPx54m2JlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPx54m2JlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPx54m2JlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPx54m2JlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPx54m2JlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPx54m2JlT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPx54m2JlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPx54m2JlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPx54m2JlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPx54m2JlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPx54m2JlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPx54m2JlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPx54m2JlT .navbar {
    min-height: 72px;
  }
  .cid-uPx54m2JlT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPx54m2JlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPx54m2JlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPx54m2JlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPx54m2JlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPx54m2JlT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPx54m2JlT .dropdown-item.active,
.cid-uPx54m2JlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPx54m2JlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPx54m2JlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPx54m2JlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPx54m2JlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPx54m2JlT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPx54m2JlT .navbar-buttons {
    text-align: left;
  }
}
.cid-uPx54m2JlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPx54m2JlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPx54m2JlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPx54m2JlT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPx54m2JlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPx54m2JlT .navbar {
    height: 70px;
  }
  .cid-uPx54m2JlT .navbar.opened {
    height: auto;
  }
  .cid-uPx54m2JlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPx54m2JlT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPx54m2JlT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPx54m2JlT .navbar-brand {
    margin-right: auto;
  }
  .cid-uPx54m2JlT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uPx54m2JlT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPx54m2JlT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPx54m2JlT .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-uPx54m2JlT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPx54m2JlT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPVhnWuahT {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uPVhnWuahT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVhnWuahT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uPVhnWuahT .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f6f6ec;
}
.cid-uPVhnWuahT .mbr-section-title {
  color: #ffa600;
}
.cid-uPVhnWuahT .mbr-text,
.cid-uPVhnWuahT .mbr-section-btn {
  color: #ffffff;
}
.cid-uPVhnWuahT .content-head {
  max-width: 800px;
}
.cid-uPVjDigWt8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6.png");
}
.cid-uPVjDigWt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVjDigWt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVjDigWt8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPVjDigWt8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPVjDigWt8 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uPVjDigWt8 .content-head {
  max-width: 800px;
}
.cid-uPVjDigWt8 .card-title {
  text-align: left;
  color: #466085;
}
.cid-uPVjDigWt8 .card-text {
  text-align: left;
}
.cid-uPVjDigWt8 .mbr-section-title {
  color: #466085;
}
.cid-uPVuuxPBjL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-uPVuuxPBjL .row {
  flex-direction: row-reverse;
}
.cid-uPVuuxPBjL .justify-content-center {
  align-items: center;
}
.cid-uPVuuxPBjL .mbr-section-title {
  text-align: center;
  color: #466085;
}
.cid-uPVuuxPBjL .mbr-text,
.cid-uPVuuxPBjL .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPVuuxPBjL .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPVuuxPBjL .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPVuuxPBjL .item-wrapper {
    padding: 4rem;
  }
}
.cid-uPVyf5JUTR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uPVyf5JUTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVyf5JUTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVyf5JUTR .row {
  justify-content: center;
}
.cid-uPVyf5JUTR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPVyf5JUTR .item {
    margin-bottom: 1rem;
  }
}
.cid-uPVyf5JUTR .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPVyf5JUTR .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPVyf5JUTR .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uPVyf5JUTR .content-head {
  max-width: 800px;
}
.cid-uPVyf5JUTR .mbr-section-title {
  color: #ffffff;
}
.cid-uPVyf5JUTR .card-title {
  text-align: right;
  color: #ffa600;
}
.cid-uPVyf5JUTR P {
  text-align: right;
  color: #466085;
}
.cid-uPVxYBb0TF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-uPVxYBb0TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVxYBb0TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVxYBb0TF .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPVxYBb0TF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPVxYBb0TF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPVxYBb0TF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPVxYBb0TF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPxcwEiQVN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f6f6ec;
}
.cid-uPxcwEiQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPxcwEiQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPxcwEiQVN .row {
  justify-content: center;
}
.cid-uPxcwEiQVN .card {
  justify-content: flex-end;
}
.cid-uPxcwEiQVN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-uPxcwEiQVN .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uPxcwEiQVN .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #232323, #e6b103);
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPxcwEiQVN .mbr-section-btn .btn:hover::after,
.cid-uPxcwEiQVN .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #232323, #e6b103 150%);
  opacity: 1;
}
.cid-uPxcwEiQVN .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uPxcwEiQVN .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-uPxcwEiQVN .mbr-copy {
  background-color: #191919;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPxcwEiQVN .mbr-copy {
    padding: 20px;
  }
}
.cid-uPxcwEiQVN .mbr-section-title {
  color: #ffffff;
}
.cid-uPxcwEiQVN .nav-title {
  color: #232323;
  text-align: right;
}
.cid-uPxcwEiQVN .list {
  color: #ffffff;
}
.cid-uPxcwEiQVN .list,
.cid-uPxcwEiQVN .item-wrap {
  color: #000000;
  text-align: right;
}
.cid-uPxcwEiQVN .mbr-section-title,
.cid-uPxcwEiQVN .logo-wrapper,
.cid-uPxcwEiQVN .mbr-section-btn {
  text-align: right;
}
