.btn {
  border-width: 2px;
}
body {
  background-color: #fdf8f8;
}
body {
  font-family: 'Manrope', sans-serif;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #b8e8b4 !important;
}
.bg-success {
  background-color: #81e8b8 !important;
}
.bg-info {
  background-color: #72e1f7 !important;
}
.bg-warning {
  background-color: #ffda6a !important;
}
.bg-danger {
  background-color: #e9808a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b8e8b4 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #b8e8b4 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b8e8b4 !important;
  border-color: #b8e8b4 !important;
}
.btn-primary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary:hover span {
  color: white;
  background: #000000;
}
.btn-primary span {
  background: #000000;
  transition: all 0.3s;
  color: #b8e8b4;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-primary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #67595e !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #67595e !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #67595e !important;
  border-color: #67595e !important;
}
.btn-secondary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary:hover span {
  color: white;
  background: #000000;
}
.btn-secondary span {
  background: #ffffff;
  transition: all 0.3s;
  color: #67595e;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #72e1f7 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #72e1f7 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #72e1f7 !important;
  border-color: #72e1f7 !important;
}
.btn-info:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info:hover span {
  color: white;
  background: #000000;
}
.btn-info span {
  background: #000000;
  transition: all 0.3s;
  color: #72e1f7;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info span:before {
  transform: translateX(1px);
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #81e8b8 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #81e8b8 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
}
.btn-success:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success:hover span {
  color: white;
  background: #000000;
}
.btn-success span {
  background: #000000;
  transition: all 0.3s;
  color: #81e8b8;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success span:before {
  transform: translateX(1px);
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffda6a !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffda6a !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
}
.btn-warning:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning:hover span {
  color: white;
  background: #000000;
}
.btn-warning span {
  background: #000000;
  transition: all 0.3s;
  color: #ffda6a;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning span:before {
  transform: translateX(1px);
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9808a !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #e9808a !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e9808a !important;
  border-color: #e9808a !important;
}
.btn-danger:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger:hover span {
  color: white;
  background: #000000;
}
.btn-danger span {
  background: #ffffff;
  transition: all 0.3s;
  color: #e9808a;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger span:before {
  transform: translateX(1px);
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white:hover span {
  color: white;
  background: #000000;
}
.btn-white span {
  background: #000000;
  transition: all 0.3s;
  color: #fafafa;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white span:before {
  transform: translateX(1px);
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black:hover span {
  color: white;
  background: #000000;
}
.btn-black span {
  background: #ffffff;
  transition: all 0.3s;
  color: #232323;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black span:before {
  transform: translateX(1px);
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b8e8b4;
  color: #b8e8b4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b8e8b4 !important;
  background-color: transparent!important;
  border-color: #b8e8b4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #b8e8b4 !important;
  border-color: #b8e8b4 !important;
}
.btn-primary-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary-outline:hover span {
  color: #000000 !important;
}
.btn-primary-outline span {
  background: #b8e8b4;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #67595e;
  color: #67595e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #67595e !important;
  background-color: transparent!important;
  border-color: #67595e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #67595e !important;
  border-color: #67595e !important;
}
.btn-secondary-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary-outline:hover span {
  color: #ffffff !important;
}
.btn-secondary-outline span {
  background: #67595e;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #72e1f7;
  color: #72e1f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #72e1f7 !important;
  background-color: transparent!important;
  border-color: #72e1f7 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #72e1f7 !important;
  border-color: #72e1f7 !important;
}
.btn-info-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info-outline:hover span {
  color: #000000 !important;
}
.btn-info-outline span {
  background: #72e1f7;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #81e8b8;
  color: #81e8b8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #81e8b8 !important;
  background-color: transparent!important;
  border-color: #81e8b8 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
}
.btn-success-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success-outline:hover span {
  color: #000000 !important;
}
.btn-success-outline span {
  background: #81e8b8;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffda6a;
  color: #ffda6a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffda6a !important;
  background-color: transparent!important;
  border-color: #ffda6a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
}
.btn-warning-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning-outline:hover span {
  color: #000000 !important;
}
.btn-warning-outline span {
  background: #ffda6a;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e9808a;
  color: #e9808a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e9808a !important;
  background-color: transparent!important;
  border-color: #e9808a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9808a !important;
  border-color: #e9808a !important;
}
.btn-danger-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger-outline:hover span {
  color: #ffffff !important;
}
.btn-danger-outline span {
  background: #e9808a;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  border-color: #232323 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black-outline:hover span {
  color: #ffffff !important;
}
.btn-black-outline span {
  background: #232323;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  background-color: #b8e8b4 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white-outline:hover span {
  color: #000000 !important;
}
.btn-white-outline span {
  background: #fafafa;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white:hover {
  background: #b8e8b4 !important;
}
.btn-white:hover span {
  color: #b8e8b4 !important;
}
.text-primary {
  color: #b8e8b4 !important;
}
.text-secondary {
  color: #67595e !important;
}
.text-success {
  color: #81e8b8 !important;
}
.text-info {
  color: #72e1f7 !important;
}
.text-warning {
  color: #ffda6a !important;
}
.text-danger {
  color: #e9808a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6ed066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #302a2c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2bd887 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #11ccf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc104 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da293a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b8e8b4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72e1f7;
}
.alert-warning {
  background-color: #ffda6a;
}
.alert-danger {
  background-color: #e9808a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b8e8b4;
  border-color: #b8e8b4;
  color: #328c2b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b8e8b4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b8e8b4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #b8e8b4;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b8e8b4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b8e8b4;
}
.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: #b8e8b4;
  border-bottom-color: #b8e8b4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b8e8b4 !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: #67595e !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='%23b8e8b4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uL3QmClff9 .navbar-dropdown {
  position: relative !important;
}
.cid-uL3QmClff9 .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uL3QmClff9 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uL3QmClff9 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uL3QmClff9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uL3QmClff9 .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-uL3QmClff9 .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-uL3QmClff9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL3QmClff9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL3QmClff9 .dropdown-item:hover,
.cid-uL3QmClff9 .dropdown-item:focus {
  background: #b8e8b4 !important;
  color: white !important;
}
.cid-uL3QmClff9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL3QmClff9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL3QmClff9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL3QmClff9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL3QmClff9 .nav-link {
  position: relative;
}
.cid-uL3QmClff9 .container {
  display: flex;
  margin: auto;
}
.cid-uL3QmClff9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uL3QmClff9 .dropdown-menu,
.cid-uL3QmClff9 .navbar.opened {
  background: #fdf8f8 !important;
}
.cid-uL3QmClff9 .nav-item:focus,
.cid-uL3QmClff9 .nav-link:focus {
  outline: none;
}
.cid-uL3QmClff9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL3QmClff9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL3QmClff9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL3QmClff9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL3QmClff9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL3QmClff9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL3QmClff9 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fdf8f8;
}
.cid-uL3QmClff9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL3QmClff9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL3QmClff9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL3QmClff9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL3QmClff9 .navbar.collapsed {
  justify-content: center;
}
.cid-uL3QmClff9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL3QmClff9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL3QmClff9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL3QmClff9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL3QmClff9 .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-uL3QmClff9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL3QmClff9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL3QmClff9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL3QmClff9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL3QmClff9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL3QmClff9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL3QmClff9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL3QmClff9 .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-uL3QmClff9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL3QmClff9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL3QmClff9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL3QmClff9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL3QmClff9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL3QmClff9 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL3QmClff9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uL3QmClff9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL3QmClff9 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uL3QmClff9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL3QmClff9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL3QmClff9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL3QmClff9 .dropdown-item.active,
.cid-uL3QmClff9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL3QmClff9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL3QmClff9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL3QmClff9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL3QmClff9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdf8f8;
}
.cid-uL3QmClff9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL3QmClff9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL3QmClff9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL3QmClff9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL3QmClff9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL3QmClff9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL3QmClff9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL3QmClff9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL3QmClff9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL3QmClff9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL3QmClff9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL3QmClff9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL3QmClff9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL3QmClff9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL3QmClff9 .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-uL3QmClff9 .navbar {
    height: 70px;
  }
  .cid-uL3QmClff9 .navbar.opened {
    height: auto;
  }
  .cid-uL3QmClff9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL3QmClff9 .nav-link,
