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: #879a9f !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 #879a9f 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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: #879a9f !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 #879a9f 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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f 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: #879a9f;
  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: #879a9f !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: #55666b !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: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.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;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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-v8YglfSF0n {
  z-index: 1000;
  width: 100%;
}
.cid-v8YglfSF0n nav.navbar {
  position: fixed;
}
.cid-v8YglfSF0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8YglfSF0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8YglfSF0n .dropdown-item:hover,
.cid-v8YglfSF0n .dropdown-item:focus {
  background: #ed6436 !important;
  color: white !important;
}
.cid-v8YglfSF0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8YglfSF0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8YglfSF0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8YglfSF0n .nav-link {
  position: relative;
}
.cid-v8YglfSF0n .container {
  display: flex;
  margin: auto;
}
.cid-v8YglfSF0n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown-menu,
.cid-v8YglfSF0n .navbar.opened {
  background: #47486d !important;
}
.cid-v8YglfSF0n .nav-item:focus,
.cid-v8YglfSF0n .nav-link:focus {
  outline: none;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8YglfSF0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8YglfSF0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.opened {
  transition: all 0.3s;
}
.cid-v8YglfSF0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8YglfSF0n .navbar .navbar-logo img {
  width: auto;
}
.cid-v8YglfSF0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar.collapsed {
  justify-content: center;
}
.cid-v8YglfSF0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8YglfSF0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8YglfSF0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8YglfSF0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8YglfSF0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8YglfSF0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8YglfSF0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8YglfSF0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8YglfSF0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8YglfSF0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8YglfSF0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8YglfSF0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8YglfSF0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8YglfSF0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8YglfSF0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8YglfSF0n .dropdown-item.active,
.cid-v8YglfSF0n .dropdown-item:active {
  background-color: transparent;
}
.cid-v8YglfSF0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8YglfSF0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8YglfSF0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8YglfSF0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8YglfSF0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8YglfSF0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8YglfSF0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8YglfSF0n .navbar {
    height: 70px;
  }
  .cid-v8YglfSF0n .navbar.opened {
    height: auto;
  }
  .cid-v8YglfSF0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8HmfCx8Ef {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8HmfCx8Ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8HmfCx8Ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8HmfCx8Ef .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8HmfCx8Ef .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8HmfCx8Ef .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v8HmfCx8Ef .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8HmfCx8Ef .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8HmfCx8Ef .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8HmfCx8Ef .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8HmfCx8Ef .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8HmfCx8Ef .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v8HmfCx8Ef .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v8HmfCx8Ef .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8HmfCx8Ef .image-wrapper {
    padding-right: 0;
  }
}
.cid-v8HmfCx8Ef .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v8HmfCx8Ef .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v8HmfCx8Ef .image-wrapper img {
    height: 350px;
  }
}
.cid-v8HmfCx8Ef .mbr-label {
  color: #a6adbf;
}
.cid-v8HmfCx8Ef .mbr-section-title {
  color: #0c2763;
  text-align: left;
}
.cid-v8HmfCx8Ef .mbr-section-subtitle {
  color: #7aba59;
}
.cid-v8HmfCx8Ef .mbr-text,
.cid-v8HmfCx8Ef .text-wrapper {
  color: #666666;
}
.cid-v8HmfCx8Ef .mbr-text,
.cid-v8HmfCx8Ef .text-wrapper,
.cid-v8HmfCx8Ef .mbr-section-btn {
  color: #47486d;
}
.cid-v8STkJcez0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4f4e1;
}
.cid-v8STkJcez0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8STkJcez0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8STkJcez0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8STkJcez0 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v8STkJcez0 .mbr-text,
.cid-v8STkJcez0 .mbr-section-btn {
  text-align: left;
}
.cid-v8STkJcez0 .mbr-section-title {
  color: #0f7699;
}
.cid-v8HuwjMCQ7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8HuwjMCQ7 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v8HuwjMCQ7 .content {
    padding: 0 2rem;
  }
}
.cid-v8HuwjMCQ7 .img-col {
  padding: 0;
}
.cid-v8HuwjMCQ7 .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-v8HuwjMCQ7 .icon-wrap h3 {
  margin: 0;
}
.cid-v8HuwjMCQ7 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v8HuwjMCQ7 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-v8HuwjMCQ7 .icon-title,
.cid-v8HuwjMCQ7 .mbr-iconfont {
  color: #181818;
}
.cid-v8HuwjMCQ7 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v8HuwjMCQ7 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8HuwjMCQ7 .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v8HuwjMCQ7 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-v8HuwjMCQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8HuwjMCQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8HuwjMCQ7 H1 {
  color: #ed6436;
  text-align: left;
}
.cid-v8HuwjMCQ7 .mbr-text,
.cid-v8HuwjMCQ7 .mbr-section-btn,
.cid-v8HuwjMCQ7 .content {
  text-align: left;
}
.cid-v8HUDdIKXD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8HUDdIKXD .mbr-section-subtitle {
  color: #317407;
}
.cid-v8HUDdIKXD .mbr-text {
  color: #707070;
}
.cid-v8SMrwOTye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8SMrwOTye .item:focus,
.cid-v8SMrwOTye span:focus {
  outline: none;
}
.cid-v8SMrwOTye .item {
  cursor: pointer;
}
.cid-v8SMrwOTye .grid-container {
  grid-row-gap: 32px;
}
@media (max-width: 992px) {
  .cid-v8SMrwOTye .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-v8SMrwOTye .grid-container-1,
.cid-v8SMrwOTye .grid-container-2,
.cid-v8SMrwOTye .grid-container-3 {
  gap: 0 32px;
}
@media (max-width: 992px) {
  .cid-v8SMrwOTye .grid-container-1,
  .cid-v8SMrwOTye .grid-container-2,
  .cid-v8SMrwOTye .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-v8SMrwOTye .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-v8SMrwOTye .content-head {
  max-width: 800px;
}
.cid-v8SMrwOTye .container,
.cid-v8SMrwOTye .container-fluid {
  overflow: hidden;
}
.cid-v8SMrwOTye .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v8SMrwOTye .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8SMrwOTye .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v8SMrwOTye .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-v8SMrwOTye .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v8SMrwOTye .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v8SMrwOTye .grid-item img {
    height: 140px;
  }
}
.cid-v8SMrwOTye .grid-container-1,
.cid-v8SMrwOTye .grid-container-2,
.cid-v8SMrwOTye .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v8SMrwOTye .grid-container-1 {
  align-items: flex-end;
}
.cid-v8SMrwOTye .grid-container-2 {
  align-items: flex-start;
}
.cid-v8HZ8QPpJV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8HZ8QPpJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8HZ8QPpJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8HZ8QPpJV .mbr-text,
.cid-v8HZ8QPpJV .mbr-section-btn {
  color: #232323;
}
.cid-v8HZ8QPpJV .card-title,
.cid-v8HZ8QPpJV .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-v8HZ8QPpJV .mbr-text,
.cid-v8HZ8QPpJV .link-wrap {
  color: #ffffff;
}
.cid-v8HZ8QPpJV .card-box .mbr-text,
.cid-v8HZ8QPpJV .mbr-section-btn {
  color: #ed6436;
  text-align: center;
}
.cid-v8UecQRwbo {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8UecQRwbo .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-v8UecQRwbo h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-v8UecQRwbo .svg11 path {
  fill: #7aba59;
}
.cid-v8UecQRwbo .svg21 path {
  fill: #f9b945;
}
.cid-v8UecQRwbo .svg31 path {
  fill: #ed6436;
}
.cid-v8UecQRwbo .svg4 path {
  fill: #ed6436 !important;
}
.cid-v8UecQRwbo .svg12 path,
.cid-v8UecQRwbo .svg22 path,
.cid-v8UecQRwbo .svg32 path {
  fill: #f2f2f4;
  stroke: #b2ccd2;
}
.cid-v8UecQRwbo .card {
  position: relative;
  height: 300px;
}
.cid-v8UecQRwbo .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-v8UecQRwbo .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-v8UecQRwbo .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-v8UecQRwbo .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-v8UecQRwbo .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-v8UecQRwbo .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-v8UecQRwbo .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-v8UecQRwbo .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-v8UecQRwbo .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-v8UecQRwbo .card .svg22,
.cid-v8UecQRwbo .card .svg32,
.cid-v8UecQRwbo .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-v8UecQRwbo .card .svg21,
.cid-v8UecQRwbo .card .svg31,
.cid-v8UecQRwbo .card .svg11 {
  z-index: 2;
}
.cid-v8UecQRwbo .card div {
  z-index: 3;
}
.cid-v8UecQRwbo .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-v8UecQRwbo .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-v8UecQRwbo .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-v8UecQRwbo .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-v8UecQRwbo .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-v8UecQRwbo .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8UecQRwbo .card {
    margin-bottom: 2rem;
  }
  .cid-v8UecQRwbo .card svg {
    left: 30px;
  }
  .cid-v8UecQRwbo .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-v8UecQRwbo .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-v8UecQRwbo h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-v8UecQRwbo .card {
    max-width: 330px;
  }
  .cid-v8UecQRwbo .card svg {
    left: 0px;
  }
}
.cid-v8UecQRwbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UecQRwbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UecQRwbo H2 {
  text-align: center;
  color: #7aba59;
}
.cid-v8MwmjHv29 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8MwmjHv29 .item-img,
.cid-v8MwmjHv29 .img-wrap,
.cid-v8MwmjHv29 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v8MwmjHv29 img,
.cid-v8MwmjHv29 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v8MwmjHv29 img,
  .cid-v8MwmjHv29 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v8MwmjHv29 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v8MwmjHv29 .item:focus,
.cid-v8MwmjHv29 span:focus {
  outline: none;
}
.cid-v8MwmjHv29 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v8MwmjHv29 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8MwmjHv29 .item {
    margin-bottom: 1rem;
  }
}
.cid-v8MwmjHv29 h5 {
  margin: 0;
}
.cid-v8MwmjHv29 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v8MwmjHv29 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v8MwmjHv29 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8MwmjHv29 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v8MwmjHv29 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v8MwmjHv29 .item-wrapper {
    height: auto;
  }
}
.cid-v8MwmjHv29 .mbr-section-title {
  color: #7aba59;
  text-align: center;
}
.cid-v8MwmjHv29 .item-title {
  text-align: center;
}
.cid-v8MwmjHv29 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v8MwmjHv29 .mbr-text,
.cid-v8MwmjHv29 .item .mbr-section-btn {
  text-align: center;
}
.cid-v8MwmjHv29 .mbr-section-subtitle,
.cid-v8MwmjHv29 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-rGtWqIn8BR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGtWqIn8BR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtWqIn8BR .select {
  z-index: 9999;
}
.cid-rGtWqIn8BR .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-rGtWqIn8BR .mbr-form {
    max-width: 500px;
  }
}
.cid-rGtWqIn8BR .img-col {
  padding: 0;
}
.cid-rGtWqIn8BR form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGtWqIn8BR .jq-selectbox__dropdown,
.cid-rGtWqIn8BR ul {
  border-radius: 20px!important;
}
.cid-rGtWqIn8BR .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtWqIn8BR .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtWqIn8BR .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtWqIn8BR input,
.cid-rGtWqIn8BR textarea,
.cid-rGtWqIn8BR .select {
  border-radius: 30px;
}
.cid-rGtWqIn8BR input,
.cid-rGtWqIn8BR textarea {
  padding: 2rem 3rem;
}
.cid-rGtWqIn8BR textarea {
  min-height: 10rem;
}
.cid-rGtWqIn8BR .form-control,
.cid-rGtWqIn8BR .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtWqIn8BR .form-control::-webkit-input-placeholder,
.cid-rGtWqIn8BR .field-input::-webkit-input-placeholder,
.cid-rGtWqIn8BR .form-control::-webkit-input-placeholder,
.cid-rGtWqIn8BR .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtWqIn8BR .form-control:-moz-placeholder,
.cid-rGtWqIn8BR .field-input:-moz-placeholder,
.cid-rGtWqIn8BR .form-control:-moz-placeholder,
.cid-rGtWqIn8BR .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtWqIn8BR .form-control:hover,
.cid-rGtWqIn8BR .field-input:hover,
.cid-rGtWqIn8BR .form-control:focus,
.cid-rGtWqIn8BR .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtWqIn8BR .form-control:hover::-webkit-input-placeholder,
.cid-rGtWqIn8BR .field-input:hover::-webkit-input-placeholder,
.cid-rGtWqIn8BR .form-control:focus::-webkit-input-placeholder,
.cid-rGtWqIn8BR .field-input:focus::-webkit-input-placeholder,
.cid-rGtWqIn8BR .form-control:hover::-webkit-input-placeholder,
.cid-rGtWqIn8BR .field-input:hover::-webkit-input-placeholder,
.cid-rGtWqIn8BR .form-control:focus::-webkit-input-placeholder,
.cid-rGtWqIn8BR .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtWqIn8BR .form-control:hover:-moz-placeholder,
.cid-rGtWqIn8BR .field-input:hover:-moz-placeholder,
.cid-rGtWqIn8BR .form-control:focus:-moz-placeholder,
.cid-rGtWqIn8BR .field-input:focus:-moz-placeholder,
.cid-rGtWqIn8BR .form-control:hover:-moz-placeholder,
.cid-rGtWqIn8BR .field-input:hover:-moz-placeholder,
.cid-rGtWqIn8BR .form-control:focus:-moz-placeholder,
.cid-rGtWqIn8BR .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtWqIn8BR .jq-number__spin:hover,
.cid-rGtWqIn8BR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rGtWqIn8BR .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtWqIn8BR .jq-selectbox li,
.cid-rGtWqIn8BR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtWqIn8BR .jq-selectbox li:hover,
.cid-rGtWqIn8BR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtWqIn8BR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtWqIn8BR .jq-number__spin.minus:hover:after,
.cid-rGtWqIn8BR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtWqIn8BR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtWqIn8BR .jq-number__spin.minus:after,
.cid-rGtWqIn8BR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtWqIn8BR input::-webkit-clear-button {
  display: none;
}
.cid-rGtWqIn8BR input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtWqIn8BR input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtWqIn8BR input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGtWqIn8BR .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtWqIn8BR form {
    padding: 2rem 1rem;
  }
  .cid-rGtWqIn8BR .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGtWqIn8BR .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rGtWqIn8BR H4 {
  color: #ed6436;
}
.cid-rGtWrKXX3X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
.cid-v8YglfSF0n {
  z-index: 1000;
  width: 100%;
}
.cid-v8YglfSF0n nav.navbar {
  position: fixed;
}
.cid-v8YglfSF0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8YglfSF0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8YglfSF0n .dropdown-item:hover,
.cid-v8YglfSF0n .dropdown-item:focus {
  background: #ed6436 !important;
  color: white !important;
}
.cid-v8YglfSF0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8YglfSF0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8YglfSF0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8YglfSF0n .nav-link {
  position: relative;
}
.cid-v8YglfSF0n .container {
  display: flex;
  margin: auto;
}
.cid-v8YglfSF0n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown-menu,
.cid-v8YglfSF0n .navbar.opened {
  background: #47486d !important;
}
.cid-v8YglfSF0n .nav-item:focus,
.cid-v8YglfSF0n .nav-link:focus {
  outline: none;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8YglfSF0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8YglfSF0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.opened {
  transition: all 0.3s;
}
.cid-v8YglfSF0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8YglfSF0n .navbar .navbar-logo img {
  width: auto;
}
.cid-v8YglfSF0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar.collapsed {
  justify-content: center;
}
.cid-v8YglfSF0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8YglfSF0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8YglfSF0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8YglfSF0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8YglfSF0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8YglfSF0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8YglfSF0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8YglfSF0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8YglfSF0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8YglfSF0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8YglfSF0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8YglfSF0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8YglfSF0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8YglfSF0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8YglfSF0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8YglfSF0n .dropdown-item.active,
.cid-v8YglfSF0n .dropdown-item:active {
  background-color: transparent;
}
.cid-v8YglfSF0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8YglfSF0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8YglfSF0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8YglfSF0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8YglfSF0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8YglfSF0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8YglfSF0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8YglfSF0n .navbar {
    height: 70px;
  }
  .cid-v8YglfSF0n .navbar.opened {
    height: auto;
  }
  .cid-v8YglfSF0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8ISyrpa94 {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/p1010008-2000x1500.jpg");
}
.cid-v8ISyrpa94 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-v8ISyrpa94 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-v8ISyrpa94 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v8ISyrpa94 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-v8ISyrpa94 .container {
  max-width: 1600px;
}
.cid-v8ISyrpa94 .mbr-bold,
.cid-v8ISyrpa94 b {
  font-weight: 900;
}
.cid-v8ISyrpa94 .btn {
  color: white !important;
}
.cid-v8ISyrpa94 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-v8ISyrpa94 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-v8ISyrpa94 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-v8ISyrpa94 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-v8ISyrpa94 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-v8ISyrpa94 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-v8ISyrpa94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ISyrpa94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MJx56Aky {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8MJx56Aky .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MJx56Aky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MJx56Aky .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v8MJx56Aky .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8MJx56Aky .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v8MJx56Aky .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v8MJx56Aky .container {
    padding: 0 24px;
  }
}
.cid-v8MJx56Aky .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v8MJx56Aky .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8MJx56Aky .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8MJx56Aky .image-wrapper img {
    height: 400px;
  }
}
.cid-v8MJx56Aky .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #7aba59;
  background-color: #d1fccb;
}
@media (max-width: 992px) {
  .cid-v8MJx56Aky .content-wrapper {
    padding: 24px;
  }
}
.cid-v8MJx56Aky .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-v8MJx56Aky .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v8MJx56Aky .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8MJx56Aky .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v8MJx56Aky .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v8MJx56Aky .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v8MJx56Aky .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-v8MJx56Aky .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #7aba59;
  padding: 16px;
}
.cid-v8MJx56Aky .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-v8MJx56Aky .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v8MJx56Aky .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v8MJx56Aky .mbr-section-title {
  color: #4b852d;
}
.cid-v8MJx56Aky .mbr-section-subtitle {
  color: #18212d;
}
.cid-v8MJx56Aky .mbr-desc {
  color: #18212d;
}
.cid-v8MJx56Aky .mbr-text_1 {
  color: #18212d;
}
.cid-v8MJx56Aky .mbr-text_2 {
  color: #18212d;
}
.cid-v8MJx56Aky .mbr-role {
  color: #18212d;
}
.cid-v8MJx56Aky .mbr-name {
  color: #18212d;
}
.cid-v8MJx56Aky .mbr-role,
.cid-v8MJx56Aky .person-wrapper {
  color: #4b852d;
}
.cid-v8MJx56Aky .mbr-name,
.cid-v8MJx56Aky .person-wrapper {
  color: #4b852d;
}
.cid-va6A9Bwhlb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-va6A9Bwhlb .mbr-text {
  color: #767676;
}
.cid-va6A9Bwhlb .mbr-iconfont {
  color: #7aba59 !important;
  font-size: 4rem !important;
}
.cid-va6A9Bwhlb .card-img {
  margin-bottom: 3rem;
}
.cid-va6A9Bwhlb .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-va6A9Bwhlb .link {
  margin: 0;
}
.cid-va6A9Bwhlb p {
  font-weight: 400;
}
.cid-va6A9Bwhlb .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-va6A9Bwhlb .link a:hover {
  color: #181818 !important;
}
.cid-va6A9Bwhlb .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-va6A9Bwhlb .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-va6A9Bwhlb .card {
    margin-bottom: 3rem;
  }
}
.cid-va6A9Bwhlb .mbr-text,
.cid-va6A9Bwhlb .link {
  color: #383838;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-va6A9Bwhlb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-va6A9Bwhlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-va6A9Bwhlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va61BSmjxg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va61BSmjxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-va61BSmjxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-va61BSmjxg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-va61BSmjxg .container {
    padding: 0 24px;
  }
}
.cid-va61BSmjxg .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-va61BSmjxg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-va61BSmjxg .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-va61BSmjxg .image-wrapper img {
    height: 400px;
  }
}
.cid-va61BSmjxg .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #e2ad86;
  background-color: #ffe9d9;
}
@media (max-width: 992px) {
  .cid-va61BSmjxg .content-wrapper {
    padding: 24px;
  }
}
.cid-va61BSmjxg .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-va61BSmjxg .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-va61BSmjxg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-va61BSmjxg .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-va61BSmjxg .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-va61BSmjxg .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-va61BSmjxg .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-va61BSmjxg .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #e2ad86;
  padding: 16px;
}
.cid-va61BSmjxg .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-va61BSmjxg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-va61BSmjxg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-va61BSmjxg .mbr-section-title {
  color: #ed6436;
}
.cid-va61BSmjxg .mbr-section-subtitle {
  color: #18212d;
}
.cid-va61BSmjxg .mbr-desc {
  color: #18212d;
}
.cid-va61BSmjxg .mbr-text_1 {
  color: #18212d;
}
.cid-va61BSmjxg .mbr-text_2 {
  color: #18212d;
}
.cid-va61BSmjxg .mbr-role {
  color: #18212d;
}
.cid-va61BSmjxg .mbr-name {
  color: #18212d;
}
.cid-va61BSmjxg .mbr-role,
.cid-va61BSmjxg .person-wrapper {
  color: #ed6436;
}
.cid-va61BSmjxg .mbr-name,
.cid-va61BSmjxg .person-wrapper {
  color: #ed6436;
}
.cid-v8IOmbSt0B {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-v8IOmbSt0B img {
  width: 180px;
  margin: auto;
}
.cid-v8IOmbSt0B .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-v8IOmbSt0B H1 {
  color: #ed6436;
}
.cid-v8IOmbSt0B H3 {
  color: #0f7699;
}
.cid-v8IOmcsHGI {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-v8IOmcsHGI img {
  width: 180px;
  margin: auto;
}
.cid-v8IOmcsHGI .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-v8IOmcsHGI H1 {
  color: #ed6436;
}
.cid-v8IOmcsHGI H3 {
  color: #0f7699;
}
.cid-v8IOmhus0b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
.cid-v8YglfSF0n {
  z-index: 1000;
  width: 100%;
}
.cid-v8YglfSF0n nav.navbar {
  position: fixed;
}
.cid-v8YglfSF0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8YglfSF0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8YglfSF0n .dropdown-item:hover,
.cid-v8YglfSF0n .dropdown-item:focus {
  background: #ed6436 !important;
  color: white !important;
}
.cid-v8YglfSF0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8YglfSF0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8YglfSF0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8YglfSF0n .nav-link {
  position: relative;
}
.cid-v8YglfSF0n .container {
  display: flex;
  margin: auto;
}
.cid-v8YglfSF0n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown-menu,
.cid-v8YglfSF0n .navbar.opened {
  background: #47486d !important;
}
.cid-v8YglfSF0n .nav-item:focus,
.cid-v8YglfSF0n .nav-link:focus {
  outline: none;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8YglfSF0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8YglfSF0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.opened {
  transition: all 0.3s;
}
.cid-v8YglfSF0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8YglfSF0n .navbar .navbar-logo img {
  width: auto;
}
.cid-v8YglfSF0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar.collapsed {
  justify-content: center;
}
.cid-v8YglfSF0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8YglfSF0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8YglfSF0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8YglfSF0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8YglfSF0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8YglfSF0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8YglfSF0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8YglfSF0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8YglfSF0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8YglfSF0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8YglfSF0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8YglfSF0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8YglfSF0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8YglfSF0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8YglfSF0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8YglfSF0n .dropdown-item.active,
.cid-v8YglfSF0n .dropdown-item:active {
  background-color: transparent;
}
.cid-v8YglfSF0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8YglfSF0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8YglfSF0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8YglfSF0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8YglfSF0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8YglfSF0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8YglfSF0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8YglfSF0n .navbar {
    height: 70px;
  }
  .cid-v8YglfSF0n .navbar.opened {
    height: auto;
  }
  .cid-v8YglfSF0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8MYiIPpEs {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/p1010024-2000x1500.jpg");
}
.cid-v8MYiIPpEs .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-v8MYiIPpEs .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-v8MYiIPpEs .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v8MYiIPpEs .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-v8MYiIPpEs .container {
  max-width: 1600px;
}
.cid-v8MYiIPpEs .mbr-bold,
.cid-v8MYiIPpEs b {
  font-weight: 900;
}
.cid-v8MYiIPpEs .btn {
  color: white !important;
}
.cid-v8MYiIPpEs 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-v8MYiIPpEs svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-v8MYiIPpEs 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-v8MYiIPpEs 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-v8MYiIPpEs svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-v8MYiIPpEs .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-v8MYiIPpEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MYiIPpEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8N1EcdfHE {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v8N1EcdfHE .mbr-text {
  color: #767676;
}
.cid-v8N1EcdfHE img {
  width: 100%;
}
.cid-v8N1EcdfHE .card-img {
  margin-bottom: 0rem;
}
.cid-v8N1EcdfHE .card-wrapper {
  background: #d9e2ff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-v8N1EcdfHE .card-box {
  padding: 2rem 1rem;
}
.cid-v8N1EcdfHE p {
  font-weight: 400;
}
.cid-v8N1EcdfHE .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8N1EcdfHE .card {
    margin-bottom: 2rem;
  }
}
.cid-v8N1EcdfHE .mbr-text,
.cid-v8N1EcdfHE .mbr-section-btn {
  text-align: left;
  color: #220c63;
}
.cid-v8N1EcdfHE .card-title,
.cid-v8N1EcdfHE .card-img {
  text-align: left;
}
.cid-v8N1EcdfHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8N1EcdfHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MYiKUKWJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-v8MYiKUKWJ img {
  width: 180px;
  margin: auto;
}
.cid-v8MYiKUKWJ .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-v8MYiKUKWJ H1 {
  color: #ed6436;
}
.cid-v8MYiKUKWJ H3 {
  color: #0f7699;
}
.cid-v8MYiLUfJk {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-v8MYiLUfJk img {
  width: 180px;
  margin: auto;
}
.cid-v8MYiLUfJk .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-v8MYiLUfJk H1 {
  color: #ed6436;
}
.cid-v8MYiLUfJk H3 {
  color: #0f7699;
}
.cid-v8MYiMOgCg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
.cid-v8YglfSF0n {
  z-index: 1000;
  width: 100%;
}
.cid-v8YglfSF0n nav.navbar {
  position: fixed;
}
.cid-v8YglfSF0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8YglfSF0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8YglfSF0n .dropdown-item:hover,
.cid-v8YglfSF0n .dropdown-item:focus {
  background: #ed6436 !important;
  color: white !important;
}
.cid-v8YglfSF0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8YglfSF0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8YglfSF0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8YglfSF0n .nav-link {
  position: relative;
}
.cid-v8YglfSF0n .container {
  display: flex;
  margin: auto;
}
.cid-v8YglfSF0n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown-menu,
.cid-v8YglfSF0n .navbar.opened {
  background: #47486d !important;
}
.cid-v8YglfSF0n .nav-item:focus,
.cid-v8YglfSF0n .nav-link:focus {
  outline: none;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8YglfSF0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8YglfSF0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8YglfSF0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8YglfSF0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.opened {
  transition: all 0.3s;
}
.cid-v8YglfSF0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8YglfSF0n .navbar .navbar-logo img {
  width: auto;
}
.cid-v8YglfSF0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar.collapsed {
  justify-content: center;
}
.cid-v8YglfSF0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8YglfSF0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8YglfSF0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8YglfSF0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8YglfSF0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8YglfSF0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8YglfSF0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8YglfSF0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8YglfSF0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8YglfSF0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8YglfSF0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8YglfSF0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8YglfSF0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8YglfSF0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8YglfSF0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8YglfSF0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8YglfSF0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8YglfSF0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8YglfSF0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8YglfSF0n .dropdown-item.active,
.cid-v8YglfSF0n .dropdown-item:active {
  background-color: transparent;
}
.cid-v8YglfSF0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8YglfSF0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #47486d;
}
.cid-v8YglfSF0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8YglfSF0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8YglfSF0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8YglfSF0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8YglfSF0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8YglfSF0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8YglfSF0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8YglfSF0n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8YglfSF0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8YglfSF0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8YglfSF0n .navbar {
    height: 70px;
  }
  .cid-v8YglfSF0n .navbar.opened {
    height: auto;
  }
  .cid-v8YglfSF0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8TllqZByj {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/campo20120web-artguru-2000x1043.png");
}
.cid-v8TllqZByj .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-v8TllqZByj .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-v8TllqZByj .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-v8TllqZByj .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-v8TllqZByj .container {
  max-width: 1600px;
}
.cid-v8TllqZByj .mbr-bold,
.cid-v8TllqZByj b {
  font-weight: 900;
}
.cid-v8TllqZByj .btn {
  color: white !important;
}
.cid-v8TllqZByj 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-v8TllqZByj svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-v8TllqZByj 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-v8TllqZByj 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-v8TllqZByj svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-v8TllqZByj .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-v8TllqZByj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TllqZByj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UbBgpchF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8UbBgpchF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UbBgpchF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UbBgpchF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8UbBgpchF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v8UbBgpchF .mbr-text,
.cid-v8UbBgpchF .mbr-section-btn {
  text-align: left;
}
.cid-v8UbBgpchF .mbr-section-title {
  text-align: left;
  color: #ed6436;
}
.cid-v9zmJZzTa4 {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9zmJZzTa4 .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-v9zmJZzTa4 h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-v9zmJZzTa4 .svg11 path {
  fill: #7aba59;
}
.cid-v9zmJZzTa4 .svg21 path {
  fill: #f9b945;
}
.cid-v9zmJZzTa4 .svg31 path {
  fill: #ed6436;
}
.cid-v9zmJZzTa4 .svg4 path {
  fill: #ed6436 !important;
}
.cid-v9zmJZzTa4 .svg12 path,
.cid-v9zmJZzTa4 .svg22 path,
.cid-v9zmJZzTa4 .svg32 path {
  fill: #f2f2f4;
  stroke: #b2ccd2;
}
.cid-v9zmJZzTa4 .card {
  position: relative;
  height: 300px;
}
.cid-v9zmJZzTa4 .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-v9zmJZzTa4 .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-v9zmJZzTa4 .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-v9zmJZzTa4 .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-v9zmJZzTa4 .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-v9zmJZzTa4 .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-v9zmJZzTa4 .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-v9zmJZzTa4 .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-v9zmJZzTa4 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-v9zmJZzTa4 .card .svg22,
.cid-v9zmJZzTa4 .card .svg32,
.cid-v9zmJZzTa4 .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-v9zmJZzTa4 .card .svg21,
.cid-v9zmJZzTa4 .card .svg31,
.cid-v9zmJZzTa4 .card .svg11 {
  z-index: 2;
}
.cid-v9zmJZzTa4 .card div {
  z-index: 3;
}
.cid-v9zmJZzTa4 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-v9zmJZzTa4 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-v9zmJZzTa4 .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-v9zmJZzTa4 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-v9zmJZzTa4 .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-v9zmJZzTa4 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9zmJZzTa4 .card {
    margin-bottom: 2rem;
  }
  .cid-v9zmJZzTa4 .card svg {
    left: 30px;
  }
  .cid-v9zmJZzTa4 .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-v9zmJZzTa4 .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-v9zmJZzTa4 h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-v9zmJZzTa4 .card {
    max-width: 330px;
  }
  .cid-v9zmJZzTa4 .card svg {
    left: 0px;
  }
}
.cid-v9zmJZzTa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zmJZzTa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9zmJZzTa4 H2 {
  text-align: center;
  color: #7aba59;
}
.cid-v8TNdIUzqU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8TNdIUzqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TNdIUzqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8TNdIUzqU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8TNdIUzqU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v8TNdIUzqU .mbr-text,
.cid-v8TNdIUzqU .mbr-section-btn {
  text-align: left;
}
.cid-v8TNdIUzqU .mbr-section-title {
  text-align: left;
  color: #7aba59;
}
.cid-v8TrvSEbgO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8TrvSEbgO .counter-container {
  color: #464646;
}
.cid-v8TrvSEbgO .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v8TrvSEbgO .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v8TrvSEbgO .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-v8TrvSEbgO H4 {
  color: #ed6436;
}
.cid-v8TNWp04P9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8TNWp04P9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TNWp04P9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8TNWp04P9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8TNWp04P9 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v8TNWp04P9 .mbr-text,
.cid-v8TNWp04P9 .mbr-section-btn {
  text-align: left;
}
.cid-v8TNWp04P9 .mbr-section-title {
  text-align: left;
  color: #7aba59;
}
.cid-v8TOcevbVM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8TOcevbVM .counter-container {
  color: #464646;
}
.cid-v8TOcevbVM .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v8TOcevbVM .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v8TOcevbVM .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-v8TOcevbVM H4 {
  color: #ed6436;
}
.cid-v8TOAfxyYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8TOAfxyYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TOAfxyYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8TOAfxyYN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8TOAfxyYN .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v8TOAfxyYN .mbr-text,
.cid-v8TOAfxyYN .mbr-section-btn {
  text-align: left;
}
.cid-v8TOAfxyYN .mbr-section-title {
  text-align: left;
  color: #7aba59;
}
.cid-v8TQJ0Rspd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8TQJ0Rspd .counter-container {
  color: #464646;
}
.cid-v8TQJ0Rspd .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v8TQJ0Rspd .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v8TQJ0Rspd .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-v8TQJ0Rspd H4 {
  color: #ed6436;
}
.cid-v8TRBCt3n2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8TRBCt3n2 .counter-container {
  color: #464646;
}
.cid-v8TRBCt3n2 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v8TRBCt3n2 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v8TRBCt3n2 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-v8TRBCt3n2 H4 {
  color: #ed6436;
}
.cid-v8TVikivyK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8TVikivyK .counter-container {
  color: #464646;
}
.cid-v8TVikivyK .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v8TVikivyK .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v8TVikivyK .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-v8TVikivyK H4 {
  color: #ed6436;
  text-align: left;
}
.cid-v8TXdwyFLx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8TXdwyFLx .counter-container {
  color: #464646;
}
.cid-v8TXdwyFLx .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v8TXdwyFLx .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v8TXdwyFLx .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 100px;
  height: 40px;
}
.cid-v8TXdwyFLx H4 {
  color: #ed6436;
}
.cid-v8TXdwyFLx H3 {
  color: #ed6436;
}
.cid-v8U4UFqViO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8U4UFqViO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8U4UFqViO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8U4UFqViO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v8U4UFqViO .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v8U4UFqViO .mbr-text,
.cid-v8U4UFqViO .mbr-section-btn {
  text-align: left;
}
.cid-v8U4UFqViO .mbr-section-title {
  text-align: left;
  color: #7aba59;
}
.cid-v8U5fkJARt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8U5fkJARt .counter-container {
  color: #464646;
}
.cid-v8U5fkJARt .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-v8U5fkJARt .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-v8U5fkJARt .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-v8U5fkJARt H4 {
  color: #ed6436;
}
.cid-v8TlltV5RX {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-v8TlltV5RX img {
  width: 180px;
  margin: auto;
}
.cid-v8TlltV5RX .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-v8TlltV5RX H1 {
  color: #ed6436;
}
.cid-v8TlltV5RX H3 {
  color: #0f7699;
}
.cid-v8TlluBDT7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-v8TlluBDT7 img {
  width: 180px;
  margin: auto;
}
.cid-v8TlluBDT7 .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-v8TlluBDT7 H1 {
  color: #ed6436;
}
.cid-v8TlluBDT7 H3 {
  color: #0f7699;
}
.cid-v8Tllve8uA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7aba59;
}
