.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    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-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #757b62 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !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: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #ff0000;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent !important;
  border-color: #a80000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #ff0000 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #757b62 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f4235 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !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: #fddb00 !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: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b7a5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.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: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ff0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ff0000' %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-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqG3xHyetF {
  display: flex;
  background-image: url("../../../assets/images/joseph-corl-inpostnmg4u-unsplash-1920x1252.webp");
}
.cid-uqG3xHyetF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uqG3xHyetF {
    align-items: center;
  }
  .cid-uqG3xHyetF .row {
    justify-content: center;
  }
  .cid-uqG3xHyetF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqG3xHyetF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqG3xHyetF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqG3xHyetF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqG3xHyetF .content-wrap {
    width: 100%;
  }
}
.cid-uqG3xHyetF .mbr-section-title,
.cid-uqG3xHyetF .mbr-section-subtitle {
  text-align: center;
}
.cid-uqG3xHyetF .mbr-text,
.cid-uqG3xHyetF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uqG3xHyetF .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-uqGdFe0hDO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uqGdFe0hDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGdFe0hDO .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqGdFe0hDO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqGdFe0hDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGdFe0hDO .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #edefeb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #dcf717;
  height: 80px;
  border-radius: 50%;
}
.cid-uqGdFe0hDO .card-title,
.cid-uqGdFe0hDO .iconfont-wrapper {
  color: #000000;
}
.cid-uqGdFe0hDO .card-text {
  color: #000000;
}
.cid-uqGdFe0hDO .content-head {
  max-width: 800px;
}
.cid-uqGdFe0hDO .mbr-section-title {
  color: #a6a99c;
  text-align: left;
}
.cid-uqGgueQLzZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uqGgueQLzZ img,
.cid-uqGgueQLzZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uqGgueQLzZ .item:focus,
.cid-uqGgueQLzZ span:focus {
  outline: none;
}
.cid-uqGgueQLzZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqGgueQLzZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uqGgueQLzZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqGgueQLzZ .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uqGgueQLzZ .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-uqGgueQLzZ .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-uqGgueQLzZ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uqGgueQLzZ .mbr-section-title {
  color: #232323;
}
.cid-uqGgueQLzZ .mbr-text,
.cid-uqGgueQLzZ .mbr-section-btn {
  text-align: center;
}
.cid-uqGgueQLzZ .item-title {
  text-align: center;
}
.cid-uqGgueQLzZ .content-head {
  max-width: 800px;
}
.cid-uqGgueQLzZ .mbr-section-title,
.cid-uqGgueQLzZ .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #a6a99c;
}
.cid-uqGgueQLzZ .mbr-section-subtitle,
.cid-uqGgueQLzZ .mbr-section-head .mbr-section-btn {
  text-align: right;
  color: #ff0000;
}
.cid-uqGkABZXpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uqGkABZXpR h6 {
  line-height: 1.2;
}
.cid-uqGkABZXpR img,
.cid-uqGkABZXpR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uqGkABZXpR .item:focus,
.cid-uqGkABZXpR span:focus {
  outline: none;
}
.cid-uqGkABZXpR .item {
  cursor: pointer;
}
.cid-uqGkABZXpR .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqGkABZXpR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uqGkABZXpR .mbr-section-title {
  color: #a6a99c;
  text-align: left;
}
.cid-uqGkABZXpR .mbr-text,
.cid-uqGkABZXpR .mbr-section-btn {
  color: #000000;
}
.cid-uqGkABZXpR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uqGkABZXpR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqGkABZXpR .item-text {
  color: #000000;
  text-align: center;
}
.cid-uqGkABZXpR .content-head {
  max-width: 800px;
}
.cid-uqGkABZXpR .item-title,
.cid-uqGkABZXpR .mbr-section-btn {
  color: #ffffff;
}
.cid-uqGkABZXpR .item-subtitle,
.cid-uqGkABZXpR .mbr-section-btn {
  color: #dcf717;
}
.cid-uqGkABZXpR .mbr-section-subtitle {
  color: #ff0000;
  text-align: right;
}
.cid-uqGkABZXpR .item-text,
.cid-uqGkABZXpR .mbr-section-btn {
  color: #ffffff;
}
.cid-uqGsezxbfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uqGsezxbfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqGsezxbfQ .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uqGsezxbfQ .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uqGsezxbfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqGsezxbfQ .content-head {
  max-width: 800px;
}
.cid-uqGsezxbfQ .card1 {
  background: #a0e2e1;
}
.cid-uqGsezxbfQ .card2 {
  background: #000000;
}
.cid-uqGsezxbfQ .card3 {
  background: #000000;
}
.cid-uqGsezxbfQ .card4 {
  background: #ffeb69;
}
.cid-uqGsezxbfQ .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uqGsezxbfQ .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uqGsezxbfQ .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqGsezxbfQ .card {
    margin-bottom: 1rem;
  }
}
.cid-uqGsezxbfQ .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uqGsezxbfQ .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uqGsezxbfQ .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uqGsezxbfQ .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uqGsezxbfQ .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uqGsezxbfQ .title-row {
    padding: 1.5rem;
  }
}
.cid-uqGsezxbfQ .card-title2,
.cid-uqGsezxbfQ .social-row {
  color: #ff0000;
}
.cid-uqGsezxbfQ .card-title1,
.cid-uqGsezxbfQ .social-row {
  color: #dcf717;
}
.cid-uqGsezxbfQ .card-title3,
.cid-uqGsezxbfQ .social-row {
  color: #dcf717;
}
.cid-uqGsezxbfQ .card-text3,
.cid-uqGsezxbfQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uqGsezxbfQ .card-text1,
.cid-uqGsezxbfQ .mbr-section-btn {
  color: #260a30;
}
.cid-uqGsezxbfQ .card-text2,
.cid-uqGsezxbfQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uqGsezxbfQ .card-title4,
.cid-uqGsezxbfQ .social-row {
  color: #ffffff;
}
.cid-uqGsezxbfQ .card-text4,
.cid-uqGsezxbfQ .mbr-section-btn {
  color: #320707;
}
.cid-uqGsezxbfQ .mbr-role2 {
  color: #ffffff;
}
.cid-uqGsezxbfQ .mbr-role4 {
  color: #320707;
}
.cid-uqGsezxbfQ .mbr-role3 {
  color: #ffffff;
}
.cid-uqGsezxbfQ .mbr-section-title {
  text-align: left;
  color: #a6a99c;
}
.cid-uqGxVN2kLt {
  display: flex;
  background-image: url("../../../assets/images/frans-ruiter-knngwbhec3a-unsplash-1-1920x1440.webp");
}
.cid-uqGxVN2kLt .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uqGxVN2kLt {
    align-items: flex-end;
  }
  .cid-uqGxVN2kLt .row {
    justify-content: center;
  }
  .cid-uqGxVN2kLt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqGxVN2kLt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqGxVN2kLt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uqGxVN2kLt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqGxVN2kLt .content-wrap {
    width: 100%;
  }
}
.cid-uqGxVN2kLt .mbr-section-title,
.cid-uqGxVN2kLt .mbr-section-subtitle {
  text-align: center;
}
.cid-uqGxVN2kLt .mbr-text,
.cid-uqGxVN2kLt .mbr-section-btn {
  text-align: center;
}
.cid-uqGxVN2kLt .mbr-section-title {
  text-align: left;
}
.cid-uF67oQE49z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uF67oQE49z .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uF67oQE49z img,
.cid-uF67oQE49z .item-img {
  width: 100%;
}
.cid-uF67oQE49z .item:focus,
.cid-uF67oQE49z span:focus {
  outline: none;
}
.cid-uF67oQE49z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF67oQE49z .item {
    margin-bottom: 1rem;
  }
}
.cid-uF67oQE49z .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uF67oQE49z .mbr-section-title {
  color: #a6a99c;
}
.cid-uF67oQE49z .mbr-text,
.cid-uF67oQE49z .mbr-section-btn {
  color: #232323;
}
.cid-uF67oQE49z .item-title {
  color: #232323;
  text-align: center;
}
.cid-uF67oQE49z .content-head {
  max-width: 800px;
}
.cid-uqHuEoljdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uqHuEoljdw .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uqHuEoljdw img,
.cid-uqHuEoljdw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uqHuEoljdw .item:focus,
.cid-uqHuEoljdw span:focus {
  outline: none;
}
.cid-uqHuEoljdw .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqHuEoljdw .item {
    margin-top: 1rem;
  }
}
.cid-uqHuEoljdw .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqHuEoljdw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqHuEoljdw .mbr-section-title {
  color: #a6a99c;
}
.cid-uqHuEoljdw .mbr-text,
.cid-uqHuEoljdw .mbr-section-btn {
  color: #232323;
}
.cid-uqHuEoljdw .item-title {
  color: #757b62;
}
.cid-uqHuEoljdw .content-head {
  max-width: 800px;
}
.cid-uqHuEoljdw .mbr-section-subtitle {
  text-align: right;
  color: #ff0000;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-urqQqmxBVz {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-urqQqmxBVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urqQqmxBVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urqQqmxBVz .content-text {
  max-width: 800px;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ureU0CieD1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ureU0CieD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureU0CieD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureU0CieD1 .row {
  justify-content: center;
}
.cid-ureU0CieD1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ureU0CieD1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ureU0CieD1 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ureU0CieD1 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ureU0CieD1 .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-ureU0CieD1 .content-head {
  max-width: 800px;
}
.cid-ureU0CieD1 .mbr-section-title {
  color: #757b62;
}
.cid-ureU79iW3P {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ureU79iW3P .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ureU79iW3P form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ureU79iW3P form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ureU79iW3P form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ureU79iW3P .content-head {
  max-width: 800px;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-urbx4SkPGk {
  background-color: #ffffff;
  padding-top: 150px;
  padding-bottom: 0px;
}
.cid-urbx4SkPGk img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-urbxJwvc2J {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-urbxJwvc2J img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-urbxKmVjyB {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-urbxKmVjyB img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-urbyGbW50q {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-urbyGbW50q img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-urbyU1zKuQ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-urbyU1zKuQ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-urbnh3IJo3 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-urbnh3IJo3 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-urbnh3IJo3 img,
.cid-urbnh3IJo3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-urbnh3IJo3 .item:focus,
.cid-urbnh3IJo3 span:focus {
  outline: none;
}
.cid-urbnh3IJo3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urbnh3IJo3 .item {
    margin-bottom: 1rem;
  }
}
.cid-urbnh3IJo3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urbnh3IJo3 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-urbnh3IJo3 .item-content .item-footer {
  margin-top: auto;
}
.cid-urbnh3IJo3 .mbr-section-title {
  color: #000000;
}
.cid-urbnh3IJo3 .mbr-text,
.cid-urbnh3IJo3 .mbr-section-btn {
  color: #000000;
}
.cid-urbnh3IJo3 .item-title {
  color: #000000;
}
.cid-urbnh3IJo3 .content-head {
  max-width: 800px;
}
.cid-urbnRPDnxC {
  display: flex;
  background-image: url("../../../assets/images/7e2a1847-1920x1280.webp");
}
.cid-urbnRPDnxC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-urbnRPDnxC {
    align-items: flex-end;
  }
  .cid-urbnRPDnxC .row {
    justify-content: center;
  }
  .cid-urbnRPDnxC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urbnRPDnxC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urbnRPDnxC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-urbnRPDnxC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urbnRPDnxC .content-wrap {
    width: 100%;
  }
}
.cid-urbnRPDnxC .mbr-section-title,
.cid-urbnRPDnxC .mbr-section-subtitle {
  text-align: center;
}
.cid-urbnRPDnxC .mbr-text,
.cid-urbnRPDnxC .mbr-section-btn {
  text-align: center;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ura4XOoY45 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ura4XOoY45 .mbr-text {
  color: #000000;
}
.cid-ura4XOoY45 .mbr-section-subtitle {
  color: #000000;
}
.cid-ura4XOoY45 .mbr-section-title {
  color: #000000;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-VPsyzxEW9N {
  background-color: #ffffff;
}
.cid-VPsyzxEW9N p {
  background: linear-gradient(transparent, transparent), url("../../../assets/images/joel-vodell-bsleq-ymqie-unsplash-695x521.webp");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000000;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: 2rem;
  padding: 5rem;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cid-VPsyzxEW9N p {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.1rem;
    padding: 5rem;
  }
}
.cid-VPsyzxEW9N .mbr-section-title {
  color: #e43f3f;
}
.cid-VPsyzxEW9N .mbr-section-subtitle {
  color: #757b62;
}
.cid-5Bw6UYJvZT {
  background-color: #000000;
}
.cid-5Bw6UYJvZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-5Bw6UYJvZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-5Bw6UYJvZT .pb-video-container {
  padding-top: 20px;
  background: #000000;
  justify-content: center;
}
.cid-5Bw6UYJvZT .pb-video {
  padding: 4px;
}
.cid-5Bw6UYJvZT .pb-color {
  background-color: #ff0000;
}
.cid-5Bw6UYJvZT .pb-video:hover {
  background: #232323;
}
.cid-5Bw6UYJvZT .pb-video-frame {
  transition: width 2s, height 2s;
}
.cid-5Bw6UYJvZT .pb-video-frame:hover {
  height: 300px;
}
.cid-5Bw6UYJvZT .pb-row {
  margin-bottom: 0px;
  justify-content: center;
}
.cid-5Bw6UYJvZT .mbr-text,
.cid-5Bw6UYJvZT .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-5Bw6UYJvZT .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-5Bw6UYJvZT .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-5Bw6UYJvZT .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-5Bw6UYJvZT .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-5Bw6UYJvZT .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-5Bw6UYJvZT .mbr-section-title {
  color: #ff0000;
}
.cid-5Bw6UYJvZT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqL7VvOhpM {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uqL7VvOhpM {
    align-items: flex-end;
  }
  .cid-uqL7VvOhpM .row {
    justify-content: flex-start;
  }
  .cid-uqL7VvOhpM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqL7VvOhpM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqL7VvOhpM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uqL7VvOhpM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqL7VvOhpM .content-wrap {
    width: 100%;
  }
}
.cid-uqL7VvOhpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqL7VvOhpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uqL7VvOhpM .mbr-section-title,
.cid-uqL7VvOhpM .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uqL7VvOhpM .mbr-text,
.cid-uqL7VvOhpM .mbr-section-btn {
  text-align: left;
}
.cid-uqL7VvOhpM .mbr-section-title {
  color: #757b62;
}
.cid-uqL9gUeTbj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uqL9gUeTbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqL9gUeTbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uqL9gUeTbj .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uqL9gUeTbj .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uqL9gUeTbj .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uqL9gUeTbj .card-wrapper {
  background: #ffffff;
}
.cid-uqL9gUeTbj .mbr-text,
.cid-uqL9gUeTbj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uqL9gUeTbj .card-title,
.cid-uqL9gUeTbj .card-box {
  text-align: left;
  color: #757b62;
}
.cid-uqRxzLR1DZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uqRxzLR1DZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRxzLR1DZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRxzLR1DZ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqRxzLR1DZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqRxzLR1DZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRxzLR1DZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqRxzLR1DZ .mbr-text,
.cid-uqRxzLR1DZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uqRxzLR1DZ .card-title,
.cid-uqRxzLR1DZ .card-box {
  text-align: left;
  color: #757b62;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqKUIm7zH7 {
  display: flex;
  background-image: url("../../../assets/images/joshua-earle-t6qyc3zmis0-unsplash-1920x1280.webp");
}
.cid-uqKUIm7zH7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uqKUIm7zH7 {
    align-items: flex-end;
  }
  .cid-uqKUIm7zH7 .row {
    justify-content: center;
  }
  .cid-uqKUIm7zH7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqKUIm7zH7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqKUIm7zH7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uqKUIm7zH7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqKUIm7zH7 .content-wrap {
    width: 100%;
  }
}
.cid-uqKUIm7zH7 .mbr-section-title,
.cid-uqKUIm7zH7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uqKUIm7zH7 .mbr-text,
.cid-uqKUIm7zH7 .mbr-section-btn {
  text-align: center;
}
.cid-uqKV91DsL9 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uqKV91DsL9 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-uqKV91DsL9 img,
.cid-uqKV91DsL9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uqKV91DsL9 .item:focus,
.cid-uqKV91DsL9 span:focus {
  outline: none;
}
.cid-uqKV91DsL9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqKV91DsL9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uqKV91DsL9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqKV91DsL9 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uqKV91DsL9 .item-content .item-footer {
  margin-top: auto;
}
.cid-uqKV91DsL9 .mbr-section-title {
  color: #757b62;
}
.cid-uqKV91DsL9 .mbr-text,
.cid-uqKV91DsL9 .mbr-section-btn {
  color: #000000;
}
.cid-uqKV91DsL9 .item-title {
  color: #000000;
}
.cid-uqKV91DsL9 .content-head {
  max-width: 800px;
}
.cid-wah5TBSnP8 {
  padding-top: 90px;
  padding-bottom: 0px;
  padding-left: 1em;
  padding-right: 1em;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-wah5TBSnP8 .item {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-wah5TBSnP8 .carousel-control,
  .cid-wah5TBSnP8 .carousel-indicators,
  .cid-wah5TBSnP8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-wah5TBSnP8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-wah5TBSnP8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-wah5TBSnP8 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-wah5TBSnP8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-wah5TBSnP8 .carousel-indicators {
    display: none;
  }
}
.cid-wah5TBSnP8 .carousel-indicators .active,
.cid-wah5TBSnP8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-wah5TBSnP8 .carousel-indicators .active {
  background: #fff;
}
.cid-wah5TBSnP8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-wah5TBSnP8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-wah5TBSnP8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-wah5TBSnP8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-wah5TBSnP8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-wah5TBSnP8 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-wah5TBSnP8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-wah5TBSnP8 .carousel {
  width: 100%;
}
.cid-wah5TBSnP8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-wah5TBSnP8 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-wah5TBSnP8 .modal.fade .modal-dialog,
.cid-wah5TBSnP8 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-wah5TBSnP8 .mbr-gallery .item-wrapper {
  cursor: pointer;
  background-color: #ffffff;
}
.cid-wah5TBSnP8 a {
  display: block;
}
.cid-wah5TBSnP8 a.img {
  pointer-events: none;
}
.cid-wah5TBSnP8 H3 {
  color: #757b62;
}
.cid-wah5TBSnP8 H4 {
  color: #ffffff;
}
.cid-wah5TBSnP8 img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.cid-wah5TBSnP8 .mbr-text,
.cid-wah5TBSnP8 .mbr-section-btn {
  text-align: left;
  padding: 1em;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqKS02INKF {
  display: flex;
  background-image: url("../../../assets/images/nima-motaghian-nejad-znbwqt9x-tm-unsplash-1920x1275.webp");
}
.cid-uqKS02INKF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uqKS02INKF {
    align-items: flex-end;
  }
  .cid-uqKS02INKF .row {
    justify-content: center;
  }
  .cid-uqKS02INKF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqKS02INKF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqKS02INKF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uqKS02INKF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqKS02INKF .content-wrap {
    width: 100%;
  }
}
.cid-uqKS02INKF .mbr-section-title,
.cid-uqKS02INKF .mbr-section-subtitle {
  text-align: center;
}
.cid-uqKS02INKF .mbr-text,
.cid-uqKS02INKF .mbr-section-btn {
  text-align: center;
}
.cid-uqKS02INKF .mbr-section-title P {
  text-align: right;
}
.cid-bb0uVlyo36 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-bb0uVlyo36 .container-fluid {
  padding: 0 3rem;
}
.cid-bb0uVlyo36 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff0000 50%, #ffd7ef 120%);
  display: inline-block;
}
.cid-bb0uVlyo36 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-bb0uVlyo36 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-bb0uVlyo36 .time-line-date-content {
  margin-right: 2rem;
}
.cid-bb0uVlyo36 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-bb0uVlyo36 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-bb0uVlyo36 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-bb0uVlyo36 .separline:before,
.cid-bb0uVlyo36 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-bb0uVlyo36 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-bb0uVlyo36 .container-fluid {
    padding: 0 1rem;
  }
  .cid-bb0uVlyo36 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-bb0uVlyo36 .separline:before,
  .cid-bb0uVlyo36 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-bb0uVlyo36 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-bb0uVlyo36 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-bb0uVlyo36 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-bb0uVlyo36 .time-line-date-content p {
    float: left !important;
  }
  .cid-bb0uVlyo36 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-bb0uVlyo36 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usAHOjOWR4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usAHOjOWR4 .mbr-text {
  color: #000000;
}
.cid-usAHOjOWR4 .mbr-section-subtitle {
  color: #000000;
}
.cid-usAHOjOWR4 .mbr-section-title {
  color: #757b62;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-Ts0ZTaLt8O {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-Ts0ZTaLt8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-Ts0ZTaLt8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-Ts0ZTaLt8O .mbr-text {
  color: #000000;
}
.cid-Ts0ZTaLt8O .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-Ts0ZTaLt8O .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-Ts0ZTaLt8O .main-button {
    margin-bottom: 2rem;
  }
}
.cid-Ts0ZTaLt8O .mbr-text UL {
  text-align: left;
}
.cid-Ts0ZTaLt8O .mbr-section-subtitle,
.cid-Ts0ZTaLt8O .main-button {
  color: #ffffff;
}
.cid-Ts0ZTaLt8O .accordion {
  max-width: 990px;
  background: rgba(0, 0, 0, 0.1);
  height: 300px;
  margin: 20px auto;
  display: flex;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 100px;
}
.cid-Ts0ZTaLt8O .box {
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: .7s;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
}
.cid-Ts0ZTaLt8O .box:hover {
  flex: 7;
  height: 400px;
  filter: grayscale(0%);
}
.cid-Ts0ZTaLt8O .a1 {
  background-image: url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.32-6c1e2c6c-1600x1066.webp");
  filter: grayscale(0%);
}
.cid-Ts0ZTaLt8O .a2 {
  background-image: url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.33-397e9304-1200x1600.webp");
  filter: grayscale(0%);
}
.cid-Ts0ZTaLt8O .a3 {
  background-image: url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.36-1d4e0771-1536x1152.webp");
  filter: grayscale(0%);
}
.cid-Ts0ZTaLt8O .a4 {
  background-image: url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.32-39526d5f-552x720.webp");
  filter: grayscale(0%);
}
.cid-Ts0ZTaLt8O p {
  font-weight: normal;
  font-family: 'Exo 2', sans-serif;
}
.cid-Ts0ZTaLt8O .text {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 10px;
}
.cid-Ts0ZTaLt8O .box:hover .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .cid-Ts0ZTaLt8O body {
    margin: 0;
  }
  .cid-Ts0ZTaLt8O .accordion {
    flex-direction: column;
    height: 700px;
    box-shadow: none;
  }
  .cid-Ts0ZTaLt8O .box {
    box-shadow: none;
  }
  .cid-Ts0ZTaLt8O .box:hover {
    flex: 7;
  }
}
.cid-Ts0ZTaLt8O H2 {
  color: #ff0000;
}
.cid-Ts0ZTaLt8O P {
  color: #ffffff;
}
.cid-Ts0ZTaLt8O .mbr-section-title {
  color: #a6a99c;
}
.cid-uv2xAdQ60p {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uv2xAdQ60p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv2xAdQ60p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv2xAdQ60p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uv2xAdQ60p .item {
    margin-bottom: 1rem;
  }
}
.cid-uv2xAdQ60p .item-wrapper {
  position: relative;
}
.cid-uv2xAdQ60p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uv2xAdQ60p .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uv2xAdQ60p .carousel-control,
.cid-uv2xAdQ60p .close {
  background: #1b1b1b;
}
.cid-uv2xAdQ60p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uv2xAdQ60p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uv2xAdQ60p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uv2xAdQ60p .carousel-control-next span {
  margin-left: 5px;
}
.cid-uv2xAdQ60p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uv2xAdQ60p .close::before {
  content: '\e91a';
}
.cid-uv2xAdQ60p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uv2xAdQ60p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uv2xAdQ60p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv2xAdQ60p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uv2xAdQ60p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uv2xAdQ60p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uv2xAdQ60p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uv2xAdQ60p .carousel-indicators li.active,
.cid-uv2xAdQ60p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uv2xAdQ60p .carousel-indicators li::after,
.cid-uv2xAdQ60p .carousel-indicators li::before {
  content: none;
}
.cid-uv2xAdQ60p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uv2xAdQ60p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uv2xAdQ60p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uv2xAdQ60p .carousel-indicators {
    display: none;
  }
}
.cid-uv2xAdQ60p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uv2xAdQ60p .carousel-inner > .active {
  display: block;
}
.cid-uv2xAdQ60p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv2xAdQ60p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv2xAdQ60p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uv2xAdQ60p .carousel-control,
  .cid-uv2xAdQ60p .carousel-indicators,
  .cid-uv2xAdQ60p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uv2xAdQ60p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uv2xAdQ60p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uv2xAdQ60p .carousel-indicators .active,
.cid-uv2xAdQ60p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uv2xAdQ60p .carousel-indicators .active {
  background: #fff;
}
.cid-uv2xAdQ60p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uv2xAdQ60p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uv2xAdQ60p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uv2xAdQ60p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uv2xAdQ60p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uv2xAdQ60p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uv2xAdQ60p .carousel {
  width: 100%;
}
.cid-uv2xAdQ60p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uv2xAdQ60p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uv2xAdQ60p .modal.fade .modal-dialog,
.cid-uv2xAdQ60p .modal.in .modal-dialog {
  transform: none;
}
.cid-uv2xAdQ60p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uv2xAdQ60p .content-head {
  max-width: 800px;
}
.cid-uv2xAdQ60p H4 {
  color: #ffffff;
  text-align: right;
}
.cid-uv2xAdQ60p H3 {
  color: #a6a99c;
  text-align: right;
}
.cid-uv2xAdQ60p H6 {
  color: #ffffff;
}
.cid-TIGWtkz0Pm .flex-container {
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cid-TIGWtkz0Pm .flex-container {
    flex-direction: column;
  }
}
.cid-TIGWtkz0Pm .flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 6vw;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 15%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .cid-TIGWtkz0Pm .flex-title {
    transform: rotate(0deg) !important;
  }
}
.cid-TIGWtkz0Pm .flex-about {
  border: 1px solid #ffffff;
  border-radius: 5px;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 70%;
  font-size: 2vw;
  padding: 5%;
  top: 20%;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .cid-TIGWtkz0Pm .flex-about {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}
.cid-TIGWtkz0Pm .flex-slide {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .cid-TIGWtkz0Pm .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .cid-TIGWtkz0Pm .flex-slide p {
    font-size: 2em;
  }
}
.cid-TIGWtkz0Pm .flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.cid-TIGWtkz0Pm .home {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.34-3a4bd689-1210x1600.webp");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .cid-TIGWtkz0Pm .home {
    animation: aboutFlexSlide 3 1;
    animation-delay: 0s;
  }
}
@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .cid-TIGWtkz0Pm .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    animation: aboutFlexSlide 3 1;
    animation-delay: 0s;
  }
}
@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}
.cid-TIGWtkz0Pm .flex-about-home {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .cid-TIGWtkz0Pm .flex-about-home {
    animation: aboutFlexSlide 3 1;
    animation-delay: 0s;
  }
}
@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cid-TIGWtkz0Pm .about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.33-397e9304-1200x1600.webp");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.cid-TIGWtkz0Pm .contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.32-39526d5f-552x720.webp");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.cid-TIGWtkz0Pm .work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../assets/images/whatsapp-image-2024-10-16-at-11.26.32-37717371-1127x1600.webp");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.cid-TIGWtkz0Pm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-TIGWtkz0Pm img {
  width: 100%;
}
.cid-uuFu3nng5i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.webp");
}
.cid-uuFu3nng5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuFu3nng5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uuFu3nng5i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuFu3nng5i .row {
  flex-direction: row-reverse;
}
.cid-uuFu3nng5i .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuFu3nng5i .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuFu3nng5i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuFu3nng5i .mbr-section-title {
  color: #000000;
}
.cid-uuFu3nng5i .mbr-text,
.cid-uuFu3nng5i .mbr-section-btn {
  color: #232323;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uHZcQdeYsn {
  z-index: 1000;
  width: 100%;
}
.cid-uHZcQdeYsn .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-uHZcQdeYsn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uHZcQdeYsn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uHZcQdeYsn .navbar-nav {
    max-width: 45%;
  }
}
.cid-uHZcQdeYsn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uHZcQdeYsn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uHZcQdeYsn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uHZcQdeYsn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uHZcQdeYsn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uHZcQdeYsn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uHZcQdeYsn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uHZcQdeYsn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uHZcQdeYsn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uHZcQdeYsn .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uHZcQdeYsn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uHZcQdeYsn .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-uHZcQdeYsn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uHZcQdeYsn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHZcQdeYsn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHZcQdeYsn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uHZcQdeYsn .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uHZcQdeYsn .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHZcQdeYsn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uHZcQdeYsn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uHZcQdeYsn .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uHZcQdeYsn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHZcQdeYsn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uHZcQdeYsn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHZcQdeYsn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uHZcQdeYsn .nav-item:focus,
.cid-uHZcQdeYsn .nav-link:focus {
  outline: none;
}
.cid-uHZcQdeYsn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHZcQdeYsn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHZcQdeYsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHZcQdeYsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHZcQdeYsn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHZcQdeYsn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHZcQdeYsn .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-uHZcQdeYsn .navbar.opened {
  transition: all 0.3s;
}
.cid-uHZcQdeYsn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHZcQdeYsn .navbar .navbar-logo img {
  width: auto;
}
.cid-uHZcQdeYsn .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uHZcQdeYsn .navbar.collapsed {
  justify-content: center;
}
.cid-uHZcQdeYsn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHZcQdeYsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHZcQdeYsn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uHZcQdeYsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHZcQdeYsn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHZcQdeYsn .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-uHZcQdeYsn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHZcQdeYsn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHZcQdeYsn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uHZcQdeYsn .navbar {
    min-height: 72px;
  }
  .cid-uHZcQdeYsn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uHZcQdeYsn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHZcQdeYsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHZcQdeYsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHZcQdeYsn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHZcQdeYsn .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-uHZcQdeYsn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHZcQdeYsn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uHZcQdeYsn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHZcQdeYsn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHZcQdeYsn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uHZcQdeYsn .dropdown-item.active,
