.btn {
  border-width: 2px;
}
body {
  background-color: #fff3f9;
}
body {
  font-family: 'Inter Tight', sans-serif;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter Tight', 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: #25c0c0 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #25c0c0 !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #25c0c0 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #25c0c0 !important;
  border-color: #25c0c0 !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: #ffffff;
  transition: all 0.3s;
  color: #25c0c0;
  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: #e26b9d !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: #e26b9d !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: #e26b9d !important;
  border-color: #e26b9d !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: #e26b9d;
  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: #0aa3c2 !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #0aa3c2 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !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: #ffffff;
  transition: all 0.3s;
  color: #0aa3c2;
  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: #20ac6b !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #20ac6b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !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: #ffffff;
  transition: all 0.3s;
  color: #20ac6b;
  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: #cc9900 !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #cc9900 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !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: #ffffff;
  transition: all 0.3s;
  color: #cc9900;
  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: #ae1e2c !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: #ae1e2c !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: #ae1e2c !important;
  border-color: #ae1e2c !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: #ae1e2c;
  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: #25c0c0;
  color: #25c0c0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #25c0c0 !important;
  background-color: transparent!important;
  border-color: #25c0c0 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c0c0 !important;
  border-color: #25c0c0 !important;
}
.btn-primary-outline:hover {
  background-color: #25c0c0 !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: #ffffff !important;
}
.btn-primary-outline:hover span {
  color: #ffffff !important;
}
.btn-primary-outline span {
  background: #25c0c0;
  transition: all 0.3s;
  color: #ffffff;
  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: #e26b9d;
  color: #e26b9d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e26b9d !important;
  background-color: transparent!important;
  border-color: #e26b9d !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e26b9d !important;
  border-color: #e26b9d !important;
}
.btn-secondary-outline:hover {
  background-color: #25c0c0 !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: #ffffff !important;
}
.btn-secondary-outline:hover span {
  color: #ffffff !important;
}
.btn-secondary-outline span {
  background: #e26b9d;
  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: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0aa3c2 !important;
  background-color: transparent!important;
  border-color: #0aa3c2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-info-outline:hover {
  background-color: #25c0c0 !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: #ffffff !important;
}
.btn-info-outline:hover span {
  color: #ffffff !important;
}
.btn-info-outline span {
  background: #0aa3c2;
  transition: all 0.3s;
  color: #ffffff;
  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: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #20ac6b !important;
  background-color: transparent!important;
  border-color: #20ac6b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-success-outline:hover {
  background-color: #25c0c0 !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: #ffffff !important;
}
.btn-success-outline:hover span {
  color: #ffffff !important;
}
.btn-success-outline span {
  background: #20ac6b;
  transition: all 0.3s;
  color: #ffffff;
  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: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc9900 !important;
  background-color: transparent!important;
  border-color: #cc9900 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-warning-outline:hover {
  background-color: #25c0c0 !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: #ffffff !important;
}
.btn-warning-outline:hover span {
  color: #ffffff !important;
}
.btn-warning-outline span {
  background: #cc9900;
  transition: all 0.3s;
  color: #ffffff;
  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: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae1e2c !important;
  background-color: transparent!important;
  border-color: #ae1e2c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-danger-outline:hover {
  background-color: #25c0c0 !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: #ffffff !important;
}
.btn-danger-outline:hover span {
  color: #ffffff !important;
}
.btn-danger-outline span {
  background: #ae1e2c;
  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: #25c0c0 !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: #ffffff !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: #25c0c0 !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: #ffffff !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: #25c0c0 !important;
}
.btn-white:hover span {
  color: #25c0c0 !important;
}
.text-primary {
  color: #25c0c0 !important;
}
.text-secondary {
  color: #e26b9d !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #156a6a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c12667 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #25c0c0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #25c0c0;
  border-color: #25c0c0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #25c0c0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ee6e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', 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: #25c0c0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', 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: #25c0c0;
}
/* 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: #25c0c0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #25c0c0;
}
.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: #25c0c0;
  border-bottom-color: #25c0c0;
}
.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: #25c0c0 !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: #e26b9d !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='%2325c0c0' %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-uR0dfYVB5t .navbar-dropdown {
  position: relative !important;
}
.cid-uR0dfYVB5t .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uR0dfYVB5t .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uR0dfYVB5t .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uR0dfYVB5t .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uR0dfYVB5t .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-uR0dfYVB5t .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-uR0dfYVB5t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR0dfYVB5t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uR0dfYVB5t .dropdown-item:hover,
.cid-uR0dfYVB5t .dropdown-item:focus {
  background: #25c0c0 !important;
  color: white !important;
}
.cid-uR0dfYVB5t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR0dfYVB5t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR0dfYVB5t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR0dfYVB5t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR0dfYVB5t .nav-link {
  position: relative;
}
.cid-uR0dfYVB5t .container {
  display: flex;
  margin: auto;
}
.cid-uR0dfYVB5t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uR0dfYVB5t .dropdown-menu,
.cid-uR0dfYVB5t .navbar.opened {
  background: #fff3f9 !important;
}
.cid-uR0dfYVB5t .nav-item:focus,
.cid-uR0dfYVB5t .nav-link:focus {
  outline: none;
}
.cid-uR0dfYVB5t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR0dfYVB5t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR0dfYVB5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR0dfYVB5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR0dfYVB5t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR0dfYVB5t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR0dfYVB5t .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fff3f9;
}
.cid-uR0dfYVB5t .navbar.opened {
  transition: all 0.3s;
}
.cid-uR0dfYVB5t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR0dfYVB5t .navbar .navbar-logo img {
  width: auto;
}
.cid-uR0dfYVB5t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR0dfYVB5t .navbar.collapsed {
  justify-content: center;
}
.cid-uR0dfYVB5t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR0dfYVB5t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR0dfYVB5t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uR0dfYVB5t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR0dfYVB5t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR0dfYVB5t .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-uR0dfYVB5t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR0dfYVB5t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR0dfYVB5t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR0dfYVB5t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR0dfYVB5t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR0dfYVB5t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR0dfYVB5t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR0dfYVB5t .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-uR0dfYVB5t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR0dfYVB5t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR0dfYVB5t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR0dfYVB5t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR0dfYVB5t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR0dfYVB5t .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR0dfYVB5t .navbar.navbar-short {
  min-height: 80px;
}
.cid-uR0dfYVB5t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR0dfYVB5t .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uR0dfYVB5t .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-uR0dfYVB5t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR0dfYVB5t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR0dfYVB5t .dropdown-item.active,
.cid-uR0dfYVB5t .dropdown-item:active {
  background-color: transparent;
}
.cid-uR0dfYVB5t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR0dfYVB5t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR0dfYVB5t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR0dfYVB5t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff3f9;
}
.cid-uR0dfYVB5t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR0dfYVB5t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR0dfYVB5t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR0dfYVB5t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR0dfYVB5t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR0dfYVB5t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR0dfYVB5t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0dfYVB5t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0dfYVB5t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR0dfYVB5t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0dfYVB5t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR0dfYVB5t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR0dfYVB5t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0dfYVB5t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR0dfYVB5t .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-uR0dfYVB5t .navbar {
    height: 70px;
  }
  .cid-uR0dfYVB5t .navbar.opened {
    height: auto;
  }
  .cid-uR0dfYVB5t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR0dfYVB5t .nav-link,
.cid-uR0dfYVB5t .dropdown-item {
  color: #000000;
}
.cid-uR0dfYVZkW {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYVZkW .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-uR0dfYVZkW .row-bg {
  align-items: center;
  background: #25c0c0;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR0dfYVZkW .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uR0dfYVZkW .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR0dfYVZkW img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uR0dfYVZkW img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYVZkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYVZkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYVZkW .mbr-text,
.cid-uR0dfYVZkW .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYWaH5 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYWaH5 .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uR0dfYWaH5 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uR0dfYWaH5 .mbr-text {
  margin-bottom: 0;
}
.cid-uR0dfYWaH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYWaH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYWa6s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-uR0dfYWa6s .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uR0dfYWa6s .card-box {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR0dfYWa6s .card-box {
    padding: 1rem 4rem 1rem 2rem;
  }
}
.cid-uR0dfYWa6s .item-wrapper {
  border-radius: 2rem;
  background-color: #e5d0e1;
  transition: all 0.3s;
}
.cid-uR0dfYWa6s .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-uR0dfYWa6s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uR0dfYWa6s .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uR0dfYWa6s .mbr-text {
  color: #000000;
}
.cid-uR0dfYWa6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYWa6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYWa6s .card-title {
  color: #000000;
}
.cid-uR0dfYWa6s .price {
  color: #000000;
}
.cid-uR0dfYWq3v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYWq3v .row-bg {
  background: #25c0c0;
  padding: 0 1rem 2rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfYWq3v .row-bg {
    padding: 1rem 0;
  }
}
.cid-uR0dfYWq3v .item-content {
  padding: 1.5rem;
}
.cid-uR0dfYWq3v .item-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uR0dfYWq3v .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-uR0dfYWq3v img,
.cid-uR0dfYWq3v .item-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.cid-uR0dfYWq3v .item:focus,
.cid-uR0dfYWq3v span:focus {
  outline: none;
}
.cid-uR0dfYWq3v .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uR0dfYWq3v .item:first-child {
    margin-top: 0;
  }
}
.cid-uR0dfYWq3v .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-uR0dfYWq3v .item-wrapper {
    padding: 0rem;
  }
}
.cid-uR0dfYWq3v .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYWq3v .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYWq3v .item-subtitle {
  color: #000000;
}
.cid-uR0dfYWq3v .price {
  color: #000000;
}
.cid-uR0dfYWYbT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYWYbT .inner-row {
  height: 100%;
}
.cid-uR0dfYWYbT .line {
  border-bottom: 2px solid #000000;
  padding-top: 2rem;
}
.cid-uR0dfYWYbT .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uR0dfYWYbT .image-wrapper {
    padding: 0rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYWYbT .card2 {
  background: #e26b9d;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uR0dfYWYbT .card2 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYWYbT .card3 {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uR0dfYWYbT .card3 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYWYbT .card-bg {
  align-items: center;
  background: #e5d0e1;
  overflow: hidden;
  padding: 1rem 1rem;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfYWYbT .card-bg {
    padding: 0rem 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uR0dfYWYbT img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uR0dfYWYbT .align-left,
  .cid-uR0dfYWYbT .align-right {
    text-align: center;
  }
}
.cid-uR0dfYWYbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYWYbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYWYbT .mbr-card-title1 {
  color: #000000;
}
.cid-uR0dfYWYbT .mbr-card-title2,
.cid-uR0dfYWYbT .card-btn {
  color: #000000;
}
.cid-uR0dfYWYbT .mbr-card-title3 {
  color: #000000;
}
.cid-uR0dfYW5zZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYW5zZ .mbr-text,
.cid-uR0dfYW5zZ .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYW5zZ .container {
  max-width: 1000px;
}
.cid-uR0dfYW5zZ .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uR0dfYW5zZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYW5zZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYWswO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYWswO .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfYWswO .row-bg {
    padding: 1rem 0;
  }
}
.cid-uR0dfYWswO .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfYWswO .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uR0dfYWswO .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uR0dfYWswO .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uR0dfYWswO img,
.cid-uR0dfYWswO .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uR0dfYWswO .item:focus,
.cid-uR0dfYWswO span:focus {
  outline: none;
}
.cid-uR0dfYWswO .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uR0dfYWswO .item:first-child {
    margin-top: 0;
  }
}
.cid-uR0dfYWswO .card1 {
  background: #25c0c0;
}
.cid-uR0dfYWswO .card2 {
  background: #fc8bc0;
}
.cid-uR0dfYWswO .card3 {
  background: #e26b9d;
}
.cid-uR0dfYWswO .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-uR0dfYWswO .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYWswO .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYWswO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfYWswO .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYWswO .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .price1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .price2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYWswO .price3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYXaA5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYXaA5 .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfYXaA5 .mbr-flex {
  justify-content: center;
}
.cid-uR0dfYXaA5 .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYXaA5 .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYXaA5 .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYXaA5 img,
.cid-uR0dfYXaA5 .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uR0dfYXaA5 .item:focus,
.cid-uR0dfYXaA5 span:focus {
  outline: none;
}
.cid-uR0dfYXaA5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR0dfYXaA5 .card1 {
  background: #e26b9d;
}
.cid-uR0dfYXaA5 .card2 {
  background: #fc8bc0;
}
.cid-uR0dfYXaA5 .card3 {
  background: #25c0c0;
}
.cid-uR0dfYXaA5 .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-uR0dfYXaA5 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYXaA5 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYXaA5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfYXaA5 .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYXaA5 .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYXaA5 .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYXaA5 .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYXaA5 .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYXaA5 .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYXaA5 .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYXaA5 .price1 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYXaA5 .price2 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYXaA5 .price3 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYXaA5 .mbr-text1,
.cid-uR0dfYXaA5 .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYXaA5 .mbr-text2,
.cid-uR0dfYXaA5 .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYXaA5 .mbr-text3,
.cid-uR0dfYXaA5 .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYXbrR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYXbrR .container {
  max-width: 1000px;
}
.cid-uR0dfYXbrR .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uR0dfYXbrR .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYXA6e {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYXA6e .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0dfYXA6e .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #000000;
}
.cid-uR0dfYXA6e .row-bg {
  align-items: center;
  background: #e26b9d;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR0dfYXA6e .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR0dfYXA6e .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR0dfYXA6e .mbr-text,
.cid-uR0dfYXA6e .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uR0dfYXA6e .mbr-text3 {
  text-align: center;
  color: #000000;
}
.cid-uR0dfYXA6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYXA6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYXXMy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYXXMy .container {
  max-width: 1000px;
}
.cid-uR0dfYXXMy .mbr-text {
  color: #000000;
}
.cid-uR0dfYXXMy .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYYuds {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYYuds .row-bg {
  align-items: center;
  background: #e5d0e1;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR0dfYYuds .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
.cid-uR0dfYYuds .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-uR0dfYYuds .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uR0dfYYuds img {
  border-radius: 1rem;
}
.cid-uR0dfYYuds .mbr-text,
.cid-uR0dfYYuds .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYYuds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYYuds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYYuds .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYYuds .mbr-role {
  color: #000000;
}
.cid-uR0dfYYPeB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #25c0c0;
}
.cid-uR0dfYYPeB h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-uR0dfYYPeB .row {
  align-items: center;
  background: #fff3f9;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #fff3f9;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-uR0dfYYPeB .col-lg-6 {
  padding: 0 2rem;
}
.cid-uR0dfYYPeB .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-uR0dfYYPeB .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR0dfYYPeB 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-uR0dfYYPeB .align-left,
  .cid-uR0dfYYPeB .align-right {
    text-align: center;
  }
}
.cid-uR0dfYYPeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYYPeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYYrpf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYYrpf .mbr-section-title,
.cid-uR0dfYYrpf .mbr-section-subtitle {
  text-align: center;
}
.cid-uR0dfYYrpf .cost {
  word-break: normal;
  margin-bottom: 0.5rem;
}
.cid-uR0dfYYrpf .item-wrapper {
  margin-bottom: 2rem;
  border-radius: 2rem;
  background: #e5d0e1;
  transition: all 0.3s;
}
.cid-uR0dfYYrpf .item-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uR0dfYYrpf .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-uR0dfYYrpf .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR0dfYYrpf .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uR0dfYYrpf .mbr-text {
  color: #000000;
}
.cid-uR0dfYYrpf .card-price {
  color: #000000;
}
.cid-uR0dfYYrpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYYrpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYYrpf .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uR0dfYYrpf .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYYrpf .card-title {
  color: #000000;
}
.cid-uR0dfYYmWU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #25c0c0;
}
.cid-uR0dfYYmWU .item:focus,
.cid-uR0dfYYmWU span:focus {
  outline: none;
}
.cid-uR0dfYYmWU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uR0dfYYmWU .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uR0dfYYmWU .item {
    min-height: 45px;
  }
}
.cid-uR0dfYYUhZ .row {
  min-height: 500px;
}
.cid-uR0dfYYUhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYYUhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1635040/assets/images/features9.jpg?rnd=1752727709603");
}
.cid-uR0dfYYpTc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYYpTc .item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uR0dfYYpTc .item:nth-child(2n) {
    border-left: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-uR0dfYYpTc .item {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }
}
.cid-uR0dfYYpTc .item-wrapper {
  position: relative;
  padding: 30px 0;
}
.cid-uR0dfYYpTc .mbr-text,
.cid-uR0dfYYpTc .mbr-section-btn {
  color: #696969;
}
.cid-uR0dfYYpTc .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYYpTc .mbr-text,
.cid-uR0dfYYpTc .mbr-section-btn,
.cid-uR0dfYYpTc .card {
  color: #000000;
}
.cid-uR0dfYYpTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYYpTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYYIMY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYYIMY .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfYYIMY .row-bg {
    padding: 1rem 0;
  }
}
.cid-uR0dfYYIMY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uR0dfYYIMY .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfYYIMY .mbr-flex {
  justify-content: center;
}
.cid-uR0dfYYIMY .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .item:focus,
.cid-uR0dfYYIMY span:focus {
  outline: none;
}
.cid-uR0dfYYIMY .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uR0dfYYIMY .item:first-child {
    margin-top: 0;
  }
}
.cid-uR0dfYYIMY .card1 {
  background: #e26b9d;
}
.cid-uR0dfYYIMY .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYYIMY .card2 {
  background: #fc8bc0;
}
.cid-uR0dfYYIMY .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYYIMY .card3 {
  background: #25c0c0;
}
.cid-uR0dfYYIMY .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYYIMY .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-uR0dfYYIMY .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYYIMY .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYYIMY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfYYIMY .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYYIMY .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYYIMY .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYYIMY .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYYIMY .price1 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .price2 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .price3 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYYIMY .item-title1,
.cid-uR0dfYYIMY .mbr-iconfont {
  text-align: center;
}
.cid-uR0dfYYIMY .item-title1,
.cid-uR0dfYYIMY .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYYIMY .item-title2,
.cid-uR0dfYYIMY .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYYIMY .item-title3,
.cid-uR0dfYYIMY .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYZV0B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYZV0B .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uR0dfYZV0B .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYZV0B .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfYZV0B .mbr-flex {
  justify-content: center;
}
.cid-uR0dfYZV0B .mbr-flex {
  justify-content: center;
}
.cid-uR0dfYZV0B .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZV0B .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZV0B .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZV0B img,
.cid-uR0dfYZV0B .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uR0dfYZV0B .item:focus,
.cid-uR0dfYZV0B span:focus {
  outline: none;
}
.cid-uR0dfYZV0B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR0dfYZV0B .card1 {
  background: #25c0c0;
}
.cid-uR0dfYZV0B .card2 {
  background: #fc8bc0;
}
.cid-uR0dfYZV0B .card3 {
  background: #e26b9d;
}
.cid-uR0dfYZV0B .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uR0dfYZV0B .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYZV0B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfYZV0B .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYZV0B .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZV0B .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZV0B .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZV0B .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZV0B .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZV0B .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZV0B .price1 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZV0B .price2 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZV0B .price3 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZp5a {
  background-image: url("https://r.mobirisesite.com/1635040/assets/images/photo-1629726797843-618688139f5a.jpeg");
}
.cid-uR0dfYZp5a .row {
  min-height: 500px;
}
.cid-uR0dfYZp5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYZp5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYZeux {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYZeux .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uR0dfYZeux .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfYZeux .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZeux .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZeux .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZeux .item:focus,
.cid-uR0dfYZeux span:focus {
  outline: none;
}
.cid-uR0dfYZeux .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR0dfYZeux .card1 {
  background: #e26b9d;
}
.cid-uR0dfYZeux .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYZeux .card2 {
  background: #fc8bc0;
}
.cid-uR0dfYZeux .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYZeux .card3 {
  background: #25c0c0;
}
.cid-uR0dfYZeux .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYZeux .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-uR0dfYZeux .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYZeux .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYZeux .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfYZeux .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYZeux .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZeux .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZeux .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZeux .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZeux .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZeux .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZeux .price1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZeux .price2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZeux .price3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZeux .item-title1,
.cid-uR0dfYZeux .mbr-iconfont {
  text-align: center;
}
.cid-uR0dfYZeux .item-title1,
.cid-uR0dfYZeux .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYZeux .item-title2,
.cid-uR0dfYZeux .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYZeux .item-title3,
.cid-uR0dfYZeux .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYZ5Y9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYZ5Y9 .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-uR0dfYZ5Y9 .panel-group {
  border: none;
}
.cid-uR0dfYZ5Y9 .card-header {
  border: none;
}
.cid-uR0dfYZ5Y9 .card {
  background: #25c0c0;
  border: 1px solid #fff3f9;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfYZ5Y9 .card {
    padding: 0 1rem;
  }
}
.cid-uR0dfYZ5Y9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfYZ5Y9 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uR0dfYZ5Y9 .panel-body,
.cid-uR0dfYZ5Y9 .card-header {
  padding: 1rem 0;
}
.cid-uR0dfYZ5Y9 .panel-title-edit {
  color: #000000;
}
.cid-uR0dfYZ5Y9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uR0dfYZ5Y9 .panel-title-edit,
.cid-uR0dfYZ5Y9 .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYZ5Y9 .panel-text {
  color: #000000;
}
.cid-uR0dfYZ5Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYZ5Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYZ5Y9 .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYZQ7y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfYZQ7y .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uR0dfYZQ7y .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfYZQ7y .mbr-flex {
  justify-content: center;
}
.cid-uR0dfYZQ7y .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .item:focus,
.cid-uR0dfYZQ7y span:focus {
  outline: none;
}
.cid-uR0dfYZQ7y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR0dfYZQ7y .card1 {
  background: #25c0c0;
}
.cid-uR0dfYZQ7y .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYZQ7y .card2 {
  background: #fc8bc0;
}
.cid-uR0dfYZQ7y .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYZQ7y .card3 {
  background: #e26b9d;
}
.cid-uR0dfYZQ7y .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uR0dfYZQ7y .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-uR0dfYZQ7y .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfYZQ7y .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfYZQ7y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfYZQ7y .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYZQ7y .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZQ7y .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZQ7y .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfYZQ7y .price1 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .price2 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .price3 {
  color: #121212;
  text-align: center;
}
.cid-uR0dfYZQ7y .item-title1,
.cid-uR0dfYZQ7y .mbr-iconfont {
  text-align: center;
}
.cid-uR0dfYZQ7y .item-title1,
.cid-uR0dfYZQ7y .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYZQ7y .mbr-text1,
.cid-uR0dfYZQ7y .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYZQ7y .item-title2,
.cid-uR0dfYZQ7y .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYZQ7y .mbr-text2,
.cid-uR0dfYZQ7y .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYZQ7y .item-title3,
.cid-uR0dfYZQ7y .iconfont-wrapper {
  color: #000000;
}
.cid-uR0dfYZQ7y .mbr-text3,
.cid-uR0dfYZQ7y .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfYZZC9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uR0dfYZZC9 .media-container-row {
  justify-content: space-between;
}
.cid-uR0dfYZZC9 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uR0dfYZZC9 .text-content {
    max-width: none;
  }
}
.cid-uR0dfYZZC9 .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-uR0dfYZZC9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uR0dfYZZC9 .mbr-iconfont-social:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uR0dfYZZC9 .icons {
    justify-content: center !important;
  }
  .cid-uR0dfYZZC9 .text-content * {
    text-align: center;
  }
}
.cid-uR0dfYZZC9 P {
  color: #696969;
}
.cid-uR0dfYZZC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfYZZC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfYZZC9 .mbr-section-title {
  color: #000000;
}
.cid-uR0dfYZZC9 .mbr-text {
  color: #000000;
}
.cid-uR0dfZ0tfI {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ0tfI .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-uR0dfZ0tfI .row-bg {
  align-items: center;
  background: #e5d0e1;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR0dfZ0tfI .row-bg {
    padding: 1rem 0;
  }
}
.cid-uR0dfZ0tfI .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-uR0dfZ0tfI .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uR0dfZ0tfI img {
  border-radius: 1rem;
}
.cid-uR0dfZ0tfI .mbr-text,
.cid-uR0dfZ0tfI .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfZ0tfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ0tfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ0bf8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uR0dfZ0bf8 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR0dfZ0bf8 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uR0dfZ0bf8 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfZ0bf8 .mbr-text,
.cid-uR0dfZ0bf8 .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfZ0bf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ0bf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ0bf8 .mbr-section-title {
  color: #000000;
}
.cid-uR0dfZ0h6F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ0h6F .title-border {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
}
.cid-uR0dfZ0h6F .card {
  height: 100%;
  justify-content: space-between;
  background: #ffffff;
}
.cid-uR0dfZ0h6F .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .cid-uR0dfZ0h6F .mbr-section-btn {
    flex-direction: column;
  }
}
.cid-uR0dfZ0h6F .row-bg {
  background: #25c0c0;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfZ0h6F .row-bg {
    padding: 1rem 0;
  }
}
.cid-uR0dfZ0h6F img,
.cid-uR0dfZ0h6F .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uR0dfZ0h6F .item:focus,
.cid-uR0dfZ0h6F span:focus {
  outline: none;
}
.cid-uR0dfZ0h6F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR0dfZ0h6F .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-uR0dfZ0h6F .item-wrapper {
    padding: 1rem;
  }
}
.cid-uR0dfZ0h6F .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfZ0h6F .mbr-section-title {
  color: #000000;
}
.cid-uR0dfZ0h6F .item-title1 {
  color: #000000;
}
.cid-uR0dfZ0h6F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR0dfZ0h6F .item-title {
  color: #000000;
}
.cid-uR0dfZ0h6F .mbr-text,
.cid-uR0dfZ0h6F .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfZ0MKL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ0MKL .item:focus,
.cid-uR0dfZ0MKL span:focus {
  outline: none;
}
.cid-uR0dfZ0MKL .item {
  cursor: pointer;
}
.cid-uR0dfZ0MKL .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfZ0MKL .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uR0dfZ0MKL .grid-container-1,
.cid-uR0dfZ0MKL .grid-container-2,
.cid-uR0dfZ0MKL .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uR0dfZ0MKL .grid-container-1,
  .cid-uR0dfZ0MKL .grid-container-2,
  .cid-uR0dfZ0MKL .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uR0dfZ0MKL .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-uR0dfZ0MKL .content-head {
  max-width: 800px;
}
.cid-uR0dfZ0MKL .container,
.cid-uR0dfZ0MKL .container-fluid {
  overflow: hidden;
}
.cid-uR0dfZ0MKL .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uR0dfZ0MKL .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR0dfZ0MKL .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
  .cid-uR0dfZ0MKL .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uR0dfZ0MKL .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uR0dfZ0MKL .grid-container-1,
.cid-uR0dfZ0MKL .grid-container-2,
.cid-uR0dfZ0MKL .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uR0dfZ0MKL .grid-container-1 {
  align-items: flex-end;
}
.cid-uR0dfZ0MKL .grid-container-2 {
  align-items: flex-start;
}
.cid-uR0dfZ0hDm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ0hDm .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uR0dfZ0hDm .container {
    max-width: 1400px;
  }
}
.cid-uR0dfZ0hDm .card {
  margin: auto;
}
.cid-uR0dfZ0hDm .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uR0dfZ0hDm .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR0dfZ0hDm .row {
  justify-content: center;
}
.cid-uR0dfZ0hDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ0hDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ0hDm .card-title,
.cid-uR0dfZ0hDm .card-box {
  color: #000000;
}
.cid-uR0dfZ0rcF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ0rcF .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uR0dfZ0rcF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR0dfZ0rcF .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-uR0dfZ0rcF .card-box {
  margin: auto;
}
.cid-uR0dfZ0rcF img,
.cid-uR0dfZ0rcF .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uR0dfZ0rcF img,
  .cid-uR0dfZ0rcF .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uR0dfZ0rcF .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-uR0dfZ0rcF .card-text {
  color: #000000;
}
.cid-uR0dfZ0rcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ0rcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ0rcF .card-title {
  color: #000000;
}
.cid-uR0dfZ0pgF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ0pgF img,
.cid-uR0dfZ0pgF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uR0dfZ0pgF .item:focus,
.cid-uR0dfZ0pgF span:focus {
  outline: none;
}
.cid-uR0dfZ0pgF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR0dfZ0pgF .card1 {
  background: #25c0c0;
}
.cid-uR0dfZ0pgF .card2 {
  background: #e26b9d;
}
.cid-uR0dfZ0pgF .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-uR0dfZ0pgF .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfZ0pgF .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfZ0pgF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfZ0pgF .mbr-section-title {
  color: #232323;
}
.cid-uR0dfZ0pgF .item-title1 {
  color: #000000;
}
.cid-uR0dfZ0pgF .item-title2 {
  color: #000000;
}
.cid-uR0dfZ1kV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ1kV8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0dfZ1kV8 .mbr-text,
.cid-uR0dfZ1kV8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uR0dfZ1kV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ1kV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ14gp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ14gp .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uR0dfZ14gp .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfZ14gp .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0dfZ14gp .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uR0dfZ14gp .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uR0dfZ14gp .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uR0dfZ14gp img,
.cid-uR0dfZ14gp .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uR0dfZ14gp .item:focus,
.cid-uR0dfZ14gp span:focus {
  outline: none;
}
.cid-uR0dfZ14gp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR0dfZ14gp .card1 {
  background: #e26b9d;
}
.cid-uR0dfZ14gp .card2 {
  background: #fc8bc0;
}
.cid-uR0dfZ14gp .card3 {
  background: #25c0c0;
}
.cid-uR0dfZ14gp .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uR0dfZ14gp .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR0dfZ14gp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR0dfZ14gp .mbr-section-title {
  color: #000000;
}
.cid-uR0dfZ14gp .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .price1 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .price2 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ14gp .price3 {
  color: #000000;
  text-align: center;
}
.cid-uR0dfZ1W6d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ1W6d .mbr-text,
.cid-uR0dfZ1W6d .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfZ1W6d .container {
  max-width: 1000px;
}
.cid-uR0dfZ1W6d .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uR0dfZ1W6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ1W6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ1PFY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ1PFY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uR0dfZ1PFY .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uR0dfZ1PFY .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e5d0e1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uR0dfZ1PFY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR0dfZ1PFY .mbr-text {
  color: #000000;
}
.cid-uR0dfZ18Gn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ18Gn img {
  width: 120px;
  margin: auto;
  object-fit: cover;
  height: 65px;
}
.cid-uR0dfZ18Gn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uR0dfZ18Gn .card {
    max-width: 12.5%;
  }
}
.cid-uR0dfZ3Uvp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ3Uvp .img-wrapper {
  text-align: center;
}
.cid-uR0dfZ3Uvp img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-uR0dfZ3Uvp .row {
  align-items: flex-start;
}
.cid-uR0dfZ3Uvp .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  background: #e5d0e1;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-uR0dfZ3Uvp .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR0dfZ3Uvp .item-wrapper {
    padding: 1rem;
  }
}
.cid-uR0dfZ3Uvp .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfZ3Uvp .mbr-text,
.cid-uR0dfZ3Uvp .mbr-section-btn {
  color: #000000;
}
.cid-uR0dfZ3Uvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ3Uvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ3Uvp .card-title {
  color: #000000;
}
.cid-uR0dfZ3jl1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ3jl1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uR0dfZ3jl1 form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-uR0dfZ3jl1 input,
.cid-uR0dfZ3jl1 textarea {
  border-radius: 0.5rem;
}
.cid-uR0dfZ3jl1 img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uR0dfZ3jl1 .form-col,
.cid-uR0dfZ3jl1 img {
  transition: all 0.3s;
}
.cid-uR0dfZ3jl1 .form-col:hover,
.cid-uR0dfZ3jl1 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uR0dfZ3jl1 textarea {
  min-height: 10rem;
}
.cid-uR0dfZ3jl1 .form-col {
  background: #e5d0e1;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uR0dfZ3jl1 .form-col {
    padding: 2rem 1rem;
  }
}
.cid-uR0dfZ3jl1 .form-control:hover,
.cid-uR0dfZ3jl1 .form-control:focus {
  border-color: transparent !important;
}
.cid-uR0dfZ3jl1 .mbr-section-title {
  color: #000000;
}
.cid-uR0dfZ3vRg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR0dfZ3vRg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uR0dfZ3vRg .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  padding: 3rem;
  background: #e5d0e1;
}
.cid-uR0dfZ3vRg .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 767px) {
  .cid-uR0dfZ3vRg .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uR0dfZ3vRg .mbr-text {
  color: #696969;
}
.cid-uR0dfZ3vRg .mbr-section-subtitle {
  color: #000000;
}
.cid-uR0dfZ3vRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0dfZ3vRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0dfZ3vRg .mbr-section-title {
  color: #000000;
}
.cid-uR0dfZ3vRg .card-title {
  color: #000000;
}
.cid-uR0dfZ3vRg .link {
  color: #000000;
}
.cid-uR0dfZ4tgj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25c0c0;
  overflow: hidden;
}
.cid-uR0dfZ4tgj .media-container-row .mbr-text {
  color: #000000;
}
