body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', 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: 4.8rem;
  }
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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: #ed6436 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5dde44 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #ed6436 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: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: #ed6436 !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 #181818 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: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !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 #82786e 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: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: #82786e !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 #f7ed4a 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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: #f7ed4a !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 #5dde44 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: #5dde44 !important;
  border-color: #5dde44 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #38b520 !important;
  border-color: #38b520 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #38b520 !important;
  border-color: #38b520 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #5dde44 inset !important;
  background: transparent !important;
  border: none !important;
  color: #5dde44 !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 #b1a374 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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: #b1a374 !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 #ed6436 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: #ad3710;
  color: #ad3710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 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: #ed6436;
  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 #181818 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: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 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: #181818;
  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 #82786e 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: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e 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: #82786e;
  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 #f7ed4a 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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a 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: #f7ed4a;
  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 #5dde44 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: #32a01c;
  color: #32a01c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5dde44;
  border-color: #5dde44;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5dde44 !important;
  border-color: #5dde44 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #5dde44 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: #5dde44;
  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 #b1a374 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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 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: #b1a374;
  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: #ed6436 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5dde44 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed6436 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #32a01c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #5dde44;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f3fdf1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  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: #ed6436;
  border-bottom-color: #ed6436;
}
.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: #ed6436 !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: #181818 !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='%23ed6436' %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-s2mKSZvdfs .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2mKSZvdfs .nav-item:focus,
.cid-s2mKSZvdfs .nav-link:focus {
  outline: none;
}
.cid-s2mKSZvdfs .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s2mKSZvdfs .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2mKSZvdfs .dropdown .dropdown-menu .dropdown-item:hover,
.cid-s2mKSZvdfs .dropdown .dropdown-menu .dropdown-item:active,
.cid-s2mKSZvdfs .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-s2mKSZvdfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2mKSZvdfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2mKSZvdfs .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2mKSZvdfs .navbar-caption:hover {
  color: inherit !important;
}
.cid-s2mKSZvdfs .container {
  max-width: 1380px;
}
.cid-s2mKSZvdfs .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-s2mKSZvdfs .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2mKSZvdfs .nav-link:hover,
.cid-s2mKSZvdfs .nav-link:active,
.cid-s2mKSZvdfs .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-s2mKSZvdfs .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-s2mKSZvdfs .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2mKSZvdfs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2mKSZvdfs .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2mKSZvdfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2mKSZvdfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2mKSZvdfs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s2mKSZvdfs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2mKSZvdfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2mKSZvdfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2mKSZvdfs .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-s2mKSZvdfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2mKSZvdfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2mKSZvdfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2mKSZvdfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2mKSZvdfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2mKSZvdfs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2mKSZvdfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2mKSZvdfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2mKSZvdfs .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-s2mKSZvdfs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2mKSZvdfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2mKSZvdfs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2mKSZvdfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2mKSZvdfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s2mKSZvdfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2mKSZvdfs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2mKSZvdfs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2mKSZvdfs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2mKSZvdfs .icons-menu span {
  color: #7aba59 !important;
}
.cid-s2mKSZvdfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2mKSZvdfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-s2mKSZvdfs .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2mKSZvdfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2mKSZvdfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2mKSZvdfs .dropdown-item.active,
.cid-s2mKSZvdfs .dropdown-item:active {
  background-color: transparent;
}
.cid-s2mKSZvdfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2mKSZvdfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2mKSZvdfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2mKSZvdfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2mKSZvdfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2mKSZvdfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2mKSZvdfs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2mKSZvdfs .navbar-buttons {
  text-align: center;
}
.cid-s2mKSZvdfs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2mKSZvdfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-s2mKSZvdfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2mKSZvdfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2mKSZvdfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2mKSZvdfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2mKSZvdfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2mKSZvdfs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2mKSZvdfs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2mKSZvdfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2mKSZvdfs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2mKSZvdfs a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-s2mKSZvdfs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2mKSZvdfs .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-s2mKSZvdfs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2mKSZvdfs .navbar {
    height: 77px;
  }
  .cid-s2mKSZvdfs .navbar.opened {
    height: auto;
  }
  .cid-s2mKSZvdfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2mKWWa5Xj {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/base-hm-2000x1330.jpg");
}
.cid-s2mKWWa5Xj .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-s2mKWWa5Xj .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-s2mKWWa5Xj .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s2mKWWa5Xj .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-s2mKWWa5Xj .container {
  max-width: 1600px;
}
.cid-s2mKWWa5Xj .mbr-bold,
.cid-s2mKWWa5Xj b {
  font-weight: 900;
}
.cid-s2mKWWa5Xj .btn {
  color: white !important;
}
.cid-s2mKWWa5Xj svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-s2mKWWa5Xj svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-s2mKWWa5Xj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-s2mKWWa5Xj svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-s2mKWWa5Xj svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-s2mKWWa5Xj .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-s2mKWWa5Xj H1 {
  text-align: right;
}
.cid-s2mKWWa5Xj .mbr-text,
.cid-s2mKWWa5Xj .mbr-section-btn {
  text-align: right;
  color: #5dde44;
}
.cid-s2mL1f6gzv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s2mL1f6gzv .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s2mL1f6gzv .content {
    padding: 0 2rem;
  }
}
.cid-s2mL1f6gzv .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-s2mL1f6gzv .img-col {
  padding: 0;
}
.cid-s2mL1f6gzv .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-s2mL1f6gzv .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-s2mL1f6gzv .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-s2mL1f6gzv .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-s2mL1f6gzv .icon-title,
.cid-s2mL1f6gzv .mbr-iconfont {
  color: #181818;
}
.cid-s2mL1f6gzv .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s2mL1f6gzv .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s2mL1f6gzv .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-s2mL1f6gzv .icon-wrap {
    margin-right: 0rem;
  }
  .cid-s2mL1f6gzv .link-wrap {
    margin: auto;
  }
}
.cid-s2mL1f6gzv .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-s2mL1f6gzv .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-s2mL1f6gzv .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-s2mL1f6gzv .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-s2mKZctx8m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fbfff9;
}
@media (min-width: 992px) {
  .cid-s2mKZctx8m .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s2mKZctx8m .content {
    padding: 0 2rem;
  }
}
.cid-s2mKZctx8m .img-col {
  padding: 0;
}
.cid-s2mKZctx8m .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-s2mKZctx8m .icon-wrap h3 {
  margin: 0;
}
.cid-s2mKZctx8m .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-s2mKZctx8m .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-s2mKZctx8m .icon-title,
.cid-s2mKZctx8m .mbr-iconfont {
  color: #181818;
}
.cid-s2mKZctx8m .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s2mKZctx8m .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s2mKZctx8m .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-s2mKZctx8m .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-s2ny07jfkB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2ny07jfkB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2ny07jfkB .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s2ny07jfkB .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s2ny07jfkB .carousel-item.active,
.cid-s2ny07jfkB .carousel-item-next,
.cid-s2ny07jfkB .carousel-item-prev {
  display: flex;
}
.cid-s2ny07jfkB .carousel-controls a {
  transition: opacity .5s;
}
.cid-s2ny07jfkB .carousel-controls a:hover span,
.cid-s2ny07jfkB .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s2ny07jfkB .carousel-controls a:hover svg,
.cid-s2ny07jfkB .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s2ny07jfkB .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s2ny07jfkB .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s2ny07jfkB .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s2ny07jfkB .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2ny07jfkB .user_text {
  color: #767676;
}
.cid-s2ny07jfkB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s2ny07jfkB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436, #181818);
  display: inline-block;
}
.cid-s2ny07jfkB .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s2ny07jfkB svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s2ny07jfkB .user_name {
  color: #149dcc;
}
.cid-s2ny07jfkB .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s2ny07jfkB .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s2ny07jfkB .testimonials-quote,
  .cid-s2ny07jfkB .user_text,
  .cid-s2ny07jfkB .user_name,
  .cid-s2ny07jfkB .user_desk {
    text-align: center !important;
  }
  .cid-s2ny07jfkB .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2ny07jfkB .mbr-section-title,
  .cid-s2ny07jfkB .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s2ny07jfkB .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s2ny07jfkB .carousel-control-next span {
    left: -1rem;
  }
  .cid-s2ny07jfkB .user-text {
    padding-right: 2rem;
  }
  .cid-s2ny07jfkB .carousel-control-prev,
  .cid-s2ny07jfkB .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s2mLjuF5NH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2mLjuF5NH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2mLjuF5NH .select {
  z-index: 999;
}
.cid-s2mLjuF5NH img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2mLjuF5NH .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-s2mLjuF5NH .mbr-form {
    max-width: 500px;
  }
}
.cid-s2mLjuF5NH .col-auto {
  width: 100%;
  margin: auto;
}
.cid-s2mLjuF5NH .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-s2mLjuF5NH .img-col {
  padding: 0;
}
.cid-s2mLjuF5NH form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-s2mLjuF5NH .jq-selectbox__dropdown,
.cid-s2mLjuF5NH ul {
  border-radius: 20px !important;
}
.cid-s2mLjuF5NH .jq-selectbox {
  border-radius: 30px;
}
.cid-s2mLjuF5NH .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-s2mLjuF5NH .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-s2mLjuF5NH input,
.cid-s2mLjuF5NH textarea,
.cid-s2mLjuF5NH .select {
  border-radius: 30px;
}
.cid-s2mLjuF5NH input,
.cid-s2mLjuF5NH textarea {
  padding: 2rem 3rem;
}
.cid-s2mLjuF5NH textarea {
  min-height: 10rem;
}
.cid-s2mLjuF5NH .form-control,
.cid-s2mLjuF5NH .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-s2mLjuF5NH .form-control::-webkit-input-placeholder,
.cid-s2mLjuF5NH .field-input::-webkit-input-placeholder,
.cid-s2mLjuF5NH .form-control::-webkit-input-placeholder,
.cid-s2mLjuF5NH .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2mLjuF5NH .form-control:-moz-placeholder,
.cid-s2mLjuF5NH .field-input:-moz-placeholder,
.cid-s2mLjuF5NH .form-control:-moz-placeholder,
.cid-s2mLjuF5NH .field-input:-moz-placeholder {
  color: #383838;
}
.cid-s2mLjuF5NH .form-control:hover,
.cid-s2mLjuF5NH .field-input:hover,
.cid-s2mLjuF5NH .form-control:focus,
.cid-s2mLjuF5NH .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-s2mLjuF5NH .form-control:hover::-webkit-input-placeholder,
.cid-s2mLjuF5NH .field-input:hover::-webkit-input-placeholder,
.cid-s2mLjuF5NH .form-control:focus::-webkit-input-placeholder,
.cid-s2mLjuF5NH .field-input:focus::-webkit-input-placeholder,
.cid-s2mLjuF5NH .form-control:hover::-webkit-input-placeholder,
.cid-s2mLjuF5NH .field-input:hover::-webkit-input-placeholder,
.cid-s2mLjuF5NH .form-control:focus::-webkit-input-placeholder,
.cid-s2mLjuF5NH .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2mLjuF5NH .form-control:hover:-moz-placeholder,
.cid-s2mLjuF5NH .field-input:hover:-moz-placeholder,
.cid-s2mLjuF5NH .form-control:focus:-moz-placeholder,
.cid-s2mLjuF5NH .field-input:focus:-moz-placeholder,
.cid-s2mLjuF5NH .form-control:hover:-moz-placeholder,
.cid-s2mLjuF5NH .field-input:hover:-moz-placeholder,
.cid-s2mLjuF5NH .form-control:focus:-moz-placeholder,
.cid-s2mLjuF5NH .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-s2mLjuF5NH .jq-number__spin:hover,
.cid-s2mLjuF5NH .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2mLjuF5NH .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2mLjuF5NH .jq-selectbox li,
.cid-s2mLjuF5NH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2mLjuF5NH .jq-selectbox li:hover,
.cid-s2mLjuF5NH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2mLjuF5NH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s2mLjuF5NH .jq-number__spin.minus:hover:after,
.cid-s2mLjuF5NH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2mLjuF5NH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s2mLjuF5NH .jq-number__spin.minus:after,
.cid-s2mLjuF5NH .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2mLjuF5NH input::-webkit-clear-button {
  display: none;
}
.cid-s2mLjuF5NH input::-webkit-inner-spin-button {
  display: none;
}
.cid-s2mLjuF5NH input::-webkit-outer-spin-button {
  display: none;
}
.cid-s2mLjuF5NH input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-s2mLjuF5NH .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-s2mLjuF5NH img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2mLjuF5NH form {
    padding: 2rem 1rem;
  }
  .cid-s2mLjuF5NH .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-s2mLjuF5NH .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s2mLjuF5NH img {
    height: 260px;
    width: 260px;
  }
}
.cid-s2mLjuF5NH H4 {
  color: #ed6436;
}
.cid-s2mLlKYrhy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f8b8c;
}
.cid-s2nMtGuuXS .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMtGuuXS .nav-item:focus,
.cid-s2nMtGuuXS .nav-link:focus {
  outline: none;
}
.cid-s2nMtGuuXS .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s2nMtGuuXS .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMtGuuXS .dropdown .dropdown-menu .dropdown-item:hover,
.cid-s2nMtGuuXS .dropdown .dropdown-menu .dropdown-item:active,
.cid-s2nMtGuuXS .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-s2nMtGuuXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nMtGuuXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nMtGuuXS .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMtGuuXS .navbar-caption:hover {
  color: inherit !important;
}
.cid-s2nMtGuuXS .container {
  max-width: 1380px;
}
.cid-s2nMtGuuXS .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-s2nMtGuuXS .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2nMtGuuXS .nav-link:hover,
.cid-s2nMtGuuXS .nav-link:active,
.cid-s2nMtGuuXS .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-s2nMtGuuXS .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-s2nMtGuuXS .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2nMtGuuXS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nMtGuuXS .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2nMtGuuXS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nMtGuuXS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2nMtGuuXS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s2nMtGuuXS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nMtGuuXS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nMtGuuXS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nMtGuuXS .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-s2nMtGuuXS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nMtGuuXS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nMtGuuXS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nMtGuuXS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nMtGuuXS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nMtGuuXS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nMtGuuXS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nMtGuuXS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nMtGuuXS .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-s2nMtGuuXS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nMtGuuXS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nMtGuuXS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nMtGuuXS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nMtGuuXS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s2nMtGuuXS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nMtGuuXS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2nMtGuuXS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nMtGuuXS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nMtGuuXS .icons-menu span {
  color: #7aba59 !important;
}
.cid-s2nMtGuuXS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nMtGuuXS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-s2nMtGuuXS .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nMtGuuXS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nMtGuuXS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nMtGuuXS .dropdown-item.active,
.cid-s2nMtGuuXS .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nMtGuuXS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nMtGuuXS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nMtGuuXS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nMtGuuXS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2nMtGuuXS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nMtGuuXS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2nMtGuuXS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2nMtGuuXS .navbar-buttons {
  text-align: center;
}
.cid-s2nMtGuuXS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nMtGuuXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-s2nMtGuuXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMtGuuXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMtGuuXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMtGuuXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMtGuuXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMtGuuXS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMtGuuXS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMtGuuXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMtGuuXS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nMtGuuXS a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-s2nMtGuuXS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nMtGuuXS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-s2nMtGuuXS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nMtGuuXS .navbar {
    height: 77px;
  }
  .cid-s2nMtGuuXS .navbar.opened {
    height: auto;
  }
  .cid-s2nMtGuuXS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nMtIwmwv {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/base-hm-2000x1330.jpg");
}
.cid-s2nMtIwmwv .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-s2nMtIwmwv .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-s2nMtIwmwv .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s2nMtIwmwv .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-s2nMtIwmwv .container {
  max-width: 1600px;
}
.cid-s2nMtIwmwv .mbr-bold,
.cid-s2nMtIwmwv b {
  font-weight: 900;
}
.cid-s2nMtIwmwv .btn {
  color: white !important;
}
.cid-s2nMtIwmwv svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-s2nMtIwmwv svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-s2nMtIwmwv svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-s2nMtIwmwv svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-s2nMtIwmwv svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-s2nMtIwmwv .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-s2nMtIwmwv H1 {
  text-align: right;
}
.cid-s2nMtIwmwv .mbr-text,
.cid-s2nMtIwmwv .mbr-section-btn {
  text-align: right;
  color: #ed6436;
}
.cid-s2ofEtZV4I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6feff;
}
.cid-s2ofEtZV4I img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s2ofEtZV4I img:hover {
  transform: scale(1.1);
}
.cid-s2ofEtZV4I .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s2ofEtZV4I h2 {
  padding: 0;
  margin: 0;
}
.cid-s2ofEtZV4I .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2ofEtZV4I .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s2ofEtZV4I .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s2ofEtZV4I .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s2ofEtZV4I .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s2ofEtZV4I .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s2ofEtZV4I .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s2ofEtZV4I .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s2ofEtZV4I .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s2ofEtZV4I H2 {
  color: #333333;
}
.cid-s2ofEtZV4I .mbr-text {
  color: #767676;
}
.cid-s2of0KzM4j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2of0KzM4j .mbr-text {
  position: relative;
}
.cid-s2of0KzM4j .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s2of0KzM4j .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s2of0KzM4j .mbr-text:after,
  .cid-s2of0KzM4j .mbr-text:before {
    display: none;
  }
}
.cid-s2odVJh31a {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2odVJh31a .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s2odVJh31a .mbr-figure img {
  height: 275px;
  width: 275px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-s2odVJh31a .mbr-text,
.cid-s2odVJh31a .mbr-section-btn {
  color: #767676;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-s2odVJh31a img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-s2nMtJMO50 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s2nMtJMO50 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s2nMtJMO50 .content {
    padding: 0 2rem;
  }
}
.cid-s2nMtJMO50 .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-s2nMtJMO50 .img-col {
  padding: 0;
}
.cid-s2nMtJMO50 .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-s2nMtJMO50 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-s2nMtJMO50 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-s2nMtJMO50 .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-s2nMtJMO50 .icon-title,
.cid-s2nMtJMO50 .mbr-iconfont {
  color: #181818;
}
.cid-s2nMtJMO50 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s2nMtJMO50 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s2nMtJMO50 .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-s2nMtJMO50 .icon-wrap {
    margin-right: 0rem;
  }
  .cid-s2nMtJMO50 .link-wrap {
    margin: auto;
  }
}
.cid-s2nMtJMO50 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-s2nMtJMO50 .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-s2nMtJMO50 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-s2nMtJMO50 .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-s2nMtMuYSo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2nMtMuYSo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2nMtMuYSo .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s2nMtMuYSo .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s2nMtMuYSo .carousel-item.active,
.cid-s2nMtMuYSo .carousel-item-next,
.cid-s2nMtMuYSo .carousel-item-prev {
  display: flex;
}
.cid-s2nMtMuYSo .carousel-controls a {
  transition: opacity .5s;
}
.cid-s2nMtMuYSo .carousel-controls a:hover span,
.cid-s2nMtMuYSo .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s2nMtMuYSo .carousel-controls a:hover svg,
.cid-s2nMtMuYSo .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s2nMtMuYSo .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s2nMtMuYSo .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s2nMtMuYSo .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s2nMtMuYSo .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2nMtMuYSo .user_text {
  color: #767676;
}
.cid-s2nMtMuYSo .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s2nMtMuYSo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436, #181818);
  display: inline-block;
}
.cid-s2nMtMuYSo .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s2nMtMuYSo svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s2nMtMuYSo .user_name {
  color: #149dcc;
}
.cid-s2nMtMuYSo .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s2nMtMuYSo .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s2nMtMuYSo .testimonials-quote,
  .cid-s2nMtMuYSo .user_text,
  .cid-s2nMtMuYSo .user_name,
  .cid-s2nMtMuYSo .user_desk {
    text-align: center !important;
  }
  .cid-s2nMtMuYSo .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2nMtMuYSo .mbr-section-title,
  .cid-s2nMtMuYSo .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s2nMtMuYSo .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s2nMtMuYSo .carousel-control-next span {
    left: -1rem;
  }
  .cid-s2nMtMuYSo .user-text {
    padding-right: 2rem;
  }
  .cid-s2nMtMuYSo .carousel-control-prev,
  .cid-s2nMtMuYSo .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s2nMtOcozm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2nMtOcozm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2nMtOcozm .select {
  z-index: 999;
}
.cid-s2nMtOcozm img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2nMtOcozm .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-s2nMtOcozm .mbr-form {
    max-width: 500px;
  }
}
.cid-s2nMtOcozm .col-auto {
  width: 100%;
  margin: auto;
}
.cid-s2nMtOcozm .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-s2nMtOcozm .img-col {
  padding: 0;
}
.cid-s2nMtOcozm form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-s2nMtOcozm .jq-selectbox__dropdown,
.cid-s2nMtOcozm ul {
  border-radius: 20px !important;
}
.cid-s2nMtOcozm .jq-selectbox {
  border-radius: 30px;
}
.cid-s2nMtOcozm .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMtOcozm .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMtOcozm input,
.cid-s2nMtOcozm textarea,
.cid-s2nMtOcozm .select {
  border-radius: 30px;
}
.cid-s2nMtOcozm input,
.cid-s2nMtOcozm textarea {
  padding: 2rem 3rem;
}
.cid-s2nMtOcozm textarea {
  min-height: 10rem;
}
.cid-s2nMtOcozm .form-control,
.cid-s2nMtOcozm .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-s2nMtOcozm .form-control::-webkit-input-placeholder,
.cid-s2nMtOcozm .field-input::-webkit-input-placeholder,
.cid-s2nMtOcozm .form-control::-webkit-input-placeholder,
.cid-s2nMtOcozm .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMtOcozm .form-control:-moz-placeholder,
.cid-s2nMtOcozm .field-input:-moz-placeholder,
.cid-s2nMtOcozm .form-control:-moz-placeholder,
.cid-s2nMtOcozm .field-input:-moz-placeholder {
  color: #383838;
}
.cid-s2nMtOcozm .form-control:hover,
.cid-s2nMtOcozm .field-input:hover,
.cid-s2nMtOcozm .form-control:focus,
.cid-s2nMtOcozm .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-s2nMtOcozm .form-control:hover::-webkit-input-placeholder,
.cid-s2nMtOcozm .field-input:hover::-webkit-input-placeholder,
.cid-s2nMtOcozm .form-control:focus::-webkit-input-placeholder,
.cid-s2nMtOcozm .field-input:focus::-webkit-input-placeholder,
.cid-s2nMtOcozm .form-control:hover::-webkit-input-placeholder,
.cid-s2nMtOcozm .field-input:hover::-webkit-input-placeholder,
.cid-s2nMtOcozm .form-control:focus::-webkit-input-placeholder,
.cid-s2nMtOcozm .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMtOcozm .form-control:hover:-moz-placeholder,
.cid-s2nMtOcozm .field-input:hover:-moz-placeholder,
.cid-s2nMtOcozm .form-control:focus:-moz-placeholder,
.cid-s2nMtOcozm .field-input:focus:-moz-placeholder,
.cid-s2nMtOcozm .form-control:hover:-moz-placeholder,
.cid-s2nMtOcozm .field-input:hover:-moz-placeholder,
.cid-s2nMtOcozm .form-control:focus:-moz-placeholder,
.cid-s2nMtOcozm .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-s2nMtOcozm .jq-number__spin:hover,
.cid-s2nMtOcozm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2nMtOcozm .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2nMtOcozm .jq-selectbox li,
.cid-s2nMtOcozm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMtOcozm .jq-selectbox li:hover,
.cid-s2nMtOcozm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMtOcozm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s2nMtOcozm .jq-number__spin.minus:hover:after,
.cid-s2nMtOcozm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMtOcozm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s2nMtOcozm .jq-number__spin.minus:after,
.cid-s2nMtOcozm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMtOcozm input::-webkit-clear-button {
  display: none;
}
.cid-s2nMtOcozm input::-webkit-inner-spin-button {
  display: none;
}
.cid-s2nMtOcozm input::-webkit-outer-spin-button {
  display: none;
}
.cid-s2nMtOcozm input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-s2nMtOcozm .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-s2nMtOcozm img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2nMtOcozm form {
    padding: 2rem 1rem;
  }
  .cid-s2nMtOcozm .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-s2nMtOcozm .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s2nMtOcozm img {
    height: 260px;
    width: 260px;
  }
}
.cid-s2nMtOcozm H4 {
  color: #ed6436;
}
.cid-s2nMtPD01J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f8b8c;
}
.cid-s2nMBHVbJR .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMBHVbJR .nav-item:focus,
.cid-s2nMBHVbJR .nav-link:focus {
  outline: none;
}
.cid-s2nMBHVbJR .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s2nMBHVbJR .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMBHVbJR .dropdown .dropdown-menu .dropdown-item:hover,
.cid-s2nMBHVbJR .dropdown .dropdown-menu .dropdown-item:active,
.cid-s2nMBHVbJR .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-s2nMBHVbJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nMBHVbJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nMBHVbJR .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMBHVbJR .navbar-caption:hover {
  color: inherit !important;
}
.cid-s2nMBHVbJR .container {
  max-width: 1380px;
}
.cid-s2nMBHVbJR .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-s2nMBHVbJR .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2nMBHVbJR .nav-link:hover,
.cid-s2nMBHVbJR .nav-link:active,
.cid-s2nMBHVbJR .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-s2nMBHVbJR .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-s2nMBHVbJR .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2nMBHVbJR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nMBHVbJR .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2nMBHVbJR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nMBHVbJR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2nMBHVbJR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s2nMBHVbJR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nMBHVbJR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nMBHVbJR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nMBHVbJR .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-s2nMBHVbJR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nMBHVbJR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nMBHVbJR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nMBHVbJR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nMBHVbJR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nMBHVbJR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nMBHVbJR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nMBHVbJR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nMBHVbJR .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-s2nMBHVbJR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nMBHVbJR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nMBHVbJR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nMBHVbJR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nMBHVbJR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s2nMBHVbJR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nMBHVbJR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2nMBHVbJR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nMBHVbJR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nMBHVbJR .icons-menu span {
  color: #7aba59 !important;
}
.cid-s2nMBHVbJR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nMBHVbJR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-s2nMBHVbJR .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nMBHVbJR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nMBHVbJR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nMBHVbJR .dropdown-item.active,
.cid-s2nMBHVbJR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nMBHVbJR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nMBHVbJR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nMBHVbJR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nMBHVbJR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2nMBHVbJR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nMBHVbJR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2nMBHVbJR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2nMBHVbJR .navbar-buttons {
  text-align: center;
}
.cid-s2nMBHVbJR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nMBHVbJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-s2nMBHVbJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMBHVbJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMBHVbJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMBHVbJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMBHVbJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMBHVbJR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMBHVbJR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMBHVbJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMBHVbJR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nMBHVbJR a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-s2nMBHVbJR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nMBHVbJR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-s2nMBHVbJR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nMBHVbJR .navbar {
    height: 77px;
  }
  .cid-s2nMBHVbJR .navbar.opened {
    height: auto;
  }
  .cid-s2nMBHVbJR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2otjBbecQ {
  overflow-x: hidden !important;
}
.cid-s2otjBbecQ,
.cid-s2otjBbecQ .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s2otjBbecQ .mbr-section-title {
  color: #ffffff;
}
.cid-s2otjBbecQ .mbr-section-title span {
  color: #ed6436;
}
.cid-s2otjBbecQ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s2otjBbecQ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 54s !important;
  animation-duration: 54s;
  background-image: url("../../../assets/images/todas-las-escencias-7-2000x1330.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s2otjBbecQ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s2otjBbecQ .mbr-overlay {
  z-index: 1;
}
.cid-s2otjBbecQ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s2oylKc9Pt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-s2oylKc9Pt h5,
.cid-s2oylKc9Pt h4,
.cid-s2oylKc9Pt p {
  margin-bottom: 0;
}
.cid-s2oylKc9Pt p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s2oylKc9Pt .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-s2oylKc9Pt .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-s2oylKc9Pt .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-s2oylKc9Pt .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-s2oylKc9Pt .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
.cid-s2oylKc9Pt .card-title-link {
  float: left;
}
.cid-s2oylKc9Pt .card-price {
  float: right;
}
.cid-s2oylKc9Pt .card-title-link {
  position: relative;
}
.cid-s2oylKc9Pt .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-s2oylKc9Pt .card-title-link:hover:after {
  width: 100%;
}
.cid-s2oylKc9Pt .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-s2oylKc9Pt .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-s2oylKc9Pt .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-s2oylKc9Pt .card-wrapper:hover .card-title {
  color: #ed6436;
}
.cid-s2oylKc9Pt .card-title-link {
  color: #149dcc;
}
.cid-s2oylKc9Pt .card-title {
  color: #232323;
}
.cid-s2phtzsodP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-s2phtzsodP h5,
.cid-s2phtzsodP h4,
.cid-s2phtzsodP p {
  margin-bottom: 0;
}
.cid-s2phtzsodP p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s2phtzsodP .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-s2phtzsodP .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-s2phtzsodP .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-s2phtzsodP .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-s2phtzsodP .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
.cid-s2phtzsodP .card-title-link {
  float: left;
}
.cid-s2phtzsodP .card-price {
  float: right;
}
.cid-s2phtzsodP .card-title-link {
  position: relative;
}
.cid-s2phtzsodP .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-s2phtzsodP .card-title-link:hover:after {
  width: 100%;
}
.cid-s2phtzsodP .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-s2phtzsodP .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-s2phtzsodP .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-s2phtzsodP .card-wrapper:hover .card-title {
  color: #ed6436;
}
.cid-s2phtzsodP .card-title-link {
  color: #149dcc;
}
.cid-s2phtzsodP .card-title {
  color: #232323;
}
.cid-s2phvR8iL3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-s2phvR8iL3 h5,
.cid-s2phvR8iL3 h4,
.cid-s2phvR8iL3 p {
  margin-bottom: 0;
}
.cid-s2phvR8iL3 p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s2phvR8iL3 .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-s2phvR8iL3 .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-s2phvR8iL3 .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-s2phvR8iL3 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-s2phvR8iL3 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
.cid-s2phvR8iL3 .card-title-link {
  float: left;
}
.cid-s2phvR8iL3 .card-price {
  float: right;
}
.cid-s2phvR8iL3 .card-title-link {
  position: relative;
}
.cid-s2phvR8iL3 .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-s2phvR8iL3 .card-title-link:hover:after {
  width: 100%;
}
.cid-s2phvR8iL3 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-s2phvR8iL3 .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-s2phvR8iL3 .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-s2phvR8iL3 .card-wrapper:hover .card-title {
  color: #ed6436;
}
.cid-s2phvR8iL3 .card-title-link {
  color: #149dcc;
}
.cid-s2phvR8iL3 .card-title {
  color: #232323;
}
.cid-s2phwW8dxn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-s2phwW8dxn h5,
.cid-s2phwW8dxn h4,
.cid-s2phwW8dxn p {
  margin-bottom: 0;
}
.cid-s2phwW8dxn p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s2phwW8dxn .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-s2phwW8dxn .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-s2phwW8dxn .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-s2phwW8dxn .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-s2phwW8dxn .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
.cid-s2phwW8dxn .card-title-link {
  float: left;
}
.cid-s2phwW8dxn .card-price {
  float: right;
}
.cid-s2phwW8dxn .card-title-link {
  position: relative;
}
.cid-s2phwW8dxn .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-s2phwW8dxn .card-title-link:hover:after {
  width: 100%;
}
.cid-s2phwW8dxn .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-s2phwW8dxn .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-s2phwW8dxn .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-s2phwW8dxn .card-wrapper:hover .card-title {
  color: #ed6436;
}
.cid-s2phwW8dxn .card-title-link {
  color: #149dcc;
}
.cid-s2phwW8dxn .card-title {
  color: #232323;
}
.cid-s2nMBN4eVL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2nMBN4eVL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2nMBN4eVL .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s2nMBN4eVL .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s2nMBN4eVL .carousel-item.active,
.cid-s2nMBN4eVL .carousel-item-next,
.cid-s2nMBN4eVL .carousel-item-prev {
  display: flex;
}
.cid-s2nMBN4eVL .carousel-controls a {
  transition: opacity .5s;
}
.cid-s2nMBN4eVL .carousel-controls a:hover span,
.cid-s2nMBN4eVL .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s2nMBN4eVL .carousel-controls a:hover svg,
.cid-s2nMBN4eVL .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s2nMBN4eVL .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s2nMBN4eVL .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s2nMBN4eVL .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s2nMBN4eVL .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2nMBN4eVL .user_text {
  color: #767676;
}
.cid-s2nMBN4eVL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s2nMBN4eVL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436, #181818);
  display: inline-block;
}
.cid-s2nMBN4eVL .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s2nMBN4eVL svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s2nMBN4eVL .user_name {
  color: #149dcc;
}
.cid-s2nMBN4eVL .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s2nMBN4eVL .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s2nMBN4eVL .testimonials-quote,
  .cid-s2nMBN4eVL .user_text,
  .cid-s2nMBN4eVL .user_name,
  .cid-s2nMBN4eVL .user_desk {
    text-align: center !important;
  }
  .cid-s2nMBN4eVL .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s2nMBN4eVL .mbr-section-title,
  .cid-s2nMBN4eVL .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s2nMBN4eVL .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s2nMBN4eVL .carousel-control-next span {
    left: -1rem;
  }
  .cid-s2nMBN4eVL .user-text {
    padding-right: 2rem;
  }
  .cid-s2nMBN4eVL .carousel-control-prev,
  .cid-s2nMBN4eVL .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s2nMBOBR6H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2nMBOBR6H .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2nMBOBR6H .select {
  z-index: 999;
}
.cid-s2nMBOBR6H img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2nMBOBR6H .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-s2nMBOBR6H .mbr-form {
    max-width: 500px;
  }
}
.cid-s2nMBOBR6H .col-auto {
  width: 100%;
  margin: auto;
}
.cid-s2nMBOBR6H .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-s2nMBOBR6H .img-col {
  padding: 0;
}
.cid-s2nMBOBR6H form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-s2nMBOBR6H .jq-selectbox__dropdown,
.cid-s2nMBOBR6H ul {
  border-radius: 20px !important;
}
.cid-s2nMBOBR6H .jq-selectbox {
  border-radius: 30px;
}
.cid-s2nMBOBR6H .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMBOBR6H .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMBOBR6H input,
.cid-s2nMBOBR6H textarea,
.cid-s2nMBOBR6H .select {
  border-radius: 30px;
}
.cid-s2nMBOBR6H input,
.cid-s2nMBOBR6H textarea {
  padding: 2rem 3rem;
}
.cid-s2nMBOBR6H textarea {
  min-height: 10rem;
}
.cid-s2nMBOBR6H .form-control,
.cid-s2nMBOBR6H .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-s2nMBOBR6H .form-control::-webkit-input-placeholder,
.cid-s2nMBOBR6H .field-input::-webkit-input-placeholder,
.cid-s2nMBOBR6H .form-control::-webkit-input-placeholder,
.cid-s2nMBOBR6H .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMBOBR6H .form-control:-moz-placeholder,
.cid-s2nMBOBR6H .field-input:-moz-placeholder,
.cid-s2nMBOBR6H .form-control:-moz-placeholder,
.cid-s2nMBOBR6H .field-input:-moz-placeholder {
  color: #383838;
}
.cid-s2nMBOBR6H .form-control:hover,
.cid-s2nMBOBR6H .field-input:hover,
.cid-s2nMBOBR6H .form-control:focus,
.cid-s2nMBOBR6H .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-s2nMBOBR6H .form-control:hover::-webkit-input-placeholder,
.cid-s2nMBOBR6H .field-input:hover::-webkit-input-placeholder,
.cid-s2nMBOBR6H .form-control:focus::-webkit-input-placeholder,
.cid-s2nMBOBR6H .field-input:focus::-webkit-input-placeholder,
.cid-s2nMBOBR6H .form-control:hover::-webkit-input-placeholder,
.cid-s2nMBOBR6H .field-input:hover::-webkit-input-placeholder,
.cid-s2nMBOBR6H .form-control:focus::-webkit-input-placeholder,
.cid-s2nMBOBR6H .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMBOBR6H .form-control:hover:-moz-placeholder,
.cid-s2nMBOBR6H .field-input:hover:-moz-placeholder,
.cid-s2nMBOBR6H .form-control:focus:-moz-placeholder,
.cid-s2nMBOBR6H .field-input:focus:-moz-placeholder,
.cid-s2nMBOBR6H .form-control:hover:-moz-placeholder,
.cid-s2nMBOBR6H .field-input:hover:-moz-placeholder,
.cid-s2nMBOBR6H .form-control:focus:-moz-placeholder,
.cid-s2nMBOBR6H .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-s2nMBOBR6H .jq-number__spin:hover,
.cid-s2nMBOBR6H .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2nMBOBR6H .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2nMBOBR6H .jq-selectbox li,
.cid-s2nMBOBR6H .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMBOBR6H .jq-selectbox li:hover,
.cid-s2nMBOBR6H .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMBOBR6H .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s2nMBOBR6H .jq-number__spin.minus:hover:after,
.cid-s2nMBOBR6H .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMBOBR6H .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s2nMBOBR6H .jq-number__spin.minus:after,
.cid-s2nMBOBR6H .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMBOBR6H input::-webkit-clear-button {
  display: none;
}
.cid-s2nMBOBR6H input::-webkit-inner-spin-button {
  display: none;
}
.cid-s2nMBOBR6H input::-webkit-outer-spin-button {
  display: none;
}
.cid-s2nMBOBR6H input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-s2nMBOBR6H .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-s2nMBOBR6H img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2nMBOBR6H form {
    padding: 2rem 1rem;
  }
  .cid-s2nMBOBR6H .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-s2nMBOBR6H .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s2nMBOBR6H img {
    height: 260px;
    width: 260px;
  }
}
.cid-s2nMBOBR6H H4 {
  color: #ed6436;
}
.cid-s2nMBPSUqT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f8b8c;
}
.cid-s2nMJzc8xG .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMJzc8xG .nav-item:focus,
.cid-s2nMJzc8xG .nav-link:focus {
  outline: none;
}
.cid-s2nMJzc8xG .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s2nMJzc8xG .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMJzc8xG .dropdown .dropdown-menu .dropdown-item:hover,
.cid-s2nMJzc8xG .dropdown .dropdown-menu .dropdown-item:active,
.cid-s2nMJzc8xG .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-s2nMJzc8xG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nMJzc8xG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nMJzc8xG .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMJzc8xG .navbar-caption:hover {
  color: inherit !important;
}
.cid-s2nMJzc8xG .container {
  max-width: 1380px;
}
.cid-s2nMJzc8xG .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-s2nMJzc8xG .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2nMJzc8xG .nav-link:hover,
.cid-s2nMJzc8xG .nav-link:active,
.cid-s2nMJzc8xG .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-s2nMJzc8xG .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-s2nMJzc8xG .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2nMJzc8xG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nMJzc8xG .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2nMJzc8xG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nMJzc8xG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2nMJzc8xG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s2nMJzc8xG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nMJzc8xG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nMJzc8xG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nMJzc8xG .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-s2nMJzc8xG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nMJzc8xG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nMJzc8xG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nMJzc8xG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nMJzc8xG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nMJzc8xG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nMJzc8xG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nMJzc8xG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nMJzc8xG .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-s2nMJzc8xG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nMJzc8xG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nMJzc8xG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nMJzc8xG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nMJzc8xG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s2nMJzc8xG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nMJzc8xG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2nMJzc8xG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nMJzc8xG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nMJzc8xG .icons-menu span {
  color: #7aba59 !important;
}
.cid-s2nMJzc8xG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nMJzc8xG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-s2nMJzc8xG .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nMJzc8xG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nMJzc8xG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nMJzc8xG .dropdown-item.active,
.cid-s2nMJzc8xG .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nMJzc8xG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nMJzc8xG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nMJzc8xG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nMJzc8xG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2nMJzc8xG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nMJzc8xG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2nMJzc8xG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2nMJzc8xG .navbar-buttons {
  text-align: center;
}
.cid-s2nMJzc8xG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nMJzc8xG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-s2nMJzc8xG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMJzc8xG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMJzc8xG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMJzc8xG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMJzc8xG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMJzc8xG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMJzc8xG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMJzc8xG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMJzc8xG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nMJzc8xG a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-s2nMJzc8xG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nMJzc8xG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-s2nMJzc8xG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nMJzc8xG .navbar {
    height: 77px;
  }
  .cid-s2nMJzc8xG .navbar.opened {
    height: auto;
  }
  .cid-s2nMJzc8xG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nMJAJdit {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/base-hm-2000x1330.jpg");
}
.cid-s2nMJAJdit .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-s2nMJAJdit .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-s2nMJAJdit .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s2nMJAJdit .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-s2nMJAJdit .container {
  max-width: 1600px;
}
.cid-s2nMJAJdit .mbr-bold,
.cid-s2nMJAJdit b {
  font-weight: 900;
}
.cid-s2nMJAJdit .btn {
  color: white !important;
}
.cid-s2nMJAJdit svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-s2nMJAJdit svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-s2nMJAJdit svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-s2nMJAJdit svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-s2nMJAJdit svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-s2nMJAJdit .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-s2nMJAJdit H1 {
  text-align: right;
}
.cid-s2nMJAJdit .mbr-text,
.cid-s2nMJAJdit .mbr-section-btn {
  text-align: right;
  color: #ed6436;
}
.cid-s2vtwT3jEz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2vtwT3jEz .card {
  padding: 1rem;
}
.cid-s2vtwT3jEz .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vtwT3jEz .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vtwT3jEz .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vtwT3jEz .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vtwT3jEz .card-sign {
  padding-top: .5rem;
}
.cid-s2vtwT3jEz .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vtwT3jEz .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vtwT3jEz .card-title {
    text-align: center;
  }
  .cid-s2vtwT3jEz p.mbr-text,
  .cid-s2vtwT3jEz p.date {
    text-align: center;
  }
}
.cid-s2vtwT3jEz .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vtwT3jEz .card-text,
.cid-s2vtwT3jEz .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vtyXP9Zp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2vtyXP9Zp .card {
  padding: 1rem;
}
.cid-s2vtyXP9Zp .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vtyXP9Zp .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vtyXP9Zp .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vtyXP9Zp .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vtyXP9Zp .card-sign {
  padding-top: .5rem;
}
.cid-s2vtyXP9Zp .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vtyXP9Zp .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vtyXP9Zp .card-title {
    text-align: center;
  }
  .cid-s2vtyXP9Zp p.mbr-text,
  .cid-s2vtyXP9Zp p.date {
    text-align: center;
  }
}
.cid-s2vtyXP9Zp .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vtyXP9Zp .card-text,
.cid-s2vtyXP9Zp .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vtyXP9Zp .card-title,
.cid-s2vtyXP9Zp .card-img {
  text-align: left;
}
.cid-s2vtzFYo91 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2vtzFYo91 .card {
  padding: 1rem;
}
.cid-s2vtzFYo91 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vtzFYo91 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vtzFYo91 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vtzFYo91 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vtzFYo91 .card-sign {
  padding-top: .5rem;
}
.cid-s2vtzFYo91 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vtzFYo91 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vtzFYo91 .card-title {
    text-align: center;
  }
  .cid-s2vtzFYo91 p.mbr-text,
  .cid-s2vtzFYo91 p.date {
    text-align: center;
  }
}
.cid-s2vtzFYo91 .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vtzFYo91 .card-text,
.cid-s2vtzFYo91 .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vtzFYo91 .card-title,
.cid-s2vtzFYo91 .card-img {
  text-align: left;
}
.cid-s2vx8xMCfn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2vx8xMCfn .card {
  padding: 1rem;
}
.cid-s2vx8xMCfn .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vx8xMCfn .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vx8xMCfn .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vx8xMCfn .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vx8xMCfn .card-sign {
  padding-top: .5rem;
}
.cid-s2vx8xMCfn .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vx8xMCfn .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vx8xMCfn .card-title {
    text-align: center;
  }
  .cid-s2vx8xMCfn p.mbr-text,
  .cid-s2vx8xMCfn p.date {
    text-align: center;
  }
}
.cid-s2vx8xMCfn .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vx8xMCfn .card-text,
.cid-s2vx8xMCfn .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vx97vriD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2vx97vriD .card {
  padding: 1rem;
}
.cid-s2vx97vriD .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vx97vriD .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vx97vriD .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vx97vriD .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vx97vriD .card-sign {
  padding-top: .5rem;
}
.cid-s2vx97vriD .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vx97vriD .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vx97vriD .card-title {
    text-align: center;
  }
  .cid-s2vx97vriD p.mbr-text,
  .cid-s2vx97vriD p.date {
    text-align: center;
  }
}
.cid-s2vx97vriD .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vx97vriD .card-text,
.cid-s2vx97vriD .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vx9AUMw5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2vx9AUMw5 .card {
  padding: 1rem;
}
.cid-s2vx9AUMw5 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vx9AUMw5 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vx9AUMw5 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vx9AUMw5 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vx9AUMw5 .card-sign {
  padding-top: .5rem;
}
.cid-s2vx9AUMw5 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vx9AUMw5 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vx9AUMw5 .card-title {
    text-align: center;
  }
  .cid-s2vx9AUMw5 p.mbr-text,
  .cid-s2vx9AUMw5 p.date {
    text-align: center;
  }
}
.cid-s2vx9AUMw5 .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vx9AUMw5 .card-text,
.cid-s2vx9AUMw5 .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vxafFiV1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2vxafFiV1 .card {
  padding: 1rem;
}
.cid-s2vxafFiV1 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vxafFiV1 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vxafFiV1 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vxafFiV1 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vxafFiV1 .card-sign {
  padding-top: .5rem;
}
.cid-s2vxafFiV1 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vxafFiV1 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vxafFiV1 .card-title {
    text-align: center;
  }
  .cid-s2vxafFiV1 p.mbr-text,
  .cid-s2vxafFiV1 p.date {
    text-align: center;
  }
}
.cid-s2vxafFiV1 .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vxafFiV1 .card-text,
.cid-s2vxafFiV1 .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vxaII791 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2vxaII791 .card {
  padding: 1rem;
}
.cid-s2vxaII791 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vxaII791 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vxaII791 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vxaII791 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vxaII791 .card-sign {
  padding-top: .5rem;
}
.cid-s2vxaII791 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vxaII791 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vxaII791 .card-title {
    text-align: center;
  }
  .cid-s2vxaII791 p.mbr-text,
  .cid-s2vxaII791 p.date {
    text-align: center;
  }
}
.cid-s2vxaII791 .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vxaII791 .card-text,
.cid-s2vxaII791 .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2vxbcknFe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2vxbcknFe .card {
  padding: 1rem;
}
.cid-s2vxbcknFe .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s2vxbcknFe .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-s2vxbcknFe .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-s2vxbcknFe .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2vxbcknFe .card-sign {
  padding-top: .5rem;
}
.cid-s2vxbcknFe .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-s2vxbcknFe .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-s2vxbcknFe .card-title {
    text-align: center;
  }
  .cid-s2vxbcknFe p.mbr-text,
  .cid-s2vxbcknFe p.date {
    text-align: center;
  }
}
.cid-s2vxbcknFe .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s2vxbcknFe .card-text,
.cid-s2vxbcknFe .mbr-subtitle {
  color: #8d97ad;
}
.cid-tjd97XVfgp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjd97XVfgp .card {
  padding: 1rem;
}
.cid-tjd97XVfgp .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tjd97XVfgp .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tjd97XVfgp .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tjd97XVfgp .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjd97XVfgp .card-sign {
  padding-top: .5rem;
}
.cid-tjd97XVfgp .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tjd97XVfgp .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tjd97XVfgp .card-title {
    text-align: center;
  }
  .cid-tjd97XVfgp p.mbr-text,
  .cid-tjd97XVfgp p.date {
    text-align: center;
  }
}
.cid-tjd97XVfgp .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tjd97XVfgp .card-text,
.cid-tjd97XVfgp .mbr-subtitle {
  color: #8d97ad;
}
.cid-tjd97XVfgp .card-title,
.cid-tjd97XVfgp .card-img {
  text-align: left;
}
.cid-tjd9AxRd47 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjd9AxRd47 .card {
  padding: 1rem;
}
.cid-tjd9AxRd47 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tjd9AxRd47 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tjd9AxRd47 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tjd9AxRd47 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjd9AxRd47 .card-sign {
  padding-top: .5rem;
}
.cid-tjd9AxRd47 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tjd9AxRd47 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tjd9AxRd47 .card-title {
    text-align: center;
  }
  .cid-tjd9AxRd47 p.mbr-text,
  .cid-tjd9AxRd47 p.date {
    text-align: center;
  }
}
.cid-tjd9AxRd47 .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tjd9AxRd47 .card-text,
.cid-tjd9AxRd47 .mbr-subtitle {
  color: #8d97ad;
}
.cid-tjd9AxRd47 .card-title,
.cid-tjd9AxRd47 .card-img {
  text-align: left;
}
.cid-tjdaldMdCs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjdaldMdCs .card {
  padding: 1rem;
}
.cid-tjdaldMdCs .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tjdaldMdCs .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tjdaldMdCs .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tjdaldMdCs .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjdaldMdCs .card-sign {
  padding-top: .5rem;
}
.cid-tjdaldMdCs .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tjdaldMdCs .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tjdaldMdCs .card-title {
    text-align: center;
  }
  .cid-tjdaldMdCs p.mbr-text,
  .cid-tjdaldMdCs p.date {
    text-align: center;
  }
}
.cid-tjdaldMdCs .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tjdaldMdCs .card-text,
.cid-tjdaldMdCs .mbr-subtitle {
  color: #8d97ad;
}
.cid-tjdaldMdCs .card-title,
.cid-tjdaldMdCs .card-img {
  text-align: left;
}
.cid-tjdaPtYzeW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjdaPtYzeW .card {
  padding: 1rem;
}
.cid-tjdaPtYzeW .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tjdaPtYzeW .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tjdaPtYzeW .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tjdaPtYzeW .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjdaPtYzeW .card-sign {
  padding-top: .5rem;
}
.cid-tjdaPtYzeW .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tjdaPtYzeW .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tjdaPtYzeW .card-title {
    text-align: center;
  }
  .cid-tjdaPtYzeW p.mbr-text,
  .cid-tjdaPtYzeW p.date {
    text-align: center;
  }
}
.cid-tjdaPtYzeW .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tjdaPtYzeW .card-text,
.cid-tjdaPtYzeW .mbr-subtitle {
  color: #8d97ad;
}
.cid-tjdaPtYzeW .card-title,
.cid-tjdaPtYzeW .card-img {
  text-align: left;
}
.cid-tjdbixS2z2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjdbixS2z2 .card {
  padding: 1rem;
}
.cid-tjdbixS2z2 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tjdbixS2z2 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tjdbixS2z2 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tjdbixS2z2 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjdbixS2z2 .card-sign {
  padding-top: .5rem;
}
.cid-tjdbixS2z2 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tjdbixS2z2 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tjdbixS2z2 .card-title {
    text-align: center;
  }
  .cid-tjdbixS2z2 p.mbr-text,
  .cid-tjdbixS2z2 p.date {
    text-align: center;
  }
}
.cid-tjdbixS2z2 .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tjdbixS2z2 .card-text,
.cid-tjdbixS2z2 .mbr-subtitle {
  color: #8d97ad;
}
.cid-tjdbixS2z2 .card-title,
.cid-tjdbixS2z2 .card-img {
  text-align: left;
}
.cid-tjd6XijTLM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjd6XijTLM .card {
  padding: 1rem;
}
.cid-tjd6XijTLM .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tjd6XijTLM .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tjd6XijTLM .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tjd6XijTLM .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjd6XijTLM .card-sign {
  padding-top: .5rem;
}
.cid-tjd6XijTLM .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tjd6XijTLM .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tjd6XijTLM .card-title {
    text-align: center;
  }
  .cid-tjd6XijTLM p.mbr-text,
  .cid-tjd6XijTLM p.date {
    text-align: center;
  }
}
.cid-tjd6XijTLM .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tjd6XijTLM .card-text,
.cid-tjd6XijTLM .mbr-subtitle {
  color: #8d97ad;
}
.cid-tjd6XijTLM .card-title,
.cid-tjd6XijTLM .card-img {
  text-align: left;
}
.cid-toTQjjqMv7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-toTQjjqMv7 .card {
  padding: 1rem;
}
.cid-toTQjjqMv7 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-toTQjjqMv7 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-toTQjjqMv7 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-toTQjjqMv7 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-toTQjjqMv7 .card-sign {
  padding-top: .5rem;
}
.cid-toTQjjqMv7 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-toTQjjqMv7 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-toTQjjqMv7 .card-title {
    text-align: center;
  }
  .cid-toTQjjqMv7 p.mbr-text,
  .cid-toTQjjqMv7 p.date {
    text-align: center;
  }
}
.cid-toTQjjqMv7 .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-toTQjjqMv7 .card-text,
.cid-toTQjjqMv7 .mbr-subtitle {
  color: #8d97ad;
}
.cid-tqBOFYGODZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tqBOFYGODZ .card {
  padding: 1rem;
}
.cid-tqBOFYGODZ .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0f8b8c, #61dedf);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tqBOFYGODZ .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tqBOFYGODZ .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tqBOFYGODZ .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tqBOFYGODZ .card-sign {
  padding-top: .5rem;
}
.cid-tqBOFYGODZ .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tqBOFYGODZ .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tqBOFYGODZ .card-title {
    text-align: center;
  }
  .cid-tqBOFYGODZ p.mbr-text,
  .cid-tqBOFYGODZ p.date {
    text-align: center;
  }
}
.cid-tqBOFYGODZ .card-box {
  background: #cdeaba;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tqBOFYGODZ .card-text,
.cid-tqBOFYGODZ .mbr-subtitle {
  color: #8d97ad;
}
.cid-s2nMJG8q51 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2nMJG8q51 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2nMJG8q51 .select {
  z-index: 999;
}
.cid-s2nMJG8q51 img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2nMJG8q51 .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-s2nMJG8q51 .mbr-form {
    max-width: 500px;
  }
}
.cid-s2nMJG8q51 .col-auto {
  width: 100%;
  margin: auto;
}
.cid-s2nMJG8q51 .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-s2nMJG8q51 .img-col {
  padding: 0;
}
.cid-s2nMJG8q51 form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-s2nMJG8q51 .jq-selectbox__dropdown,
.cid-s2nMJG8q51 ul {
  border-radius: 20px !important;
}
.cid-s2nMJG8q51 .jq-selectbox {
  border-radius: 30px;
}
.cid-s2nMJG8q51 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMJG8q51 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMJG8q51 input,
.cid-s2nMJG8q51 textarea,
.cid-s2nMJG8q51 .select {
  border-radius: 30px;
}
.cid-s2nMJG8q51 input,
.cid-s2nMJG8q51 textarea {
  padding: 2rem 3rem;
}
.cid-s2nMJG8q51 textarea {
  min-height: 10rem;
}
.cid-s2nMJG8q51 .form-control,
.cid-s2nMJG8q51 .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-s2nMJG8q51 .form-control::-webkit-input-placeholder,
.cid-s2nMJG8q51 .field-input::-webkit-input-placeholder,
.cid-s2nMJG8q51 .form-control::-webkit-input-placeholder,
.cid-s2nMJG8q51 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMJG8q51 .form-control:-moz-placeholder,
.cid-s2nMJG8q51 .field-input:-moz-placeholder,
.cid-s2nMJG8q51 .form-control:-moz-placeholder,
.cid-s2nMJG8q51 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-s2nMJG8q51 .form-control:hover,
.cid-s2nMJG8q51 .field-input:hover,
.cid-s2nMJG8q51 .form-control:focus,
.cid-s2nMJG8q51 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-s2nMJG8q51 .form-control:hover::-webkit-input-placeholder,
.cid-s2nMJG8q51 .field-input:hover::-webkit-input-placeholder,
.cid-s2nMJG8q51 .form-control:focus::-webkit-input-placeholder,
.cid-s2nMJG8q51 .field-input:focus::-webkit-input-placeholder,
.cid-s2nMJG8q51 .form-control:hover::-webkit-input-placeholder,
.cid-s2nMJG8q51 .field-input:hover::-webkit-input-placeholder,
.cid-s2nMJG8q51 .form-control:focus::-webkit-input-placeholder,
.cid-s2nMJG8q51 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMJG8q51 .form-control:hover:-moz-placeholder,
.cid-s2nMJG8q51 .field-input:hover:-moz-placeholder,
.cid-s2nMJG8q51 .form-control:focus:-moz-placeholder,
.cid-s2nMJG8q51 .field-input:focus:-moz-placeholder,
.cid-s2nMJG8q51 .form-control:hover:-moz-placeholder,
.cid-s2nMJG8q51 .field-input:hover:-moz-placeholder,
.cid-s2nMJG8q51 .form-control:focus:-moz-placeholder,
.cid-s2nMJG8q51 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-s2nMJG8q51 .jq-number__spin:hover,
.cid-s2nMJG8q51 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2nMJG8q51 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2nMJG8q51 .jq-selectbox li,
.cid-s2nMJG8q51 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMJG8q51 .jq-selectbox li:hover,
.cid-s2nMJG8q51 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMJG8q51 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s2nMJG8q51 .jq-number__spin.minus:hover:after,
.cid-s2nMJG8q51 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMJG8q51 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s2nMJG8q51 .jq-number__spin.minus:after,
.cid-s2nMJG8q51 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMJG8q51 input::-webkit-clear-button {
  display: none;
}
.cid-s2nMJG8q51 input::-webkit-inner-spin-button {
  display: none;
}
.cid-s2nMJG8q51 input::-webkit-outer-spin-button {
  display: none;
}
.cid-s2nMJG8q51 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-s2nMJG8q51 .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-s2nMJG8q51 img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2nMJG8q51 form {
    padding: 2rem 1rem;
  }
  .cid-s2nMJG8q51 .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-s2nMJG8q51 .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s2nMJG8q51 img {
    height: 260px;
    width: 260px;
  }
}
.cid-s2nMJG8q51 H4 {
  color: #ed6436;
}
.cid-s2nMJHngNW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f8b8c;
}
.cid-s2nMQnauuU .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMQnauuU .nav-item:focus,
.cid-s2nMQnauuU .nav-link:focus {
  outline: none;
}
.cid-s2nMQnauuU .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s2nMQnauuU .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMQnauuU .dropdown .dropdown-menu .dropdown-item:hover,
.cid-s2nMQnauuU .dropdown .dropdown-menu .dropdown-item:active,
.cid-s2nMQnauuU .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-s2nMQnauuU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2nMQnauuU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2nMQnauuU .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;
  transition: all 0.25s ease-in-out;
}
.cid-s2nMQnauuU .navbar-caption:hover {
  color: inherit !important;
}
.cid-s2nMQnauuU .container {
  max-width: 1380px;
}
.cid-s2nMQnauuU .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-s2nMQnauuU .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2nMQnauuU .nav-link:hover,
.cid-s2nMQnauuU .nav-link:active,
.cid-s2nMQnauuU .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-s2nMQnauuU .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-s2nMQnauuU .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2nMQnauuU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s2nMQnauuU .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2nMQnauuU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2nMQnauuU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2nMQnauuU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s2nMQnauuU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2nMQnauuU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2nMQnauuU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2nMQnauuU .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-s2nMQnauuU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2nMQnauuU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2nMQnauuU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2nMQnauuU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2nMQnauuU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2nMQnauuU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2nMQnauuU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2nMQnauuU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2nMQnauuU .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-s2nMQnauuU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2nMQnauuU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2nMQnauuU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2nMQnauuU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2nMQnauuU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s2nMQnauuU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2nMQnauuU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2nMQnauuU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2nMQnauuU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2nMQnauuU .icons-menu span {
  color: #7aba59 !important;
}
.cid-s2nMQnauuU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2nMQnauuU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-s2nMQnauuU .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2nMQnauuU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2nMQnauuU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2nMQnauuU .dropdown-item.active,
.cid-s2nMQnauuU .dropdown-item:active {
  background-color: transparent;
}
.cid-s2nMQnauuU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2nMQnauuU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2nMQnauuU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2nMQnauuU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2nMQnauuU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2nMQnauuU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2nMQnauuU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2nMQnauuU .navbar-buttons {
  text-align: center;
}
.cid-s2nMQnauuU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2nMQnauuU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-s2nMQnauuU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMQnauuU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMQnauuU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-s2nMQnauuU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMQnauuU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMQnauuU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMQnauuU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-s2nMQnauuU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-s2nMQnauuU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2nMQnauuU a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-s2nMQnauuU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2nMQnauuU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-s2nMQnauuU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2nMQnauuU .navbar {
    height: 77px;
  }
  .cid-s2nMQnauuU .navbar.opened {
    height: auto;
  }
  .cid-s2nMQnauuU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2nMQoMspd {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/base-hm-2000x1330.jpg");
}
.cid-s2nMQoMspd .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-s2nMQoMspd .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-s2nMQoMspd .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-s2nMQoMspd .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-s2nMQoMspd .container {
  max-width: 1600px;
}
.cid-s2nMQoMspd .mbr-bold,
.cid-s2nMQoMspd b {
  font-weight: 900;
}
.cid-s2nMQoMspd .btn {
  color: white !important;
}
.cid-s2nMQoMspd svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-s2nMQoMspd svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-s2nMQoMspd svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-s2nMQoMspd svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-s2nMQoMspd svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-s2nMQoMspd .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-s2nMQoMspd H1 {
  text-align: right;
}
.cid-s2nMQoMspd .mbr-text,
.cid-s2nMQoMspd .mbr-section-btn {
  text-align: right;
  color: #ed6436;
}
.cid-s2vGSiVnRG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s2vGSiVnRG {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-s2vGSiVnRG .text {
  padding: 0;
}
.cid-s2vGSiVnRG section {
  position: relative;
}
.cid-s2vGSiVnRG h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s2vGSiVnRG .mbr-iconfont {
  padding: 0!important;
}
.cid-s2vGSiVnRG .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #cdeaba;
}
.cid-s2vGSiVnRG .box {
  background-image: url("../../../assets/images/esencias-azul-1-1165x775.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2vGSiVnRG .icon-wrap {
  background-color: #ea0e0e !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s2vGSiVnRG .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s2vGSiVnRG .icon-wrap span {
  padding-left: 8px;
}
.cid-s2vGSiVnRG .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s2vGSiVnRG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s2vGSiVnRG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2vGSiVnRG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2vGSiVnRG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2vGSiVnRG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2vGSiVnRG a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s2vGSiVnRG {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-s2vGSiVnRG .box {
    height: 250px;
  }
  .cid-s2vGSiVnRG .row {
    padding: 1rem!important;
  }
}
.cid-s2vGT2sO9b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s2vGT2sO9b .box1 {
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-s2vGT2sO9b .box2 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-s2vGT2sO9b .icon-wrap {
  background-color: #ea0e0e !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s2vGT2sO9b .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s2vGT2sO9b .icon-wrap span {
  padding-left: 8px;
}
.cid-s2vGT2sO9b .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s2vGT2sO9b .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s2vGT2sO9b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2vGT2sO9b .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-s2vGT2sO9b .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-s2vGT2sO9b a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2vGT2sO9b a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s2vGT2sO9b {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-s2vGT2sO9b .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-s2vGT2sO9b {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-s2vGT2sO9b .box1,
  .cid-s2vGT2sO9b .box2 {
    height: 250px;
  }
}
.cid-s2vGTLB6LV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s2vGTLB6LV .box1 {
  background-image: url("../../../assets/images/mbr-1920x1095.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-s2vGTLB6LV .box2 {
  background-image: url("../../../assets/images/mbr-1920x1260.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-s2vGTLB6LV .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s2vGTLB6LV .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s2vGTLB6LV .icon-wrap span {
  padding-left: 8px;
}
.cid-s2vGTLB6LV .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s2vGTLB6LV .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s2vGTLB6LV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2vGTLB6LV .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-s2vGTLB6LV .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-s2vGTLB6LV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2vGTLB6LV a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s2vGTLB6LV {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-s2vGTLB6LV .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-s2vGTLB6LV {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-s2vGTLB6LV .box1,
  .cid-s2vGTLB6LV .box2 {
    height: 250px;
  }
}
.cid-s2vH4vkLk1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2vH4vkLk1 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2vH4vkLk1 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-s2vH4vkLk1 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-s2vH4vkLk1 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s2vH4vkLk1 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #232323;
}
.cid-s2vH4vkLk1 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-s2vH4vkLk1 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-s2vH4vkLk1 .mbr-card-text {
  margin: 0;
}
.cid-s2nMQu6FHU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2nMQu6FHU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2nMQu6FHU .select {
  z-index: 999;
}
.cid-s2nMQu6FHU img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2nMQu6FHU .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-s2nMQu6FHU .mbr-form {
    max-width: 500px;
  }
}
.cid-s2nMQu6FHU .col-auto {
  width: 100%;
  margin: auto;
}
.cid-s2nMQu6FHU .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-s2nMQu6FHU .img-col {
  padding: 0;
}
.cid-s2nMQu6FHU form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-s2nMQu6FHU .jq-selectbox__dropdown,
.cid-s2nMQu6FHU ul {
  border-radius: 20px !important;
}
.cid-s2nMQu6FHU .jq-selectbox {
  border-radius: 30px;
}
.cid-s2nMQu6FHU .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMQu6FHU .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-s2nMQu6FHU input,
.cid-s2nMQu6FHU textarea,
.cid-s2nMQu6FHU .select {
  border-radius: 30px;
}
.cid-s2nMQu6FHU input,
.cid-s2nMQu6FHU textarea {
  padding: 2rem 3rem;
}
.cid-s2nMQu6FHU textarea {
  min-height: 10rem;
}
.cid-s2nMQu6FHU .form-control,
.cid-s2nMQu6FHU .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-s2nMQu6FHU .form-control::-webkit-input-placeholder,
.cid-s2nMQu6FHU .field-input::-webkit-input-placeholder,
.cid-s2nMQu6FHU .form-control::-webkit-input-placeholder,
.cid-s2nMQu6FHU .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMQu6FHU .form-control:-moz-placeholder,
.cid-s2nMQu6FHU .field-input:-moz-placeholder,
.cid-s2nMQu6FHU .form-control:-moz-placeholder,
.cid-s2nMQu6FHU .field-input:-moz-placeholder {
  color: #383838;
}
.cid-s2nMQu6FHU .form-control:hover,
.cid-s2nMQu6FHU .field-input:hover,
.cid-s2nMQu6FHU .form-control:focus,
.cid-s2nMQu6FHU .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-s2nMQu6FHU .form-control:hover::-webkit-input-placeholder,
.cid-s2nMQu6FHU .field-input:hover::-webkit-input-placeholder,
.cid-s2nMQu6FHU .form-control:focus::-webkit-input-placeholder,
.cid-s2nMQu6FHU .field-input:focus::-webkit-input-placeholder,
.cid-s2nMQu6FHU .form-control:hover::-webkit-input-placeholder,
.cid-s2nMQu6FHU .field-input:hover::-webkit-input-placeholder,
.cid-s2nMQu6FHU .form-control:focus::-webkit-input-placeholder,
.cid-s2nMQu6FHU .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-s2nMQu6FHU .form-control:hover:-moz-placeholder,
.cid-s2nMQu6FHU .field-input:hover:-moz-placeholder,
.cid-s2nMQu6FHU .form-control:focus:-moz-placeholder,
.cid-s2nMQu6FHU .field-input:focus:-moz-placeholder,
.cid-s2nMQu6FHU .form-control:hover:-moz-placeholder,
.cid-s2nMQu6FHU .field-input:hover:-moz-placeholder,
.cid-s2nMQu6FHU .form-control:focus:-moz-placeholder,
.cid-s2nMQu6FHU .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-s2nMQu6FHU .jq-number__spin:hover,
.cid-s2nMQu6FHU .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2nMQu6FHU .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2nMQu6FHU .jq-selectbox li,
.cid-s2nMQu6FHU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMQu6FHU .jq-selectbox li:hover,
.cid-s2nMQu6FHU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2nMQu6FHU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s2nMQu6FHU .jq-number__spin.minus:hover:after,
.cid-s2nMQu6FHU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMQu6FHU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s2nMQu6FHU .jq-number__spin.minus:after,
.cid-s2nMQu6FHU .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2nMQu6FHU input::-webkit-clear-button {
  display: none;
}
.cid-s2nMQu6FHU input::-webkit-inner-spin-button {
  display: none;
}
.cid-s2nMQu6FHU input::-webkit-outer-spin-button {
  display: none;
}
.cid-s2nMQu6FHU input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-s2nMQu6FHU .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-s2nMQu6FHU img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s2nMQu6FHU form {
    padding: 2rem 1rem;
  }
  .cid-s2nMQu6FHU .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-s2nMQu6FHU .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s2nMQu6FHU img {
    height: 260px;
    width: 260px;
  }
}
.cid-s2nMQu6FHU H4 {
  color: #ed6436;
}
.cid-s2nMQvmXxh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f8b8c;
}