.cid-uHZcQdeYsn .dropdown-item:active {
  background-color: transparent;
}
.cid-uHZcQdeYsn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHZcQdeYsn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHZcQdeYsn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHZcQdeYsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHZcQdeYsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uHZcQdeYsn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uHZcQdeYsn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHZcQdeYsn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHZcQdeYsn .navbar-buttons {
    text-align: left;
  }
}
.cid-uHZcQdeYsn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHZcQdeYsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHZcQdeYsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHZcQdeYsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZcQdeYsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHZcQdeYsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHZcQdeYsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZcQdeYsn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHZcQdeYsn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHZcQdeYsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHZcQdeYsn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHZcQdeYsn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHZcQdeYsn .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-uHZcQdeYsn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHZcQdeYsn .navbar {
    height: 70px;
  }
  .cid-uHZcQdeYsn .navbar.opened {
    height: auto;
  }
  .cid-uHZcQdeYsn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHZcQdeYsn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uHZcQdeYsn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uHZcQdeYsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uHZcQdeYsn .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uHZcQdeYsn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uHZcQdeYsn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uHZcQdeYsn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uHZcQdeYsn .navbar-brand {
    margin-right: auto;
  }
  .cid-uHZcQdeYsn .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);
    border-radius: 4px !important;
  }
  .cid-uHZcQdeYsn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uHZcQdeYsn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uHZcQdeYsn .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-uHZcQdeYsn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uHZcQdeYsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uHZcQdeYsn .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uHZcQdeYsn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uHZcQdeYsn .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-uHZcQdeYsn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uHZcQdeYsn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uHZcQdwqO3 {
  display: flex;
  background-image: url("../../../assets/images/joseph-corl-inpostnmg4u-unsplash-1920x1252.webp");
}
.cid-uHZcQdwqO3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uHZcQdwqO3 {
    align-items: center;
  }
  .cid-uHZcQdwqO3 .row {
    justify-content: center;
  }
  .cid-uHZcQdwqO3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHZcQdwqO3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHZcQdwqO3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHZcQdwqO3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHZcQdwqO3 .content-wrap {
    width: 100%;
  }
}
.cid-uHZcQdwqO3 .mbr-section-title,
.cid-uHZcQdwqO3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uHZcQdwqO3 .mbr-text,
.cid-uHZcQdwqO3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHZcQdwqO3 .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-uHZcQedHcN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHZcQedHcN h6 {
  line-height: 1.2;
}
.cid-uHZcQedHcN img,
.cid-uHZcQedHcN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uHZcQedHcN .item:focus,
.cid-uHZcQedHcN span:focus {
  outline: none;
}
.cid-uHZcQedHcN .item {
  cursor: pointer;
}
.cid-uHZcQedHcN .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHZcQedHcN .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uHZcQedHcN .mbr-section-title {
  color: #a6a99c;
  text-align: left;
}
.cid-uHZcQedHcN .mbr-text,
.cid-uHZcQedHcN .mbr-section-btn {
  color: #000000;
}
.cid-uHZcQedHcN .item-title {
  color: #000000;
  text-align: center;
}
.cid-uHZcQedHcN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHZcQedHcN .item-text {
  color: #000000;
  text-align: center;
}
.cid-uHZcQedHcN .content-head {
  max-width: 800px;
}
.cid-uHZcQedHcN .item-title,
.cid-uHZcQedHcN .mbr-section-btn {
  color: #ffffff;
}
.cid-uHZcQedHcN .item-subtitle,
.cid-uHZcQedHcN .mbr-section-btn {
  color: #dcf717;
}
.cid-uHZcQedHcN .mbr-section-subtitle {
  color: #ff0000;
  text-align: right;
}
.cid-uHZcQedHcN .item-text,
.cid-uHZcQedHcN .mbr-section-btn {
  color: #ffffff;
}
.cid-uHZcQf6WoS {
  display: flex;
  background-image: url("../../../assets/images/frans-ruiter-knngwbhec3a-unsplash-1-1920x1440.webp");
}
.cid-uHZcQf6WoS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uHZcQf6WoS {
    align-items: flex-end;
  }
  .cid-uHZcQf6WoS .row {
    justify-content: center;
  }
  .cid-uHZcQf6WoS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHZcQf6WoS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHZcQf6WoS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHZcQf6WoS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHZcQf6WoS .content-wrap {
    width: 100%;
  }
}
.cid-uHZcQf6WoS .mbr-section-title,
.cid-uHZcQf6WoS .mbr-section-subtitle {
  text-align: center;
}
.cid-uHZcQf6WoS .mbr-text,
.cid-uHZcQf6WoS .mbr-section-btn {
  text-align: center;
}
.cid-uHZcQf6WoS .mbr-section-title {
  text-align: left;
}
.cid-uHZcQfJqf6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uHZcQfJqf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZcQfJqf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZcQfJqf6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uHZcQfJqf6 .footer-col {
    flex-direction: column;
  }
}
.cid-uHZcQfJqf6 .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uHZcQfJqf6 .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHZcQfJqf6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uHZcQfJqf6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHZcQfJqf6 .soc-item {
  margin: 8px;
}
.cid-uHZcQfJqf6 .soc-item a:hover .mbr-iconfont,
.cid-uHZcQfJqf6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uHZcQfJqf6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uHZcQfJqf6 .row {
    text-align: center;
  }
  .cid-uHZcQfJqf6 .social-row {
    justify-content: center;
  }
}
.cid-uHZcQfJqf6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uHZcQfJqf6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHZcQfJqf6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHZcQfJqf6 .mbr-text {
  color: #bbbbbb;
}
.cid-uHZcQfJqf6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHZcQfJqf6 .list,
.cid-uHZcQfJqf6 .item-wrap {
  color: #ffffff;
}
.cid-uHZcQfJqf6 .copyright {
  color: #ffffff;
}
.cid-uHZcQfJqf6 .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG3Fjrti52 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uG3Fjrti52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG3Fjrti52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG3Fjrti52 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG3Fjrti52 .item {
    margin-bottom: 1rem;
  }
}
.cid-uG3Fjrti52 .item-wrapper {
  position: relative;
}
.cid-uG3Fjrti52 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uG3Fjrti52 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uG3Fjrti52 .carousel-control,
.cid-uG3Fjrti52 .close {
  background: #1b1b1b;
}
.cid-uG3Fjrti52 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uG3Fjrti52 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uG3Fjrti52 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uG3Fjrti52 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uG3Fjrti52 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uG3Fjrti52 .close::before {
  content: '\e91a';
}
.cid-uG3Fjrti52 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uG3Fjrti52 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uG3Fjrti52 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG3Fjrti52 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uG3Fjrti52 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uG3Fjrti52 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uG3Fjrti52 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uG3Fjrti52 .carousel-indicators li.active,
.cid-uG3Fjrti52 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uG3Fjrti52 .carousel-indicators li::after,
.cid-uG3Fjrti52 .carousel-indicators li::before {
  content: none;
}
.cid-uG3Fjrti52 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uG3Fjrti52 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uG3Fjrti52 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uG3Fjrti52 .carousel-indicators {
    display: none;
  }
}
.cid-uG3Fjrti52 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uG3Fjrti52 .carousel-inner > .active {
  display: block;
}
.cid-uG3Fjrti52 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG3Fjrti52 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG3Fjrti52 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uG3Fjrti52 .carousel-control,
  .cid-uG3Fjrti52 .carousel-indicators,
  .cid-uG3Fjrti52 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uG3Fjrti52 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uG3Fjrti52 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uG3Fjrti52 .carousel-indicators .active,