.cid-uL3QmClff9 .dropdown-item {
  color: #000000;
}
.cid-uL3QmCmHrX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCmHrX .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-uL3QmCmHrX .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #FFFFFF;
}
.cid-uL3QmCmHrX .row-bg {
  align-items: center;
  background: #67595e;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uL3QmCmHrX .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL3QmCmHrX .image-wrapper {
    padding: 1rem;
  }
}
.cid-uL3QmCmHrX .mbr-text,
.cid-uL3QmCmHrX .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uL3QmCmHrX .mbr-text3 {
  text-align: center;
  color: #FFFFFF;
}
.cid-uL3QmCmHrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCmHrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCmzbp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCmzbp img {
  width: 120px;
  margin: auto;
  object-fit: cover;
  height: 65px;
}
.cid-uL3QmCmzbp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uL3QmCmzbp .card {
    max-width: 12.5%;
  }
}
.cid-uL3QmCnAxd {
  background-image: url("../images/photo-1547056391-a8d5e1b05fc7.jpeg");
}
.cid-uL3QmCnAxd .row {
  min-height: 500px;
}
.cid-uL3QmCnAxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCnAxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCnwhF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCnwhF img,
.cid-uL3QmCnwhF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uL3QmCnwhF .item:focus,
.cid-uL3QmCnwhF span:focus {
  outline: none;
}
.cid-uL3QmCnwhF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCnwhF .card1 {
  background: #b8e8b4;
}
.cid-uL3QmCnwhF .card2 {
  background: #67595e;
}
.cid-uL3QmCnwhF .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCnwhF .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCnwhF .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCnwhF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCnwhF .mbr-section-title {
  color: #232323;
}
.cid-uL3QmCnwhF .item-title1 {
  color: #000000;
}
.cid-uL3QmCnwhF .item-title2 {
  color: #FFFFFF;
}
.cid-uL3QmCn78L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCn78L .mbr-section-title,
.cid-uL3QmCn78L .mbr-section-subtitle {
  text-align: center;
}
.cid-uL3QmCn78L .cost {
  word-break: normal;
  margin-bottom: 0.5rem;
}
.cid-uL3QmCn78L .item-wrapper {
  margin-bottom: 2rem;
  border-radius: 2rem;
  background: #f9dcdf;
  transition: all 0.3s;
}
.cid-uL3QmCn78L .item-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uL3QmCn78L .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
@media (min-width: 768px) {
  .cid-uL3QmCn78L .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL3QmCn78L .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uL3QmCn78L .mbr-text {
  color: #000000;
}
.cid-uL3QmCn78L .card-price {
  color: #000000;
}
.cid-uL3QmCn78L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCn78L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCn78L .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uL3QmCn78L .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCn78L .card-title {
  color: #000000;
}
.cid-uL3QmCoDp7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b8e8b4;
}
.cid-uL3QmCoDp7 h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-uL3QmCoDp7 .row {
  align-items: center;
  background: #fdf8f8;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #fdf8f8;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-uL3QmCoDp7 .col-lg-6 {
  padding: 0 2rem;
}
.cid-uL3QmCoDp7 .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-uL3QmCoDp7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uL3QmCoDp7 img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-uL3QmCoDp7 .align-left,
  .cid-uL3QmCoDp7 .align-right {
    text-align: center;
  }
}
.cid-uL3QmCoDp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCoDp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCooDe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCooDe .inner-row {
  height: 100%;
}
.cid-uL3QmCooDe .line {
  border-bottom: 2px solid #000000;
  padding-top: 2rem;
}
.cid-uL3QmCooDe .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCooDe .image-wrapper {
    padding: 0rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCooDe .card2 {
  background: #67595e;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uL3QmCooDe .card2 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCooDe .card3 {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uL3QmCooDe .card3 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCooDe .card-bg {
  align-items: center;
  background: #f9dcdf;
  overflow: hidden;
  padding: 1rem 1rem;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCooDe .card-bg {
    padding: 0rem 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uL3QmCooDe img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uL3QmCooDe .align-left,
  .cid-uL3QmCooDe .align-right {
    text-align: center;
  }
}
.cid-uL3QmCooDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCooDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCooDe .mbr-card-title1 {
  color: #000000;
}
.cid-uL3QmCooDe .mbr-card-title2,
.cid-uL3QmCooDe .card-btn {
  color: #FFFFFF;
}
.cid-uL3QmCooDe .mbr-card-title3 {
  color: #000000;
}
.cid-uL3QmCpSzn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCpSzn .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCpSzn .mbr-flex {
  justify-content: center;
}
.cid-uL3QmCpSzn .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCpSzn .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCpSzn .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCpSzn img,
.cid-uL3QmCpSzn .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uL3QmCpSzn .item:focus,
.cid-uL3QmCpSzn span:focus {
  outline: none;
}
.cid-uL3QmCpSzn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCpSzn .card1 {
  background: #67595e;
}
.cid-uL3QmCpSzn .card2 {
  background: #e8b4b8;
}
.cid-uL3QmCpSzn .card3 {
  background: #b8e8b4;
}
.cid-uL3QmCpSzn .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCpSzn .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCpSzn .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCpSzn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCpSzn .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCpSzn .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCpSzn .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCpSzn .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCpSzn .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCpSzn .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCpSzn .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCpSzn .price1 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCpSzn .price2 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCpSzn .price3 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCpSzn .mbr-text1,
.cid-uL3QmCpSzn .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uL3QmCpSzn .mbr-text2,
.cid-uL3QmCpSzn .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCpSzn .mbr-text3,
.cid-uL3QmCpSzn .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCplDQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCplDQ .container {
  max-width: 1000px;
}
.cid-uL3QmCplDQ .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uL3QmCplDQ .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCpnaH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCpnaH .item:focus,
.cid-uL3QmCpnaH span:focus {
  outline: none;
}
.cid-uL3QmCpnaH .item {
  cursor: pointer;
}
.cid-uL3QmCpnaH .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCpnaH .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uL3QmCpnaH .grid-container-1,
.cid-uL3QmCpnaH .grid-container-2,
.cid-uL3QmCpnaH .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCpnaH .grid-container-1,
  .cid-uL3QmCpnaH .grid-container-2,
  .cid-uL3QmCpnaH .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uL3QmCpnaH .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCpnaH .content-head {
  max-width: 800px;
}
.cid-uL3QmCpnaH .container,
.cid-uL3QmCpnaH .container-fluid {
  overflow: hidden;
}
.cid-uL3QmCpnaH .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uL3QmCpnaH .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL3QmCpnaH .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
  .cid-uL3QmCpnaH .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uL3QmCpnaH .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uL3QmCpnaH .grid-container-1,
.cid-uL3QmCpnaH .grid-container-2,
.cid-uL3QmCpnaH .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uL3QmCpnaH .grid-container-1 {
  align-items: flex-end;
}
.cid-uL3QmCpnaH .grid-container-2 {
  align-items: flex-start;
}
.cid-uL3QmCqABL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCqABL .row-bg {
  align-items: center;
  background: #f9dcdf;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uL3QmCqABL .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
.cid-uL3QmCqABL .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uL3QmCqABL .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uL3QmCqABL img {
  border-radius: 1rem;
}
.cid-uL3QmCqABL .mbr-text,
.cid-uL3QmCqABL .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCqABL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCqABL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCqABL .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCqABL .mbr-role {
  color: #000000;
}
.cid-uL3QmCqgbh {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCqgbh .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-uL3QmCqgbh .row-bg {
  align-items: center;
  background: #b8e8b4;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uL3QmCqgbh .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uL3QmCqgbh .image-wrapper {
    padding: 1rem;
  }
}
.cid-uL3QmCqgbh img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uL3QmCqgbh img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCqgbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCqgbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCqgbh .mbr-text,
.cid-uL3QmCqgbh .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCqjp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-uL3QmCqjp1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uL3QmCqjp1 .card-box {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL3QmCqjp1 .card-box {
    padding: 1rem 4rem 1rem 2rem;
  }
}
.cid-uL3QmCqjp1 .item-wrapper {
  border-radius: 2rem;
  background-color: #f9dcdf;
  transition: all 0.3s;
}
.cid-uL3QmCqjp1 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-uL3QmCqjp1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL3QmCqjp1 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uL3QmCqjp1 .mbr-text {
  color: #000000;
}
.cid-uL3QmCqjp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCqjp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCqjp1 .card-title {
  color: #000000;
}
.cid-uL3QmCqjp1 .price {
  color: #000000;
}
.cid-uL3QmCrrfC {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCrrfC .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-uL3QmCrrfC .row-bg {
  align-items: center;
  background: #f9dcdf;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uL3QmCrrfC .row-bg {
    padding: 1rem 0;
  }
}
.cid-uL3QmCrrfC .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uL3QmCrrfC .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uL3QmCrrfC img {
  border-radius: 1rem;
}
.cid-uL3QmCrrfC .mbr-text,
.cid-uL3QmCrrfC .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCrrfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCrrfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCBrN3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCBrN3 .img-wrapper {
  text-align: center;
}
.cid-uL3QmCBrN3 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-uL3QmCBrN3 .row {
  align-items: flex-start;
}
.cid-uL3QmCBrN3 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  background: #f9dcdf;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-uL3QmCBrN3 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL3QmCBrN3 .item-wrapper {
    padding: 1rem;
  }
}
.cid-uL3QmCBrN3 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCBrN3 .mbr-text,
.cid-uL3QmCBrN3 .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCBrN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCBrN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCBrN3 .card-title {
  color: #000000;
}
.cid-uL3QmCCLjv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCCLjv .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCCLjv .row-bg {
    padding: 1rem 0;
  }
}
.cid-uL3QmCCLjv .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCCLjv .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uL3QmCCLjv .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uL3QmCCLjv .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uL3QmCCLjv img,
.cid-uL3QmCCLjv .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uL3QmCCLjv .item:focus,
.cid-uL3QmCCLjv span:focus {
  outline: none;
}
.cid-uL3QmCCLjv .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uL3QmCCLjv .item:first-child {
    margin-top: 0;
  }
}
.cid-uL3QmCCLjv .card1 {
  background: #b8e8b4;
}
.cid-uL3QmCCLjv .card2 {
  background: #e8b4b8;
}
.cid-uL3QmCCLjv .card3 {
  background: #67595e;
}
.cid-uL3QmCCLjv .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCCLjv .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCCLjv .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCCLjv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCCLjv .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCCLjv .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCCLjv .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCCLjv .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCCLjv .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCCLjv .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCCLjv .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCCLjv .price1 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCCLjv .price2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCCLjv .price3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCCKVW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCCKVW .mbr-text,
.cid-uL3QmCCKVW .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCCKVW .container {
  max-width: 1000px;
}
.cid-uL3QmCCKVW .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uL3QmCCKVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCCKVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCDQzW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCDQzW .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uL3QmCDQzW img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uL3QmCDQzW .mbr-text {
  margin-bottom: 0;
}
.cid-uL3QmCDQzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCDQzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCDMUS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCDMUS .carousel-item {
  justify-content: center;
}
.cid-uL3QmCDMUS .carousel-item.active,
.cid-uL3QmCDMUS .carousel-item-next,
.cid-uL3QmCDMUS .carousel-item-prev {
  display: flex;
}
.cid-uL3QmCDMUS .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #000000;
}
.cid-uL3QmCDMUS .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uL3QmCDMUS .carousel-control-next span {
  padding-left: 5px;
}
.cid-uL3QmCDMUS .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uL3QmCDMUS .carousel-inner {
  padding-top: 1rem;
}
.cid-uL3QmCDMUS .user_image {
  width: 225px;
  height: 225px;
  overflow: visible;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
  transition: all 0.3s;
}
.cid-uL3QmCDMUS .user_image img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.cid-uL3QmCDMUS .user_image:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 230px) {
  .cid-uL3QmCDMUS .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uL3QmCDMUS .user_text {
  color: #000000;
}
.cid-uL3QmCDMUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCDMUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCDMUS .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCDMUS .user_name {
  color: #000000;
}
.cid-uL3QmCDMUS .user_desk {
  color: #000000;
}
.cid-uL3QmCD8mj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCD8mj .container {
  max-width: 1000px;
}
.cid-uL3QmCD8mj .mbr-text {
  color: #000000;
}
.cid-uL3QmCD8mj .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCE42k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCE42k .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uL3QmCE42k .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCE42k .mbr-flex {
  justify-content: center;
}
.cid-uL3QmCE42k .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .item:focus,
.cid-uL3QmCE42k span:focus {
  outline: none;
}
.cid-uL3QmCE42k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCE42k .card1 {
  background: #b8e8b4;
}
.cid-uL3QmCE42k .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uL3QmCE42k .card2 {
  background: #e8b4b8;
}
.cid-uL3QmCE42k .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uL3QmCE42k .card3 {
  background: #67595e;
}
.cid-uL3QmCE42k .card3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uL3QmCE42k .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCE42k .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCE42k .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCE42k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCE42k .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCE42k .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCE42k .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCE42k .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCE42k .price1 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .price2 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .price3 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCE42k .item-title1,
.cid-uL3QmCE42k .mbr-iconfont {
  text-align: center;
}
.cid-uL3QmCE42k .item-title1,
.cid-uL3QmCE42k .iconfont-wrapper {
  color: #000000;
}
.cid-uL3QmCE42k .mbr-text1,
.cid-uL3QmCE42k .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCE42k .item-title2,
.cid-uL3QmCE42k .iconfont-wrapper {
  color: #000000;
}
.cid-uL3QmCE42k .mbr-text2,
.cid-uL3QmCE42k .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCE42k .item-title3,
.cid-uL3QmCE42k .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-uL3QmCE42k .mbr-text3,
.cid-uL3QmCE42k .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uL3QmCKjth {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f9f9f9;
}
.cid-uL3QmCKjth .google-map {
  height: 35rem;
  position: relative;
}
.cid-uL3QmCKjth .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uL3QmCKjth .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-uL3QmCKjth .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uL3QmCKjth .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL3QmCKjth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCKjth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCLdZc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b8e8b4;
}
.cid-uL3QmCLdZc .item:focus,
.cid-uL3QmCLdZc span:focus {
  outline: none;
}
.cid-uL3QmCLdZc .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uL3QmCLdZc .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uL3QmCLdZc .item {
    min-height: 45px;
  }
}
.cid-uL3QmCLoUf .row {
  min-height: 500px;
}
.cid-uL3QmCLoUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCLoUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/features9.jpg");
}
.cid-uL3QmCLSNJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uL3QmCLSNJ .media-container-row {
  justify-content: space-between;
}
.cid-uL3QmCLSNJ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uL3QmCLSNJ .text-content {
    max-width: none;
  }
}
.cid-uL3QmCLSNJ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uL3QmCLSNJ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uL3QmCLSNJ .mbr-iconfont-social:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uL3QmCLSNJ .icons {
    justify-content: center !important;
  }
  .cid-uL3QmCLSNJ .text-content * {
    text-align: center;
  }
}
.cid-uL3QmCLSNJ P {
  color: #696969;
}
.cid-uL3QmCLSNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCLSNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCLSNJ .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCLSNJ .mbr-text {
  color: #000000;
}
.cid-uL3QmCLBWu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCLBWu .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #f9dcdf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL3QmCLBWu .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-uL3QmCLBWu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uL3QmCLBWu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL3QmCLBWu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uL3QmCLBWu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uL3QmCLBWu img,
.cid-uL3QmCLBWu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uL3QmCLBWu .item:focus,
.cid-uL3QmCLBWu span:focus {
  outline: none;
}
.cid-uL3QmCLBWu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCLBWu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCLBWu .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCLBWu .mbr-text,
.cid-uL3QmCLBWu .mbr-section-btn {
  text-align: center;
}
.cid-uL3QmCLBWu .item-title {
  text-align: center;
  color: #000000;
}
.cid-uL3QmCLBWu .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uL3QmCMMo6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uL3QmCMMo6 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uL3QmCMMo6 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uL3QmCMMo6 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCMMo6 .mbr-text,
.cid-uL3QmCMMo6 .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCMMo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCMMo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCMMo6 .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCMKbc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCMKbc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uL3QmCMKbc .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCMKbc .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCMKbc .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCMKbc .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCMKbc .item:focus,
.cid-uL3QmCMKbc span:focus {
  outline: none;
}
.cid-uL3QmCMKbc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCMKbc .card1 {
  background: #67595e;
}
.cid-uL3QmCMKbc .card1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uL3QmCMKbc .card2 {
  background: #e8b4b8;
}
.cid-uL3QmCMKbc .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uL3QmCMKbc .card3 {
  background: #b8e8b4;
}
.cid-uL3QmCMKbc .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uL3QmCMKbc .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCMKbc .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCMKbc .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCMKbc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCMKbc .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCMKbc .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCMKbc .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCMKbc .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCMKbc .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCMKbc .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCMKbc .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCMKbc .price1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCMKbc .price2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCMKbc .price3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCMKbc .item-title1,
.cid-uL3QmCMKbc .mbr-iconfont {
  text-align: center;
}
.cid-uL3QmCMKbc .item-title1,
.cid-uL3QmCMKbc .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-uL3QmCMKbc .item-title2,
.cid-uL3QmCMKbc .iconfont-wrapper {
  color: #000000;
}
.cid-uL3QmCMKbc .item-title3,
.cid-uL3QmCMKbc .iconfont-wrapper {
  color: #000000;
}
.cid-uL3QmCNpRh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCNpRh .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-uL3QmCNpRh .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-uL3QmCNpRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCNpRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCNpRh .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCN18G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCN18G .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uL3QmCN18G .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCN18G .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCN18G .mbr-flex {
  justify-content: center;
}
.cid-uL3QmCN18G .mbr-flex {
  justify-content: center;
}
.cid-uL3QmCN18G .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCN18G .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCN18G .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCN18G img,
.cid-uL3QmCN18G .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uL3QmCN18G .item:focus,
.cid-uL3QmCN18G span:focus {
  outline: none;
}
.cid-uL3QmCN18G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCN18G .card1 {
  background: #b8e8b4;
}
.cid-uL3QmCN18G .card2 {
  background: #e8b4b8;
}
.cid-uL3QmCN18G .card3 {
  background: #67595e;
}
.cid-uL3QmCN18G .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCN18G .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCN18G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCN18G .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCN18G .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCN18G .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCN18G .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCN18G .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCN18G .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCN18G .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCN18G .price1 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCN18G .price2 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCN18G .price3 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCNch2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCNch2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uL3QmCNch2 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uL3QmCNch2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f9dcdf;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uL3QmCNch2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL3QmCNch2 .mbr-text {
  color: #000000;
}
.cid-uL3QmCOE1P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCOE1P .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uL3QmCOE1P .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL3QmCOE1P .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-uL3QmCOE1P .card-box {
  margin: auto;
}
.cid-uL3QmCOE1P img,
.cid-uL3QmCOE1P .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCOE1P img,
  .cid-uL3QmCOE1P .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uL3QmCOE1P .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-uL3QmCOE1P .card-text {
  color: #000000;
}
.cid-uL3QmCOE1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCOE1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCOE1P .card-title {
  color: #000000;
}
.cid-uL3QmCQ8ZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCQ8ZW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL3QmCQ8ZW .mbr-text,
.cid-uL3QmCQ8ZW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uL3QmCQ8ZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCQ8ZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCQ7lu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCQ7lu .row-bg {
  background: #b8e8b4;
  padding: 0 1rem 2rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCQ7lu .row-bg {
    padding: 1rem 0;
  }
}
.cid-uL3QmCQ7lu .item-content {
  padding: 1.5rem;
}
.cid-uL3QmCQ7lu .item-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uL3QmCQ7lu .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-uL3QmCQ7lu img,
.cid-uL3QmCQ7lu .item-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.cid-uL3QmCQ7lu .item:focus,
.cid-uL3QmCQ7lu span:focus {
  outline: none;
}
.cid-uL3QmCQ7lu .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uL3QmCQ7lu .item:first-child {
    margin-top: 0;
  }
}
.cid-uL3QmCQ7lu .item-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCQ7lu .item-wrapper {
    padding: 0rem;
  }
}
.cid-uL3QmCQ7lu .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCQ7lu .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCQ7lu .item-subtitle {
  color: #000000;
}
.cid-uL3QmCQ7lu .price {
  color: #000000;
}
.cid-uL3QmCRR3n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCRR3n .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uL3QmCRR3n .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCRR3n .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCRR3n .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uL3QmCRR3n .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uL3QmCRR3n .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uL3QmCRR3n img,
.cid-uL3QmCRR3n .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uL3QmCRR3n .item:focus,
.cid-uL3QmCRR3n span:focus {
  outline: none;
}
.cid-uL3QmCRR3n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCRR3n .card1 {
  background: #67595e;
}
.cid-uL3QmCRR3n .card2 {
  background: #e8b4b8;
}
.cid-uL3QmCRR3n .card3 {
  background: #b8e8b4;
}
.cid-uL3QmCRR3n .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCRR3n .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCRR3n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCRR3n .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCRR3n .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCRR3n .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCRR3n .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCRR3n .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCRR3n .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCRR3n .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCRR3n .price1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCRR3n .price2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCRR3n .price3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCRLK3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCRLK3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uL3QmCRLK3 .container {
    max-width: 1400px;
  }
}
.cid-uL3QmCRLK3 .card {
  margin: auto;
}
.cid-uL3QmCRLK3 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uL3QmCRLK3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL3QmCRLK3 .row {
  justify-content: center;
}
.cid-uL3QmCRLK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCRLK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCRLK3 .card-title,
.cid-uL3QmCRLK3 .card-box {
  color: #000000;
}
.cid-uL3QmCSp19 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCSp19 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-uL3QmCSp19 .panel-group {
  border: none;
}
.cid-uL3QmCSp19 .card-header {
  border: none;
}
.cid-uL3QmCSp19 .card {
  background: #b8e8b4;
  border: 1px solid #fdf8f8;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCSp19 .card {
    padding: 0 1rem;
  }
}
.cid-uL3QmCSp19 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCSp19 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uL3QmCSp19 .panel-body,
.cid-uL3QmCSp19 .card-header {
  padding: 1rem 0;
}
.cid-uL3QmCSp19 .panel-title-edit {
  color: #000000;
}
.cid-uL3QmCSp19 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uL3QmCSp19 .panel-title-edit,
.cid-uL3QmCSp19 .mbr-iconfont {
  color: #000000;
}
.cid-uL3QmCSp19 .panel-text {
  color: #000000;
}
.cid-uL3QmCSp19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCSp19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCSp19 .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCS69B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCS69B .title-border {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
}
.cid-uL3QmCS69B .card {
  height: 100%;
  justify-content: space-between;
  background: #ffffff;
}
.cid-uL3QmCS69B .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .cid-uL3QmCS69B .mbr-section-btn {
    flex-direction: column;
  }
}
.cid-uL3QmCS69B .row-bg {
  background: #b8e8b4;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCS69B .row-bg {
    padding: 1rem 0;
  }
}
.cid-uL3QmCS69B img,
.cid-uL3QmCS69B .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uL3QmCS69B .item:focus,
.cid-uL3QmCS69B span:focus {
  outline: none;
}
.cid-uL3QmCS69B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL3QmCS69B .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCS69B .item-wrapper {
    padding: 1rem;
  }
}
.cid-uL3QmCS69B .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCS69B .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCS69B .item-title1 {
  color: #000000;
}
.cid-uL3QmCS69B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uL3QmCS69B .item-title {
  color: #000000;
}
.cid-uL3QmCS69B .mbr-text,
.cid-uL3QmCS69B .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCT9cd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCT9cd .row-bg {
  background: #b8e8b4;
  margin: 0;
  padding: 2rem 1rem;
  padding-bottom: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCT9cd .row-bg {
    padding: 1rem 0;
  }
}
.cid-uL3QmCT9cd .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uL3QmCT9cd .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-uL3QmCT9cd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uL3QmCT9cd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL3QmCT9cd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uL3QmCT9cd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uL3QmCT9cd img,
.cid-uL3QmCT9cd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uL3QmCT9cd .item:focus,
.cid-uL3QmCT9cd span:focus {
  outline: none;
}
.cid-uL3QmCT9cd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCT9cd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uL3QmCT9cd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCT9cd .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCT9cd .item-subtitle {
  color: #000000;
}
.cid-uL3QmCT9cd .mbr-section-subtitle {
  color: #000000;
}
.cid-uL3QmCT9cd .item-title {
  color: #000000;
}
.cid-uL3QmCT9cd .mbr-text,
.cid-uL3QmCT9cd .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCTkG7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCTkG7 .list-group-item {
  background-color: transparent;
  padding: 0.5rem 3.25rem;
  color: #000000;
}
.cid-uL3QmCTkG7 .plan-body {
  padding-bottom: 2rem;
}
.cid-uL3QmCTkG7 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uL3QmCTkG7 .price {
  color: #000000;
}
.cid-uL3QmCTkG7 .item-wrapper {
  word-break: break-word;
  background-color: #f9dcdf;
  border-radius: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uL3QmCTkG7 .item-wrapper .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uL3QmCTkG7 .item-wrapper .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uL3QmCTkG7 .item-wrapper .list-group-item:last-child::after {
  display: none;
}
.cid-uL3QmCTkG7 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCTkG7 UL {
  color: #696969;
}
.cid-uL3QmCTkG7 .plan-title {
  color: #000000;
}
.cid-uL3QmCTkG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCTkG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCTkG7 .price-term {
  color: #000000;
}
.cid-uL3QmCTkG7 .list-group,
.cid-uL3QmCTkG7 .list-group-item {
  color: #000000;
}
.cid-uL3QmCUI5Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCUI5Y .mbr-text,
.cid-uL3QmCUI5Y .mbr-section-btn {
  color: #000000;
}
.cid-uL3QmCUI5Y .container {
  max-width: 1000px;
}
.cid-uL3QmCUI5Y .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uL3QmCUI5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCUI5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCUJZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCUJZK .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCUJZK .row-bg {
    padding: 1rem 0;
  }
}
.cid-uL3QmCUJZK .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uL3QmCUJZK .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL3QmCUJZK .mbr-flex {
  justify-content: center;
}
.cid-uL3QmCUJZK .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .item:focus,
.cid-uL3QmCUJZK span:focus {
  outline: none;
}
.cid-uL3QmCUJZK .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uL3QmCUJZK .item:first-child {
    margin-top: 0;
  }
}
.cid-uL3QmCUJZK .card1 {
  background: #67595e;
}
.cid-uL3QmCUJZK .card1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uL3QmCUJZK .card2 {
  background: #e8b4b8;
}
.cid-uL3QmCUJZK .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uL3QmCUJZK .card3 {
  background: #b8e8b4;
}
.cid-uL3QmCUJZK .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uL3QmCUJZK .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uL3QmCUJZK .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uL3QmCUJZK .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCUJZK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL3QmCUJZK .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCUJZK .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uL3QmCUJZK .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCUJZK .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uL3QmCUJZK .price1 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .price2 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .price3 {
  color: #121212;
  text-align: center;
}
.cid-uL3QmCUJZK .item-title1,
.cid-uL3QmCUJZK .mbr-iconfont {
  text-align: center;
}
.cid-uL3QmCUJZK .item-title1,
.cid-uL3QmCUJZK .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-uL3QmCUJZK .item-title2,
.cid-uL3QmCUJZK .iconfont-wrapper {
  color: #000000;
}
.cid-uL3QmCUJZK .item-title3,
.cid-uL3QmCUJZK .iconfont-wrapper {
  color: #000000;
}
.cid-uL3QmCYHwe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCYHwe .item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uL3QmCYHwe .item:nth-child(2n) {
    border-left: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-uL3QmCYHwe .item {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }
}
.cid-uL3QmCYHwe .item-wrapper {
  position: relative;
  padding: 30px 0;
}
.cid-uL3QmCYHwe .mbr-text,
.cid-uL3QmCYHwe .mbr-section-btn {
  color: #696969;
}
.cid-uL3QmCYHwe .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCYHwe .mbr-text,
.cid-uL3QmCYHwe .mbr-section-btn,
.cid-uL3QmCYHwe .card {
  color: #000000;
}
.cid-uL3QmCYHwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCYHwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCZYh4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCZYh4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uL3QmCZYh4 form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-uL3QmCZYh4 input,
.cid-uL3QmCZYh4 textarea {
  border-radius: 0.5rem;
}
.cid-uL3QmCZYh4 img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uL3QmCZYh4 .form-col,
.cid-uL3QmCZYh4 img {
  transition: all 0.3s;
}
.cid-uL3QmCZYh4 .form-col:hover,
.cid-uL3QmCZYh4 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uL3QmCZYh4 textarea {
  min-height: 10rem;
}
.cid-uL3QmCZYh4 .form-col {
  background: #f9dcdf;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uL3QmCZYh4 .form-col {
    padding: 2rem 1rem;
  }
}
.cid-uL3QmCZYh4 .form-control:hover,
.cid-uL3QmCZYh4 .form-control:focus {
  border-color: transparent !important;
}
.cid-uL3QmCZYh4 .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCZ3y5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uL3QmCZ3y5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uL3QmCZ3y5 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #f9dcdf;
}
.cid-uL3QmCZ3y5 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uL3QmCZ3y5 .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL3QmCZ3y5 .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uL3QmCZ3y5 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uL3QmCZ3y5 .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-uL3QmCZ3y5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uL3QmCZ3y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3QmCZ3y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3QmCZ3y5 .mbr-section-title {
  color: #000000;
}
.cid-uL3QmCZ3y5 .card-title {
  color: #000000;
}
.cid-uL3QmCZ3y5 .mbr-text {
  color: #000000;
}
.cid-uL3QmCZhkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b8e8b4;
  overflow: hidden;
}
.cid-uL3QmCZhkc .media-container-row .mbr-text {
  color: #000000;
}
