body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.12rem;
}
.display-2 {
  font-family: 'Newsreader', serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.275rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.78rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.3rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.65rem;
}
/* ---- 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: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 1.7599999999999998rem + (4.8 - 1.7599999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7599999999999998rem + (4.8 - 1.7599999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.25rem + (2 - 1.25) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.25rem + (2 - 1.25) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fb460d !important;
}
.bg-success {
  background-color: #526b51 !important;
}
.bg-info {
  background-color: #c9beb5 !important;
}
.bg-warning {
  background-color: #a09099 !important;
}
.bg-danger {
  background-color: #fff555 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fb460d !important;
  border-color: #fb460d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae2c03 !important;
  border-color: #ae2c03 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #454c4c !important;
  border-color: #454c4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a49283 !important;
  border-color: #a49283 !important;
}
.btn-success,
.btn-success:active {
  background-color: #526b51 !important;
  border-color: #526b51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c3a2c !important;
  border-color: #2c3a2c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a09099 !important;
  border-color: #a09099 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #75646e !important;
  border-color: #75646e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff555 !important;
  border-color: #fff555 !important;
  color: #555000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #555000 !important;
  background-color: #fdee00 !important;
  border-color: #fdee00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fb460d;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fb460d;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fb460d;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fb460d;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb460d !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background: #fb460d;
  color: #ffffff;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb460d !important;
  border-color: #fb460d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #6e7a7a;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #6e7a7a;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6e7a7a !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background: #6e7a7a;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #c9beb5;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #c9beb5;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c9beb5 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background: #c9beb5;
  color: #ffffff;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #526b51;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #526b51;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526b51 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background: #526b51;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #526b51 !important;
  border-color: #526b51 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #a09099;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #a09099;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a09099 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background: #a09099;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a09099 !important;
  border-color: #a09099 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fff555;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fff555;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fff555;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fff555;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fff555 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background: #fff555;
  color: #555000;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #555000 !important;
  background-color: #fff555 !important;
  border-color: #fff555 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fb460d !important;
}
.text-secondary {
  color: #6e7a7a !important;
}
.text-success {
  color: #526b51 !important;
}
.text-info {
  color: #c9beb5 !important;
}
.text-warning {
  color: #a09099 !important;
}
.text-danger {
  color: #fff555 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f2803 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e4444 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263125 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e8a7a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6d5d66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #eee000 !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: #151618 !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: #fb460d;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9beb5;
}
.alert-warning {
  background-color: #a09099;
}
.alert-danger {
  background-color: #fff555;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb460d;
  border-color: #fb460d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fb460d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fedfd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #91ab90;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbd5d8;
}
.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: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.78rem;
}
.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: #fb460d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.78rem;
}
blockquote {
  border-color: #fb460d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fb460d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fb460d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fb460d;
  border-bottom-color: #fb460d;
}
.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: #fb460d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6e7a7a !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='%23fb460d' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-uFGGkOP1rL {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uFGGkOP1rL .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFGGkOP1rL .image-wrap {
    padding: 16px;
  }
}
.cid-uFGGkOP1rL .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFGGkOP1rL .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFGGkOP1rL .image-overlay {
    padding: 16px;
  }
}
.cid-uFGGkOP1rL .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 70%;
}
.cid-uFGGkOP1rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGGkOP1rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGGkOP1rL .row {
  justify-content: center;
}
.cid-uFGGkOP1rL .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFGGkOP1rL .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFGGkOP1rL .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFGGkOP1rL .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uFGGkOP1rL .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFGGkOP1rL .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFGGkOP1rL .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFGGkOP1rL .mbr-text,
.cid-uFGGkOP1rL .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFGGkOP1rL .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFGGkOP1rL .mbr-text,
.cid-uFGGkOP1rL .mbr-section-btn {
  text-align: center;
}
.cid-uFGGkOP1rL .mbr-text,
.cid-uFGGkOP1rL .text-wrapper,
.cid-uFGGkOP1rL .mbr-section-btn {
  color: #000000;
}
.cid-uFCcPvGtCn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uFCcPvGtCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCcPvGtCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCcPvGtCn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFCcPvGtCn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFCcPvGtCn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFCcPvGtCn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFCcPvGtCn .container {
    padding: 0 12px;
  }
}
.cid-uFCcPvGtCn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFCcPvGtCn .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFCcPvGtCn .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFCcPvGtCn .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uFCcPvGtCn .mbr-section-title {
  color: #222222;
}
.cid-uFCcPvGtCn .mbr-section-title DIV {
  text-align: center;
}
.cid-tfwoItJy6f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tfwoItJy6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwoItJy6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwoItJy6f .card-wrapper {
  width: 100%;
}
.cid-tfwoItJy6f .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tfwoItJy6f .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfwoItJy6f .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-title {
    text-align: center !important;
  }
}
.cid-tfwoItJy6f .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-text {
    text-align: center !important;
  }
}
.cid-uFChkQMHzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uFChkQMHzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFChkQMHzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFChkQMHzC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFChkQMHzC .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .container {
    padding: 0 16px;
  }
}
.cid-uFChkQMHzC .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uFChkQMHzC .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uFChkQMHzC .item {
    margin-bottom: 24px;
  }
}
.cid-uFChkQMHzC .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #fb460d 34%, #0db5b8 67%, #846f7b) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uFChkQMHzC .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #846f7b);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uFChkQMHzC .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uFChkQMHzC .card-text {
  color: #333333;
  text-align: center;
}
.cid-uFChkQMHzC .card-name {
  color: #080808;
}
.cid-tfwpZv9RW9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwpZv9RW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZv9RW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwpZv9RW9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-img {
    order: 2;
  }
}
.cid-tfwpZv9RW9 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZv9RW9 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-tex {
    order: 1;
  }
}
.cid-tfwpZv9RW9 .card-title {
  color: #000000;
}
.cid-tfwpZv9RW9 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZv9RW9 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZv9RW9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZv9RW9 .mbr-text,
.cid-tfwpZv9RW9 .mbr-section-btn {
  color: #000000;
}
.cid-tfwr0Ye9kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-tfwr0Ye9kZ .row {
  justify-content: flex-start;
}
.cid-tfwr0Ye9kZ .mbr-section-title {
  color: #000000;
}
.cid-tfwr0Ye9kZ .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwr0Ye9kZ .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwr0Ye9kZ .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFCda2mTg3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFCda2mTg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCda2mTg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCda2mTg3 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uFCda2mTg3 .row {
  justify-content: center;
}
.cid-uFCda2mTg3 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uFCda2mTg3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uFCda2mTg3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uFCfgYR96R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uFCfgYR96R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCfgYR96R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCfgYR96R .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .container {
    padding: 0 15px;
  }
}
.cid-uFCfgYR96R .content-wrapper {
  position: relative;
}
.cid-uFCfgYR96R .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #fff555;
  transform: skewX(-20deg);
}
.cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFCfgYR96R .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uFCfgYR96R .mbr-text {
  color: #f7f5f6;
}
.cid-uFCfgYR96R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFCfgYR96R .mbr-text,
.cid-uFCfgYR96R .icon-wrapper {
  color: #000000;
}
.cid-tfwpZdwU1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwpZdwU1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZdwU1g .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-tfwpZdwU1g .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-img {
    order: 2;
  }
}
.cid-tfwpZdwU1g .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZdwU1g .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-tex {
    order: 1;
  }
}
.cid-tfwpZdwU1g .card-title {
  color: #000000;
  text-align: center;
}
.cid-tfwpZdwU1g .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZdwU1g .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZdwU1g .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZdwU1g .mbr-text,
.cid-tfwpZdwU1g .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFwJ0qq5TT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uFwJ0qq5TT .row {
  justify-content: flex-start;
}
.cid-uFwJ0qq5TT .mbr-section-title {
  color: #000000;
}
.cid-uFwJ0qq5TT .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwJ0qq5TT .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwJ0qq5TT .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwJ0qq5TT .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwJ0qq5TT .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwJ0qq5TT .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFCdvOnf5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFCdvOnf5V .row {
  justify-content: flex-start;
}
.cid-uFCdvOnf5V .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uFCdvOnf5V .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFCdvOnf5V .mbr-section-title {
  color: #45494E;
}
.cid-uFCdvOnf5V .mbr-section-subtitle {
  color: #45494E;
}
.cid-uFCdvOnf5V .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uFCdvOnf5V .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uFCdvOnf5V .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .item-content {
    padding-bottom: 10%;
  }
}
.cid-uFCdvOnf5V .item-title {
  color: #000000;
  text-align: center;
}
.cid-uFCdvOnf5V .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uFCdvOnf5V .mbr-section-btn {
  margin-top: auto;
}
.cid-uFCdvOnf5V .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uFCdvOnf5V .item-img {
    margin-bottom: 24px;
  }
}
.cid-uFCdvOnf5V .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFCdvOnf5V .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFCdvOnf5V .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uFP4y9Lggj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uFP4y9Lggj .row {
  justify-content: flex-start;
}
.cid-uFP4y9Lggj .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-uFP4y9Lggj .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uFP4y9Lggj .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uFP4y9Lggj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFP4y9Lggj .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFP4y9Lggj .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFP4y9Lggj .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFP4y9Lggj .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #ffffff;
  border-left: 1px solid #000000;
}
.cid-uFP4y9Lggj .mbr-text {
  color: #000000;
}
.cid-uFP4y9Lggj .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uFP4y9Lggj .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-uFP4y9Lggj .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-uFP4y9Lggj .name-text {
  color: #45494E;
}
.cid-uFP4y9Lggj .date-text {
  color: #5c6064;
}
.cid-uRYcSGxCWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYcSGxCWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYcSGxCWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRYcSGxCWd .container {
    padding: 0 16px;
  }
}
.cid-uRYcSGxCWd .row {
  justify-content: center;
}
.cid-uRYcSGxCWd .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uRYcSGxCWd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRYcSGxCWd .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uRYcSGxCWd .panel-group .card {
    padding: 24px;
  }
}
.cid-uRYcSGxCWd .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRYcSGxCWd .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRYcSGxCWd .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYcSGxCWd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRYcSGxCWd .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYcSGxCWd .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uRYcSGxCWd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRYcSGxCWd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uRYcSGxCWd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRYcSGxCWd .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uRYcSGxCWd .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uRYcSGxCWd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRYcSGxCWd .mbr-section-title {
  color: #000000;
}
.cid-uRYcSGxCWd .panel-title-edit {
  color: #000000;
}
.cid-uRYcSGxCWd .panel-text {
  color: #000000;
}
.cid-uRYcSGxCWd .mbr-section-title,
.cid-uRYcSGxCWd .title-wrapper {
  text-align: center;
}
.cid-uFH8IfhYon {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff555;
  margin-bottom: 2px;
}
.cid-uFH8IfhYon .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uFH8IfhYon .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uFH8IfhYon .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uFH8IfhYon .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uFH8IfhYon .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uFwBbbvMIC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uFwBbbvMIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwBbbvMIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwBbbvMIC .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwBbbvMIC .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwBbbvMIC .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwBbbvMIC .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwBbbvMIC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwBbbvMIC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwBbbvMIC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwBbbvMIC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwBo3On2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/56.webp");
}
.cid-uFwBo3On2D .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwBo3On2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwBo3On2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwBo3On2D .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwBo3On2D .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #fff555;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwBo3On2D .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwBo3On2D .mbr-section-title {
  color: #150764;
}
.cid-uFwBo3On2D .mbr-desc {
  color: #000000;
}
.cid-uFwBo3On2D .list {
  color: #150764;
}
.cid-uFwBo3On2D .list,
.cid-uFwBo3On2D .item-wrap {
  color: #000000;
}
.cid-uG4EBfxeLp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uG4EBfxeLp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG4EBfxeLp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG4EBfxeLp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uG4EBfxeLp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uG4EBfxeLp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uG4EBfxeLp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uG4EBfxeLp .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uG4EBfxeLp .nav-link:hover {
  color: #fc003d !important;
}
.cid-uG4EBfxeLp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uG4EBfxeLp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uG4EBfxeLp .navbar-caption:hover,
.cid-uG4EBfxeLp .navbar-caption:focus {
  color: #fc003d !important;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uG4EBfxeLp .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #fff555;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .menu-container {
    margin: 16px;
  }
}
.cid-uG4EBfxeLp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uG4EBfxeLp .iconfont-wrapper:hover,
.cid-uG4EBfxeLp .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uG4EBfxeLp .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: #fff555;
  border-radius: 4px !important;
}
.cid-uG4EBfxeLp .nav-item:focus,
.cid-uG4EBfxeLp .nav-link:focus {
  outline: none;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG4EBfxeLp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG4EBfxeLp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar.opened {
  transition: all 0.3s;
}
.cid-uG4EBfxeLp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG4EBfxeLp .navbar .navbar-logo img {
  width: auto;
}
.cid-uG4EBfxeLp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uG4EBfxeLp .navbar.collapsed {
  justify-content: center;
}
.cid-uG4EBfxeLp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG4EBfxeLp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG4EBfxeLp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG4EBfxeLp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .navbar {
    min-height: 72px;
  }
  .cid-uG4EBfxeLp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG4EBfxeLp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG4EBfxeLp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG4EBfxeLp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG4EBfxeLp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uG4EBfxeLp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG4EBfxeLp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG4EBfxeLp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uG4EBfxeLp .dropdown-item.active,
.cid-uG4EBfxeLp .dropdown-item:active {
  background-color: transparent;
}
.cid-uG4EBfxeLp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG4EBfxeLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff555;
}
.cid-uG4EBfxeLp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uG4EBfxeLp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uG4EBfxeLp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG4EBfxeLp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .navbar-buttons {
    text-align: left;
  }
}
.cid-uG4EBfxeLp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG4EBfxeLp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG4EBfxeLp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG4EBfxeLp .navbar {
    height: 70px;
  }
  .cid-uG4EBfxeLp .navbar.opened {
    height: auto;
  }
  .cid-uG4EBfxeLp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uG4EBfxeLp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uG4EBfxeLp .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uG4EBfxeLp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .navbar-brand {
    margin-right: auto;
  }
  .cid-uG4EBfxeLp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fff555;
    border-radius: 4px !important;
  }
  .cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uG4EBfxeLp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uG4EBfxeLp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG4EBfxeLp .navbar-brand,
.cid-uG4EBfxeLp .navbar-toggler,
.cid-uG4EBfxeLp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFHrebBqIo {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uFHrebBqIo .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFHrebBqIo .image-wrap {
    padding: 16px;
  }
}
.cid-uFHrebBqIo .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFHrebBqIo .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFHrebBqIo .image-overlay {
    padding: 16px;
  }
}
.cid-uFHrebBqIo .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFHrebBqIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHrebBqIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHrebBqIo .row {
  justify-content: center;
}
.cid-uFHrebBqIo .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFHrebBqIo .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFHrebBqIo .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFHrebBqIo .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFHrebBqIo .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFHrebBqIo .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFHrebBqIo .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFHrebBqIo .mbr-text,
.cid-uFHrebBqIo .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFHrebBqIo .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFHrebBqIo .mbr-text,
.cid-uFHrebBqIo .mbr-section-btn {
  text-align: center;
}
.cid-uFHrebBqIo .mbr-text,
.cid-uFHrebBqIo .text-wrapper,
.cid-uFHrebBqIo .mbr-section-btn {
  color: #000000;
}
.cid-uFwKOuFhqX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uFwKOuFhqX .row {
  justify-content: flex-start;
}
.cid-uFwKOuFhqX .mbr-section-title {
  color: #000000;
}
.cid-uFwKOuFhqX .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwKOuFhqX .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOuFhqX .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwKOuFhqX .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwKOuFhqX .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOuFhqX .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwKOA6g0o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uFwKOA6g0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwKOA6g0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwKOA6g0o .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwKOA6g0o .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwKOA6g0o .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwKOA6g0o .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwKOA6g0o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwKOA6g0o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwKOA6g0o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwKOA6g0o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwKOB865F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/56.webp");
}
.cid-uFwKOB865F .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwKOB865F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwKOB865F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwKOB865F .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwKOB865F .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwKOB865F .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #fff555;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwKOB865F .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwKOB865F .mbr-section-title {
  color: #150764;
}
.cid-uFwKOB865F .mbr-desc {
  color: #000000;
}
.cid-uFwKOB865F .list {
  color: #150764;
}
.cid-uFwKOB865F .list,
.cid-uFwKOB865F .item-wrap {
  color: #000000;
}
.cid-uG4EBfxeLp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uG4EBfxeLp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG4EBfxeLp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG4EBfxeLp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uG4EBfxeLp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uG4EBfxeLp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uG4EBfxeLp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uG4EBfxeLp .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uG4EBfxeLp .nav-link:hover {
  color: #fc003d !important;
}
.cid-uG4EBfxeLp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uG4EBfxeLp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uG4EBfxeLp .navbar-caption:hover,
.cid-uG4EBfxeLp .navbar-caption:focus {
  color: #fc003d !important;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uG4EBfxeLp .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #fff555;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .menu-container {
    margin: 16px;
  }
}
.cid-uG4EBfxeLp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uG4EBfxeLp .iconfont-wrapper:hover,
.cid-uG4EBfxeLp .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uG4EBfxeLp .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: #fff555;
  border-radius: 4px !important;
}
.cid-uG4EBfxeLp .nav-item:focus,
.cid-uG4EBfxeLp .nav-link:focus {
  outline: none;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG4EBfxeLp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG4EBfxeLp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar.opened {
  transition: all 0.3s;
}
.cid-uG4EBfxeLp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG4EBfxeLp .navbar .navbar-logo img {
  width: auto;
}
.cid-uG4EBfxeLp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uG4EBfxeLp .navbar.collapsed {
  justify-content: center;
}
.cid-uG4EBfxeLp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG4EBfxeLp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG4EBfxeLp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG4EBfxeLp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .navbar {
    min-height: 72px;
  }
  .cid-uG4EBfxeLp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG4EBfxeLp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG4EBfxeLp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG4EBfxeLp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG4EBfxeLp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uG4EBfxeLp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG4EBfxeLp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG4EBfxeLp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uG4EBfxeLp .dropdown-item.active,
.cid-uG4EBfxeLp .dropdown-item:active {
  background-color: transparent;
}
.cid-uG4EBfxeLp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG4EBfxeLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff555;
}
.cid-uG4EBfxeLp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uG4EBfxeLp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uG4EBfxeLp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG4EBfxeLp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .navbar-buttons {
    text-align: left;
  }
}
.cid-uG4EBfxeLp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG4EBfxeLp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG4EBfxeLp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG4EBfxeLp .navbar {
    height: 70px;
  }
  .cid-uG4EBfxeLp .navbar.opened {
    height: auto;
  }
  .cid-uG4EBfxeLp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uG4EBfxeLp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uG4EBfxeLp .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uG4EBfxeLp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .navbar-brand {
    margin-right: auto;
  }
  .cid-uG4EBfxeLp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fff555;
    border-radius: 4px !important;
  }
  .cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uG4EBfxeLp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uG4EBfxeLp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG4EBfxeLp .navbar-brand,
.cid-uG4EBfxeLp .navbar-toggler,
.cid-uG4EBfxeLp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uFHrQcyblu {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uFHrQcyblu .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFHrQcyblu .image-wrap {
    padding: 16px;
  }
}
.cid-uFHrQcyblu .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uFHrQcyblu .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFHrQcyblu .image-overlay {
    padding: 16px;
  }
}
.cid-uFHrQcyblu .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uFHrQcyblu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHrQcyblu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHrQcyblu .row {
  justify-content: center;
}
.cid-uFHrQcyblu .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uFHrQcyblu .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFHrQcyblu .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uFHrQcyblu .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFHrQcyblu .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFHrQcyblu .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFHrQcyblu .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFHrQcyblu .mbr-text,
.cid-uFHrQcyblu .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFHrQcyblu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFHrQcyblu .mbr-text,
.cid-uFHrQcyblu .mbr-section-btn {
  text-align: center;
}
.cid-uFHrQcyblu .mbr-text,
.cid-uFHrQcyblu .text-wrapper,
.cid-uFHrQcyblu .mbr-section-btn {
  color: #000000;
}
.cid-uFwLEJlyyJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uFwLEJlyyJ .row {
  justify-content: flex-start;
}
.cid-uFwLEJlyyJ .mbr-section-title {
  color: #000000;
}
.cid-uFwLEJlyyJ .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uFwLEJlyyJ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEJlyyJ .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uFwLEJlyyJ .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uFwLEJlyyJ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEJlyyJ .mbr-text {
    margin-top: 20px;
  }
}
.cid-uFwLEKh0og {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uFwLEKh0og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwLEKh0og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwLEKh0og .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uFwLEKh0og .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uFwLEKh0og .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uFwLEKh0og .google-map {
  height: 600px;
  position: relative;
}
.cid-uFwLEKh0og .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFwLEKh0og .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFwLEKh0og .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFwLEKh0og .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFwLELcRMu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/56.webp");
}
.cid-uFwLELcRMu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uFwLELcRMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwLELcRMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwLELcRMu .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFwLELcRMu .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #fff555;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFwLELcRMu .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFwLELcRMu .mbr-section-title {
  color: #150764;
}
.cid-uFwLELcRMu .mbr-desc {
  color: #000000;
}
.cid-uFwLELcRMu .list {
  color: #150764;
}
.cid-uFwLELcRMu .list,
.cid-uFwLELcRMu .item-wrap {
  color: #000000;
}
.cid-uG4EBfxeLp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uG4EBfxeLp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG4EBfxeLp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG4EBfxeLp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uG4EBfxeLp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uG4EBfxeLp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uG4EBfxeLp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uG4EBfxeLp .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uG4EBfxeLp .nav-link:hover {
  color: #fc003d !important;
}
.cid-uG4EBfxeLp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uG4EBfxeLp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uG4EBfxeLp .navbar-caption:hover,
.cid-uG4EBfxeLp .navbar-caption:focus {
  color: #fc003d !important;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uG4EBfxeLp .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #fff555;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .menu-container {
    margin: 16px;
  }
}
.cid-uG4EBfxeLp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uG4EBfxeLp .iconfont-wrapper:hover,
.cid-uG4EBfxeLp .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uG4EBfxeLp .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: #fff555;
  border-radius: 4px !important;
}
.cid-uG4EBfxeLp .nav-item:focus,
.cid-uG4EBfxeLp .nav-link:focus {
  outline: none;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG4EBfxeLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG4EBfxeLp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG4EBfxeLp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar.opened {
  transition: all 0.3s;
}
.cid-uG4EBfxeLp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG4EBfxeLp .navbar .navbar-logo img {
  width: auto;
}
.cid-uG4EBfxeLp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uG4EBfxeLp .navbar.collapsed {
  justify-content: center;
}
.cid-uG4EBfxeLp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG4EBfxeLp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG4EBfxeLp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG4EBfxeLp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG4EBfxeLp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG4EBfxeLp .navbar {
    min-height: 72px;
  }
  .cid-uG4EBfxeLp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG4EBfxeLp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG4EBfxeLp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG4EBfxeLp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG4EBfxeLp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uG4EBfxeLp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG4EBfxeLp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG4EBfxeLp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uG4EBfxeLp .dropdown-item.active,
.cid-uG4EBfxeLp .dropdown-item:active {
  background-color: transparent;
}
.cid-uG4EBfxeLp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG4EBfxeLp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG4EBfxeLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff555;
}
.cid-uG4EBfxeLp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uG4EBfxeLp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uG4EBfxeLp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG4EBfxeLp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .navbar-buttons {
    text-align: left;
  }
}
.cid-uG4EBfxeLp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4EBfxeLp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG4EBfxeLp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4EBfxeLp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG4EBfxeLp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG4EBfxeLp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG4EBfxeLp .navbar {
    height: 70px;
  }
  .cid-uG4EBfxeLp .navbar.opened {
    height: auto;
  }
  .cid-uG4EBfxeLp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uG4EBfxeLp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uG4EBfxeLp .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uG4EBfxeLp .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uG4EBfxeLp .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uG4EBfxeLp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uG4EBfxeLp .navbar-brand {
    margin-right: auto;
  }
  .cid-uG4EBfxeLp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fff555;
    border-radius: 4px !important;
  }
  .cid-uG4EBfxeLp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uG4EBfxeLp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uG4EBfxeLp .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-uG4EBfxeLp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uG4EBfxeLp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG4EBfxeLp .navbar-brand,
.cid-uG4EBfxeLp .navbar-toggler,
.cid-uG4EBfxeLp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uRYm84ULor {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uRYm84ULor .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uRYm84ULor .image-wrap {
    padding: 16px;
  }
}
.cid-uRYm84ULor .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uRYm84ULor .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uRYm84ULor .image-overlay {
    padding: 16px;
  }
}
.cid-uRYm84ULor .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 70%;
}
.cid-uRYm84ULor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm84ULor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm84ULor .row {
  justify-content: center;
}
.cid-uRYm84ULor .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uRYm84ULor .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRYm84ULor .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uRYm84ULor .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uRYm84ULor .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uRYm84ULor .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYm84ULor .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRYm84ULor .mbr-text,
.cid-uRYm84ULor .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uRYm84ULor .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRYm84ULor .mbr-text,
.cid-uRYm84ULor .mbr-section-btn {
  text-align: center;
}
.cid-uRYm84ULor .mbr-text,
.cid-uRYm84ULor .text-wrapper,
.cid-uRYm84ULor .mbr-section-btn {
  color: #000000;
}
.cid-uRYm85Dhh5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYm85Dhh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm85Dhh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm85Dhh5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRYm85Dhh5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRYm85Dhh5 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRYm85Dhh5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRYm85Dhh5 .container {
    padding: 0 12px;
  }
}
.cid-uRYm85Dhh5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRYm85Dhh5 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRYm85Dhh5 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRYm85Dhh5 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRYm85Dhh5 .mbr-section-title {
  color: #222222;
}
.cid-uRYm85Dhh5 .mbr-section-title DIV {
  text-align: center;
}
.cid-uRYm8653T3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRYm8653T3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm8653T3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm8653T3 .card-wrapper {
  width: 100%;
}
.cid-uRYm8653T3 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRYm8653T3 .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uRYm8653T3 .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uRYm8653T3 .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uRYm8653T3 .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uRYm8653T3 .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRYm8653T3 .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uRYm8653T3 .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uRYm8653T3 .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uRYm8653T3 .card-title {
    text-align: center !important;
  }
}
.cid-uRYm8653T3 .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uRYm8653T3 .card-text {
    text-align: center !important;
  }
}
.cid-uRYm86MVvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYm86MVvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm86MVvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm86MVvi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uRYm86MVvi .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uRYm86MVvi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRYm86MVvi .container {
    padding: 0 16px;
  }
}
.cid-uRYm86MVvi .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uRYm86MVvi .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uRYm86MVvi .item {
    margin-bottom: 24px;
  }
}
.cid-uRYm86MVvi .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #fb460d 34%, #0db5b8 67%, #846f7b) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uRYm86MVvi .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYm86MVvi .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uRYm86MVvi .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uRYm86MVvi .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRYm86MVvi .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uRYm86MVvi .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #846f7b);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRYm86MVvi .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uRYm86MVvi .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uRYm86MVvi .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uRYm86MVvi .card-text {
  color: #333333;
  text-align: center;
}
.cid-uRYm86MVvi .card-name {
  color: #080808;
}
.cid-uRYm87RBqE {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYm87RBqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm87RBqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm87RBqE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRYm87RBqE .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uRYm87RBqE .col-img {
    order: 2;
  }
}
.cid-uRYm87RBqE .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uRYm87RBqE .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uRYm87RBqE .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uRYm87RBqE .col-tex {
    order: 1;
  }
}
.cid-uRYm87RBqE .card-title {
  color: #000000;
}
.cid-uRYm87RBqE .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uRYm87RBqE .mbr-section-btn {
  margin-top: 60px;
}
.cid-uRYm87RBqE .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYm87RBqE .mbr-text,
.cid-uRYm87RBqE .mbr-section-btn {
  color: #000000;
}
.cid-uRYm88vfVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYm88vfVu .row {
  justify-content: flex-start;
}
.cid-uRYm88vfVu .mbr-section-title {
  color: #000000;
}
.cid-uRYm88vfVu .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYm88vfVu .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm88vfVu .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYm88vfVu .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRYm88vfVu .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm88vfVu .mbr-text {
    margin-top: 20px;
  }
}
.cid-uRYm896AS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRYm896AS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm896AS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm896AS5 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uRYm896AS5 .row {
  justify-content: center;
}
.cid-uRYm896AS5 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uRYm896AS5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uRYm896AS5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYm89BIms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYm89BIms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm89BIms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm89BIms .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRYm89BIms .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRYm89BIms .container {
    padding: 0 15px;
  }
}
.cid-uRYm89BIms .content-wrapper {
  position: relative;
}
.cid-uRYm89BIms .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRYm89BIms .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRYm89BIms .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYm89BIms .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uRYm89BIms .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRYm89BIms .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uRYm89BIms .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uRYm89BIms .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uRYm89BIms .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRYm89BIms .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRYm89BIms .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uRYm89BIms .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #fff555;
  transform: skewX(-20deg);
}
.cid-uRYm89BIms .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRYm89BIms .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uRYm89BIms .mbr-text {
  color: #f7f5f6;
}
.cid-uRYm89BIms .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYm89BIms .mbr-text,
.cid-uRYm89BIms .icon-wrapper {
  color: #000000;
}
.cid-uRYm8azasr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYm8azasr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm8azasr .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-uRYm8azasr .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uRYm8azasr .col-img {
    order: 2;
  }
}
.cid-uRYm8azasr .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uRYm8azasr .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uRYm8azasr .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uRYm8azasr .col-tex {
    order: 1;
  }
}
.cid-uRYm8azasr .card-title {
  color: #000000;
  text-align: center;
}
.cid-uRYm8azasr .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uRYm8azasr .mbr-section-btn {
  margin-top: 60px;
}
.cid-uRYm8azasr .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYm8azasr .mbr-text,
.cid-uRYm8azasr .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRYm8bkBjq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYm8bkBjq .row {
  justify-content: flex-start;
}
.cid-uRYm8bkBjq .mbr-section-title {
  color: #000000;
}
.cid-uRYm8bkBjq .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYm8bkBjq .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm8bkBjq .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYm8bkBjq .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRYm8bkBjq .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm8bkBjq .mbr-text {
    margin-top: 20px;
  }
}
.cid-uRYm8bS0mr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYm8bS0mr .row {
  justify-content: flex-start;
}
.cid-uRYm8bS0mr .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uRYm8bS0mr .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRYm8bS0mr .mbr-section-title {
  color: #45494E;
}
.cid-uRYm8bS0mr .mbr-section-subtitle {
  color: #45494E;
}
.cid-uRYm8bS0mr .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRYm8bS0mr .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm8bS0mr .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uRYm8bS0mr .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uRYm8bS0mr .item-content {
    padding-bottom: 10%;
  }
}
.cid-uRYm8bS0mr .item-title {
  color: #000000;
  text-align: center;
}
.cid-uRYm8bS0mr .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uRYm8bS0mr .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uRYm8bS0mr .mbr-section-btn {
  margin-top: auto;
}
.cid-uRYm8bS0mr .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uRYm8bS0mr .item-img {
    margin-bottom: 24px;
  }
}
.cid-uRYm8bS0mr .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRYm8bS0mr .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRYm8bS0mr .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uRYm8cI8bj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYm8cI8bj .row {
  justify-content: flex-start;
}
.cid-uRYm8cI8bj .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-uRYm8cI8bj .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uRYm8cI8bj .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uRYm8cI8bj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYm8cI8bj .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYm8cI8bj .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm8cI8bj .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYm8cI8bj .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #ffffff;
  border-left: 1px solid #000000;
}
.cid-uRYm8cI8bj .mbr-text {
  color: #000000;
}
.cid-uRYm8cI8bj .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uRYm8cI8bj .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm8cI8bj .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-uRYm8cI8bj .name-text {
  color: #45494E;
}
.cid-uRYm8cI8bj .date-text {
  color: #5c6064;
}
.cid-uRYm8doLxb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYm8doLxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm8doLxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRYm8doLxb .container {
    padding: 0 16px;
  }
}
.cid-uRYm8doLxb .row {
  justify-content: center;
}
.cid-uRYm8doLxb .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uRYm8doLxb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRYm8doLxb .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uRYm8doLxb .panel-group .card {
    padding: 24px;
  }
}
.cid-uRYm8doLxb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRYm8doLxb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRYm8doLxb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYm8doLxb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRYm8doLxb .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYm8doLxb .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uRYm8doLxb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRYm8doLxb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uRYm8doLxb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRYm8doLxb .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uRYm8doLxb .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uRYm8doLxb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRYm8doLxb .mbr-section-title {
  color: #000000;
}
.cid-uRYm8doLxb .panel-title-edit {
  color: #000000;
}
.cid-uRYm8doLxb .panel-text {
  color: #000000;
}
.cid-uRYm8doLxb .mbr-section-title,
.cid-uRYm8doLxb .title-wrapper {
  text-align: center;
}
.cid-uRYm8fev8c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff555;
  margin-bottom: 2px;
}
.cid-uRYm8fev8c .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uRYm8fev8c .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uRYm8fev8c .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uRYm8fev8c .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uRYm8fev8c .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uRYtjQk3Bk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRYtjQk3Bk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYtjQk3Bk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYtjQk3Bk .card-wrapper {
  position: relative;
  background-color: #fff555;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRYtjQk3Bk .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRYtjQk3Bk .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uRYtjQk3Bk .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRYtjQk3Bk .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #ffef46;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #02050a;
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRYtjQk3Bk .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRYtjQk3Bk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYtjQk3Bk .panel-title-edit {
  color: #000000;
}
.cid-uRYtjQk3Bk .panel-text {
  color: #f5f8ff;
}
.cid-uRYtjQk3Bk .panel-text,
.cid-uRYtjQk3Bk .panel-body {
  color: #000000;
}
.cid-uRYm8g9p8H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRYm8g9p8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm8g9p8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm8g9p8H .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uRYm8g9p8H .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uRYm8g9p8H .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uRYm8g9p8H .google-map {
  height: 600px;
  position: relative;
}
.cid-uRYm8g9p8H .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRYm8g9p8H .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRYm8g9p8H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRYm8g9p8H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRYm8h3PJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/56.webp");
}
.cid-uRYm8h3PJ9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRYm8h3PJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYm8h3PJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYm8h3PJ9 .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uRYm8h3PJ9 .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uRYm8h3PJ9 .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uRYm8h3PJ9 .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uRYm8h3PJ9 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRYm8h3PJ9 .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uRYm8h3PJ9 .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uRYm8h3PJ9 .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRYm8h3PJ9 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRYm8h3PJ9 .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uRYm8h3PJ9 .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRYm8h3PJ9 .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #fff555;
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRYm8h3PJ9 .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uRYm8h3PJ9 .mbr-section-title {
  color: #150764;
}
.cid-uRYm8h3PJ9 .mbr-desc {
  color: #000000;
}
.cid-uRYm8h3PJ9 .list {
  color: #150764;
}
.cid-uRYm8h3PJ9 .list,
.cid-uRYm8h3PJ9 .item-wrap {
  color: #000000;
}
.cid-uRYm8ibX6d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uRYm8ibX6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRYm8ibX6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRYm8ibX6d .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRYm8ibX6d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRYm8ibX6d .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uRYm8ibX6d .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uRYm8ibX6d .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uRYm8ibX6d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRYm8ibX6d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRYm8ibX6d .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uRYm8ibX6d .nav-link:hover {
  color: #fc003d !important;
}
.cid-uRYm8ibX6d .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRYm8ibX6d .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRYm8ibX6d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uRYm8ibX6d .navbar-caption:hover,
.cid-uRYm8ibX6d .navbar-caption:focus {
  color: #fc003d !important;
}
@media (max-width: 767px) {
  .cid-uRYm8ibX6d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRYm8ibX6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRYm8ibX6d .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #fff555;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRYm8ibX6d .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uRYm8ibX6d .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uRYm8ibX6d .menu-container {
    margin: 16px;
  }
}
.cid-uRYm8ibX6d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uRYm8ibX6d .iconfont-wrapper:hover,
.cid-uRYm8ibX6d .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uRYm8ibX6d .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: #fff555;
  border-radius: 4px !important;
}
.cid-uRYm8ibX6d .nav-item:focus,
.cid-uRYm8ibX6d .nav-link:focus {
  outline: none;
}
.cid-uRYm8ibX6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRYm8ibX6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRYm8ibX6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRYm8ibX6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRYm8ibX6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRYm8ibX6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar.opened {
  transition: all 0.3s;
}
.cid-uRYm8ibX6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRYm8ibX6d .navbar .navbar-logo img {
  width: auto;
}
.cid-uRYm8ibX6d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRYm8ibX6d .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uRYm8ibX6d .navbar.collapsed {
  justify-content: center;
}
.cid-uRYm8ibX6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRYm8ibX6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRYm8ibX6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRYm8ibX6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRYm8ibX6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRYm8ibX6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRYm8ibX6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRYm8ibX6d .navbar {
    min-height: 72px;
  }
  .cid-uRYm8ibX6d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRYm8ibX6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRYm8ibX6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRYm8ibX6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRYm8ibX6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRYm8ibX6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRYm8ibX6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRYm8ibX6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRYm8ibX6d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRYm8ibX6d .dropdown-item.active,
.cid-uRYm8ibX6d .dropdown-item:active {
  background-color: transparent;
}
.cid-uRYm8ibX6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRYm8ibX6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRYm8ibX6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRYm8ibX6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff555;
}
.cid-uRYm8ibX6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRYm8ibX6d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRYm8ibX6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRYm8ibX6d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRYm8ibX6d .navbar-buttons {
    text-align: left;
  }
}
.cid-uRYm8ibX6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRYm8ibX6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uRYm8ibX6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRYm8ibX6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYm8ibX6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYm8ibX6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRYm8ibX6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYm8ibX6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRYm8ibX6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRYm8ibX6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYm8ibX6d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRYm8ibX6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRYm8ibX6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRYm8ibX6d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRYm8ibX6d .navbar {
    height: 70px;
  }
  .cid-uRYm8ibX6d .navbar.opened {
    height: auto;
  }
  .cid-uRYm8ibX6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRYm8ibX6d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRYm8ibX6d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRYm8ibX6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRYm8ibX6d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uRYm8ibX6d .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uRYm8ibX6d .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uRYm8ibX6d .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uRYm8ibX6d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRYm8ibX6d .navbar-brand {
    margin-right: auto;
  }
  .cid-uRYm8ibX6d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fff555;
    border-radius: 4px !important;
  }
  .cid-uRYm8ibX6d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRYm8ibX6d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRYm8ibX6d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRYm8ibX6d .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-uRYm8ibX6d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRYm8ibX6d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRYm8ibX6d .navbar-brand,
.cid-uRYm8ibX6d .navbar-toggler,
.cid-uRYm8ibX6d .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uRYwSjjbL2 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uRYwSjjbL2 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uRYwSjjbL2 .image-wrap {
    padding: 16px;
  }
}
.cid-uRYwSjjbL2 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uRYwSjjbL2 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uRYwSjjbL2 .image-overlay {
    padding: 16px;
  }
}
.cid-uRYwSjjbL2 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 70%;
}
.cid-uRYwSjjbL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSjjbL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSjjbL2 .row {
  justify-content: center;
}
.cid-uRYwSjjbL2 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uRYwSjjbL2 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwSjjbL2 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uRYwSjjbL2 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uRYwSjjbL2 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uRYwSjjbL2 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYwSjjbL2 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRYwSjjbL2 .mbr-text,
.cid-uRYwSjjbL2 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uRYwSjjbL2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRYwSjjbL2 .mbr-text,
.cid-uRYwSjjbL2 .mbr-section-btn {
  text-align: center;
}
.cid-uRYwSjjbL2 .mbr-text,
.cid-uRYwSjjbL2 .text-wrapper,
.cid-uRYwSjjbL2 .mbr-section-btn {
  color: #000000;
}
.cid-uRYwSk6WgA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYwSk6WgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSk6WgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSk6WgA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRYwSk6WgA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRYwSk6WgA .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwSk6WgA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRYwSk6WgA .container {
    padding: 0 12px;
  }
}
.cid-uRYwSk6WgA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRYwSk6WgA .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRYwSk6WgA .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRYwSk6WgA .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRYwSk6WgA .mbr-section-title {
  color: #222222;
}
.cid-uRYwSk6WgA .mbr-section-title DIV {
  text-align: center;
}
.cid-uRYwSkOqN9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRYwSkOqN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSkOqN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSkOqN9 .card-wrapper {
  width: 100%;
}
.cid-uRYwSkOqN9 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRYwSkOqN9 .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uRYwSkOqN9 .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uRYwSkOqN9 .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSkOqN9 .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uRYwSkOqN9 .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRYwSkOqN9 .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uRYwSkOqN9 .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uRYwSkOqN9 .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uRYwSkOqN9 .card-title {
    text-align: center !important;
  }
}
.cid-uRYwSkOqN9 .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uRYwSkOqN9 .card-text {
    text-align: center !important;
  }
}
.cid-uRYwSlpXO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYwSlpXO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSlpXO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSlpXO4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uRYwSlpXO4 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwSlpXO4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwSlpXO4 .container {
    padding: 0 16px;
  }
}
.cid-uRYwSlpXO4 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uRYwSlpXO4 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uRYwSlpXO4 .item {
    margin-bottom: 24px;
  }
}
.cid-uRYwSlpXO4 .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #fb460d 34%, #0db5b8 67%, #846f7b) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uRYwSlpXO4 .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYwSlpXO4 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uRYwSlpXO4 .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uRYwSlpXO4 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRYwSlpXO4 .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uRYwSlpXO4 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #846f7b);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRYwSlpXO4 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uRYwSlpXO4 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uRYwSlpXO4 .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uRYwSlpXO4 .card-text {
  color: #333333;
  text-align: center;
}
.cid-uRYwSlpXO4 .card-name {
  color: #080808;
}
.cid-uRYwSmf33u {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYwSmf33u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSmf33u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSmf33u .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRYwSmf33u .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uRYwSmf33u .col-img {
    order: 2;
  }
}
.cid-uRYwSmf33u .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uRYwSmf33u .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uRYwSmf33u .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uRYwSmf33u .col-tex {
    order: 1;
  }
}
.cid-uRYwSmf33u .card-title {
  color: #000000;
}
.cid-uRYwSmf33u .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uRYwSmf33u .mbr-section-btn {
  margin-top: 60px;
}
.cid-uRYwSmf33u .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYwSmf33u .mbr-text,
.cid-uRYwSmf33u .mbr-section-btn {
  color: #000000;
}
.cid-uRYwSmInmj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYwSmInmj .row {
  justify-content: flex-start;
}
.cid-uRYwSmInmj .mbr-section-title {
  color: #000000;
}
.cid-uRYwSmInmj .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYwSmInmj .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSmInmj .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYwSmInmj .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRYwSmInmj .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSmInmj .mbr-text {
    margin-top: 20px;
  }
}
.cid-uRYwSnbxmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRYwSnbxmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSnbxmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSnbxmE .container {
  max-width: 100%;
  width: 100%;
}
.cid-uRYwSnbxmE .row {
  justify-content: center;
}
.cid-uRYwSnbxmE .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uRYwSnbxmE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uRYwSnbxmE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYwSnCiHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYwSnCiHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSnCiHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSnCiHL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRYwSnCiHL .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwSnCiHL .container {
    padding: 0 15px;
  }
}
.cid-uRYwSnCiHL .content-wrapper {
  position: relative;
}
.cid-uRYwSnCiHL .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRYwSnCiHL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYwSnCiHL .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRYwSnCiHL .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRYwSnCiHL .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #fff555;
  transform: skewX(-20deg);
}
.cid-uRYwSnCiHL .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRYwSnCiHL .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uRYwSnCiHL .mbr-text {
  color: #f7f5f6;
}
.cid-uRYwSnCiHL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYwSnCiHL .mbr-text,
.cid-uRYwSnCiHL .icon-wrapper {
  color: #000000;
}
.cid-uRYwSoeJKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYwSoeJKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSoeJKu .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-uRYwSoeJKu .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uRYwSoeJKu .col-img {
    order: 2;
  }
}
.cid-uRYwSoeJKu .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uRYwSoeJKu .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uRYwSoeJKu .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uRYwSoeJKu .col-tex {
    order: 1;
  }
}
.cid-uRYwSoeJKu .card-title {
  color: #000000;
  text-align: center;
}
.cid-uRYwSoeJKu .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uRYwSoeJKu .mbr-section-btn {
  margin-top: 60px;
}
.cid-uRYwSoeJKu .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYwSoeJKu .mbr-text,
.cid-uRYwSoeJKu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRYwSoO24i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYwSoO24i .row {
  justify-content: flex-start;
}
.cid-uRYwSoO24i .mbr-section-title {
  color: #000000;
}
.cid-uRYwSoO24i .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYwSoO24i .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSoO24i .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYwSoO24i .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRYwSoO24i .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSoO24i .mbr-text {
    margin-top: 20px;
  }
}
.cid-uRYwSplFd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYwSplFd8 .row {
  justify-content: flex-start;
}
.cid-uRYwSplFd8 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uRYwSplFd8 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRYwSplFd8 .mbr-section-title {
  color: #45494E;
}
.cid-uRYwSplFd8 .mbr-section-subtitle {
  color: #45494E;
}
.cid-uRYwSplFd8 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRYwSplFd8 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSplFd8 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uRYwSplFd8 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uRYwSplFd8 .item-content {
    padding-bottom: 10%;
  }
}
.cid-uRYwSplFd8 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uRYwSplFd8 .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uRYwSplFd8 .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uRYwSplFd8 .mbr-section-btn {
  margin-top: auto;
}
.cid-uRYwSplFd8 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uRYwSplFd8 .item-img {
    margin-bottom: 24px;
  }
}
.cid-uRYwSplFd8 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRYwSplFd8 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRYwSplFd8 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uRYwSpVNqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYwSpVNqx .row {
  justify-content: flex-start;
}
.cid-uRYwSpVNqx .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-uRYwSpVNqx .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uRYwSpVNqx .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uRYwSpVNqx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYwSpVNqx .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYwSpVNqx .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSpVNqx .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYwSpVNqx .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #ffffff;
  border-left: 1px solid #000000;
}
.cid-uRYwSpVNqx .mbr-text {
  color: #000000;
}
.cid-uRYwSpVNqx .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uRYwSpVNqx .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSpVNqx .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-uRYwSpVNqx .name-text {
  color: #45494E;
}
.cid-uRYwSpVNqx .date-text {
  color: #5c6064;
}
.cid-uRYwSqv1px {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYwSqv1px .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSqv1px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRYwSqv1px .container {
    padding: 0 16px;
  }
}
.cid-uRYwSqv1px .row {
  justify-content: center;
}
.cid-uRYwSqv1px .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uRYwSqv1px .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRYwSqv1px .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uRYwSqv1px .panel-group .card {
    padding: 24px;
  }
}
.cid-uRYwSqv1px .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRYwSqv1px .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRYwSqv1px .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYwSqv1px .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRYwSqv1px .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYwSqv1px .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uRYwSqv1px .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRYwSqv1px .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uRYwSqv1px .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRYwSqv1px .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uRYwSqv1px .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uRYwSqv1px .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRYwSqv1px .mbr-section-title {
  color: #000000;
}
.cid-uRYwSqv1px .panel-title-edit {
  color: #000000;
}
.cid-uRYwSqv1px .panel-text {
  color: #000000;
}
.cid-uRYwSqv1px .mbr-section-title,
.cid-uRYwSqv1px .title-wrapper {
  text-align: center;
}
.cid-uRYwSreuZp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff555;
  margin-bottom: 2px;
}
.cid-uRYwSreuZp .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uRYwSreuZp .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uRYwSreuZp .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uRYwSreuZp .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uRYwSreuZp .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uRYwSrNInB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRYwSrNInB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSrNInB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSrNInB .card-wrapper {
  position: relative;
  background-color: #fff555;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRYwSrNInB .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwSrNInB .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uRYwSrNInB .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRYwSrNInB .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #ffef46;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #02050a;
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRYwSrNInB .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRYwSrNInB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYwSrNInB .panel-title-edit {
  color: #000000;
}
.cid-uRYwSrNInB .panel-text {
  color: #f5f8ff;
}
.cid-uRYwSrNInB .panel-text,
.cid-uRYwSrNInB .panel-body {
  color: #000000;
}
.cid-uRYwSsuLmn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRYwSsuLmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwSsuLmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwSsuLmn .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uRYwSsuLmn .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uRYwSsuLmn .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uRYwSsuLmn .google-map {
  height: 600px;
  position: relative;
}
.cid-uRYwSsuLmn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRYwSsuLmn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRYwSsuLmn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRYwSsuLmn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRYwStdlyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/56.webp");
}
.cid-uRYwStdlyV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRYwStdlyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYwStdlyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYwStdlyV .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uRYwStdlyV .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uRYwStdlyV .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uRYwStdlyV .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uRYwStdlyV .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwStdlyV .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uRYwStdlyV .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uRYwStdlyV .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRYwStdlyV .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRYwStdlyV .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uRYwStdlyV .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uRYwStdlyV .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRYwStdlyV .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #fff555;
}
.cid-uRYwStdlyV .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRYwStdlyV .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uRYwStdlyV .mbr-section-title {
  color: #150764;
}
.cid-uRYwStdlyV .mbr-desc {
  color: #000000;
}
.cid-uRYwStdlyV .list {
  color: #150764;
}
.cid-uRYwStdlyV .list,
.cid-uRYwStdlyV .item-wrap {
  color: #000000;
}
.cid-uRYwSu3ldk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uRYwSu3ldk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRYwSu3ldk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRYwSu3ldk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRYwSu3ldk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRYwSu3ldk .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uRYwSu3ldk .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uRYwSu3ldk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uRYwSu3ldk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRYwSu3ldk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRYwSu3ldk .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uRYwSu3ldk .nav-link:hover {
  color: #fc003d !important;
}
.cid-uRYwSu3ldk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRYwSu3ldk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRYwSu3ldk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uRYwSu3ldk .navbar-caption:hover,
.cid-uRYwSu3ldk .navbar-caption:focus {
  color: #fc003d !important;
}
@media (max-width: 767px) {
  .cid-uRYwSu3ldk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRYwSu3ldk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRYwSu3ldk .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #fff555;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRYwSu3ldk .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uRYwSu3ldk .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uRYwSu3ldk .menu-container {
    margin: 16px;
  }
}
.cid-uRYwSu3ldk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uRYwSu3ldk .iconfont-wrapper:hover,
.cid-uRYwSu3ldk .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uRYwSu3ldk .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: #fff555;
  border-radius: 4px !important;
}
.cid-uRYwSu3ldk .nav-item:focus,
.cid-uRYwSu3ldk .nav-link:focus {
  outline: none;
}
.cid-uRYwSu3ldk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRYwSu3ldk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRYwSu3ldk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRYwSu3ldk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRYwSu3ldk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRYwSu3ldk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar.opened {
  transition: all 0.3s;
}
.cid-uRYwSu3ldk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRYwSu3ldk .navbar .navbar-logo img {
  width: auto;
}
.cid-uRYwSu3ldk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRYwSu3ldk .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uRYwSu3ldk .navbar.collapsed {
  justify-content: center;
}
.cid-uRYwSu3ldk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRYwSu3ldk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRYwSu3ldk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRYwSu3ldk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRYwSu3ldk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRYwSu3ldk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRYwSu3ldk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRYwSu3ldk .navbar {
    min-height: 72px;
  }
  .cid-uRYwSu3ldk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRYwSu3ldk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRYwSu3ldk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRYwSu3ldk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRYwSu3ldk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRYwSu3ldk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRYwSu3ldk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRYwSu3ldk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRYwSu3ldk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRYwSu3ldk .dropdown-item.active,
.cid-uRYwSu3ldk .dropdown-item:active {
  background-color: transparent;
}
.cid-uRYwSu3ldk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRYwSu3ldk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRYwSu3ldk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRYwSu3ldk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff555;
}
.cid-uRYwSu3ldk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRYwSu3ldk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRYwSu3ldk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRYwSu3ldk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRYwSu3ldk .navbar-buttons {
    text-align: left;
  }
}
.cid-uRYwSu3ldk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRYwSu3ldk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uRYwSu3ldk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRYwSu3ldk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYwSu3ldk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYwSu3ldk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRYwSu3ldk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYwSu3ldk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRYwSu3ldk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRYwSu3ldk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYwSu3ldk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRYwSu3ldk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRYwSu3ldk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRYwSu3ldk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRYwSu3ldk .navbar {
    height: 70px;
  }
  .cid-uRYwSu3ldk .navbar.opened {
    height: auto;
  }
  .cid-uRYwSu3ldk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRYwSu3ldk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRYwSu3ldk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRYwSu3ldk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRYwSu3ldk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uRYwSu3ldk .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uRYwSu3ldk .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uRYwSu3ldk .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uRYwSu3ldk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRYwSu3ldk .navbar-brand {
    margin-right: auto;
  }
  .cid-uRYwSu3ldk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fff555;
    border-radius: 4px !important;
  }
  .cid-uRYwSu3ldk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRYwSu3ldk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRYwSu3ldk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRYwSu3ldk .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-uRYwSu3ldk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRYwSu3ldk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRYwSu3ldk .navbar-brand,
.cid-uRYwSu3ldk .navbar-toggler,
.cid-uRYwSu3ldk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uRYAnDLDp1 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uRYAnDLDp1 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uRYAnDLDp1 .image-wrap {
    padding: 16px;
  }
}
.cid-uRYAnDLDp1 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uRYAnDLDp1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uRYAnDLDp1 .image-overlay {
    padding: 16px;
  }
}
.cid-uRYAnDLDp1 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 70%;
}
.cid-uRYAnDLDp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnDLDp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnDLDp1 .row {
  justify-content: center;
}
.cid-uRYAnDLDp1 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uRYAnDLDp1 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnDLDp1 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uRYAnDLDp1 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uRYAnDLDp1 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uRYAnDLDp1 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYAnDLDp1 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRYAnDLDp1 .mbr-text,
.cid-uRYAnDLDp1 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uRYAnDLDp1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRYAnDLDp1 .mbr-text,
.cid-uRYAnDLDp1 .mbr-section-btn {
  text-align: center;
}
.cid-uRYAnDLDp1 .mbr-text,
.cid-uRYAnDLDp1 .text-wrapper,
.cid-uRYAnDLDp1 .mbr-section-btn {
  color: #000000;
}
.cid-uRYAnEZ0ux {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYAnEZ0ux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnEZ0ux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnEZ0ux .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRYAnEZ0ux .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRYAnEZ0ux .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnEZ0ux .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRYAnEZ0ux .container {
    padding: 0 12px;
  }
}
.cid-uRYAnEZ0ux .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRYAnEZ0ux .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uRYAnEZ0ux .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uRYAnEZ0ux .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uRYAnEZ0ux .mbr-section-title {
  color: #222222;
}
.cid-uRYAnEZ0ux .mbr-section-title DIV {
  text-align: center;
}
.cid-uRYAnFpxsR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRYAnFpxsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnFpxsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnFpxsR .card-wrapper {
  width: 100%;
}
.cid-uRYAnFpxsR .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRYAnFpxsR .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uRYAnFpxsR .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uRYAnFpxsR .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnFpxsR .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uRYAnFpxsR .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRYAnFpxsR .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uRYAnFpxsR .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uRYAnFpxsR .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uRYAnFpxsR .card-title {
    text-align: center !important;
  }
}
.cid-uRYAnFpxsR .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uRYAnFpxsR .card-text {
    text-align: center !important;
  }
}
.cid-uRYAnFINzA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYAnFINzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnFINzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnFINzA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uRYAnFINzA .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnFINzA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnFINzA .container {
    padding: 0 16px;
  }
}
.cid-uRYAnFINzA .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uRYAnFINzA .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uRYAnFINzA .item {
    margin-bottom: 24px;
  }
}
.cid-uRYAnFINzA .item .item-wrapper {
  background-image: linear-gradient(135deg, #0db5b8, #fb460d 34%, #0db5b8 67%, #846f7b) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uRYAnFINzA .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYAnFINzA .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uRYAnFINzA .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uRYAnFINzA .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRYAnFINzA .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uRYAnFINzA .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #0db5b8, #846f7b);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRYAnFINzA .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uRYAnFINzA .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uRYAnFINzA .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uRYAnFINzA .card-text {
  color: #333333;
  text-align: center;
}
.cid-uRYAnFINzA .card-name {
  color: #080808;
}
.cid-uRYAnGc9wk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYAnGc9wk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnGc9wk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnGc9wk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uRYAnGc9wk .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uRYAnGc9wk .col-img {
    order: 2;
  }
}
.cid-uRYAnGc9wk .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uRYAnGc9wk .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uRYAnGc9wk .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uRYAnGc9wk .col-tex {
    order: 1;
  }
}
.cid-uRYAnGc9wk .card-title {
  color: #000000;
}
.cid-uRYAnGc9wk .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uRYAnGc9wk .mbr-section-btn {
  margin-top: 60px;
}
.cid-uRYAnGc9wk .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYAnGc9wk .mbr-text,
.cid-uRYAnGc9wk .mbr-section-btn {
  color: #000000;
}
.cid-uRYAnGxRks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYAnGxRks .row {
  justify-content: flex-start;
}
.cid-uRYAnGxRks .mbr-section-title {
  color: #000000;
}
.cid-uRYAnGxRks .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYAnGxRks .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnGxRks .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYAnGxRks .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRYAnGxRks .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnGxRks .mbr-text {
    margin-top: 20px;
  }
}
.cid-uRYAnGRHo5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRYAnGRHo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnGRHo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnGRHo5 .container {
  max-width: 100%;
  width: 100%;
}
.cid-uRYAnGRHo5 .row {
  justify-content: center;
}
.cid-uRYAnGRHo5 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uRYAnGRHo5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uRYAnGRHo5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYAnHj8Bk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYAnHj8Bk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnHj8Bk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnHj8Bk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRYAnHj8Bk .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnHj8Bk .container {
    padding: 0 15px;
  }
}
.cid-uRYAnHj8Bk .content-wrapper {
  position: relative;
}
.cid-uRYAnHj8Bk .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRYAnHj8Bk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYAnHj8Bk .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRYAnHj8Bk .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRYAnHj8Bk .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #fff555;
  transform: skewX(-20deg);
}
.cid-uRYAnHj8Bk .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRYAnHj8Bk .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uRYAnHj8Bk .mbr-text {
  color: #f7f5f6;
}
.cid-uRYAnHj8Bk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYAnHj8Bk .mbr-text,
.cid-uRYAnHj8Bk .icon-wrapper {
  color: #000000;
}
.cid-uRYAnHTOT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYAnHTOT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnHTOT4 .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-uRYAnHTOT4 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uRYAnHTOT4 .col-img {
    order: 2;
  }
}
.cid-uRYAnHTOT4 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uRYAnHTOT4 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-uRYAnHTOT4 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-uRYAnHTOT4 .col-tex {
    order: 1;
  }
}
.cid-uRYAnHTOT4 .card-title {
  color: #000000;
  text-align: center;
}
.cid-uRYAnHTOT4 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-uRYAnHTOT4 .mbr-section-btn {
  margin-top: 60px;
}
.cid-uRYAnHTOT4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRYAnHTOT4 .mbr-text,
.cid-uRYAnHTOT4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uRYAnJoUve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYAnJoUve .row {
  justify-content: flex-start;
}
.cid-uRYAnJoUve .mbr-section-title {
  color: #000000;
}
.cid-uRYAnJoUve .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uRYAnJoUve .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnJoUve .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYAnJoUve .mbr-text {
  margin-top: 36px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uRYAnJoUve .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnJoUve .mbr-text {
    margin-top: 20px;
  }
}
.cid-uRYAnKvXbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYAnKvXbA .row {
  justify-content: flex-start;
}
.cid-uRYAnKvXbA .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uRYAnKvXbA .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRYAnKvXbA .mbr-section-title {
  color: #45494E;
}
.cid-uRYAnKvXbA .mbr-section-subtitle {
  color: #45494E;
}
.cid-uRYAnKvXbA .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRYAnKvXbA .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnKvXbA .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uRYAnKvXbA .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uRYAnKvXbA .item-content {
    padding-bottom: 10%;
  }
}
.cid-uRYAnKvXbA .item-title {
  color: #000000;
  text-align: center;
}
.cid-uRYAnKvXbA .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uRYAnKvXbA .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-uRYAnKvXbA .mbr-section-btn {
  margin-top: auto;
}
.cid-uRYAnKvXbA .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-uRYAnKvXbA .item-img {
    margin-bottom: 24px;
  }
}
.cid-uRYAnKvXbA .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uRYAnKvXbA .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRYAnKvXbA .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uRYAnLdlwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff555;
}
.cid-uRYAnLdlwK .row {
  justify-content: flex-start;
}
.cid-uRYAnLdlwK .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-uRYAnLdlwK .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-uRYAnLdlwK .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uRYAnLdlwK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYAnLdlwK .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uRYAnLdlwK .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnLdlwK .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uRYAnLdlwK .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #ffffff;
  border-left: 1px solid #000000;
}
.cid-uRYAnLdlwK .mbr-text {
  color: #000000;
}
.cid-uRYAnLdlwK .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uRYAnLdlwK .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnLdlwK .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-uRYAnLdlwK .name-text {
  color: #45494E;
}
.cid-uRYAnLdlwK .date-text {
  color: #5c6064;
}
.cid-uRYAnLPM6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRYAnLPM6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnLPM6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRYAnLPM6F .container {
    padding: 0 16px;
  }
}
.cid-uRYAnLPM6F .row {
  justify-content: center;
}
.cid-uRYAnLPM6F .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uRYAnLPM6F .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRYAnLPM6F .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #fff555;
}
@media (max-width: 992px) {
  .cid-uRYAnLPM6F .panel-group .card {
    padding: 24px;
  }
}
.cid-uRYAnLPM6F .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRYAnLPM6F .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRYAnLPM6F .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYAnLPM6F .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRYAnLPM6F .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYAnLPM6F .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uRYAnLPM6F .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uRYAnLPM6F .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uRYAnLPM6F .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRYAnLPM6F .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uRYAnLPM6F .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uRYAnLPM6F .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uRYAnLPM6F .mbr-section-title {
  color: #000000;
}
.cid-uRYAnLPM6F .panel-title-edit {
  color: #000000;
}
.cid-uRYAnLPM6F .panel-text {
  color: #000000;
}
.cid-uRYAnLPM6F .mbr-section-title,
.cid-uRYAnLPM6F .title-wrapper {
  text-align: center;
}
.cid-uRYAnMLZL8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff555;
  margin-bottom: 2px;
}
.cid-uRYAnMLZL8 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-uRYAnMLZL8 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uRYAnMLZL8 .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uRYAnMLZL8 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uRYAnMLZL8 .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uRYAnN7Rzg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uRYAnN7Rzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnN7Rzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnN7Rzg .card-wrapper {
  position: relative;
  background-color: #fff555;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRYAnN7Rzg .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnN7Rzg .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uRYAnN7Rzg .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRYAnN7Rzg .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #ffef46;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #02050a;
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRYAnN7Rzg .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRYAnN7Rzg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRYAnN7Rzg .panel-title-edit {
  color: #000000;
}
.cid-uRYAnN7Rzg .panel-text {
  color: #f5f8ff;
}
.cid-uRYAnN7Rzg .panel-text,
.cid-uRYAnN7Rzg .panel-body {
  color: #000000;
}
.cid-uRYAnNA0Yq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRYAnNA0Yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnNA0Yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnNA0Yq .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-uRYAnNA0Yq .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uRYAnNA0Yq .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-uRYAnNA0Yq .google-map {
  height: 600px;
  position: relative;
}
.cid-uRYAnNA0Yq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRYAnNA0Yq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRYAnNA0Yq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRYAnNA0Yq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRYAnO363Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/56.webp");
}
.cid-uRYAnO363Q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRYAnO363Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYAnO363Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYAnO363Q .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uRYAnO363Q .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uRYAnO363Q .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uRYAnO363Q .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uRYAnO363Q .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnO363Q .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uRYAnO363Q .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uRYAnO363Q .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uRYAnO363Q .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRYAnO363Q .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uRYAnO363Q .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uRYAnO363Q .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnO363Q .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #fff555;
}
.cid-uRYAnO363Q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRYAnO363Q .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uRYAnO363Q .mbr-section-title {
  color: #150764;
}
.cid-uRYAnO363Q .mbr-desc {
  color: #000000;
}
.cid-uRYAnO363Q .list {
  color: #150764;
}
.cid-uRYAnO363Q .list,
.cid-uRYAnO363Q .item-wrap {
  color: #000000;
}
.cid-uRYAnOSYUJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uRYAnOSYUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRYAnOSYUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRYAnOSYUJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uRYAnOSYUJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uRYAnOSYUJ .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  .cid-uRYAnOSYUJ .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uRYAnOSYUJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uRYAnOSYUJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRYAnOSYUJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRYAnOSYUJ .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cid-uRYAnOSYUJ .nav-link:hover {
  color: #fc003d !important;
}
.cid-uRYAnOSYUJ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRYAnOSYUJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRYAnOSYUJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
.cid-uRYAnOSYUJ .navbar-caption:hover,
.cid-uRYAnOSYUJ .navbar-caption:focus {
  color: #fc003d !important;
}
@media (max-width: 767px) {
  .cid-uRYAnOSYUJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRYAnOSYUJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uRYAnOSYUJ .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  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: 10px;
  margin: 1rem 16px 0;
  background-color: #fff555;
  box-shadow: none;
  position: relative;
  border: 1px solid #323046;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRYAnOSYUJ .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uRYAnOSYUJ .menu-container {
    margin: 1rem 16px 0;
  }
}
@media (max-width: 991px) {
  .cid-uRYAnOSYUJ .menu-container {
    margin: 16px;
  }
}
.cid-uRYAnOSYUJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uRYAnOSYUJ .iconfont-wrapper:hover,
.cid-uRYAnOSYUJ .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uRYAnOSYUJ .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: #fff555;
  border-radius: 4px !important;
}
.cid-uRYAnOSYUJ .nav-item:focus,
.cid-uRYAnOSYUJ .nav-link:focus {
  outline: none;
}
.cid-uRYAnOSYUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRYAnOSYUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRYAnOSYUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRYAnOSYUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRYAnOSYUJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRYAnOSYUJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uRYAnOSYUJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRYAnOSYUJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRYAnOSYUJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRYAnOSYUJ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uRYAnOSYUJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRYAnOSYUJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRYAnOSYUJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRYAnOSYUJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRYAnOSYUJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRYAnOSYUJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRYAnOSYUJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRYAnOSYUJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRYAnOSYUJ .navbar {
    min-height: 72px;
  }
  .cid-uRYAnOSYUJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRYAnOSYUJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRYAnOSYUJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRYAnOSYUJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRYAnOSYUJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRYAnOSYUJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRYAnOSYUJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRYAnOSYUJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRYAnOSYUJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRYAnOSYUJ .dropdown-item.active,
.cid-uRYAnOSYUJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRYAnOSYUJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRYAnOSYUJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRYAnOSYUJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRYAnOSYUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff555;
}
.cid-uRYAnOSYUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRYAnOSYUJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRYAnOSYUJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRYAnOSYUJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRYAnOSYUJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRYAnOSYUJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRYAnOSYUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bcfe1e;
}
.cid-uRYAnOSYUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRYAnOSYUJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYAnOSYUJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYAnOSYUJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRYAnOSYUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYAnOSYUJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRYAnOSYUJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRYAnOSYUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYAnOSYUJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRYAnOSYUJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRYAnOSYUJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRYAnOSYUJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRYAnOSYUJ .navbar {
    height: 70px;
  }
  .cid-uRYAnOSYUJ .navbar.opened {
    height: auto;
  }
  .cid-uRYAnOSYUJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRYAnOSYUJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRYAnOSYUJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRYAnOSYUJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRYAnOSYUJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uRYAnOSYUJ .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uRYAnOSYUJ .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uRYAnOSYUJ .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 12px 24px;
}
.cid-uRYAnOSYUJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRYAnOSYUJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRYAnOSYUJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fff555;
    border-radius: 4px !important;
  }
  .cid-uRYAnOSYUJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRYAnOSYUJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRYAnOSYUJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRYAnOSYUJ .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-uRYAnOSYUJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uRYAnOSYUJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRYAnOSYUJ .navbar-brand,
.cid-uRYAnOSYUJ .navbar-toggler,
.cid-uRYAnOSYUJ .navbar-collapse {
  position: relative;
  z-index: 1;
}
