body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Anton', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.275rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.38rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.197rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.975rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.3rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.8125rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5rem + (3.5 - 1.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.704rem;
    font-size: calc( 1.476rem + (3.38 - 1.476) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.476rem + (3.38 - 1.476) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #f03a0b !important;
}
.bg-success {
  background-color: #526b51 !important;
}
.bg-info {
  background-color: #c9beb5 !important;
}
.bg-warning {
  background-color: #a09099 !important;
}
.bg-danger {
  background-color: #694f5f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f03a0b !important;
  border-color: #f03a0b !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: #9d2607 !important;
  border-color: #9d2607 !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: #694f5f !important;
  border-color: #694f5f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #382a32 !important;
  border-color: #382a32 !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: #f03a0b;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #f03a0b;
  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: #f03a0b;
  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 #f03a0b;
  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: #f03a0b !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: #f03a0b;
  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: #f03a0b !important;
  border-color: #f03a0b !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: #694f5f;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #694f5f;
  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: #694f5f;
  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 #694f5f;
  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: #694f5f !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: #694f5f;
  color: #ffffff;
}
.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: #ffffff !important;
  background-color: #694f5f !important;
  border-color: #694f5f !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: #f03a0b !important;
}
.text-secondary {
  color: #6e7a7a !important;
}
.text-success {
  color: #526b51 !important;
}
.text-info {
  color: #c9beb5 !important;
}
.text-warning {
  color: #a09099 !important;
}
.text-danger {
  color: #694f5f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8e2207 !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: #2f232a !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: #f03a0b;
}
.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: #694f5f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f03a0b;
  border-color: #f03a0b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f03a0b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdd5ca;
}
.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: #aa8e9f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.975rem;
}
.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: #f03a0b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.975rem;
}
blockquote {
  border-color: #f03a0b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f03a0b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f03a0b;
}
.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: #f03a0b;
  border-bottom-color: #f03a0b;
}
.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: #f03a0b !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='%23f03a0b' %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-tWAZHPPp8e {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e {
    min-height: 77px;
  }
}
.cid-tWAZHPPp8e nav.navbar {
  position: fixed;
}
.cid-tWAZHPPp8e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWAZHPPp8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWAZHPPp8e .dropdown-item:hover,
.cid-tWAZHPPp8e .dropdown-item:focus {
  background: #f03a0b !important;
  color: inherit !important;
}
.cid-tWAZHPPp8e .dropdown-item:hover span {
  color: white;
}
.cid-tWAZHPPp8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWAZHPPp8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWAZHPPp8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWAZHPPp8e .nav-link {
  position: relative;
}
.cid-tWAZHPPp8e .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWAZHPPp8e .container {
    flex-wrap: nowrap;
  }
}
.cid-tWAZHPPp8e .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWAZHPPp8e .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tWAZHPPp8e .dropdown-menu,
.cid-tWAZHPPp8e .navbar.opened {
  background: #75083a !important;
}
.cid-tWAZHPPp8e .nav-item:focus,
.cid-tWAZHPPp8e .nav-link:focus {
  outline: none;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWAZHPPp8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #75083a;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tWAZHPPp8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tWAZHPPp8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWAZHPPp8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWAZHPPp8e .navbar.collapsed {
  justify-content: center;
}
.cid-tWAZHPPp8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWAZHPPp8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWAZHPPp8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWAZHPPp8e .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-tWAZHPPp8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWAZHPPp8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWAZHPPp8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWAZHPPp8e .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-tWAZHPPp8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWAZHPPp8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWAZHPPp8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWAZHPPp8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWAZHPPp8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWAZHPPp8e .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tWAZHPPp8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWAZHPPp8e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWAZHPPp8e .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;
  margin: 0;
}
.cid-tWAZHPPp8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWAZHPPp8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWAZHPPp8e .dropdown-item.active,
.cid-tWAZHPPp8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tWAZHPPp8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWAZHPPp8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #75083a;
}
.cid-tWAZHPPp8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWAZHPPp8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWAZHPPp8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWAZHPPp8e .navbar-buttons {
  text-align: center;
}
.cid-tWAZHPPp8e button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #75083a;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tWAZHPPp8e button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tWAZHPPp8e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWAZHPPp8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWAZHPPp8e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWAZHPPp8e .navbar {
    height: 70px;
  }
  .cid-tWAZHPPp8e .navbar.opened {
    height: auto;
  }
  .cid-tWAZHPPp8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWAZHPPp8e .navbar-brand-main {
  max-width: 30%;
}
.cid-tWAZHPPp8e .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tWAZHPPp8e .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tWAZHPPp8e .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tWAZHPPp8e .navbar-buttons-main {
    display: none;
  }
}
.cid-tWAZHPPp8e .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tWAZHPPp8e .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tWAZHPPp8e .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .container,
  .cid-tWAZHPPp8e .container-fluid {
    justify-content: flex-end;
  }
  .cid-tWAZHPPp8e .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tWAZHPPp8e .navbar-nav-main {
    display: none !important;
  }
  .cid-tWAZHPPp8e .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tWAZHPPp8e .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tWAZHPPp8e .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item:hover,
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tWAZHPPp8e .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tWAWgNPKx0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tWAWgNPKx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWAWgNPKx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWAWgNPKx0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWAWgNPKx0 .container {
    padding: 10px 8px;
  }
}
.cid-tWAWgNPKx0 .row {
  border-radius: 25px;
  background-color: #45494e;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #454545;
}
@media (max-width: 768px) {
  .cid-tWAWgNPKx0 .row {
    padding: 50px 10px 40px;
  }
}
.cid-tWAWgNPKx0 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tWAWgNPKx0 .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWAWgNPKx0 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-tWAWgNPKx0 .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWAWgNPKx0 .image-wrapper img {
    height: 350px;
  }
}
.cid-tWAWgNPKx0 .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-tWAWgNPKx0 .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-tWAWgNPKx0 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-tWAWgNPKx0 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-tWAWgNPKx0 .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-tWAWgNPKx0 .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWAWgNPKx0 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tWAWgNPKx0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWAWgNPKx0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWAWgNPKx0 .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tWAWgNPKx0 .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tWAWgNPKx0 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-tWAWgNPKx0 .mbr-section-title {
  color: #ffffff;
}
.cid-tWAWgNPKx0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWAWgNPKx0 .mbr-text {
  color: #ffffff;
}
.cid-tWxhOiX1dp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWxhOiX1dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWxhOiX1dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWxhOiX1dp .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tWxhOiX1dp .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-tWxhOiX1dp .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-tWxhOiX1dp .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-tWw25YSdQc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #45494e;
}
.cid-tWw25YSdQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWw25YSdQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWw25YSdQc .card-wrapper {
  width: 100%;
}
.cid-tWw25YSdQc .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWw25YSdQc .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tWw25YSdQc .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tWw25YSdQc .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tWw25YSdQc .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tWw25YSdQc .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWw25YSdQc .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tWw25YSdQc .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tWw25YSdQc .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tWw25YSdQc .card-title {
    text-align: center !important;
  }
}
.cid-tWw25YSdQc .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWw25YSdQc .card-text {
    text-align: center !important;
  }
}
.cid-tfwtk4qnLp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwtk4qnLp .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tfwtk4qnLp .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tfwtk4qnLp .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tfwtk4qnLp .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tfwtk4qnLp .mbr-section-title {
  color: #000000;
}
.cid-tfwtk4qnLp .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwtk4qnLp .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tfwtk4qnLp .item {
    margin-bottom: 50px;
  }
}
.cid-tfwtk4qnLp .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tfwtk4qnLp .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tfwtk4qnLp .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tfwtk4qnLp .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tfwtk4qnLp .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tfwtk4qnLp .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tfwtk4qnLp .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tfwtk4qnLp .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwtk4qnLp .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwtk4qnLp .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwtk4qnLp .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwpZv9RW9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.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: #ffffff;
  text-align: center;
}
.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: #ffffff;
}
.cid-tWvYd9t2St {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWvYd9t2St .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvYd9t2St .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-tWvYd9t2St .container {
    padding: 0 30px;
  }
}
.cid-tWvYd9t2St .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWvYd9t2St .row {
    margin: 0 -34px;
  }
}
.cid-tWvYd9t2St .title-wrapper {
  margin-bottom: 30px;
}
.cid-tWvYd9t2St .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWvYd9t2St .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWvYd9t2St .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWvYd9t2St .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWvYd9t2St .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tWvYd9t2St .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tWvYd9t2St .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tWvYd9t2St .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWvYd9t2St .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWvYd9t2St .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tWvYd9t2St .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tWvYd9t2St .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tfwraNNowM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tfwraNNowM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwraNNowM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwraNNowM .row {
  justify-content: flex-start;
}
.cid-tfwraNNowM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tfwraNNowM .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tfwraNNowM .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tfwraNNowM .image-wrapper {
  width: 100%;
}
.cid-tfwraNNowM .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tfwraNNowM .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tfwraNNowM .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tfwraNNowM .mbr-text {
    margin-top: 45px;
  }
}
.cid-tfwraNNowM .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tfwraNNowM .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tfwraNNowM .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwraNNowM .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwraNNowM .mbr-text,
.cid-tfwraNNowM .mbr-section-btn {
  color: #ffffff;
}
.cid-tWvXD36ntn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWvXD36ntn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvXD36ntn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvXD36ntn .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tWvXD36ntn .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tWvXD36ntn .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tWvXD36ntn .item-img {
    width: 100%;
  }
}
.cid-tWvXD36ntn .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tWvXD36ntn .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tWvXD36ntn .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tWvXD36ntn .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tWvXD36ntn .card-title {
  color: #131313;
  text-align: center;
}
.cid-tWvXD36ntn .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tWvXD36ntn .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tWvXD36ntn .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tWvXD36ntn .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tWvXD36ntn .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tWvXD36ntn .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tWvXD36ntn .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tWvXD36ntn .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tWvXD36ntn .card-text,
.cid-tWvXD36ntn .mbr-section-btn {
  text-align: center;
}
.cid-tfwv5px35b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfwv5px35b .col-title {
    margin-bottom: 20px;
  }
}
.cid-tfwv5px35b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tfwv5px35b .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tfwv5px35b .mbr-text {
  color: #000000;
}
.cid-tWvUMmR4K1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #45494e;
}
.cid-tWvUMmR4K1 .row {
  flex-direction: row-reverse;
}
.cid-tWvUMmR4K1 .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tWvUMmR4K1 .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tWvUMmR4K1 .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWvUMmR4K1 .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tWvUMmR4K1 .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tWvUMmR4K1 .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tWvUMmR4K1 .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tWvUMmR4K1 .card-item:last-child {
  margin-right: 0;
}
.cid-tWvUMmR4K1 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tWvUMmR4K1 .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tWvUMmR4K1 .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
  text-align: center;
}
.cid-tWvUMmR4K1 .column2 {
  height: 100%;
}
.cid-tWvUMmR4K1 .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tWvUMmR4K1 .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWvUMmR4K1 .column2 {
    text-align: center;
  }
}
.cid-tWvUMmR4K1 .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tWvUMmR4K1 .mbr-section-title-column1 DIV {
  text-align: center;
}
.cid-tWw1n7cwE3 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tWw1n7cwE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWw1n7cwE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqry9SUC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #45494e;
}
.cid-tfwqry9SUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqry9SUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqry9SUC .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tfwqry9SUC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tfwqry9SUC .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwqry9SUC .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwqry9SUC .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tfwqry9SUC .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tfwqry9SUC .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tfwqry9SUC .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tfwqry9SUC .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #45494e;
  margin-left: 1rem;
}
.cid-tfwqry9SUC .panel-group {
  border: none;
}
.cid-tfwqry9SUC .panel-body {
  padding: 0 0 28px;
}
.cid-tfwqry9SUC .panel-text {
  color: #45494E;
}
.cid-tfwqry9SUC .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwqry9SUC .panel-title-edit {
  color: #ffffff;
}
.cid-tfwqry9SUC .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwqry9SUC .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tWxigdwJBB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWxigdwJBB .container {
    padding: 0 24px;
  }
}
.cid-tWxigdwJBB .card {
  justify-content: center;
}
.cid-tWxigdwJBB .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tWxigdwJBB .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-tWxigdwJBB .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWxigdwJBB .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tWxigdwJBB .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWxigdwJBB .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tWxigdwJBB .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWxigdwJBB .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWxigdwJBB .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-tWxigdwJBB .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWxigdwJBB .mbr-desc {
  color: #F9F6E0;
}
.cid-tWxigdwJBB .mbr-text {
  color: #000000;
}
.cid-tWxigdwJBB .mbr-section-btn {
  text-align: right;
}
.cid-tWxigdwJBB .mbr-section-title,
.cid-tWxigdwJBB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tWwLHjTIsN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWwLHjTIsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwLHjTIsN .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-tWwLHjTIsN .container {
    padding: 0 20px;
  }
}
.cid-tWwLHjTIsN .row {
  margin: 0;
}
.cid-tWwLHjTIsN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWwLHjTIsN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWwLHjTIsN .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWwLHjTIsN .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWwLHjTIsN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWwLHjTIsN .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWwLHjTIsN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWwHnuHJTw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWwHnuHJTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwHnuHJTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwHnuHJTw .mbr-section-title {
  text-align: center;
}
.cid-tWw33YoZ7k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tWw33YoZ7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWw33YoZ7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWw33YoZ7k .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWw33YoZ7k .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWw33YoZ7k .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-tWw33YoZ7k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWw33YoZ7k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWw33YoZ7k .content-head {
  max-width: 800px;
}
.cid-tWw33YoZ7k .mbr-section-title {
  color: #000000;
}
.cid-tWvNVZ1ngA .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #75083a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWvNVZ1ngA .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .img-bg {
    display: none;
  }
}
.cid-tWvNVZ1ngA .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .container {
    padding: 0 !important;
  }
}
.cid-tWvNVZ1ngA .row {
  width: 100%;
  align-items: center;
}
.cid-tWvNVZ1ngA .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .content-container {
    padding-top: 0;
    background-color: #75083a;
  }
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tWvNVZ1ngA .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWvNVZ1ngA .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWvNVZ1ngA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWvNVZ1ngA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWvNVZ1ngA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWvNVZ1ngA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWvNVZ1ngA .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .brand-text {
    margin-top: 45px;
  }
}
.cid-tWvNVZ1ngA .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWvNVZ1ngA .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWvNVZ1ngA .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-tWvNVZ1ngA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWvNVZ1ngA .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWvNVZ1ngA .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWvNVZ1ngA .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWvNVZ1ngA .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWvNVZ1ngA .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWvNVZ1ngA .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWvNVZ1ngA .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWvNVZ1ngA .col-link3 {
    padding-left: 0;
  }
}
.cid-tWvNVZ1ngA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #a2a4a7;
}
.cid-tWvNVZ1ngA .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWvNVZ1ngA .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWvNVZ1ngA .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #75083a;
}
.cid-tWvNVZ1ngA .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWvNVZ1ngA .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWvNVZ1ngA .copyright {
    text-align: center !important;
  }
}
.cid-tWwMbZ8yLm {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/artificial-turf-dallas9-612x409.jpg");
}
.cid-tWwMbZ8yLm .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-tWwMbZ8yLm .row {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-tWwMbZ8yLm .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWwMbZ8yLm .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tWwMbZ8yLm .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-tWwMbZ8yLm .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWwMbZ8yLm .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-tWwMbZ8yLm .mbr-section-subtitle {
  text-align: center;
}
.cid-tWwMbZ8yLm .mbr-text {
  margin-top: 5px;
}
.cid-tWwMc0syIw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWwMc0syIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwMc0syIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwMc0syIw .card-wrapper {
  width: 100%;
}
.cid-tWwMc0syIw .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWwMc0syIw .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tWwMc0syIw .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tWwMc0syIw .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tWwMc0syIw .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tWwMc0syIw .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWwMc0syIw .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tWwMc0syIw .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tWwMc0syIw .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tWwMc0syIw .card-title {
    text-align: center !important;
  }
}
.cid-tWwMc0syIw .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWwMc0syIw .card-text {
    text-align: center !important;
  }
}
.cid-tWwMc19qiK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tWwMc19qiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwMc19qiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwMc19qiK .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWwMc19qiK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWwMc19qiK .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-tWwMc19qiK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWwMc19qiK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWwMc19qiK .content-head {
  max-width: 800px;
}
.cid-tWwMc19qiK .mbr-section-title {
  color: #000000;
}
.cid-tWwMc1Ux8H .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #45494e;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWwMc1Ux8H .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .img-bg {
    display: none;
  }
}
.cid-tWwMc1Ux8H .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .container {
    padding: 0 !important;
  }
}
.cid-tWwMc1Ux8H .row {
  width: 100%;
  align-items: center;
}
.cid-tWwMc1Ux8H .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .content-container {
    padding-top: 0;
    background-color: #45494e;
  }
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tWwMc1Ux8H .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWwMc1Ux8H .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWwMc1Ux8H .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWwMc1Ux8H .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWwMc1Ux8H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWwMc1Ux8H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwMc1Ux8H .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .brand-text {
    margin-top: 45px;
  }
}
.cid-tWwMc1Ux8H .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWwMc1Ux8H .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWwMc1Ux8H .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-tWwMc1Ux8H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWwMc1Ux8H .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWwMc1Ux8H .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWwMc1Ux8H .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWwMc1Ux8H .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWwMc1Ux8H .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWwMc1Ux8H .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWwMc1Ux8H .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWwMc1Ux8H .col-link3 {
    padding-left: 0;
  }
}
.cid-tWwMc1Ux8H .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #a2a4a7;
}
.cid-tWwMc1Ux8H .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWwMc1Ux8H .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWwMc1Ux8H .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-tWwMc1Ux8H .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWwMc1Ux8H .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWwMc1Ux8H .copyright {
    text-align: center !important;
  }
}
.cid-tWAZHPPp8e {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e {
    min-height: 77px;
  }
}
.cid-tWAZHPPp8e nav.navbar {
  position: fixed;
}
.cid-tWAZHPPp8e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWAZHPPp8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWAZHPPp8e .dropdown-item:hover,
.cid-tWAZHPPp8e .dropdown-item:focus {
  background: #f03a0b !important;
  color: inherit !important;
}
.cid-tWAZHPPp8e .dropdown-item:hover span {
  color: white;
}
.cid-tWAZHPPp8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWAZHPPp8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWAZHPPp8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWAZHPPp8e .nav-link {
  position: relative;
}
.cid-tWAZHPPp8e .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWAZHPPp8e .container {
    flex-wrap: nowrap;
  }
}
.cid-tWAZHPPp8e .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWAZHPPp8e .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tWAZHPPp8e .dropdown-menu,
.cid-tWAZHPPp8e .navbar.opened {
  background: #75083a !important;
}
.cid-tWAZHPPp8e .nav-item:focus,
.cid-tWAZHPPp8e .nav-link:focus {
  outline: none;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWAZHPPp8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #75083a;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tWAZHPPp8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tWAZHPPp8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWAZHPPp8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWAZHPPp8e .navbar.collapsed {
  justify-content: center;
}
.cid-tWAZHPPp8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWAZHPPp8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWAZHPPp8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWAZHPPp8e .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-tWAZHPPp8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWAZHPPp8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWAZHPPp8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWAZHPPp8e .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-tWAZHPPp8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWAZHPPp8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWAZHPPp8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWAZHPPp8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWAZHPPp8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWAZHPPp8e .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tWAZHPPp8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWAZHPPp8e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWAZHPPp8e .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;
  margin: 0;
}
.cid-tWAZHPPp8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWAZHPPp8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWAZHPPp8e .dropdown-item.active,
.cid-tWAZHPPp8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tWAZHPPp8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWAZHPPp8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #75083a;
}
.cid-tWAZHPPp8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWAZHPPp8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWAZHPPp8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWAZHPPp8e .navbar-buttons {
  text-align: center;
}
.cid-tWAZHPPp8e button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #75083a;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tWAZHPPp8e button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tWAZHPPp8e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWAZHPPp8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWAZHPPp8e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWAZHPPp8e .navbar {
    height: 70px;
  }
  .cid-tWAZHPPp8e .navbar.opened {
    height: auto;
  }
  .cid-tWAZHPPp8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWAZHPPp8e .navbar-brand-main {
  max-width: 30%;
}
.cid-tWAZHPPp8e .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tWAZHPPp8e .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tWAZHPPp8e .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tWAZHPPp8e .navbar-buttons-main {
    display: none;
  }
}
.cid-tWAZHPPp8e .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tWAZHPPp8e .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tWAZHPPp8e .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .container,
  .cid-tWAZHPPp8e .container-fluid {
    justify-content: flex-end;
  }
  .cid-tWAZHPPp8e .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tWAZHPPp8e .navbar-nav-main {
    display: none !important;
  }
  .cid-tWAZHPPp8e .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tWAZHPPp8e .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tWAZHPPp8e .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item:hover,
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tWAZHPPp8e .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tWwLPJuHrB {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/artificial-turf-dallas654-612x406.jpg");
}
.cid-tWwLPJuHrB .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-tWwLPJuHrB .row {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-tWwLPJuHrB .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWwLPJuHrB .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tWwLPJuHrB .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-tWwLPJuHrB .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWwLPJuHrB .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-tWwLPJuHrB .mbr-section-subtitle {
  text-align: center;
}
.cid-tWwLPJuHrB .mbr-text {
  margin-top: 5px;
}
.cid-tWwLPKZKOL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWwLPKZKOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwLPKZKOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwLPKZKOL .card-wrapper {
  width: 100%;
}
.cid-tWwLPKZKOL .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWwLPKZKOL .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tWwLPKZKOL .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tWwLPKZKOL .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tWwLPKZKOL .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tWwLPKZKOL .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWwLPKZKOL .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tWwLPKZKOL .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tWwLPKZKOL .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tWwLPKZKOL .card-title {
    text-align: center !important;
  }
}
.cid-tWwLPKZKOL .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWwLPKZKOL .card-text {
    text-align: center !important;
  }
}
.cid-tWwLPX4dfR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tWwLPX4dfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwLPX4dfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwLPX4dfR .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWwLPX4dfR .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWwLPX4dfR .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-tWwLPX4dfR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWwLPX4dfR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWwLPX4dfR .content-head {
  max-width: 800px;
}
.cid-tWwLPX4dfR .mbr-section-title {
  color: #000000;
}
.cid-tWwLPY1AeL .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #45494e;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWwLPY1AeL .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .img-bg {
    display: none;
  }
}
.cid-tWwLPY1AeL .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .container {
    padding: 0 !important;
  }
}
.cid-tWwLPY1AeL .row {
  width: 100%;
  align-items: center;
}
.cid-tWwLPY1AeL .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .content-container {
    padding-top: 0;
    background-color: #45494e;
  }
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tWwLPY1AeL .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWwLPY1AeL .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWwLPY1AeL .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWwLPY1AeL .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWwLPY1AeL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWwLPY1AeL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwLPY1AeL .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .brand-text {
    margin-top: 45px;
  }
}
.cid-tWwLPY1AeL .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWwLPY1AeL .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWwLPY1AeL .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-tWwLPY1AeL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWwLPY1AeL .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWwLPY1AeL .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWwLPY1AeL .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWwLPY1AeL .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWwLPY1AeL .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWwLPY1AeL .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWwLPY1AeL .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWwLPY1AeL .col-link3 {
    padding-left: 0;
  }
}
.cid-tWwLPY1AeL .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #a2a4a7;
}
.cid-tWwLPY1AeL .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWwLPY1AeL .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWwLPY1AeL .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-tWwLPY1AeL .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWwLPY1AeL .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWwLPY1AeL .copyright {
    text-align: center !important;
  }
}
.cid-tWAZHPPp8e {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e {
    min-height: 77px;
  }
}
.cid-tWAZHPPp8e nav.navbar {
  position: fixed;
}
.cid-tWAZHPPp8e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWAZHPPp8e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWAZHPPp8e .dropdown-item:hover,
.cid-tWAZHPPp8e .dropdown-item:focus {
  background: #f03a0b !important;
  color: inherit !important;
}
.cid-tWAZHPPp8e .dropdown-item:hover span {
  color: white;
}
.cid-tWAZHPPp8e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWAZHPPp8e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWAZHPPp8e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWAZHPPp8e .nav-link {
  position: relative;
}
.cid-tWAZHPPp8e .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWAZHPPp8e .container {
    flex-wrap: nowrap;
  }
}
.cid-tWAZHPPp8e .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWAZHPPp8e .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tWAZHPPp8e .dropdown-menu,
.cid-tWAZHPPp8e .navbar.opened {
  background: #75083a !important;
}
.cid-tWAZHPPp8e .nav-item:focus,
.cid-tWAZHPPp8e .nav-link:focus {
  outline: none;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWAZHPPp8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWAZHPPp8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWAZHPPp8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #75083a;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tWAZHPPp8e .navbar.opened {
  transition: all 0.3s;
}
.cid-tWAZHPPp8e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWAZHPPp8e .navbar .navbar-logo img {
  width: auto;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWAZHPPp8e .navbar.collapsed {
  justify-content: center;
}
.cid-tWAZHPPp8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWAZHPPp8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWAZHPPp8e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWAZHPPp8e .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-tWAZHPPp8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWAZHPPp8e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWAZHPPp8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWAZHPPp8e .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-tWAZHPPp8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWAZHPPp8e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWAZHPPp8e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWAZHPPp8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWAZHPPp8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWAZHPPp8e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWAZHPPp8e .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWAZHPPp8e .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tWAZHPPp8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWAZHPPp8e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWAZHPPp8e .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;
  margin: 0;
}
.cid-tWAZHPPp8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWAZHPPp8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWAZHPPp8e .dropdown-item.active,
.cid-tWAZHPPp8e .dropdown-item:active {
  background-color: transparent;
}
.cid-tWAZHPPp8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWAZHPPp8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWAZHPPp8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #75083a;
}
.cid-tWAZHPPp8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tWAZHPPp8e .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWAZHPPp8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWAZHPPp8e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWAZHPPp8e .navbar-buttons {
  text-align: center;
}
.cid-tWAZHPPp8e button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #75083a;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tWAZHPPp8e .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tWAZHPPp8e button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tWAZHPPp8e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWAZHPPp8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWAZHPPp8e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWAZHPPp8e .navbar {
    height: 70px;
  }
  .cid-tWAZHPPp8e .navbar.opened {
    height: auto;
  }
  .cid-tWAZHPPp8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWAZHPPp8e .navbar-brand-main {
  max-width: 30%;
}
.cid-tWAZHPPp8e .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tWAZHPPp8e .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tWAZHPPp8e .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tWAZHPPp8e .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tWAZHPPp8e .navbar-buttons-main {
    display: none;
  }
}
.cid-tWAZHPPp8e .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tWAZHPPp8e .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tWAZHPPp8e .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tWAZHPPp8e .container,
  .cid-tWAZHPPp8e .container-fluid {
    justify-content: flex-end;
  }
  .cid-tWAZHPPp8e .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tWAZHPPp8e .navbar-nav-main {
    display: none !important;
  }
  .cid-tWAZHPPp8e .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tWAZHPPp8e .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tWAZHPPp8e .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tWAZHPPp8e .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item:hover,
  .cid-tWAZHPPp8e .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tWAZHPPp8e .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tWAZHPPp8e .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tWAZHPPp8e .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tWB6KPW2BG {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWB6KPW2BG {
    min-height: 77px;
  }
}
.cid-tWB6KPW2BG nav.navbar {
  position: fixed;
}
.cid-tWB6KPW2BG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWB6KPW2BG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWB6KPW2BG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWB6KPW2BG .dropdown-item:hover,
.cid-tWB6KPW2BG .dropdown-item:focus {
  background: #f03a0b !important;
  color: inherit !important;
}
.cid-tWB6KPW2BG .dropdown-item:hover span {
  color: white;
}
.cid-tWB6KPW2BG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWB6KPW2BG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWB6KPW2BG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWB6KPW2BG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWB6KPW2BG .nav-link {
  position: relative;
}
.cid-tWB6KPW2BG .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWB6KPW2BG .container {
    flex-wrap: nowrap;
  }
}
.cid-tWB6KPW2BG .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWB6KPW2BG .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tWB6KPW2BG .dropdown-menu,
.cid-tWB6KPW2BG .navbar.opened {
  background: #75083a !important;
}
.cid-tWB6KPW2BG .nav-item:focus,
.cid-tWB6KPW2BG .nav-link:focus {
  outline: none;
}
.cid-tWB6KPW2BG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWB6KPW2BG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWB6KPW2BG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWB6KPW2BG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWB6KPW2BG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWB6KPW2BG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWB6KPW2BG .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #75083a;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tWB6KPW2BG .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tWB6KPW2BG .navbar.opened {
  transition: all 0.3s;
}
.cid-tWB6KPW2BG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWB6KPW2BG .navbar .navbar-logo img {
  width: auto;
}
.cid-tWB6KPW2BG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWB6KPW2BG .navbar.collapsed {
  justify-content: center;
}
.cid-tWB6KPW2BG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWB6KPW2BG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWB6KPW2BG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWB6KPW2BG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWB6KPW2BG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWB6KPW2BG .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-tWB6KPW2BG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWB6KPW2BG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWB6KPW2BG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWB6KPW2BG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWB6KPW2BG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWB6KPW2BG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWB6KPW2BG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWB6KPW2BG .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-tWB6KPW2BG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWB6KPW2BG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWB6KPW2BG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWB6KPW2BG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWB6KPW2BG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWB6KPW2BG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWB6KPW2BG .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWB6KPW2BG .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tWB6KPW2BG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWB6KPW2BG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWB6KPW2BG .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;
  margin: 0;
}
.cid-tWB6KPW2BG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWB6KPW2BG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWB6KPW2BG .dropdown-item.active,
.cid-tWB6KPW2BG .dropdown-item:active {
  background-color: transparent;
}
.cid-tWB6KPW2BG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWB6KPW2BG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWB6KPW2BG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWB6KPW2BG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #75083a;
}
.cid-tWB6KPW2BG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWB6KPW2BG .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tWB6KPW2BG .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWB6KPW2BG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWB6KPW2BG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWB6KPW2BG .navbar-buttons {
  text-align: center;
}
.cid-tWB6KPW2BG button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tWB6KPW2BG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #75083a;
}
.cid-tWB6KPW2BG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWB6KPW2BG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWB6KPW2BG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWB6KPW2BG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWB6KPW2BG button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-tWB6KPW2BG .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tWB6KPW2BG .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWB6KPW2BG .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWB6KPW2BG .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWB6KPW2BG .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWB6KPW2BG .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tWB6KPW2BG .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tWB6KPW2BG .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tWB6KPW2BG button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tWB6KPW2BG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWB6KPW2BG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWB6KPW2BG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWB6KPW2BG .navbar {
    height: 70px;
  }
  .cid-tWB6KPW2BG .navbar.opened {
    height: auto;
  }
  .cid-tWB6KPW2BG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWB6KPW2BG .navbar-brand-main {
  max-width: 30%;
}
.cid-tWB6KPW2BG .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tWB6KPW2BG .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tWB6KPW2BG .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tWB6KPW2BG .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tWB6KPW2BG .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tWB6KPW2BG .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tWB6KPW2BG .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tWB6KPW2BG .navbar-buttons-main {
    display: none;
  }
}
.cid-tWB6KPW2BG .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tWB6KPW2BG .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tWB6KPW2BG .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tWB6KPW2BG .container,
  .cid-tWB6KPW2BG .container-fluid {
    justify-content: flex-end;
  }
  .cid-tWB6KPW2BG .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tWB6KPW2BG .navbar-nav-main {
    display: none !important;
  }
  .cid-tWB6KPW2BG .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tWB6KPW2BG .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWB6KPW2BG .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tWB6KPW2BG .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tWB6KPW2BG .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tWB6KPW2BG .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tWB6KPW2BG .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tWB6KPW2BG .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tWB6KPW2BG .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWB6KPW2BG .navbar-collapse .dropdown-item:hover,
  .cid-tWB6KPW2BG .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tWB6KPW2BG .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tWB6KPW2BG .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tWB6KPW2BG .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tWB6KRXT7N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tWB6KRXT7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6KRXT7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6KRXT7N .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWB6KRXT7N .container {
    padding: 10px 8px;
  }
}
.cid-tWB6KRXT7N .row {
  border-radius: 25px;
  background-color: #45494e;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #454545;
}
@media (max-width: 768px) {
  .cid-tWB6KRXT7N .row {
    padding: 50px 10px 40px;
  }
}
.cid-tWB6KRXT7N .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tWB6KRXT7N .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWB6KRXT7N .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-tWB6KRXT7N .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWB6KRXT7N .image-wrapper img {
    height: 350px;
  }
}
.cid-tWB6KRXT7N .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-tWB6KRXT7N .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-tWB6KRXT7N .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-tWB6KRXT7N .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-tWB6KRXT7N .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-tWB6KRXT7N .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWB6KRXT7N .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tWB6KRXT7N .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWB6KRXT7N .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWB6KRXT7N .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tWB6KRXT7N .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tWB6KRXT7N .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-tWB6KRXT7N .mbr-section-title {
  color: #ffffff;
}
.cid-tWB6KRXT7N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWB6KRXT7N .mbr-text {
  color: #ffffff;
}
.cid-tWB6KTcGEK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWB6KTcGEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6KTcGEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6KTcGEK .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tWB6KTcGEK .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-tWB6KTcGEK .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-tWB6KTcGEK .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-tWB6KUnlkl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #45494e;
}
.cid-tWB6KUnlkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6KUnlkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6KUnlkl .card-wrapper {
  width: 100%;
}
.cid-tWB6KUnlkl .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWB6KUnlkl .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tWB6KUnlkl .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tWB6KUnlkl .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tWB6KUnlkl .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tWB6KUnlkl .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWB6KUnlkl .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tWB6KUnlkl .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tWB6KUnlkl .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tWB6KUnlkl .card-title {
    text-align: center !important;
  }
}
.cid-tWB6KUnlkl .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWB6KUnlkl .card-text {
    text-align: center !important;
  }
}
.cid-tWB6KVD1ld {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWB6KVD1ld .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tWB6KVD1ld .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tWB6KVD1ld .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tWB6KVD1ld .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tWB6KVD1ld .mbr-section-title {
  color: #000000;
}
.cid-tWB6KVD1ld .mbr-section-subtitle {
  color: #45494E;
}
.cid-tWB6KVD1ld .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tWB6KVD1ld .item {
    margin-bottom: 50px;
  }
}
.cid-tWB6KVD1ld .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tWB6KVD1ld .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tWB6KVD1ld .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tWB6KVD1ld .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tWB6KVD1ld .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tWB6KVD1ld .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tWB6KVD1ld .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tWB6KVD1ld .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tWB6KVD1ld .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWB6KVD1ld .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tWB6KVD1ld .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tWB6KWPBkX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWB6KWPBkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6KWPBkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6KWPBkX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tWB6KWPBkX .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tWB6KWPBkX .col-img {
    order: 2;
  }
}
.cid-tWB6KWPBkX .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tWB6KWPBkX .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tWB6KWPBkX .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tWB6KWPBkX .col-tex {
    order: 1;
  }
}
.cid-tWB6KWPBkX .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWB6KWPBkX .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tWB6KWPBkX .mbr-section-btn {
  margin-top: 60px;
}
.cid-tWB6KWPBkX .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tWB6KWPBkX .mbr-text,
.cid-tWB6KWPBkX .mbr-section-btn {
  color: #ffffff;
}
.cid-tWB6KY5Hun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWB6KY5Hun .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6KY5Hun .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-tWB6KY5Hun .container {
    padding: 0 30px;
  }
}
.cid-tWB6KY5Hun .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWB6KY5Hun .row {
    margin: 0 -34px;
  }
}
.cid-tWB6KY5Hun .title-wrapper {
  margin-bottom: 30px;
}
.cid-tWB6KY5Hun .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWB6KY5Hun .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWB6KY5Hun .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWB6KY5Hun .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWB6KY5Hun .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tWB6KY5Hun .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tWB6KY5Hun .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tWB6KY5Hun .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWB6KY5Hun .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWB6KY5Hun .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tWB6KY5Hun .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tWB6KY5Hun .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tWB6KZJYyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWB6KZJYyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6KZJYyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6KZJYyM .row {
  justify-content: flex-start;
}
.cid-tWB6KZJYyM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWB6KZJYyM .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWB6KZJYyM .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tWB6KZJYyM .image-wrapper {
  width: 100%;
}
.cid-tWB6KZJYyM .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tWB6KZJYyM .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tWB6KZJYyM .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWB6KZJYyM .mbr-text {
    margin-top: 45px;
  }
}
.cid-tWB6KZJYyM .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tWB6KZJYyM .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tWB6KZJYyM .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tWB6KZJYyM .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tWB6KZJYyM .mbr-text,
.cid-tWB6KZJYyM .mbr-section-btn {
  color: #ffffff;
}
.cid-tWB6L1uSYg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWB6L1uSYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6L1uSYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6L1uSYg .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tWB6L1uSYg .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tWB6L1uSYg .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tWB6L1uSYg .item-img {
    width: 100%;
  }
}
.cid-tWB6L1uSYg .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tWB6L1uSYg .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tWB6L1uSYg .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tWB6L1uSYg .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tWB6L1uSYg .card-title {
  color: #131313;
  text-align: center;
}
.cid-tWB6L1uSYg .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tWB6L1uSYg .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tWB6L1uSYg .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tWB6L1uSYg .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tWB6L1uSYg .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tWB6L1uSYg .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tWB6L1uSYg .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tWB6L1uSYg .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tWB6L1uSYg .card-text,
.cid-tWB6L1uSYg .mbr-section-btn {
  text-align: center;
}
.cid-tWB6L3iniR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWB6L3iniR .col-title {
    margin-bottom: 20px;
  }
}
.cid-tWB6L3iniR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tWB6L3iniR .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tWB6L3iniR .mbr-text {
  color: #000000;
}
.cid-tWB6L4MYd6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #45494e;
}
.cid-tWB6L4MYd6 .row {
  flex-direction: row-reverse;
}
.cid-tWB6L4MYd6 .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tWB6L4MYd6 .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tWB6L4MYd6 .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWB6L4MYd6 .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tWB6L4MYd6 .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tWB6L4MYd6 .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tWB6L4MYd6 .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tWB6L4MYd6 .card-item:last-child {
  margin-right: 0;
}
.cid-tWB6L4MYd6 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tWB6L4MYd6 .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tWB6L4MYd6 .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
  text-align: center;
}
.cid-tWB6L4MYd6 .column2 {
  height: 100%;
}
.cid-tWB6L4MYd6 .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tWB6L4MYd6 .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWB6L4MYd6 .column2 {
    text-align: center;
  }
}
.cid-tWB6L4MYd6 .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tWB6L4MYd6 .mbr-section-title-column1 DIV {
  text-align: center;
}
.cid-tWB6L6HLhX {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tWB6L6HLhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6L6HLhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6L6HLhX .mbr-section-title {
  text-align: center;
}
.cid-tWB6L8smY4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #45494e;
}
.cid-tWB6L8smY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6L8smY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6L8smY4 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tWB6L8smY4 .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tWB6L8smY4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWB6L8smY4 .mbr-section-subtitle {
  color: #45494E;
}
.cid-tWB6L8smY4 .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tWB6L8smY4 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tWB6L8smY4 .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWB6L8smY4 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tWB6L8smY4 .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tWB6L8smY4 .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #45494e;
  margin-left: 1rem;
}
.cid-tWB6L8smY4 .panel-group {
  border: none;
}
.cid-tWB6L8smY4 .panel-body {
  padding: 0 0 28px;
}
.cid-tWB6L8smY4 .panel-text {
  color: #45494E;
}
.cid-tWB6L8smY4 .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tWB6L8smY4 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tWB6L8smY4 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tWB6L8smY4 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tWB6L8smY4 .panel-title-edit {
  color: #ffffff;
}
.cid-tWB6L8smY4 .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tWB6L8smY4 .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tWB6LabAJI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWB6LabAJI .container {
    padding: 0 24px;
  }
}
.cid-tWB6LabAJI .card {
  justify-content: center;
}
.cid-tWB6LabAJI .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tWB6LabAJI .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-tWB6LabAJI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWB6LabAJI .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tWB6LabAJI .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWB6LabAJI .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tWB6LabAJI .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWB6LabAJI .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWB6LabAJI .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-tWB6LabAJI .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWB6LabAJI .mbr-desc {
  color: #F9F6E0;
}
.cid-tWB6LabAJI .mbr-text {
  color: #000000;
}
.cid-tWB6LabAJI .mbr-section-btn {
  text-align: right;
}
.cid-tWB6LabAJI .mbr-section-title,
.cid-tWB6LabAJI .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tWB6LbrV4q {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWB6LbrV4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6LbrV4q .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-tWB6LbrV4q .container {
    padding: 0 20px;
  }
}
.cid-tWB6LbrV4q .row {
  margin: 0;
}
.cid-tWB6LbrV4q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWB6LbrV4q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWB6LbrV4q .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWB6LbrV4q .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWB6LbrV4q .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWB6LbrV4q .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWB6LbrV4q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWB6LcLlro {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWB6LcLlro .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6LcLlro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6LcLlro .mbr-section-title {
  text-align: center;
}
.cid-tWBeGCHsPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBeGCHsPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBeGCHsPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBeGCHsPX .title-wrapper {
  padding: 96px 10px;
  background-color: #45494e;
}
@media (max-width: 992px) {
  .cid-tWBeGCHsPX .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-tWBeGCHsPX .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-tWBeGCHsPX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWBeGCHsPX .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-tWBeGCHsPX .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-tWBeGCHsPX .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-tWBeGCHsPX .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-tWBeGCHsPX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-tWBeGCHsPX .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWBeGCHsPX .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #45494e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tWBeGCHsPX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-tWBeGCHsPX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-tWBeGCHsPX .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-tWBeGCHsPX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWBeGCHsPX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBeGCHsPX .panel-title-edit {
  color: #000000;
}
.cid-tWBeGCHsPX .panel-text {
  color: #747474;
}
.cid-tWBeGCHsPX .mbr-section-title,
.cid-tWBeGCHsPX .mbr-section-btn {
  color: #ffffff;
}
.cid-tWB6Le0iAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tWB6Le0iAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWB6Le0iAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWB6Le0iAf .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWB6Le0iAf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWB6Le0iAf .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-tWB6Le0iAf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWB6Le0iAf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWB6Le0iAf .content-head {
  max-width: 800px;
}
.cid-tWB6Le0iAf .mbr-section-title {
  color: #000000;
}
.cid-tWB6LgDY3I .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #75083a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWB6LgDY3I .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .img-bg {
    display: none;
  }
}
.cid-tWB6LgDY3I .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .container {
    padding: 0 !important;
  }
}
.cid-tWB6LgDY3I .row {
  width: 100%;
  align-items: center;
}
.cid-tWB6LgDY3I .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .content-container {
    padding-top: 0;
    background-color: #75083a;
  }
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tWB6LgDY3I .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWB6LgDY3I .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWB6LgDY3I .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWB6LgDY3I .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWB6LgDY3I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWB6LgDY3I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWB6LgDY3I .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .brand-text {
    margin-top: 45px;
  }
}
.cid-tWB6LgDY3I .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWB6LgDY3I .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWB6LgDY3I .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-tWB6LgDY3I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWB6LgDY3I .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWB6LgDY3I .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWB6LgDY3I .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWB6LgDY3I .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWB6LgDY3I .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWB6LgDY3I .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWB6LgDY3I .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWB6LgDY3I .col-link3 {
    padding-left: 0;
  }
}
.cid-tWB6LgDY3I .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #a2a4a7;
}
.cid-tWB6LgDY3I .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWB6LgDY3I .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWB6LgDY3I .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #75083a;
}
.cid-tWB6LgDY3I .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWB6LgDY3I .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWB6LgDY3I .copyright {
    text-align: center !important;
  }
}
.cid-tWBh0OIPyb {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWBh0OIPyb {
    min-height: 77px;
  }
}
.cid-tWBh0OIPyb nav.navbar {
  position: fixed;
}
.cid-tWBh0OIPyb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWBh0OIPyb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWBh0OIPyb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWBh0OIPyb .dropdown-item:hover,
.cid-tWBh0OIPyb .dropdown-item:focus {
  background: #f03a0b !important;
  color: inherit !important;
}
.cid-tWBh0OIPyb .dropdown-item:hover span {
  color: white;
}
.cid-tWBh0OIPyb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWBh0OIPyb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWBh0OIPyb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWBh0OIPyb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWBh0OIPyb .nav-link {
  position: relative;
}
.cid-tWBh0OIPyb .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWBh0OIPyb .container {
    flex-wrap: nowrap;
  }
}
.cid-tWBh0OIPyb .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWBh0OIPyb .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tWBh0OIPyb .dropdown-menu,
.cid-tWBh0OIPyb .navbar.opened {
  background: #75083a !important;
}
.cid-tWBh0OIPyb .nav-item:focus,
.cid-tWBh0OIPyb .nav-link:focus {
  outline: none;
}
.cid-tWBh0OIPyb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWBh0OIPyb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWBh0OIPyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWBh0OIPyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWBh0OIPyb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWBh0OIPyb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWBh0OIPyb .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #75083a;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tWBh0OIPyb .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tWBh0OIPyb .navbar.opened {
  transition: all 0.3s;
}
.cid-tWBh0OIPyb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWBh0OIPyb .navbar .navbar-logo img {
  width: auto;
}
.cid-tWBh0OIPyb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWBh0OIPyb .navbar.collapsed {
  justify-content: center;
}
.cid-tWBh0OIPyb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWBh0OIPyb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWBh0OIPyb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWBh0OIPyb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWBh0OIPyb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWBh0OIPyb .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-tWBh0OIPyb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWBh0OIPyb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWBh0OIPyb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWBh0OIPyb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWBh0OIPyb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWBh0OIPyb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWBh0OIPyb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWBh0OIPyb .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-tWBh0OIPyb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWBh0OIPyb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWBh0OIPyb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWBh0OIPyb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWBh0OIPyb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWBh0OIPyb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWBh0OIPyb .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWBh0OIPyb .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tWBh0OIPyb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWBh0OIPyb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWBh0OIPyb .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;
  margin: 0;
}
.cid-tWBh0OIPyb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWBh0OIPyb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWBh0OIPyb .dropdown-item.active,
.cid-tWBh0OIPyb .dropdown-item:active {
  background-color: transparent;
}
.cid-tWBh0OIPyb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWBh0OIPyb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWBh0OIPyb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWBh0OIPyb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #75083a;
}
.cid-tWBh0OIPyb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWBh0OIPyb .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tWBh0OIPyb .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWBh0OIPyb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWBh0OIPyb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWBh0OIPyb .navbar-buttons {
  text-align: center;
}
.cid-tWBh0OIPyb button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tWBh0OIPyb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #75083a;
}
.cid-tWBh0OIPyb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWBh0OIPyb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWBh0OIPyb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWBh0OIPyb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWBh0OIPyb button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-tWBh0OIPyb .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tWBh0OIPyb .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWBh0OIPyb .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWBh0OIPyb .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWBh0OIPyb .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWBh0OIPyb .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tWBh0OIPyb .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tWBh0OIPyb .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tWBh0OIPyb button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tWBh0OIPyb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWBh0OIPyb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWBh0OIPyb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWBh0OIPyb .navbar {
    height: 70px;
  }
  .cid-tWBh0OIPyb .navbar.opened {
    height: auto;
  }
  .cid-tWBh0OIPyb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWBh0OIPyb .navbar-brand-main {
  max-width: 30%;
}
.cid-tWBh0OIPyb .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tWBh0OIPyb .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tWBh0OIPyb .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tWBh0OIPyb .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tWBh0OIPyb .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tWBh0OIPyb .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tWBh0OIPyb .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tWBh0OIPyb .navbar-buttons-main {
    display: none;
  }
}
.cid-tWBh0OIPyb .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tWBh0OIPyb .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tWBh0OIPyb .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tWBh0OIPyb .container,
  .cid-tWBh0OIPyb .container-fluid {
    justify-content: flex-end;
  }
  .cid-tWBh0OIPyb .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tWBh0OIPyb .navbar-nav-main {
    display: none !important;
  }
  .cid-tWBh0OIPyb .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tWBh0OIPyb .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWBh0OIPyb .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tWBh0OIPyb .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tWBh0OIPyb .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tWBh0OIPyb .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tWBh0OIPyb .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tWBh0OIPyb .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tWBh0OIPyb .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWBh0OIPyb .navbar-collapse .dropdown-item:hover,
  .cid-tWBh0OIPyb .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tWBh0OIPyb .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tWBh0OIPyb .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tWBh0OIPyb .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tWBh0PZsWP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tWBh0PZsWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh0PZsWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh0PZsWP .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWBh0PZsWP .container {
    padding: 10px 8px;
  }
}
.cid-tWBh0PZsWP .row {
  border-radius: 25px;
  background-color: #45494e;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #454545;
}
@media (max-width: 768px) {
  .cid-tWBh0PZsWP .row {
    padding: 50px 10px 40px;
  }
}
.cid-tWBh0PZsWP .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tWBh0PZsWP .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWBh0PZsWP .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-tWBh0PZsWP .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWBh0PZsWP .image-wrapper img {
    height: 350px;
  }
}
.cid-tWBh0PZsWP .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-tWBh0PZsWP .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-tWBh0PZsWP .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-tWBh0PZsWP .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-tWBh0PZsWP .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-tWBh0PZsWP .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWBh0PZsWP .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tWBh0PZsWP .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWBh0PZsWP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWBh0PZsWP .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tWBh0PZsWP .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tWBh0PZsWP .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-tWBh0PZsWP .mbr-section-title {
  color: #ffffff;
}
.cid-tWBh0PZsWP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWBh0PZsWP .mbr-text {
  color: #ffffff;
}
.cid-tWBh0QYx6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBh0QYx6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh0QYx6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh0QYx6s .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tWBh0QYx6s .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-tWBh0QYx6s .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-tWBh0QYx6s .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-tWBh0RUXZ5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #45494e;
}
.cid-tWBh0RUXZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh0RUXZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh0RUXZ5 .card-wrapper {
  width: 100%;
}
.cid-tWBh0RUXZ5 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWBh0RUXZ5 .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tWBh0RUXZ5 .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tWBh0RUXZ5 .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tWBh0RUXZ5 .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tWBh0RUXZ5 .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWBh0RUXZ5 .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tWBh0RUXZ5 .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tWBh0RUXZ5 .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tWBh0RUXZ5 .card-title {
    text-align: center !important;
  }
}
.cid-tWBh0RUXZ5 .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWBh0RUXZ5 .card-text {
    text-align: center !important;
  }
}
.cid-tWBh0SQwDB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBh0SQwDB .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tWBh0SQwDB .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tWBh0SQwDB .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tWBh0SQwDB .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tWBh0SQwDB .mbr-section-title {
  color: #000000;
}
.cid-tWBh0SQwDB .mbr-section-subtitle {
  color: #45494E;
}
.cid-tWBh0SQwDB .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tWBh0SQwDB .item {
    margin-bottom: 50px;
  }
}
.cid-tWBh0SQwDB .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tWBh0SQwDB .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tWBh0SQwDB .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tWBh0SQwDB .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tWBh0SQwDB .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tWBh0SQwDB .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tWBh0SQwDB .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tWBh0SQwDB .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tWBh0SQwDB .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWBh0SQwDB .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tWBh0SQwDB .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tWBh0TNhAs {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWBh0TNhAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh0TNhAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh0TNhAs .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tWBh0TNhAs .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tWBh0TNhAs .col-img {
    order: 2;
  }
}
.cid-tWBh0TNhAs .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tWBh0TNhAs .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tWBh0TNhAs .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tWBh0TNhAs .col-tex {
    order: 1;
  }
}
.cid-tWBh0TNhAs .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBh0TNhAs .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tWBh0TNhAs .mbr-section-btn {
  margin-top: 60px;
}
.cid-tWBh0TNhAs .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tWBh0TNhAs .mbr-text,
.cid-tWBh0TNhAs .mbr-section-btn {
  color: #ffffff;
}
.cid-tWBh0UKKpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBh0UKKpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh0UKKpQ .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-tWBh0UKKpQ .container {
    padding: 0 30px;
  }
}
.cid-tWBh0UKKpQ .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWBh0UKKpQ .row {
    margin: 0 -34px;
  }
}
.cid-tWBh0UKKpQ .title-wrapper {
  margin-bottom: 30px;
}
.cid-tWBh0UKKpQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWBh0UKKpQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWBh0UKKpQ .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWBh0UKKpQ .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWBh0UKKpQ .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tWBh0UKKpQ .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tWBh0UKKpQ .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tWBh0UKKpQ .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWBh0UKKpQ .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWBh0UKKpQ .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tWBh0UKKpQ .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tWBh0UKKpQ .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tWBh0VWVco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWBh0VWVco .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh0VWVco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh0VWVco .row {
  justify-content: flex-start;
}
.cid-tWBh0VWVco .mbr-section-title {
  color: #ffffff;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWBh0VWVco .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWBh0VWVco .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tWBh0VWVco .image-wrapper {
  width: 100%;
}
.cid-tWBh0VWVco .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tWBh0VWVco .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tWBh0VWVco .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWBh0VWVco .mbr-text {
    margin-top: 45px;
  }
}
.cid-tWBh0VWVco .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tWBh0VWVco .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tWBh0VWVco .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tWBh0VWVco .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tWBh0VWVco .mbr-text,
.cid-tWBh0VWVco .mbr-section-btn {
  color: #ffffff;
}
.cid-tWBh0WUsz1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBh0WUsz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh0WUsz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh0WUsz1 .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tWBh0WUsz1 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tWBh0WUsz1 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tWBh0WUsz1 .item-img {
    width: 100%;
  }
}
.cid-tWBh0WUsz1 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tWBh0WUsz1 .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tWBh0WUsz1 .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tWBh0WUsz1 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tWBh0WUsz1 .card-title {
  color: #131313;
  text-align: center;
}
.cid-tWBh0WUsz1 .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tWBh0WUsz1 .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tWBh0WUsz1 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tWBh0WUsz1 .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tWBh0WUsz1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tWBh0WUsz1 .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tWBh0WUsz1 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tWBh0WUsz1 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tWBh0WUsz1 .card-text,
.cid-tWBh0WUsz1 .mbr-section-btn {
  text-align: center;
}
.cid-tWBh0Y6BBJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWBh0Y6BBJ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tWBh0Y6BBJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tWBh0Y6BBJ .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tWBh0Y6BBJ .mbr-text {
  color: #000000;
}
.cid-tWBh0Z1sYz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #45494e;
}
.cid-tWBh0Z1sYz .row {
  flex-direction: row-reverse;
}
.cid-tWBh0Z1sYz .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tWBh0Z1sYz .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tWBh0Z1sYz .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWBh0Z1sYz .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tWBh0Z1sYz .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tWBh0Z1sYz .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tWBh0Z1sYz .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tWBh0Z1sYz .card-item:last-child {
  margin-right: 0;
}
.cid-tWBh0Z1sYz .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tWBh0Z1sYz .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tWBh0Z1sYz .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
  text-align: center;
}
.cid-tWBh0Z1sYz .column2 {
  height: 100%;
}
.cid-tWBh0Z1sYz .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tWBh0Z1sYz .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWBh0Z1sYz .column2 {
    text-align: center;
  }
}
.cid-tWBh0Z1sYz .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tWBh0Z1sYz .mbr-section-title-column1 DIV {
  text-align: center;
}
.cid-tWBh10g9cZ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tWBh10g9cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh10g9cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh10g9cZ .mbr-section-title {
  text-align: center;
}
.cid-tWBh11aViS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #45494e;
}
.cid-tWBh11aViS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh11aViS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh11aViS .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tWBh11aViS .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tWBh11aViS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBh11aViS .mbr-section-subtitle {
  color: #45494E;
}
.cid-tWBh11aViS .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tWBh11aViS .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tWBh11aViS .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWBh11aViS .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tWBh11aViS .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tWBh11aViS .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #45494e;
  margin-left: 1rem;
}
.cid-tWBh11aViS .panel-group {
  border: none;
}
.cid-tWBh11aViS .panel-body {
  padding: 0 0 28px;
}
.cid-tWBh11aViS .panel-text {
  color: #45494E;
}
.cid-tWBh11aViS .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tWBh11aViS .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tWBh11aViS .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tWBh11aViS .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tWBh11aViS .panel-title-edit {
  color: #ffffff;
}
.cid-tWBh11aViS .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tWBh11aViS .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tWBh12pRKk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWBh12pRKk .container {
    padding: 0 24px;
  }
}
.cid-tWBh12pRKk .card {
  justify-content: center;
}
.cid-tWBh12pRKk .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tWBh12pRKk .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-tWBh12pRKk .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWBh12pRKk .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tWBh12pRKk .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWBh12pRKk .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tWBh12pRKk .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWBh12pRKk .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWBh12pRKk .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-tWBh12pRKk .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWBh12pRKk .mbr-desc {
  color: #75083a;
}
.cid-tWBh12pRKk .mbr-text {
  color: #000000;
}
.cid-tWBh12pRKk .mbr-section-btn {
  text-align: right;
}
.cid-tWBh12pRKk .mbr-section-title,
.cid-tWBh12pRKk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tWBh13qmHa {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWBh13qmHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh13qmHa .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-tWBh13qmHa .container {
    padding: 0 20px;
  }
}
.cid-tWBh13qmHa .row {
  margin: 0;
}
.cid-tWBh13qmHa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWBh13qmHa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWBh13qmHa .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWBh13qmHa .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWBh13qmHa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWBh13qmHa .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWBh13qmHa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBh14tmTt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWBh14tmTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh14tmTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh14tmTt .mbr-section-title {
  text-align: center;
}
.cid-tWBh15wfog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBh15wfog .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh15wfog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh15wfog .title-wrapper {
  padding: 96px 10px;
  background-color: #45494e;
}
@media (max-width: 992px) {
  .cid-tWBh15wfog .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-tWBh15wfog .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-tWBh15wfog .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWBh15wfog .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-tWBh15wfog .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-tWBh15wfog .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-tWBh15wfog .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-tWBh15wfog .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-tWBh15wfog .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWBh15wfog .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #45494e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tWBh15wfog .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-tWBh15wfog .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-tWBh15wfog .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-tWBh15wfog .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWBh15wfog .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBh15wfog .panel-title-edit {
  color: #000000;
}
.cid-tWBh15wfog .panel-text {
  color: #747474;
}
.cid-tWBh15wfog .mbr-section-title,
.cid-tWBh15wfog .mbr-section-btn {
  color: #ffffff;
}
.cid-tWBh16BCXb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tWBh16BCXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBh16BCXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBh16BCXb .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWBh16BCXb .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWBh16BCXb .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-tWBh16BCXb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWBh16BCXb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWBh16BCXb .content-head {
  max-width: 800px;
}
.cid-tWBh16BCXb .mbr-section-title {
  color: #000000;
}
.cid-tWBh18tbKN .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #75083a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWBh18tbKN .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .img-bg {
    display: none;
  }
}
.cid-tWBh18tbKN .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .container {
    padding: 0 !important;
  }
}
.cid-tWBh18tbKN .row {
  width: 100%;
  align-items: center;
}
.cid-tWBh18tbKN .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .content-container {
    padding-top: 0;
    background-color: #75083a;
  }
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tWBh18tbKN .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWBh18tbKN .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWBh18tbKN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWBh18tbKN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWBh18tbKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWBh18tbKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWBh18tbKN .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .brand-text {
    margin-top: 45px;
  }
}
.cid-tWBh18tbKN .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWBh18tbKN .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWBh18tbKN .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-tWBh18tbKN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWBh18tbKN .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWBh18tbKN .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWBh18tbKN .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWBh18tbKN .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWBh18tbKN .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWBh18tbKN .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWBh18tbKN .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWBh18tbKN .col-link3 {
    padding-left: 0;
  }
}
.cid-tWBh18tbKN .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #a2a4a7;
}
.cid-tWBh18tbKN .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWBh18tbKN .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWBh18tbKN .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #75083a;
}
.cid-tWBh18tbKN .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWBh18tbKN .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWBh18tbKN .copyright {
    text-align: center !important;
  }
}
.cid-tWBjryXSxB {
  overflow: visible;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWBjryXSxB {
    min-height: 77px;
  }
}
.cid-tWBjryXSxB nav.navbar {
  position: fixed;
}
.cid-tWBjryXSxB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWBjryXSxB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWBjryXSxB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWBjryXSxB .dropdown-item:hover,
.cid-tWBjryXSxB .dropdown-item:focus {
  background: #f03a0b !important;
  color: inherit !important;
}
.cid-tWBjryXSxB .dropdown-item:hover span {
  color: white;
}
.cid-tWBjryXSxB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWBjryXSxB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWBjryXSxB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWBjryXSxB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWBjryXSxB .nav-link {
  position: relative;
}
.cid-tWBjryXSxB .container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWBjryXSxB .container {
    flex-wrap: nowrap;
  }
}
.cid-tWBjryXSxB .iconfont-wrapper {
  color: #1f1d1a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWBjryXSxB .iconfont-wrapper:hover {
  text-decoration-line: none !important;
}
.cid-tWBjryXSxB .dropdown-menu,
.cid-tWBjryXSxB .navbar.opened {
  background: #75083a !important;
}
.cid-tWBjryXSxB .nav-item:focus,
.cid-tWBjryXSxB .nav-link:focus {
  outline: none;
}
.cid-tWBjryXSxB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWBjryXSxB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWBjryXSxB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWBjryXSxB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWBjryXSxB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWBjryXSxB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWBjryXSxB .navbar {
  min-height: 112px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: #75083a;
  border-radius: 0 !important;
  padding: 16px 0 !important;
}
@media (max-width: 767px) {
  .cid-tWBjryXSxB .navbar {
    min-height: 77px;
    padding: 8px 0 !important;
  }
}
.cid-tWBjryXSxB .navbar.opened {
  transition: all 0.3s;
}
.cid-tWBjryXSxB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWBjryXSxB .navbar .navbar-logo img {
  width: auto;
}
.cid-tWBjryXSxB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWBjryXSxB .navbar.collapsed {
  justify-content: center;
}
.cid-tWBjryXSxB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWBjryXSxB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWBjryXSxB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWBjryXSxB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWBjryXSxB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWBjryXSxB .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-tWBjryXSxB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWBjryXSxB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWBjryXSxB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWBjryXSxB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWBjryXSxB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWBjryXSxB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWBjryXSxB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWBjryXSxB .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-tWBjryXSxB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWBjryXSxB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWBjryXSxB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWBjryXSxB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWBjryXSxB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWBjryXSxB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWBjryXSxB .navbar.navbar-short {
  min-height: 112px;
}
@media (max-width: 767px) {
  .cid-tWBjryXSxB .navbar.navbar-short {
    min-height: 77px;
  }
}
.cid-tWBjryXSxB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWBjryXSxB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWBjryXSxB .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;
  margin: 0;
}
.cid-tWBjryXSxB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWBjryXSxB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWBjryXSxB .dropdown-item.active,
.cid-tWBjryXSxB .dropdown-item:active {
  background-color: transparent;
}
.cid-tWBjryXSxB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWBjryXSxB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWBjryXSxB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWBjryXSxB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #75083a;
}
.cid-tWBjryXSxB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWBjryXSxB .navbar .navbar-collapse .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-tWBjryXSxB .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWBjryXSxB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWBjryXSxB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWBjryXSxB .navbar-buttons {
  text-align: center;
}
.cid-tWBjryXSxB button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin-left: 0.5rem;
  margin-right: 12px;
}
.cid-tWBjryXSxB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #75083a;
}
.cid-tWBjryXSxB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWBjryXSxB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWBjryXSxB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWBjryXSxB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWBjryXSxB button.navbar-toggler .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.cid-tWBjryXSxB .navbar-toggler-close {
  position: absolute !important;
  right: 12px;
  top: 10px;
  margin-right: 0 !important;
}
.cid-tWBjryXSxB .navbar-toggler-close .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWBjryXSxB .navbar-toggler-close .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWBjryXSxB .navbar-toggler-close .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWBjryXSxB .navbar-toggler-close .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWBjryXSxB .navbar-toggler-close .hamburger-bg {
  opacity: 0;
  background-color: #374151 !important;
  transition: .3s;
  border-radius: 0 !important;
}
.cid-tWBjryXSxB .navbar-toggler-close .hamburger-bg:hover {
  opacity: 0.1 !important;
}
.cid-tWBjryXSxB .navbar-toggler-close:hover .hamburger-bg {
  opacity: 0.1 !important;
}
.cid-tWBjryXSxB button.navbar-toggler-close {
  margin-right: 0;
}
.cid-tWBjryXSxB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWBjryXSxB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWBjryXSxB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWBjryXSxB .navbar {
    height: 70px;
  }
  .cid-tWBjryXSxB .navbar.opened {
    height: auto;
  }
  .cid-tWBjryXSxB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWBjryXSxB .navbar-brand-main {
  max-width: 30%;
}
.cid-tWBjryXSxB .navbar-nav-main {
  margin: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
.cid-tWBjryXSxB .navbar-nav-main .nav-item {
  margin: 0 !important;
}
.cid-tWBjryXSxB .navbar-nav-main .nav-item .nav-link {
  padding: 15px !important;
  margin: 0 !important;
}
.cid-tWBjryXSxB .navbar-nav-main .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cid-tWBjryXSxB .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tWBjryXSxB .navbar-buttons-main {
  margin-left: 6.4rem;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-tWBjryXSxB .navbar-buttons-main {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-tWBjryXSxB .navbar-buttons-main {
    display: none;
  }
}
.cid-tWBjryXSxB .navbar-toggler-open {
  position: relative;
  z-index: 10 !important;
}
.cid-tWBjryXSxB .navbar-toggler {
  position: relative;
  z-index: 12;
}
.cid-tWBjryXSxB .navbar-collapse {
  display: none !important;
  z-index: 11 !important;
}
@media (max-width: 991px) {
  .cid-tWBjryXSxB .container,
  .cid-tWBjryXSxB .container-fluid {
    justify-content: flex-end;
  }
  .cid-tWBjryXSxB .navbar-brand-main {
    max-width: 50%;
    margin-right: auto;
  }
  .cid-tWBjryXSxB .navbar-nav-main {
    display: none !important;
  }
  .cid-tWBjryXSxB .sidbar-nav {
    width: 100%;
    align-items: center;
  }
  .cid-tWBjryXSxB .sidbar-nav .nav-item {
    margin: 0  !important;
    padding: 1rem !important;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWBjryXSxB .sidbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tWBjryXSxB .sidbar-nav .nav-item .nav-link:hover {
    color: inherit !important;
  }
  .cid-tWBjryXSxB .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tWBjryXSxB .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    position: fixed;
    background-color: #ffffff;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tWBjryXSxB .navbar-collapse .mbr-section-btn {
    margin-top: 18px;
    padding: 0 16px;
    width: 100%;
  }
  .cid-tWBjryXSxB .navbar-collapse .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tWBjryXSxB .navbar-collapse .dropdown-item {
    border-bottom: 1px solid #bbbbbb;
  }
  .cid-tWBjryXSxB .navbar-collapse .dropdown-item:hover,
  .cid-tWBjryXSxB .navbar-collapse .dropdown-item:focus {
    background: #ffffff !important;
    color: inherit !important;
  }
  .cid-tWBjryXSxB .navbar-collapse.show {
    padding: 28px 0;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tWBjryXSxB .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tWBjryXSxB .navbar-collapse.show {
    width: 100% !important;
  }
}
.cid-tWBjrAjpzQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tWBjrAjpzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrAjpzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrAjpzQ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWBjrAjpzQ .container {
    padding: 10px 8px;
  }
}
.cid-tWBjrAjpzQ .row {
  border-radius: 25px;
  background-color: #45494e;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #454545;
}
@media (max-width: 768px) {
  .cid-tWBjrAjpzQ .row {
    padding: 50px 10px 40px;
  }
}
.cid-tWBjrAjpzQ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tWBjrAjpzQ .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWBjrAjpzQ .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-tWBjrAjpzQ .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWBjrAjpzQ .image-wrapper img {
    height: 350px;
  }
}
.cid-tWBjrAjpzQ .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-tWBjrAjpzQ .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-tWBjrAjpzQ .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-tWBjrAjpzQ .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-tWBjrAjpzQ .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-tWBjrAjpzQ .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWBjrAjpzQ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tWBjrAjpzQ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tWBjrAjpzQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWBjrAjpzQ .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tWBjrAjpzQ .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tWBjrAjpzQ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-tWBjrAjpzQ .mbr-section-title {
  color: #ffffff;
}
.cid-tWBjrAjpzQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWBjrAjpzQ .mbr-text {
  color: #ffffff;
}
.cid-tWBjrBgNqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBjrBgNqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrBgNqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrBgNqJ .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tWBjrBgNqJ .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-tWBjrBgNqJ .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-tWBjrBgNqJ .card-text {
  color: #ffffff;
  flex-grow: 1;
}
.cid-tWBjrCfkWS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #45494e;
}
.cid-tWBjrCfkWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrCfkWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrCfkWS .card-wrapper {
  width: 100%;
}
.cid-tWBjrCfkWS .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tWBjrCfkWS .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tWBjrCfkWS .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tWBjrCfkWS .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tWBjrCfkWS .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tWBjrCfkWS .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWBjrCfkWS .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tWBjrCfkWS .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tWBjrCfkWS .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tWBjrCfkWS .card-title {
    text-align: center !important;
  }
}
.cid-tWBjrCfkWS .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWBjrCfkWS .card-text {
    text-align: center !important;
  }
}
.cid-tWBjrD9IuC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBjrD9IuC .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tWBjrD9IuC .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tWBjrD9IuC .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tWBjrD9IuC .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tWBjrD9IuC .mbr-section-title {
  color: #000000;
}
.cid-tWBjrD9IuC .mbr-section-subtitle {
  color: #45494E;
}
.cid-tWBjrD9IuC .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tWBjrD9IuC .item {
    margin-bottom: 50px;
  }
}
.cid-tWBjrD9IuC .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tWBjrD9IuC .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tWBjrD9IuC .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tWBjrD9IuC .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tWBjrD9IuC .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tWBjrD9IuC .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tWBjrD9IuC .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tWBjrD9IuC .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tWBjrD9IuC .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWBjrD9IuC .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tWBjrD9IuC .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tWBjrEjsZz {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWBjrEjsZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrEjsZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrEjsZz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tWBjrEjsZz .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tWBjrEjsZz .col-img {
    order: 2;
  }
}
.cid-tWBjrEjsZz .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tWBjrEjsZz .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tWBjrEjsZz .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tWBjrEjsZz .col-tex {
    order: 1;
  }
}
.cid-tWBjrEjsZz .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBjrEjsZz .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tWBjrEjsZz .mbr-section-btn {
  margin-top: 60px;
}
.cid-tWBjrEjsZz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tWBjrEjsZz .mbr-text,
.cid-tWBjrEjsZz .mbr-section-btn {
  color: #ffffff;
}
.cid-tWBjrFfQP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBjrFfQP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrFfQP8 .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-tWBjrFfQP8 .container {
    padding: 0 30px;
  }
}
.cid-tWBjrFfQP8 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWBjrFfQP8 .row {
    margin: 0 -34px;
  }
}
.cid-tWBjrFfQP8 .title-wrapper {
  margin-bottom: 30px;
}
.cid-tWBjrFfQP8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tWBjrFfQP8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWBjrFfQP8 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tWBjrFfQP8 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-tWBjrFfQP8 .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-tWBjrFfQP8 .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tWBjrFfQP8 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tWBjrFfQP8 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tWBjrFfQP8 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tWBjrFfQP8 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-tWBjrFfQP8 .mbr-card-title {
  color: #000000;
  text-align: center;
}
.cid-tWBjrFfQP8 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tWBjrGwoqX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45494e;
}
.cid-tWBjrGwoqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrGwoqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrGwoqX .row {
  justify-content: flex-start;
}
.cid-tWBjrGwoqX .mbr-section-title {
  color: #ffffff;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWBjrGwoqX .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWBjrGwoqX .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tWBjrGwoqX .image-wrapper {
  width: 100%;
}
.cid-tWBjrGwoqX .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tWBjrGwoqX .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tWBjrGwoqX .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWBjrGwoqX .mbr-text {
    margin-top: 45px;
  }
}
.cid-tWBjrGwoqX .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tWBjrGwoqX .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tWBjrGwoqX .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tWBjrGwoqX .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tWBjrGwoqX .mbr-text,
.cid-tWBjrGwoqX .mbr-section-btn {
  color: #ffffff;
}
.cid-tWBjrHGcnf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBjrHGcnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrHGcnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrHGcnf .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-tWBjrHGcnf .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-tWBjrHGcnf .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tWBjrHGcnf .item-img {
    width: 100%;
  }
}
.cid-tWBjrHGcnf .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tWBjrHGcnf .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tWBjrHGcnf .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tWBjrHGcnf .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tWBjrHGcnf .card-title {
  color: #131313;
  text-align: center;
}
.cid-tWBjrHGcnf .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tWBjrHGcnf .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tWBjrHGcnf .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tWBjrHGcnf .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tWBjrHGcnf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tWBjrHGcnf .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tWBjrHGcnf .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tWBjrHGcnf .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tWBjrHGcnf .card-text,
.cid-tWBjrHGcnf .mbr-section-btn {
  text-align: center;
}
.cid-tWBjrJ2y9R {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWBjrJ2y9R .col-title {
    margin-bottom: 20px;
  }
}
.cid-tWBjrJ2y9R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tWBjrJ2y9R .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tWBjrJ2y9R .mbr-text {
  color: #000000;
}
.cid-tWBjrK26RD {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #45494e;
}
.cid-tWBjrK26RD .row {
  flex-direction: row-reverse;
}
.cid-tWBjrK26RD .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tWBjrK26RD .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-tWBjrK26RD .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWBjrK26RD .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-tWBjrK26RD .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-tWBjrK26RD .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-tWBjrK26RD .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-tWBjrK26RD .card-item:last-child {
  margin-right: 0;
}
.cid-tWBjrK26RD .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tWBjrK26RD .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
.cid-tWBjrK26RD .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
  color: #ffffff;
  text-align: center;
}
.cid-tWBjrK26RD .column2 {
  height: 100%;
}
.cid-tWBjrK26RD .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-tWBjrK26RD .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-tWBjrK26RD .column2 {
    text-align: center;
  }
}
.cid-tWBjrK26RD .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-tWBjrK26RD .mbr-section-title-column1 DIV {
  text-align: center;
}
.cid-tWBjrLqbhG {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tWBjrLqbhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrLqbhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrLqbhG .mbr-section-title {
  text-align: center;
}
.cid-tWBjrMCkbo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #45494e;
}
.cid-tWBjrMCkbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrMCkbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrMCkbo .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tWBjrMCkbo .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tWBjrMCkbo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBjrMCkbo .mbr-section-subtitle {
  color: #45494E;
}
.cid-tWBjrMCkbo .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tWBjrMCkbo .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tWBjrMCkbo .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWBjrMCkbo .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tWBjrMCkbo .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tWBjrMCkbo .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #45494e;
  margin-left: 1rem;
}
.cid-tWBjrMCkbo .panel-group {
  border: none;
}
.cid-tWBjrMCkbo .panel-body {
  padding: 0 0 28px;
}
.cid-tWBjrMCkbo .panel-text {
  color: #45494E;
}
.cid-tWBjrMCkbo .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tWBjrMCkbo .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tWBjrMCkbo .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tWBjrMCkbo .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tWBjrMCkbo .panel-title-edit {
  color: #ffffff;
}
.cid-tWBjrMCkbo .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tWBjrMCkbo .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tWBjrOkSWK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWBjrOkSWK .container {
    padding: 0 24px;
  }
}
.cid-tWBjrOkSWK .card {
  justify-content: center;
}
.cid-tWBjrOkSWK .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tWBjrOkSWK .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-tWBjrOkSWK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWBjrOkSWK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tWBjrOkSWK .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWBjrOkSWK .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tWBjrOkSWK .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tWBjrOkSWK .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tWBjrOkSWK .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-tWBjrOkSWK .mbr-section-title {
  color: #F9F6E0;
}
.cid-tWBjrOkSWK .mbr-desc {
  color: #75083a;
}
.cid-tWBjrOkSWK .mbr-text {
  color: #000000;
}
.cid-tWBjrOkSWK .mbr-section-btn {
  text-align: right;
}
.cid-tWBjrOkSWK .mbr-section-title,
.cid-tWBjrOkSWK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tWBjrQEcyj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWBjrQEcyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrQEcyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrQEcyj .mbr-section-title {
  text-align: center;
}
.cid-tWBjrRLZ0T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWBjrRLZ0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrRLZ0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrRLZ0T .title-wrapper {
  padding: 96px 10px;
  background-color: #45494e;
}
@media (max-width: 992px) {
  .cid-tWBjrRLZ0T .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-tWBjrRLZ0T .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-tWBjrRLZ0T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWBjrRLZ0T .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-tWBjrRLZ0T .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-tWBjrRLZ0T .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-tWBjrRLZ0T .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-tWBjrRLZ0T .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-tWBjrRLZ0T .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWBjrRLZ0T .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #45494e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tWBjrRLZ0T .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all .3s ease;
}
.cid-tWBjrRLZ0T .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-tWBjrRLZ0T .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-tWBjrRLZ0T .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWBjrRLZ0T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWBjrRLZ0T .panel-title-edit {
  color: #000000;
}
.cid-tWBjrRLZ0T .panel-text {
  color: #747474;
}
.cid-tWBjrRLZ0T .mbr-section-title,
.cid-tWBjrRLZ0T .mbr-section-btn {
  color: #ffffff;
}
.cid-tWBjrT5kgz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tWBjrT5kgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWBjrT5kgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWBjrT5kgz .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWBjrT5kgz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWBjrT5kgz .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-tWBjrT5kgz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWBjrT5kgz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWBjrT5kgz .content-head {
  max-width: 800px;
}
.cid-tWBjrT5kgz .mbr-section-title {
  color: #000000;
}
.cid-tWBjrUb3e1 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #75083a;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tWBjrUb3e1 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .img-bg {
    display: none;
  }
}
.cid-tWBjrUb3e1 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .container {
    padding: 0 !important;
  }
}
.cid-tWBjrUb3e1 .row {
  width: 100%;
  align-items: center;
}
.cid-tWBjrUb3e1 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .content-container {
    padding-top: 0;
    background-color: #75083a;
  }
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tWBjrUb3e1 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tWBjrUb3e1 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tWBjrUb3e1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tWBjrUb3e1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tWBjrUb3e1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWBjrUb3e1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWBjrUb3e1 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .brand-text {
    margin-top: 45px;
  }
}
.cid-tWBjrUb3e1 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tWBjrUb3e1 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tWBjrUb3e1 .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-tWBjrUb3e1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tWBjrUb3e1 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWBjrUb3e1 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tWBjrUb3e1 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tWBjrUb3e1 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tWBjrUb3e1 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tWBjrUb3e1 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tWBjrUb3e1 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tWBjrUb3e1 .col-link3 {
    padding-left: 0;
  }
}
.cid-tWBjrUb3e1 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #a2a4a7;
}
.cid-tWBjrUb3e1 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWBjrUb3e1 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tWBjrUb3e1 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #75083a;
}
.cid-tWBjrUb3e1 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tWBjrUb3e1 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWBjrUb3e1 .copyright {
    text-align: center !important;
  }
}