.cid-uG3Fjrti52 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uG3Fjrti52 .carousel-indicators .active {
  background: #fff;
}
.cid-uG3Fjrti52 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uG3Fjrti52 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uG3Fjrti52 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uG3Fjrti52 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uG3Fjrti52 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uG3Fjrti52 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uG3Fjrti52 .carousel {
  width: 100%;
}
.cid-uG3Fjrti52 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uG3Fjrti52 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uG3Fjrti52 .modal.fade .modal-dialog,
.cid-uG3Fjrti52 .modal.in .modal-dialog {
  transform: none;
}
.cid-uG3Fjrti52 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uG3Fjrti52 .content-head {
  max-width: 800px;
}
.cid-uG3Fjrti52 H3 {
  color: #a6a99c;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
.cid-uqG1mpfkL6 {
  z-index: 1000;
  width: 100%;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqG1mpfkL6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uqG1mpfkL6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqG1mpfkL6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqG1mpfkL6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqG1mpfkL6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqG1mpfkL6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 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);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqG1mpfkL6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uqG1mpfkL6 .nav-item:focus,
.cid-uqG1mpfkL6 .nav-link:focus {
  outline: none;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqG1mpfkL6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqG1mpfkL6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqG1mpfkL6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqG1mpfkL6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqG1mpfkL6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqG1mpfkL6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uqG1mpfkL6 .navbar.collapsed {
  justify-content: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqG1mpfkL6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqG1mpfkL6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqG1mpfkL6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqG1mpfkL6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqG1mpfkL6 .navbar {
    min-height: 72px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqG1mpfkL6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqG1mpfkL6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqG1mpfkL6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqG1mpfkL6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqG1mpfkL6 .dropdown-item.active,
.cid-uqG1mpfkL6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqG1mpfkL6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqG1mpfkL6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqG1mpfkL6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqG1mpfkL6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqG1mpfkL6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqG1mpfkL6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uqG1mpfkL6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqG1mpfkL6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqG1mpfkL6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqG1mpfkL6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqG1mpfkL6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqG1mpfkL6 .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-uqG1mpfkL6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqG1mpfkL6 .navbar {
    height: 70px;
  }
  .cid-uqG1mpfkL6 .navbar.opened {
    height: auto;
  }
  .cid-uqG1mpfkL6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqG1mpfkL6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqG1mpfkL6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqG1mpfkL6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqG1mpfkL6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uqG1mpfkL6 .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);
    border-radius: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqG1mpfkL6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqG1mpfkL6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqG1mpfkL6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqG1mpfkL6 .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-uqG1mpfkL6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqG1mpfkL6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uS2jZwNbXr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS2jZwNbXr .mbr-text {
  color: #000000;
}
.cid-uS2jZwNbXr .mbr-section-subtitle {
  color: #000000;
}
.cid-uS2jZwNbXr .mbr-section-title {
  color: #000000;
}
.cid-uqHxh2PUQU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uqHxh2PUQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHxh2PUQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHxh2PUQU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .footer-col {
    flex-direction: column;
  }
}
.cid-uqHxh2PUQU .row {
  background: #232323;
  padding: 2.25rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uqHxh2PUQU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHxh2PUQU .soc-item {
  margin: 8px;
}
.cid-uqHxh2PUQU .soc-item a:hover .mbr-iconfont,
.cid-uqHxh2PUQU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uqHxh2PUQU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #232323;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uqHxh2PUQU .row {
    text-align: center;
  }
  .cid-uqHxh2PUQU .social-row {
    justify-content: center;
  }
}
.cid-uqHxh2PUQU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHxh2PUQU .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHxh2PUQU .mbr-text {
  color: #bbbbbb;
}
.cid-uqHxh2PUQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHxh2PUQU .list,
.cid-uqHxh2PUQU .item-wrap {
  color: #ffffff;
}
.cid-uqHxh2PUQU .copyright {
  color: #ffffff;
}
.cid-uqHxh2PUQU .partner-logo {
  height: 0px;
  margin: 10px;
  justify-content: center;
}
