body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #bb7fae !important;
}
.bg-success {
  background-color: #b1bc85 !important;
}
.bg-info {
  background-color: #ae6fb6 !important;
}
.bg-warning {
  background-color: #606062 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #bb7fae inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bb7fae !important;
  border-color: #bb7fae !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9b528b !important;
  border-color: #9b528b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b528b !important;
  border-color: #9b528b !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #bb7fae inset !important;
  background: transparent !important;
  border: none !important;
  color: #bb7fae !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #76becd inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #76becd !important;
  border-color: #76becd !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #42a1b5 !important;
  border-color: #42a1b5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #42a1b5 !important;
  border-color: #42a1b5 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #76becd inset !important;
  background: transparent !important;
  border: none !important;
  color: #76becd !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #ae6fb6 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #ae6fb6 !important;
  border-color: #ae6fb6 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #884990 !important;
  border-color: #884990 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #884990 !important;
  border-color: #884990 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #ae6fb6 inset !important;
  background: transparent !important;
  border: none !important;
  color: #ae6fb6 !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #b1bc85 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #b1bc85 !important;
  border-color: #b1bc85 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #909e57 !important;
  border-color: #909e57 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #909e57 !important;
  border-color: #909e57 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #b1bc85 inset !important;
  background: transparent !important;
  border: none !important;
  color: #b1bc85 !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #606062 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #606062 !important;
  border-color: #606062 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3a3a3b !important;
  border-color: #3a3a3b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a3a3b !important;
  border-color: #3a3a3b !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #606062 inset !important;
  background: transparent !important;
  border: none !important;
  color: #606062 !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #bb7fae inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8a4a7c;
  color: #8a4a7c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #bb7fae;
  border-color: #bb7fae;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bb7fae !important;
  border-color: #bb7fae !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #bb7fae inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #bb7fae;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #76becd inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3b90a2;
  color: #3b90a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #76becd;
  border-color: #76becd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #76becd !important;
  border-color: #76becd !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #76becd inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #76becd;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #ae6fb6 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #78407f;
  color: #78407f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ae6fb6;
  border-color: #ae6fb6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ae6fb6 !important;
  border-color: #ae6fb6 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #ae6fb6 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #ae6fb6;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #b1bc85 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #818d4e;
  color: #818d4e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #b1bc85;
  border-color: #b1bc85;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b1bc85 !important;
  border-color: #b1bc85 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #b1bc85 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #b1bc85;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #606062 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2e2e2e;
  color: #2e2e2e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #606062;
  border-color: #606062;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #606062 !important;
  border-color: #606062 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #606062 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #606062;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #bb7fae !important;
}
.text-secondary {
  color: #76becd !important;
}
.text-success {
  color: #b1bc85 !important;
}
.text-info {
  color: #ae6fb6 !important;
}
.text-warning {
  color: #606062 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bb7fae !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #76becd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #818d4e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #78407f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2e2e2e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ae6fb6;
}
.alert-warning {
  background-color: #606062;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bb7fae;
  border-color: #bb7fae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bb7fae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7d2e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6e9d7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dec4e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0a0a2;
}
.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: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #bb7fae;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bb7fae;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bb7fae;
  border-bottom-color: #bb7fae;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #bb7fae !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #76becd !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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%;
  -webkit-transform: translateX(-50%) translateY(-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='%23bb7fae' %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;
}
.cid-rGtWl2Qdmo .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtWl2Qdmo .nav-item:focus,
.cid-rGtWl2Qdmo .nav-link:focus {
  outline: none;
}
.cid-rGtWl2Qdmo .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item:focus {
  color: #bb7fae !important;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtWl2Qdmo .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGtWl2Qdmo .container {
  max-width: 1380px;
}
.cid-rGtWl2Qdmo .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGtWl2Qdmo .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGtWl2Qdmo .nav-link:hover,
.cid-rGtWl2Qdmo .nav-link:active,
.cid-rGtWl2Qdmo .nav-link:focus {
  border-bottom: 3px solid #bb7fae;
  color: #bb7fae !important;
}
.cid-rGtWl2Qdmo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rGtWl2Qdmo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGtWl2Qdmo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGtWl2Qdmo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGtWl2Qdmo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGtWl2Qdmo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGtWl2Qdmo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGtWl2Qdmo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGtWl2Qdmo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGtWl2Qdmo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGtWl2Qdmo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGtWl2Qdmo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGtWl2Qdmo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGtWl2Qdmo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGtWl2Qdmo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGtWl2Qdmo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGtWl2Qdmo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGtWl2Qdmo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGtWl2Qdmo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGtWl2Qdmo .icons-menu span {
  color: #bb7fae !important;
}
.cid-rGtWl2Qdmo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGtWl2Qdmo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGtWl2Qdmo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGtWl2Qdmo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGtWl2Qdmo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGtWl2Qdmo .dropdown-item.active,
.cid-rGtWl2Qdmo .dropdown-item:active {
  background-color: transparent;
}
.cid-rGtWl2Qdmo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGtWl2Qdmo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGtWl2Qdmo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGtWl2Qdmo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGtWl2Qdmo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGtWl2Qdmo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGtWl2Qdmo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGtWl2Qdmo .navbar-buttons {
  text-align: center;
}
.cid-rGtWl2Qdmo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtWl2Qdmo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGtWl2Qdmo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGtWl2Qdmo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGtWl2Qdmo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGtWl2Qdmo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtWl2Qdmo .navbar {
    height: 77px;
  }
  .cid-rGtWl2Qdmo .navbar.opened {
    height: auto;
  }
  .cid-rGtWl2Qdmo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGtWlOZ46k {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fundo-1-1920x800.jpg");
}
@media (min-width: 992px) {
  .cid-rGtWlOZ46k .content {
    max-width: 600px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtWlOZ46k .content {
    padding: 0 1rem;
  }
}
.cid-rGtWlOZ46k .row {
  justify-content: flex-end;
}
.cid-rGtWlOZ46k .img-col {
  padding: 0;
}
.cid-rGtWlOZ46k img {
  transform: scaleX(-1);
}
.cid-rGtWlOZ46k .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 0.6rem;
}
.cid-rGtWlOZ46k .icon-wrap h3 {
  margin: 0;
}
.cid-rGtWlOZ46k .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtWlOZ46k .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGtWlOZ46k .icon-title,
.cid-rGtWlOZ46k .mbr-iconfont {
  color: #181818;
}
.cid-rGtWlOZ46k .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtWlOZ46k .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtWlOZ46k .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtWlOZ46k .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGtWlOZ46k H1 {
  color: #bb7fae;
}
.cid-rGtWmGRJOW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fundo-1-1920x800.jpg");
}
@media (min-width: 992px) {
  .cid-rGtWmGRJOW .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rGtWmGRJOW .content {
    padding: 0 2rem;
  }
}
.cid-rGtWmGRJOW .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-rGtWmGRJOW .content {
    margin: auto;
  }
}
.cid-rGtWmGRJOW li {
  list-style: none;
}
.cid-rGtWmGRJOW .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtWmGRJOW .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtWmGRJOW .mbr-iconfont {
  font-size: 18px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGtWmGRJOW h4 {
  margin: 0;
}
.cid-rGtWmGRJOW ul {
  padding: 0;
  margin: 0;
}
.cid-rGtWmGRJOW H2 {
  color: #ed6436;
}
.cid-rGtWmGRJOW H1 {
  color: #76becd;
}
.cid-tcJelRba7R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcJelRba7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcJelRba7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcJelRba7R .mbr-section-title {
  color: #ae6fb6;
}
.cid-tcJmLgCiPc {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tcJmLgCiPc .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-tcJmLgCiPc h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-tcJmLgCiPc .svg11 path {
  fill: #76becd;
}
.cid-tcJmLgCiPc .svg21 path {
  fill: #ae6fb6;
}
.cid-tcJmLgCiPc .svg31 path {
  fill: #cbcfb9;
}
.cid-tcJmLgCiPc .svg12 path,
.cid-tcJmLgCiPc .svg22 path,
.cid-tcJmLgCiPc .svg32 path {
  fill: #f2f2f4;
}
.cid-tcJmLgCiPc .card {
  position: relative;
  height: 300px;
}
.cid-tcJmLgCiPc .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-tcJmLgCiPc .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-tcJmLgCiPc .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tcJmLgCiPc .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-tcJmLgCiPc .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tcJmLgCiPc .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-tcJmLgCiPc .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tcJmLgCiPc .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-tcJmLgCiPc .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-tcJmLgCiPc .card .svg22,
.cid-tcJmLgCiPc .card .svg32,
.cid-tcJmLgCiPc .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.9) rotate(60deg);
  transform: scale(0.9) rotate(60deg);
}
.cid-tcJmLgCiPc .card .svg21,
.cid-tcJmLgCiPc .card .svg31,
.cid-tcJmLgCiPc .card .svg11 {
  z-index: 2;
}
.cid-tcJmLgCiPc .card div {
  z-index: 3;
}
.cid-tcJmLgCiPc .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-tcJmLgCiPc .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tcJmLgCiPc .mbr-iconfont {
  color: #ffffff !important;
  font-size: 2.5rem !important;
}
.cid-tcJmLgCiPc .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-tcJmLgCiPc .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tcJmLgCiPc .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tcJmLgCiPc .card {
    margin-bottom: 2rem;
  }
  .cid-tcJmLgCiPc .card svg {
    left: 30px;
  }
  .cid-tcJmLgCiPc .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-tcJmLgCiPc .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-tcJmLgCiPc h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-tcJmLgCiPc .card {
    max-width: 360px;
  }
  .cid-tcJmLgCiPc .card svg {
    left: 10px;
  }
}
.cid-tcJn2zd3Sq {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tcJn2zd3Sq .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-tcJn2zd3Sq h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-tcJn2zd3Sq .svg11 path {
  fill: #b1bc85;
}
.cid-tcJn2zd3Sq .svg21 path {
  fill: #5b686b;
}
.cid-tcJn2zd3Sq .svg31 path {
  fill: #c1c1c1;
}
.cid-tcJn2zd3Sq .svg12 path,
.cid-tcJn2zd3Sq .svg22 path,
.cid-tcJn2zd3Sq .svg32 path {
  fill: #f2f2f4;
}
.cid-tcJn2zd3Sq .card {
  position: relative;
  height: 300px;
}
.cid-tcJn2zd3Sq .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-tcJn2zd3Sq .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-tcJn2zd3Sq .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tcJn2zd3Sq .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-tcJn2zd3Sq .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tcJn2zd3Sq .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-tcJn2zd3Sq .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-tcJn2zd3Sq .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-tcJn2zd3Sq .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-tcJn2zd3Sq .card .svg22,
.cid-tcJn2zd3Sq .card .svg32,
.cid-tcJn2zd3Sq .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.9) rotate(60deg);
  transform: scale(0.9) rotate(60deg);
}
.cid-tcJn2zd3Sq .card .svg21,
.cid-tcJn2zd3Sq .card .svg31,
.cid-tcJn2zd3Sq .card .svg11 {
  z-index: 2;
}
.cid-tcJn2zd3Sq .card div {
  z-index: 3;
}
.cid-tcJn2zd3Sq .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-tcJn2zd3Sq .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tcJn2zd3Sq .mbr-iconfont {
  color: #ffffff !important;
  font-size: 2.5rem !important;
}
.cid-tcJn2zd3Sq .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-tcJn2zd3Sq .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-tcJn2zd3Sq .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tcJn2zd3Sq .card {
    margin-bottom: 2rem;
  }
  .cid-tcJn2zd3Sq .card svg {
    left: 30px;
  }
  .cid-tcJn2zd3Sq .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-tcJn2zd3Sq .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-tcJn2zd3Sq h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-tcJn2zd3Sq .card {
    max-width: 360px;
  }
  .cid-tcJn2zd3Sq .card svg {
    left: 10px;
  }
}
.cid-tcJjNuEYCh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcJjNuEYCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcJjNuEYCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcJjNuEYCh .mbr-section-title {
  color: #465052;
}
.cid-tcJjDS80GT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tcJjDS80GT .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tcJjDS80GT .content {
    padding: 0 2rem;
  }
}
.cid-tcJjDS80GT .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-tcJjDS80GT .content {
    margin: auto;
  }
}
.cid-tcJjDS80GT li {
  list-style: none;
}
.cid-tcJjDS80GT .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tcJjDS80GT .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tcJjDS80GT .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tcJjDS80GT h4 {
  margin: 0;
}
.cid-tcJjDS80GT ul {
  padding: 0;
  margin: 0;
}
.cid-tcJjDS80GT H2 {
  color: #ed6436;
}
.cid-tcJjDS80GT H1 {
  color: #ae6fb6;
}
.cid-tcJnKpojn5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tcJnKpojn5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tcJnKpojn5 .select {
  z-index: 999;
}
.cid-tcJnKpojn5 form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-tcJnKpojn5 .jq-selectbox__dropdown,
.cid-tcJnKpojn5 ul {
  border-radius: 20px !important;
}
.cid-tcJnKpojn5 .jq-selectbox {
  border-radius: 30px;
}
.cid-tcJnKpojn5 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tcJnKpojn5 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tcJnKpojn5 input,
.cid-tcJnKpojn5 textarea,
.cid-tcJnKpojn5 .select {
  border-radius: 30px;
}
.cid-tcJnKpojn5 input,
.cid-tcJnKpojn5 textarea {
  padding: 2rem 3rem;
}
.cid-tcJnKpojn5 textarea {
  min-height: 10rem;
}
.cid-tcJnKpojn5 .form-control,
.cid-tcJnKpojn5 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tcJnKpojn5 .form-control::-webkit-input-placeholder,
.cid-tcJnKpojn5 .field-input::-webkit-input-placeholder,
.cid-tcJnKpojn5 .form-control::-webkit-input-placeholder,
.cid-tcJnKpojn5 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tcJnKpojn5 .form-control:-moz-placeholder,
.cid-tcJnKpojn5 .field-input:-moz-placeholder,
.cid-tcJnKpojn5 .form-control:-moz-placeholder,
.cid-tcJnKpojn5 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tcJnKpojn5 .form-control:hover,
.cid-tcJnKpojn5 .field-input:hover,
.cid-tcJnKpojn5 .form-control:focus,
.cid-tcJnKpojn5 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-tcJnKpojn5 .form-control:hover::-webkit-input-placeholder,
.cid-tcJnKpojn5 .field-input:hover::-webkit-input-placeholder,
.cid-tcJnKpojn5 .form-control:focus::-webkit-input-placeholder,
.cid-tcJnKpojn5 .field-input:focus::-webkit-input-placeholder,
.cid-tcJnKpojn5 .form-control:hover::-webkit-input-placeholder,
.cid-tcJnKpojn5 .field-input:hover::-webkit-input-placeholder,
.cid-tcJnKpojn5 .form-control:focus::-webkit-input-placeholder,
.cid-tcJnKpojn5 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tcJnKpojn5 .form-control:hover:-moz-placeholder,
.cid-tcJnKpojn5 .field-input:hover:-moz-placeholder,
.cid-tcJnKpojn5 .form-control:focus:-moz-placeholder,
.cid-tcJnKpojn5 .field-input:focus:-moz-placeholder,
.cid-tcJnKpojn5 .form-control:hover:-moz-placeholder,
.cid-tcJnKpojn5 .field-input:hover:-moz-placeholder,
.cid-tcJnKpojn5 .form-control:focus:-moz-placeholder,
.cid-tcJnKpojn5 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tcJnKpojn5 .jq-number__spin:hover,
.cid-tcJnKpojn5 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tcJnKpojn5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tcJnKpojn5 .jq-selectbox li,
.cid-tcJnKpojn5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tcJnKpojn5 .jq-selectbox li:hover,
.cid-tcJnKpojn5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tcJnKpojn5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tcJnKpojn5 .jq-number__spin.minus:hover:after,
.cid-tcJnKpojn5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tcJnKpojn5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tcJnKpojn5 .jq-number__spin.minus:after,
.cid-tcJnKpojn5 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tcJnKpojn5 input::-webkit-clear-button {
  display: none;
}
.cid-tcJnKpojn5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tcJnKpojn5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tcJnKpojn5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tcJnKpojn5 .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-tcJnKpojn5 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tcJnKpojn5 .align-wrap {
  display: inline-block;
}
.cid-tcJnKpojn5 .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tcJnKpojn5 .icons-wrap {
  display: flex;
}
.cid-tcJnKpojn5 .icon-title,
.cid-tcJnKpojn5 .mbr-iconfont {
  color: #ae6fb6;
}
@media (max-width: 767px) {
  .cid-tcJnKpojn5 form {
    padding: 2rem 1rem;
  }
  .cid-tcJnKpojn5 .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-tcJnKpojn5 .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tcJnKpojn5 .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tcJnKpojn5 .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tcJnKpojn5 .align-wrap {
    text-align: center;
  }
}
.cid-tcJlQCrapF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #faf5fa;
}
.cid-tcJlQCrapF .mbr-section-title {
  margin-bottom: 1rem;
  color: #202020;
}
.cid-tcJlQCrapF .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-tcJlQCrapF .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-tcJlQCrapF .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-tcJlQCrapF .footer_info {
  margin: 10px 0;
  text-align: center;
}
.cid-tcJlQCrapF .social_icons {
  text-align: center;
}
.cid-tcJlQCrapF .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-tcJlQCrapF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tcJlQCrapF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tcJlQCrapF .iconfont-wrapper:hover {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-tcJlQCrapF .footer_timework {
    margin-top: 50px;
  }
  .cid-tcJlQCrapF .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-rGtWrKXX3X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ae6fb6;
}
.cid-rGtWrKXX3X .media-container-row .mbr-text {
  text-align: center;
}
.cid-tiQsNynS3e {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tiQsNynS3e .mbr-text {
  color: #767676;
}
.cid-tiQtfDa2zQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ae6fb6;
}
.cid-tiQtfDa2zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQtfDa2zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQtfDa2zQ .mbr-section-title {
  color: #ffffff;
}
