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.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
@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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed6436;
  border-bottom-color: #ed6436;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ed6436' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tELLBeUoXb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .nav-item:focus,
.cid-tELLBeUoXb .nav-link:focus {
  outline: none;
}
.cid-tELLBeUoXb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:active,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .navbar-caption:hover {
  color: inherit !important;
}
.cid-tELLBeUoXb .container {
  max-width: 1380px;
}
.cid-tELLBeUoXb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tELLBeUoXb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tELLBeUoXb .nav-link:hover,
.cid-tELLBeUoXb .nav-link:active,
.cid-tELLBeUoXb .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tELLBeUoXb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tELLBeUoXb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tELLBeUoXb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELLBeUoXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELLBeUoXb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tELLBeUoXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELLBeUoXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELLBeUoXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELLBeUoXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tELLBeUoXb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tELLBeUoXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tELLBeUoXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tELLBeUoXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELLBeUoXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tELLBeUoXb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tELLBeUoXb .icons-menu span {
  color: #000000 !important;
}
.cid-tELLBeUoXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELLBeUoXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tELLBeUoXb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tELLBeUoXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELLBeUoXb .dropdown-item.active,
.cid-tELLBeUoXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tELLBeUoXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELLBeUoXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELLBeUoXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELLBeUoXb .navbar-buttons {
  text-align: center;
}
.cid-tELLBeUoXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tELLBeUoXb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tELLBeUoXb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELLBeUoXb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tELLBeUoXb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tELLBeUoXb .navbar {
    height: 77px;
  }
  .cid-tELLBeUoXb .navbar.opened {
    height: auto;
  }
  .cid-tELLBeUoXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tELLFXk8jK {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00.jpg");
}
.cid-tELLFXk8jK .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tELLFXk8jK .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tELLFXk8jK .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tELLFXk8jK .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tELLFXk8jK .container {
  max-width: 1600px;
}
.cid-tELLFXk8jK .mbr-bold,
.cid-tELLFXk8jK b {
  font-weight: 900;
}
.cid-tELLFXk8jK .btn {
  color: white !important;
}
.cid-tELLFXk8jK 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-tELLFXk8jK svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tELLFXk8jK 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-tELLFXk8jK 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-tELLFXk8jK svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tELLFXk8jK .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uZfFEKeigq.popup-builder {
  background-color: #ffffff;
}
.cid-uZfFEKeigq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZfFEKeigq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZfFEKeigq .modal-content,
.cid-uZfFEKeigq .modal-dialog {
  height: auto;
}
.cid-uZfFEKeigq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZfFEKeigq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZfFEKeigq .form-wrapper .mbr-form .form-group,
  .cid-uZfFEKeigq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZfFEKeigq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZfFEKeigq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZfFEKeigq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uZfFEKeigq .pt-0 {
  padding-top: 0 !important;
}
.cid-uZfFEKeigq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZfFEKeigq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZfFEKeigq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZfFEKeigq .modal-open {
  overflow: hidden;
}
.cid-uZfFEKeigq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZfFEKeigq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZfFEKeigq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZfFEKeigq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZfFEKeigq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZfFEKeigq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZfFEKeigq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZfFEKeigq .modal-content {
  background: #ed6436;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZfFEKeigq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZfFEKeigq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZfFEKeigq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZfFEKeigq .modal-backdrop.show {
  opacity: .5;
}
.cid-uZfFEKeigq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZfFEKeigq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZfFEKeigq .modal-header {
    padding: 1rem;
  }
}
.cid-uZfFEKeigq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZfFEKeigq .modal-header .close svg {
  fill: #f2f2f4;
}
.cid-uZfFEKeigq .modal-header .close:hover {
  opacity: 1;
}
.cid-uZfFEKeigq .modal-header .close:focus {
  outline: none;
}
.cid-uZfFEKeigq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uZfFEKeigq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZfFEKeigq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZfFEKeigq .modal-body {
    padding: 1rem;
  }
}
.cid-uZfFEKeigq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZfFEKeigq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZfFEKeigq .modal-footer {
    padding: 1rem;
  }
}
.cid-uZfFEKeigq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZfFEKeigq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZfFEKeigq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZfFEKeigq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZfFEKeigq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZfFEKeigq .modal-lg,
  .cid-uZfFEKeigq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZfFEKeigq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZfFEKeigq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZfFEKeigq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZfFEKeigq .form-group {
  margin-bottom: 1rem;
}
.cid-uZfFEKeigq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZfFEKeigq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZfFEKeigq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZfFEKeigq .mbr-section-btn {
  margin: 0;
}
.cid-uZfFEKeigq .mbr-section-btn .btn {
  margin: 0;
}
.cid-tF7SehEWiz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fed9bd;
}
@media (min-width: 992px) {
  .cid-tF7SehEWiz .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tF7SehEWiz .content {
    padding: 0 2rem;
  }
}
.cid-tF7SehEWiz .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-tF7SehEWiz .content {
    margin: auto;
  }
}
.cid-tF7SehEWiz li {
  list-style: none;
}
.cid-tF7SehEWiz .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tF7SehEWiz .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tF7SehEWiz .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tF7SehEWiz h4 {
  margin: 0;
}
.cid-tF7SehEWiz ul {
  padding: 0;
  margin: 0;
}
.cid-tF7SehEWiz H2 {
  color: #ed6436;
}
.cid-tF7SehEWiz H1 {
  color: #365d33;
}
.cid-tELNOb7Aln {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f4;
}
.cid-tELNOb7Aln .mbr-text {
  color: #767676;
}
.cid-tELNOb7Aln img {
  width: 100%;
}
.cid-tELNOb7Aln .card-img {
  margin-bottom: 0rem;
}
.cid-tELNOb7Aln .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-tELNOb7Aln .card-box {
  padding: 2rem 1rem;
}
.cid-tELNOb7Aln p {
  font-weight: 400;
}
.cid-tELNOb7Aln .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tELNOb7Aln .card {
    margin-bottom: 2rem;
  }
}
.cid-tELNOb7Aln .mbr-text,
.cid-tELNOb7Aln .mbr-section-btn {
  text-align: center;
}
.cid-tELNOb7Aln .card-title,
.cid-tELNOb7Aln .card-img {
  text-align: center;
  color: #365d33;
}
.cid-tELNOb7Aln H2 {
  color: #365d33;
}
.cid-u7wZLUv38y {
  display: flex;
  padding-top: 90px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #f7f3e7, #ffffff);
}
@media (min-width: 768px) {
  .cid-u7wZLUv38y {
    align-items: flex-start;
  }
  .cid-u7wZLUv38y .row {
    justify-content: center;
  }
}
.cid-u7wZLUv38y .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u7wZLUv38y .mbr-text,
.cid-u7wZLUv38y .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-u7wZLUv38y .mbr-section-title,
.cid-u7wZLUv38y .line {
  color: #232323;
  text-align: center;
}
.cid-u7wZLUv38y h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u7wZLUv38y h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u7wZLUv38y .mbr-section-subtitle,
.cid-u7wZLUv38y .align {
  text-align: center;
  color: #232323;
}
.cid-u7wZLUv38y .mbr-text2 {
  color: #808080;
}
.cid-tFioikIQFX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tFioikIQFX .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem !important;
}
.cid-tFioikIQFX .card-title,
.cid-tFioikIQFX .card-img {
  color: #ed6436;
}
.cid-tFioikIQFX p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-tFioikIQFX .card {
    margin-bottom: 2rem;
  }
}
.cid-tFioikIQFX .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tFioikIQFX .card-title {
  margin-bottom: 0.3rem;
}
.cid-tFioikIQFX .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tFioikIQFX .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tFioikIQFX .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tFioikIQFX .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tFioikIQFX .link-wrap {
    margin: auto;
  }
  .cid-tFioikIQFX .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tFioikIQFX .card-title,
.cid-tFioikIQFX .card-ico {
  color: #ed6436;
}
.cid-tFioikIQFX H2 {
  color: #365d33;
}
.cid-tFioikIQFX H3 {
  text-align: right;
}
.cid-tEM5dHAOqk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f4;
}
.cid-tEM5dHAOqk .mbr-iconfont {
  color: #181818 !important;
  font-size: 1.8rem !important;
  padding-right: 1rem;
  margin-top: 0.2rem;
  display: block;
}
.cid-tEM5dHAOqk .card-col {
  max-width: 360px;
}
@media (min-width: 1700px) {
  .cid-tEM5dHAOqk .card-col {
    margin-right: 15rem !important;
  }
}
.cid-tEM5dHAOqk img {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.cid-tEM5dHAOqk .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-tEM5dHAOqk svg {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cid-tEM5dHAOqk path {
  fill: #f2f2f4;
}
.cid-tEM5dHAOqk .google-map {
  height: 100%;
  min-height: 15rem;
  position: relative;
}
.cid-tEM5dHAOqk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEM5dHAOqk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEM5dHAOqk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEM5dHAOqk .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tEM5dHAOqk .card-img {
  margin-bottom: 3rem;
}
.cid-tEM5dHAOqk .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: flex;
}
.cid-tEM5dHAOqk .card-wrapper {
  background: #f2f2f4;
  padding: 2rem 1.4rem;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-tEM5dHAOqk p {
  font-weight: 400;
}
.cid-tEM5dHAOqk .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tEM5dHAOqk .svg-col {
    margin-bottom: 3rem;
  }
  .cid-tEM5dHAOqk .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tEM5dHAOqk .google-map {
    height: 10rem;
  }
  .cid-tEM5dHAOqk svg {
    display: none;
  }
  .cid-tEM5dHAOqk .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tEM5dHAOqk .svg-col {
    padding: 0 1rem;
  }
  .cid-tEM5dHAOqk .card-img {
    margin-bottom: 1rem;
  }
  .cid-tEM5dHAOqk .mbr-iconfont {
    padding-right: 0;
  }
  .cid-tEM5dHAOqk .card-box {
    text-align: center;
  }
}
.cid-tEM5dHAOqk .card-title,
.cid-tEM5dHAOqk .card-img {
  color: #ed6436;
}
.cid-tEM5dHAOqk .mbr-text,
.cid-tEM5dHAOqk .link {
  text-align: left;
}
.cid-tELVZtE3IP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/adobestock-117420444-2000x1333.jpg");
}
.cid-tELVZtE3IP .mbr-overlay {
  background-color: #5b686b;
  opacity: 0.5;
}
.cid-tELVZtE3IP input,
.cid-tELVZtE3IP textarea {
  border-radius: 0;
}
.cid-tELVZtE3IP input:hover,
.cid-tELVZtE3IP textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tELVZtE3IP textarea {
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-tELVZtE3IP .col-auto {
    margin: auto;
  }
}
.cid-tELVZtE3IP .mbr-main-subtitle {
  background: #ed6436;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tELVZtE3IP .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #ed6436;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tELVZtE3IP .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tELVZtE3IP .btn {
  padding: 1rem 3rem;
}
.cid-tELVZtE3IP .mbr-section-text {
  color: #ffffff;
}
.cid-tELVZtE3IP .mbr-section-title {
  color: #ffffff;
}
.cid-u0qVeLC7Vx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qVeLC7Vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qVeLC7Vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qVeLC7Vx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u0qVeLC7Vx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u0qVeLC7Vx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u0qVeLC7Vx .bg-instagram:hover {
  background: #bd005c;
}
.cid-u0qVeLC7Vx .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-u0qVeLC7Vx .bg-tiktok:hover {
  background: #000000;
}
.cid-u0qVeLC7Vx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u0qVeLC7Vx [class^="socicon-"]:before,
.cid-u0qVeLC7Vx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tELLBeUoXb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .nav-item:focus,
.cid-tELLBeUoXb .nav-link:focus {
  outline: none;
}
.cid-tELLBeUoXb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:active,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .navbar-caption:hover {
  color: inherit !important;
}
.cid-tELLBeUoXb .container {
  max-width: 1380px;
}
.cid-tELLBeUoXb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tELLBeUoXb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tELLBeUoXb .nav-link:hover,
.cid-tELLBeUoXb .nav-link:active,
.cid-tELLBeUoXb .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tELLBeUoXb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tELLBeUoXb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tELLBeUoXb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELLBeUoXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELLBeUoXb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tELLBeUoXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELLBeUoXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELLBeUoXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELLBeUoXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tELLBeUoXb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tELLBeUoXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tELLBeUoXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tELLBeUoXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELLBeUoXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tELLBeUoXb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tELLBeUoXb .icons-menu span {
  color: #000000 !important;
}
.cid-tELLBeUoXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELLBeUoXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tELLBeUoXb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tELLBeUoXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELLBeUoXb .dropdown-item.active,
.cid-tELLBeUoXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tELLBeUoXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELLBeUoXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELLBeUoXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELLBeUoXb .navbar-buttons {
  text-align: center;
}
.cid-tELLBeUoXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tELLBeUoXb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tELLBeUoXb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELLBeUoXb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tELLBeUoXb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tELLBeUoXb .navbar {
    height: 77px;
  }
  .cid-tELLBeUoXb .navbar.opened {
    height: auto;
  }
  .cid-tELLBeUoXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYX6lB9pnj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/adobestock-167618810-2000x1335.jpg");
}
.cid-tYX6lB9pnj .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tYX6lB9pnj .container {
    padding: 0 25px;
  }
}
.cid-tYX6lB9pnj .title-wrapper {
  margin: 25px 0;
}
.cid-tYX6lB9pnj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYX6lB9pnj .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tYX6lB9pnj .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-tYX6lB9pnj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYX6lB9pnj .mbr-section-title {
  color: #ed6436;
}
.cid-tYX6lB9pnj .mbr-section-subtitle {
  color: #2c6430;
}
.cid-tYX6lB9pnj .mbr-text {
  color: #000000;
}
.cid-uTka79bH3Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTka79bH3Q {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uTka79bH3Q .box {
  background-image: url("../../../assets/images/acs-image-927x472.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uTka79bH3Q .box {
    background-size: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .cid-uTka79bH3Q .box:hover {
    background-size: 110%;
  }
}
.cid-uTka79bH3Q .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uTka79bH3Q .icon-wrap span {
  padding-left: 8px;
}
.cid-uTka79bH3Q .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #82786e !important;
}
.cid-uTka79bH3Q .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uTka79bH3Q .mbr-media span:hover {
  color: #ed6436 !important;
}
.cid-uTka79bH3Q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uTka79bH3Q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uTka79bH3Q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uTka79bH3Q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uTka79bH3Q a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uTka79bH3Q {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uTka79bH3Q .box {
    height: 250px;
  }
}
.cid-uTkcfeN0WD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTkcfeN0WD .card {
  height: auto;
  background-color: #ffffff;
  transition: all 0.6s ease;
}
.cid-uTkcfeN0WD .card:hover {
  transform: scale(1.03);
}
.cid-uTkcfeN0WD .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-uTkcfeN0WD .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uTkcfeN0WD .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-uTkcfeN0WD .img-container {
  display: flex;
  justify-content: center;
}
.cid-uTkcfeN0WD .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-uTkcfeN0WD .mbr-section-subtitle {
  text-align: center;
}
.cid-uTkcfeN0WD .mbr-text {
  text-align: center;
}
.cid-uTkcfeN0WD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTkcfeN0WD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTkcfeN0WD .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-uTkcfeN0WD .card-title {
  color: #181818;
}
.cid-tFiHEcRBWt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFiHEcRBWt .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tFiHEcRBWt .card:hover {
  transform: scale(1.03);
}
.cid-tFiHEcRBWt .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tFiHEcRBWt .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tFiHEcRBWt .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tFiHEcRBWt .img-container {
  display: flex;
  justify-content: center;
}
.cid-tFiHEcRBWt .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tFiHEcRBWt .mbr-section-subtitle {
  text-align: center;
}
.cid-tFiHEcRBWt .mbr-text {
  text-align: center;
}
.cid-tFiHEcRBWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFiHEcRBWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFiHEcRBWt .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-tFiHEcRBWt .title2 {
  color: #181818;
}
.cid-tFiHEcRBWt .card-title {
  color: #ed6436;
}
.cid-tV8O4irZWp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tV8O4irZWp .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tV8O4irZWp .card:hover {
  transform: scale(1.03);
}
.cid-tV8O4irZWp .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tV8O4irZWp .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tV8O4irZWp .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tV8O4irZWp .img-container {
  display: flex;
  justify-content: center;
}
.cid-tV8O4irZWp .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tV8O4irZWp .mbr-section-subtitle {
  text-align: center;
}
.cid-tV8O4irZWp .mbr-text {
  text-align: center;
}
.cid-tV8O4irZWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV8O4irZWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV8O4irZWp .mbr-section-title {
  text-align: center;
  color: #ed6436;
}
.cid-tV8O4irZWp .card-title {
  color: #2c6430;
}
.cid-tFiIR0HcVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFiIR0HcVL .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tFiIR0HcVL .card:hover {
  transform: scale(1.03);
}
.cid-tFiIR0HcVL .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tFiIR0HcVL .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tFiIR0HcVL .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tFiIR0HcVL .img-container {
  display: flex;
  justify-content: center;
}
.cid-tFiIR0HcVL .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tFiIR0HcVL .mbr-section-subtitle {
  text-align: center;
}
.cid-tFiIR0HcVL .mbr-text {
  text-align: center;
}
.cid-tFiIR0HcVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFiIR0HcVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFiIR0HcVL .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-tFiIR0HcVL .card-title {
  color: #365d33;
}
.cid-tFiIR0HcVL .title2 {
  color: #181818;
}
.cid-tSwj49I489 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSwj49I489 .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tSwj49I489 .card:hover {
  transform: scale(1.03);
}
.cid-tSwj49I489 .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tSwj49I489 .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tSwj49I489 .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tSwj49I489 .img-container {
  display: flex;
  justify-content: center;
}
.cid-tSwj49I489 .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tSwj49I489 .mbr-section-subtitle {
  text-align: center;
}
.cid-tSwj49I489 .mbr-text {
  text-align: center;
}
.cid-tSwj49I489 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSwj49I489 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSwj49I489 .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-tSwj49I489 .card-title {
  color: #181818;
}
.cid-tSw5g27teC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSw5g27teC .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tSw5g27teC .card:hover {
  transform: scale(1.03);
}
.cid-tSw5g27teC .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tSw5g27teC .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tSw5g27teC .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tSw5g27teC .img-container {
  display: flex;
  justify-content: center;
}
.cid-tSw5g27teC .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tSw5g27teC .mbr-section-subtitle {
  text-align: center;
}
.cid-tSw5g27teC .mbr-text {
  text-align: center;
}
.cid-tSw5g27teC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSw5g27teC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSw5g27teC .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-tSw5g27teC .card-title {
  color: #ed6436;
}
.cid-tSw5g27teC .title2 {
  color: #181818;
}
.cid-tFiINnd3dK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFiINnd3dK .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tFiINnd3dK .card:hover {
  transform: scale(1.03);
}
.cid-tFiINnd3dK .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tFiINnd3dK .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tFiINnd3dK .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tFiINnd3dK .img-container {
  display: flex;
  justify-content: center;
}
.cid-tFiINnd3dK .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tFiINnd3dK .mbr-section-subtitle {
  text-align: center;
}
.cid-tFiINnd3dK .mbr-text {
  text-align: center;
}
.cid-tFiINnd3dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFiINnd3dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFiINnd3dK .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-tFiINnd3dK .card-title {
  color: #181818;
}
.cid-tFiINnd3dK .title2 {
  color: #181818;
}
.cid-uT8vx8GGot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT8vx8GGot .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-uT8vx8GGot .card:hover {
  transform: scale(1.03);
}
.cid-uT8vx8GGot .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-uT8vx8GGot .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uT8vx8GGot .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-uT8vx8GGot .img-container {
  display: flex;
  justify-content: center;
}
.cid-uT8vx8GGot .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-uT8vx8GGot .mbr-section-subtitle {
  text-align: center;
}
.cid-uT8vx8GGot .mbr-text {
  text-align: center;
}
.cid-uT8vx8GGot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8vx8GGot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT8vx8GGot .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-uT8vx8GGot .card-title {
  color: #ed6436;
}
.cid-uT8vx8GGot .title2 {
  color: #181818;
}
.cid-tUdV6zcTWr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tUdV6zcTWr .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tUdV6zcTWr .content {
    padding: 0 2rem;
  }
}
.cid-tUdV6zcTWr .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tUdV6zcTWr .img-col {
  padding: 0;
}
.cid-tUdV6zcTWr .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-tUdV6zcTWr .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tUdV6zcTWr .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tUdV6zcTWr .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-tUdV6zcTWr .icon-title,
.cid-tUdV6zcTWr .mbr-iconfont {
  color: #181818;
}
.cid-tUdV6zcTWr .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tUdV6zcTWr .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tUdV6zcTWr .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tUdV6zcTWr .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tUdV6zcTWr .link-wrap {
    margin: auto;
  }
}
.cid-tUdV6zcTWr .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tUdV6zcTWr .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tUdV6zcTWr .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tUdV6zcTWr .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tUdV6zcTWr H1 {
  color: #ed6436;
}
.cid-tF9LsUbAQI {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x898.jpg");
}
.cid-tF9LsUbAQI .accordion .card {
  overflow: hidden;
}
.cid-tF9LsUbAQI .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tF9LsUbAQI .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tF9LsUbAQI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tF9LsUbAQI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tF9LsUbAQI .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tF9LsUbAQI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tF9LsUbAQI .card .panel-body {
  color: #767676;
}
.cid-tF9LsUbAQI .card:hover {
  background: #84ab87;
}
.cid-tF9LsUbAQI .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-tF9LsUbAQI .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tF9LsUbAQI .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tF9LsUbAQI .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tF9LsUbAQI .panel-collapse {
  margin-top: -1px;
}
.cid-tF9LsUbAQI H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-tF9LsUbAQI .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tF9LsUbAQI .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tF9LsUbAQI .sign {
    margin-right: 0.5rem;
  }
}
.cid-tF9LsUbAQI H2 {
  color: #395037;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tELLBeUoXb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .nav-item:focus,
.cid-tELLBeUoXb .nav-link:focus {
  outline: none;
}
.cid-tELLBeUoXb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:active,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .navbar-caption:hover {
  color: inherit !important;
}
.cid-tELLBeUoXb .container {
  max-width: 1380px;
}
.cid-tELLBeUoXb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tELLBeUoXb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tELLBeUoXb .nav-link:hover,
.cid-tELLBeUoXb .nav-link:active,
.cid-tELLBeUoXb .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tELLBeUoXb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tELLBeUoXb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tELLBeUoXb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELLBeUoXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELLBeUoXb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tELLBeUoXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELLBeUoXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELLBeUoXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELLBeUoXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tELLBeUoXb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tELLBeUoXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tELLBeUoXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tELLBeUoXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELLBeUoXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tELLBeUoXb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tELLBeUoXb .icons-menu span {
  color: #000000 !important;
}
.cid-tELLBeUoXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELLBeUoXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tELLBeUoXb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tELLBeUoXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELLBeUoXb .dropdown-item.active,
.cid-tELLBeUoXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tELLBeUoXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELLBeUoXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELLBeUoXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELLBeUoXb .navbar-buttons {
  text-align: center;
}
.cid-tELLBeUoXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tELLBeUoXb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tELLBeUoXb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELLBeUoXb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tELLBeUoXb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tELLBeUoXb .navbar {
    height: 77px;
  }
  .cid-tELLBeUoXb .navbar.opened {
    height: auto;
  }
  .cid-tELLBeUoXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFcTBaNuDp {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/vet-client-1573x740.jpg");
}
.cid-tFcTBaNuDp .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-tFcTBaNuDp .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-tFcTBaNuDp .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tFcTBaNuDp .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-tFcTBaNuDp .container {
  max-width: 1600px;
}
.cid-tFcTBaNuDp .mbr-bold,
.cid-tFcTBaNuDp b {
  font-weight: 900;
}
.cid-tFcTBaNuDp .btn {
  color: white !important;
}
.cid-tFcTBaNuDp 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-tFcTBaNuDp svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tFcTBaNuDp 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-tFcTBaNuDp 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-tFcTBaNuDp svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-tFcTBaNuDp .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-tFcTKI0C6z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-tFcTKI0C6z .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tFcTKI0C6z .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tFcTKI0C6z .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tFcTKI0C6z .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tFcTKI0C6z .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tFcTKI0C6z .color-col {
  background: #ed6436;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tFcTKI0C6z .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tFcTKI0C6z .mbr-iconfont {
  font-size: 4rem;
  color: #ed6436 !important;
  padding-bottom: 4px;
}
.cid-tFcTKI0C6z .icon-title,
.cid-tFcTKI0C6z .mbr-iconfont {
  color: #ed6436;
}
.cid-tFcTKI0C6z .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tFcTKI0C6z .content {
    margin-bottom: 2rem;
  }
  .cid-tFcTKI0C6z .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tFcTKI0C6z .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tFcTKI0C6z .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tFcTKI0C6z .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tFcTKI0C6z .link-wrap {
    margin: auto;
  }
  .cid-tFcTKI0C6z .color-col {
    padding: 3rem 1rem;
  }
  .cid-tFcTKI0C6z .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tFcTKI0C6z .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tFcTKI0C6z .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tFcTKI0C6z .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tFcTKI0C6z .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tFcTKI0C6z .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tFcTKI0C6z .mbr-text2,
.cid-tFcTKI0C6z .icon-wrap-2 {
  color: #365d33;
  text-align: center;
}
.cid-tFcTKI0C6z H1 {
  color: #ed6436;
}
.cid-tFcTP5NsJL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/adobestock-520679688-2000x1333.jpg");
}
.cid-tFcTP5NsJL .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tFcTP5NsJL .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tFcTP5NsJL .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tFcTP5NsJL .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tFcTP5NsJL .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tFcTP5NsJL .color-col {
  background: #7aba59;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tFcTP5NsJL .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tFcTP5NsJL .mbr-iconfont {
  font-size: 4rem;
  color: #7aba59 !important;
  padding-bottom: 4px;
}
.cid-tFcTP5NsJL .icon-title,
.cid-tFcTP5NsJL .mbr-iconfont {
  color: #7aba59;
}
.cid-tFcTP5NsJL .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tFcTP5NsJL .content {
    margin-bottom: 2rem;
  }
  .cid-tFcTP5NsJL .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tFcTP5NsJL .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tFcTP5NsJL .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tFcTP5NsJL .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tFcTP5NsJL .link-wrap {
    margin: auto;
  }
  .cid-tFcTP5NsJL .color-col {
    padding: 3rem 1rem;
  }
  .cid-tFcTP5NsJL .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tFcTP5NsJL .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tFcTP5NsJL .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tFcTP5NsJL .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tFcTP5NsJL .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tFcTP5NsJL .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tFcTP5NsJL .mbr-text2,
.cid-tFcTP5NsJL .icon-wrap-2 {
  color: #365d33;
  text-align: center;
}
.cid-tQZdzGQCIS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/surgeon-2000x1333.jpg");
}
.cid-tQZdzGQCIS .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tQZdzGQCIS .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tQZdzGQCIS .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tQZdzGQCIS .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tQZdzGQCIS .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tQZdzGQCIS .color-col {
  background: #b1a374;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tQZdzGQCIS .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tQZdzGQCIS .mbr-iconfont {
  font-size: 4rem;
  color: #ed6436 !important;
  padding-bottom: 4px;
}
.cid-tQZdzGQCIS .icon-title,
.cid-tQZdzGQCIS .mbr-iconfont {
  color: #b1a374;
}
.cid-tQZdzGQCIS .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tQZdzGQCIS .content {
    margin-bottom: 2rem;
  }
  .cid-tQZdzGQCIS .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tQZdzGQCIS .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tQZdzGQCIS .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tQZdzGQCIS .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tQZdzGQCIS .link-wrap {
    margin: auto;
  }
  .cid-tQZdzGQCIS .color-col {
    padding: 3rem 1rem;
  }
  .cid-tQZdzGQCIS .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tQZdzGQCIS .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tQZdzGQCIS .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tQZdzGQCIS .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tQZdzGQCIS .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tQZdzGQCIS .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tQZdzGQCIS .mbr-text2,
.cid-tQZdzGQCIS .icon-wrap-2 {
  color: #365d33;
  text-align: center;
}
.cid-tQZdzGQCIS H1 {
  color: #383838;
}
.cid-tSxitzEAnX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/adobestock-242366338-2000x1447.jpg");
}
.cid-tSxitzEAnX .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tSxitzEAnX .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tSxitzEAnX .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tSxitzEAnX .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tSxitzEAnX .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tSxitzEAnX .color-col {
  background: #365d33;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tSxitzEAnX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tSxitzEAnX .mbr-iconfont {
  font-size: 4rem;
  color: #f9b945 !important;
  padding-bottom: 4px;
}
.cid-tSxitzEAnX .icon-title,
.cid-tSxitzEAnX .mbr-iconfont {
  color: #365d33;
}
.cid-tSxitzEAnX .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tSxitzEAnX .content {
    margin-bottom: 2rem;
  }
  .cid-tSxitzEAnX .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tSxitzEAnX .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSxitzEAnX .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSxitzEAnX .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tSxitzEAnX .link-wrap {
    margin: auto;
  }
  .cid-tSxitzEAnX .color-col {
    padding: 3rem 1rem;
  }
  .cid-tSxitzEAnX .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tSxitzEAnX .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tSxitzEAnX .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tSxitzEAnX .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tSxitzEAnX .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tSxitzEAnX .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tSxitzEAnX .mbr-text2,
.cid-tSxitzEAnX .icon-wrap-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tSxitzEAnX H1 {
  color: #365d33;
}
.cid-tP8XGWyIrW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/adobestock-79575248-2000x1335.jpg");
}
.cid-tP8XGWyIrW .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tP8XGWyIrW .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tP8XGWyIrW .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tP8XGWyIrW .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tP8XGWyIrW .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tP8XGWyIrW .color-col {
  background: #debeef;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tP8XGWyIrW .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tP8XGWyIrW .mbr-iconfont {
  font-size: 4rem;
  color: #181818 !important;
  padding-bottom: 4px;
}
.cid-tP8XGWyIrW .icon-title,
.cid-tP8XGWyIrW .mbr-iconfont {
  color: #9959ba;
}
.cid-tP8XGWyIrW .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tP8XGWyIrW .content {
    margin-bottom: 2rem;
  }
  .cid-tP8XGWyIrW .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tP8XGWyIrW .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tP8XGWyIrW .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tP8XGWyIrW .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tP8XGWyIrW .link-wrap {
    margin: auto;
  }
  .cid-tP8XGWyIrW .color-col {
    padding: 3rem 1rem;
  }
  .cid-tP8XGWyIrW .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tP8XGWyIrW .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tP8XGWyIrW .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tP8XGWyIrW .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tP8XGWyIrW .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tP8XGWyIrW .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tP8XGWyIrW .mbr-text2,
.cid-tP8XGWyIrW .icon-wrap-2 {
  color: #365d33;
  text-align: center;
}
.cid-tQZgMtqg2w {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/anesthesia-474x315.jpg");
}
.cid-tQZgMtqg2w .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tQZgMtqg2w .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tQZgMtqg2w .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tQZgMtqg2w .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tQZgMtqg2w .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tQZgMtqg2w .color-col {
  background: #4d9eb9;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tQZgMtqg2w .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tQZgMtqg2w .mbr-iconfont {
  font-size: 4rem;
  color: #ed6436 !important;
  padding-bottom: 4px;
}
.cid-tQZgMtqg2w .icon-title,
.cid-tQZgMtqg2w .mbr-iconfont {
  color: #0f7699;
}
.cid-tQZgMtqg2w .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tQZgMtqg2w .content {
    margin-bottom: 2rem;
  }
  .cid-tQZgMtqg2w .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tQZgMtqg2w .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tQZgMtqg2w .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tQZgMtqg2w .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tQZgMtqg2w .link-wrap {
    margin: auto;
  }
  .cid-tQZgMtqg2w .color-col {
    padding: 3rem 1rem;
  }
  .cid-tQZgMtqg2w .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tQZgMtqg2w .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tQZgMtqg2w .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tQZgMtqg2w .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tQZgMtqg2w .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tQZgMtqg2w .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tQZgMtqg2w .mbr-text2,
.cid-tQZgMtqg2w .icon-wrap-2 {
  color: #365d33;
  text-align: center;
}
.cid-tQZgMtqg2w H1 {
  color: #ed6436;
}
.cid-tQZhqOT0lm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQZhqOT0lm .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tQZhqOT0lm .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tQZhqOT0lm .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tQZhqOT0lm .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tQZhqOT0lm .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tQZhqOT0lm .color-col {
  background: #fb0814;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tQZhqOT0lm .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tQZhqOT0lm .mbr-iconfont {
  font-size: 4rem;
  color: #ed6436 !important;
  padding-bottom: 4px;
}
.cid-tQZhqOT0lm .icon-title,
.cid-tQZhqOT0lm .mbr-iconfont {
  color: #fb0814;
}
.cid-tQZhqOT0lm .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tQZhqOT0lm .content {
    margin-bottom: 2rem;
  }
  .cid-tQZhqOT0lm .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tQZhqOT0lm .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tQZhqOT0lm .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tQZhqOT0lm .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tQZhqOT0lm .link-wrap {
    margin: auto;
  }
  .cid-tQZhqOT0lm .color-col {
    padding: 3rem 1rem;
  }
  .cid-tQZhqOT0lm .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tQZhqOT0lm .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tQZhqOT0lm .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tQZhqOT0lm .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tQZhqOT0lm .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tQZhqOT0lm .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tQZhqOT0lm .mbr-text2,
.cid-tQZhqOT0lm .icon-wrap-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tQZhqOT0lm H1 {
  color: #ed6436;
}
.cid-tQZhqOT0lm .mbr-text,
.cid-tQZhqOT0lm .mbr-section-btn,
.cid-tQZhqOT0lm .content {
  color: #181818;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tF7XuK9DNc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XuK9DNc .nav-item:focus,
.cid-tF7XuK9DNc .nav-link:focus {
  outline: none;
}
.cid-tF7XuK9DNc .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tF7XuK9DNc .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XuK9DNc .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tF7XuK9DNc .dropdown .dropdown-menu .dropdown-item:active,
.cid-tF7XuK9DNc .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tF7XuK9DNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF7XuK9DNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF7XuK9DNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XuK9DNc .navbar-caption:hover {
  color: inherit !important;
}
.cid-tF7XuK9DNc .container {
  max-width: 1380px;
}
.cid-tF7XuK9DNc .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tF7XuK9DNc .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tF7XuK9DNc .nav-link:hover,
.cid-tF7XuK9DNc .nav-link:active,
.cid-tF7XuK9DNc .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tF7XuK9DNc .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tF7XuK9DNc .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tF7XuK9DNc .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tF7XuK9DNc .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF7XuK9DNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF7XuK9DNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF7XuK9DNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tF7XuK9DNc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF7XuK9DNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF7XuK9DNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF7XuK9DNc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF7XuK9DNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF7XuK9DNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF7XuK9DNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF7XuK9DNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF7XuK9DNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF7XuK9DNc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF7XuK9DNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF7XuK9DNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF7XuK9DNc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF7XuK9DNc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF7XuK9DNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF7XuK9DNc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF7XuK9DNc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF7XuK9DNc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF7XuK9DNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF7XuK9DNc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tF7XuK9DNc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF7XuK9DNc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF7XuK9DNc .icons-menu span {
  color: #000000 !important;
}
.cid-tF7XuK9DNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF7XuK9DNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tF7XuK9DNc .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF7XuK9DNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF7XuK9DNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF7XuK9DNc .dropdown-item.active,
.cid-tF7XuK9DNc .dropdown-item:active {
  background-color: transparent;
}
.cid-tF7XuK9DNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF7XuK9DNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF7XuK9DNc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF7XuK9DNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF7XuK9DNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF7XuK9DNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF7XuK9DNc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF7XuK9DNc .navbar-buttons {
  text-align: center;
}
.cid-tF7XuK9DNc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF7XuK9DNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tF7XuK9DNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XuK9DNc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XuK9DNc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XuK9DNc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XuK9DNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XuK9DNc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XuK9DNc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XuK9DNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XuK9DNc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tF7XuK9DNc a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tF7XuK9DNc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF7XuK9DNc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tF7XuK9DNc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF7XuK9DNc .navbar {
    height: 77px;
  }
  .cid-tF7XuK9DNc .navbar.opened {
    height: auto;
  }
  .cid-tF7XuK9DNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSAMsd4kwz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tSAMsd4kwz .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tSAMsd4kwz .content {
    padding: 0 2rem;
  }
}
.cid-tSAMsd4kwz .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tSAMsd4kwz .img-col {
  padding: 0;
}
.cid-tSAMsd4kwz .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-tSAMsd4kwz .icon-wrap h3 {
  margin: 0;
}
.cid-tSAMsd4kwz .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tSAMsd4kwz .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-tSAMsd4kwz .icon-title,
.cid-tSAMsd4kwz .mbr-iconfont {
  color: #181818;
}
.cid-tSAMsd4kwz .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tSAMsd4kwz .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tSAMsd4kwz .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSAMsd4kwz .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-tSAMsd4kwz .mbr-text,
.cid-tSAMsd4kwz .mbr-section-btn,
.cid-tSAMsd4kwz .content {
  color: #181818;
}
.cid-tSAMsd4kwz H1 {
  color: #ed6436;
}
.cid-tF7XuQBeID {
  padding-top: 15px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/adobestock-743753151-2000x1333.jpg");
}
.cid-tF7XuQBeID .btn-col {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tF7XuQBeID .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-tF7XuQBeID .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 30px;
  opacity: 0.3;
  pointer-events: none;
}
.cid-tF7XuQBeID .card-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 30px;
}
.cid-tF7XuQBeID .wrapper {
  position: absolute;
  padding: 1rem;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: fit-content;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .cid-tF7XuQBeID .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-tF7XuQBeID .wrapper {
    top: auto;
    bottom: 0rem;
    -webkit-transform: none;
    transform: none;
  }
  .cid-tF7XuQBeID .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tF7XuQBeID .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tF7XuQBeID .card-wrapper {
    position: relative;
  }
  .cid-tF7XuQBeID .card-wrapper:before {
    opacity: 0;
  }
  .cid-tF7XuQBeID .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-tF7XuQBeID .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-tF7XuQBeID .wrapper {
    opacity: 0;
  }
  .cid-tF7XuQBeID .btn-col {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
.cid-tF7XuQBeID H4 {
  color: #ed6436;
}
.cid-tF7XuQBeID .mbr-section-title,
.cid-tF7XuQBeID .underline {
  color: #365d33;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tF8gsLJmll .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8gsLJmll .nav-item:focus,
.cid-tF8gsLJmll .nav-link:focus {
  outline: none;
}
.cid-tF8gsLJmll .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tF8gsLJmll .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8gsLJmll .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tF8gsLJmll .dropdown .dropdown-menu .dropdown-item:active,
.cid-tF8gsLJmll .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tF8gsLJmll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF8gsLJmll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF8gsLJmll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8gsLJmll .navbar-caption:hover {
  color: inherit !important;
}
.cid-tF8gsLJmll .container {
  max-width: 1380px;
}
.cid-tF8gsLJmll .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tF8gsLJmll .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tF8gsLJmll .nav-link:hover,
.cid-tF8gsLJmll .nav-link:active,
.cid-tF8gsLJmll .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tF8gsLJmll .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tF8gsLJmll .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tF8gsLJmll .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tF8gsLJmll .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF8gsLJmll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF8gsLJmll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF8gsLJmll .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tF8gsLJmll .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF8gsLJmll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF8gsLJmll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF8gsLJmll .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF8gsLJmll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF8gsLJmll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF8gsLJmll .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF8gsLJmll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF8gsLJmll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF8gsLJmll .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF8gsLJmll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF8gsLJmll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF8gsLJmll .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF8gsLJmll .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF8gsLJmll .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF8gsLJmll .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF8gsLJmll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF8gsLJmll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF8gsLJmll .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF8gsLJmll .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tF8gsLJmll .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF8gsLJmll .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF8gsLJmll .icons-menu span {
  color: #000000 !important;
}
.cid-tF8gsLJmll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF8gsLJmll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tF8gsLJmll .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF8gsLJmll .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF8gsLJmll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF8gsLJmll .dropdown-item.active,
.cid-tF8gsLJmll .dropdown-item:active {
  background-color: transparent;
}
.cid-tF8gsLJmll .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF8gsLJmll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF8gsLJmll .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF8gsLJmll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF8gsLJmll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF8gsLJmll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF8gsLJmll ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF8gsLJmll .navbar-buttons {
  text-align: center;
}
.cid-tF8gsLJmll button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF8gsLJmll button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tF8gsLJmll button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gsLJmll button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF8gsLJmll button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF8gsLJmll button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gsLJmll nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gsLJmll nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF8gsLJmll nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF8gsLJmll nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gsLJmll .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tF8gsLJmll a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tF8gsLJmll .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF8gsLJmll .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tF8gsLJmll .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF8gsLJmll .navbar {
    height: 77px;
  }
  .cid-tF8gsLJmll .navbar.opened {
    height: auto;
  }
  .cid-tF8gsLJmll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSxoR3peWN {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tSxoR3peWN .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tSxoR3peWN .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tSxoR3peWN .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tSxoR3peWN .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tSxoR3peWN .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tSxoR3peWN .color-col {
  background: #365d33;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tSxoR3peWN .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tSxoR3peWN .mbr-iconfont {
  font-size: 4rem;
  color: #0b1b3f !important;
  padding-bottom: 4px;
}
.cid-tSxoR3peWN .icon-title,
.cid-tSxoR3peWN .mbr-iconfont {
  color: #365d33;
}
.cid-tSxoR3peWN .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tSxoR3peWN .content {
    margin-bottom: 2rem;
  }
  .cid-tSxoR3peWN .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tSxoR3peWN .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSxoR3peWN .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSxoR3peWN .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tSxoR3peWN .link-wrap {
    margin: auto;
  }
  .cid-tSxoR3peWN .color-col {
    padding: 3rem 1rem;
  }
  .cid-tSxoR3peWN .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tSxoR3peWN .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tSxoR3peWN .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tSxoR3peWN .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tSxoR3peWN .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tSxoR3peWN .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tSxoR3peWN .mbr-text2,
.cid-tSxoR3peWN .icon-wrap-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tSxoR3peWN H1 {
  color: #ed6436;
  text-align: center;
}
.cid-tSxoR3peWN H3 {
  text-align: center;
}
.cid-tSxqYcIbXG {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/adobestock-347918275-2000x1333.jpg");
}
.cid-tSxqYcIbXG .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tSxqYcIbXG .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tSxqYcIbXG .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tSxqYcIbXG .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tSxqYcIbXG .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tSxqYcIbXG .color-col {
  background: #395037;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tSxqYcIbXG .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tSxqYcIbXG .mbr-iconfont {
  font-size: 4rem;
  color: #ed6436 !important;
  padding-bottom: 4px;
}
.cid-tSxqYcIbXG .icon-title,
.cid-tSxqYcIbXG .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-tSxqYcIbXG .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tSxqYcIbXG .content {
    margin-bottom: 2rem;
  }
  .cid-tSxqYcIbXG .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tSxqYcIbXG .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSxqYcIbXG .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSxqYcIbXG .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tSxqYcIbXG .link-wrap {
    margin: auto;
  }
  .cid-tSxqYcIbXG .color-col {
    padding: 3rem 1rem;
  }
  .cid-tSxqYcIbXG .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tSxqYcIbXG .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tSxqYcIbXG .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tSxqYcIbXG .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tSxqYcIbXG .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tSxqYcIbXG .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tSxqYcIbXG .mbr-text2,
.cid-tSxqYcIbXG .icon-wrap-2 {
  color: #ffffff;
}
.cid-tSxqYcIbXG H1 {
  color: #365d33;
  text-align: left;
}
.cid-tSxqYcIbXG .mbr-text,
.cid-tSxqYcIbXG .mbr-section-btn,
.cid-tSxqYcIbXG .content {
  text-align: left;
}
.cid-tSxqYcIbXG H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tF8gOdBCxQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fed9bd;
}
@media (min-width: 992px) {
  .cid-tF8gOdBCxQ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tF8gOdBCxQ .content {
    padding: 0 2rem;
  }
}
.cid-tF8gOdBCxQ .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tF8gOdBCxQ .img-col {
  padding: 0;
}
.cid-tF8gOdBCxQ .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tF8gOdBCxQ .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tF8gOdBCxQ .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tF8gOdBCxQ .mbr-iconfont {
  font-size: 3.5rem;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tF8gOdBCxQ .icon-title,
.cid-tF8gOdBCxQ .mbr-iconfont {
  color: #ed6436;
  text-align: left;
}
.cid-tF8gOdBCxQ .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tF8gOdBCxQ .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tF8gOdBCxQ .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tF8gOdBCxQ .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tF8gOdBCxQ .link-wrap {
    margin: auto;
  }
  .cid-tF8gOdBCxQ .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-tF8gOdBCxQ .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tF8gOdBCxQ .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tF8gOdBCxQ .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tF8gOdBCxQ .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tF8gOdBCxQ .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tF8gOdBCxQ H3 {
  text-align: center;
}
.cid-tSx2mpVQhH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fed9bd;
}
@media (min-width: 992px) {
  .cid-tSx2mpVQhH .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tSx2mpVQhH .content {
    padding: 0 2rem;
  }
}
.cid-tSx2mpVQhH .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tSx2mpVQhH .img-col {
  padding: 0;
}
.cid-tSx2mpVQhH .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tSx2mpVQhH .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tSx2mpVQhH .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tSx2mpVQhH .mbr-iconfont {
  font-size: 3.5rem;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tSx2mpVQhH .icon-title,
.cid-tSx2mpVQhH .mbr-iconfont {
  color: #ed6436;
}
.cid-tSx2mpVQhH .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tSx2mpVQhH .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tSx2mpVQhH .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSx2mpVQhH .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSx2mpVQhH .link-wrap {
    margin: auto;
  }
  .cid-tSx2mpVQhH .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-tSx2mpVQhH .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tSx2mpVQhH .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tSx2mpVQhH .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tSx2mpVQhH .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tSx2mpVQhH .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tSx2mpVQhH H3 {
  text-align: left;
}
.cid-tF8gsQSWIr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tF8gwFivj4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8gwFivj4 .nav-item:focus,
.cid-tF8gwFivj4 .nav-link:focus {
  outline: none;
}
.cid-tF8gwFivj4 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tF8gwFivj4 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8gwFivj4 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tF8gwFivj4 .dropdown .dropdown-menu .dropdown-item:active,
.cid-tF8gwFivj4 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tF8gwFivj4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF8gwFivj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF8gwFivj4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8gwFivj4 .navbar-caption:hover {
  color: inherit !important;
}
.cid-tF8gwFivj4 .container {
  max-width: 1380px;
}
.cid-tF8gwFivj4 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tF8gwFivj4 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tF8gwFivj4 .nav-link:hover,
.cid-tF8gwFivj4 .nav-link:active,
.cid-tF8gwFivj4 .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tF8gwFivj4 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tF8gwFivj4 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tF8gwFivj4 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tF8gwFivj4 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF8gwFivj4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF8gwFivj4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF8gwFivj4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tF8gwFivj4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF8gwFivj4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF8gwFivj4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF8gwFivj4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF8gwFivj4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF8gwFivj4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF8gwFivj4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF8gwFivj4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF8gwFivj4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF8gwFivj4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF8gwFivj4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF8gwFivj4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF8gwFivj4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF8gwFivj4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF8gwFivj4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF8gwFivj4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF8gwFivj4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF8gwFivj4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF8gwFivj4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF8gwFivj4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tF8gwFivj4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF8gwFivj4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF8gwFivj4 .icons-menu span {
  color: #000000 !important;
}
.cid-tF8gwFivj4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF8gwFivj4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tF8gwFivj4 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF8gwFivj4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF8gwFivj4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF8gwFivj4 .dropdown-item.active,
.cid-tF8gwFivj4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tF8gwFivj4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF8gwFivj4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF8gwFivj4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF8gwFivj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF8gwFivj4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF8gwFivj4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF8gwFivj4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF8gwFivj4 .navbar-buttons {
  text-align: center;
}
.cid-tF8gwFivj4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF8gwFivj4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tF8gwFivj4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gwFivj4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF8gwFivj4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF8gwFivj4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gwFivj4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gwFivj4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF8gwFivj4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF8gwFivj4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8gwFivj4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tF8gwFivj4 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tF8gwFivj4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF8gwFivj4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tF8gwFivj4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF8gwFivj4 .navbar {
    height: 77px;
  }
  .cid-tF8gwFivj4 .navbar.opened {
    height: auto;
  }
  .cid-tF8gwFivj4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF8hGHR7y7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tF8hGHR7y7 .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tF8hGHR7y7 .content {
    padding: 0 2rem;
  }
}
.cid-tF8hGHR7y7 .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-tF8hGHR7y7 .content {
    margin: auto;
  }
}
.cid-tF8hGHR7y7 li {
  list-style: none;
}
.cid-tF8hGHR7y7 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tF8hGHR7y7 .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tF8hGHR7y7 .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #395037 !important;
}
.cid-tF8hGHR7y7 h4 {
  margin: 0;
}
.cid-tF8hGHR7y7 ul {
  padding: 0;
  margin: 0;
}
.cid-tF8hGHR7y7 H2 {
  color: #ed6436;
}
.cid-tF8hGHR7y7 H1 {
  color: #365d33;
}
.cid-tPHH5LBfEQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPHH5LBfEQ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tPHH5LBfEQ .content {
    padding: 0 2rem;
  }
}
.cid-tPHH5LBfEQ .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tPHH5LBfEQ .img-col {
  padding: 0;
}
.cid-tPHH5LBfEQ .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tPHH5LBfEQ .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tPHH5LBfEQ .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tPHH5LBfEQ .mbr-iconfont {
  font-size: 3.5rem;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tPHH5LBfEQ .icon-title,
.cid-tPHH5LBfEQ .mbr-iconfont {
  color: #ed6436;
}
.cid-tPHH5LBfEQ .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tPHH5LBfEQ .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tPHH5LBfEQ .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tPHH5LBfEQ .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tPHH5LBfEQ .link-wrap {
    margin: auto;
  }
  .cid-tPHH5LBfEQ .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-tPHH5LBfEQ .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tPHH5LBfEQ .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tPHH5LBfEQ .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tPHH5LBfEQ .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tPHH5LBfEQ .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tPHC8wo6aX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPHC8wo6aX .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tPHC8wo6aX .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tPHC8wo6aX .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tPHC8wo6aX .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tPHC8wo6aX .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tPHC8wo6aX .color-col {
  background: #2c6430;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tPHC8wo6aX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tPHC8wo6aX .mbr-iconfont {
  font-size: 4rem;
  color: #181818 !important;
  padding-bottom: 4px;
}
.cid-tPHC8wo6aX .icon-title,
.cid-tPHC8wo6aX .mbr-iconfont {
  color: #ed6436;
  text-align: left;
}
.cid-tPHC8wo6aX .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tPHC8wo6aX .content {
    margin-bottom: 2rem;
  }
  .cid-tPHC8wo6aX .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tPHC8wo6aX .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tPHC8wo6aX .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tPHC8wo6aX .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tPHC8wo6aX .link-wrap {
    margin: auto;
  }
  .cid-tPHC8wo6aX .color-col {
    padding: 3rem 1rem;
  }
  .cid-tPHC8wo6aX .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tPHC8wo6aX .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tPHC8wo6aX .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tPHC8wo6aX .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tPHC8wo6aX .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tPHC8wo6aX .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tPHC8wo6aX .mbr-text2,
.cid-tPHC8wo6aX .icon-wrap-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tPHC8wo6aX H1 {
  color: #ed6436;
}
.cid-tPHC8wo6aX H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tPHC8wo6aX .mbr-text,
.cid-tPHC8wo6aX .mbr-section-btn,
.cid-tPHC8wo6aX .content {
  color: #181818;
}
.cid-tPHCLVnrLt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPHCLVnrLt .row {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tPHCLVnrLt .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tPHCLVnrLt .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tPHCLVnrLt .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-tPHCLVnrLt .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-tPHCLVnrLt .color-col {
  background: #ed6436;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-tPHCLVnrLt .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tPHCLVnrLt .mbr-iconfont {
  font-size: 4rem;
  color: #181818 !important;
  padding-bottom: 4px;
}
.cid-tPHCLVnrLt .icon-title,
.cid-tPHCLVnrLt .mbr-iconfont {
  color: #365d33;
  text-align: left;
}
.cid-tPHCLVnrLt .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tPHCLVnrLt .content {
    margin-bottom: 2rem;
  }
  .cid-tPHCLVnrLt .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tPHCLVnrLt .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tPHCLVnrLt .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tPHCLVnrLt .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-tPHCLVnrLt .link-wrap {
    margin: auto;
  }
  .cid-tPHCLVnrLt .color-col {
    padding: 3rem 1rem;
  }
  .cid-tPHCLVnrLt .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tPHCLVnrLt .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-tPHCLVnrLt .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tPHCLVnrLt .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tPHCLVnrLt .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tPHCLVnrLt .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tPHCLVnrLt .mbr-text2,
.cid-tPHCLVnrLt .icon-wrap-2 {
  color: #ffffff;
  text-align: center;
}
.cid-tPHCLVnrLt H1 {
  color: #ed6436;
}
.cid-tPHCLVnrLt H3 {
  text-align: center;
}
.cid-tPHG70Vcwh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-tPHG70Vcwh .mbr-text {
  color: #767676;
}
.cid-tPHG70Vcwh img {
  width: 100%;
}
.cid-tPHG70Vcwh .card-img {
  margin-bottom: 0rem;
}
.cid-tPHG70Vcwh .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-tPHG70Vcwh .card-box {
  padding: 2rem 1rem;
}
.cid-tPHG70Vcwh p {
  font-weight: 400;
}
.cid-tPHG70Vcwh .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tPHG70Vcwh .card {
    margin-bottom: 2rem;
  }
}
.cid-tPHG70Vcwh .mbr-text,
.cid-tPHG70Vcwh .mbr-section-btn {
  text-align: center;
}
.cid-tPHG70Vcwh .card-title,
.cid-tPHG70Vcwh .card-img {
  text-align: center;
}
.cid-tPHG70Vcwh H2 {
  color: #ed6436;
  text-align: left;
}
.cid-tF8gwJOJfv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tF7XE7V47o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .nav-item:focus,
.cid-tF7XE7V47o .nav-link:focus {
  outline: none;
}
.cid-tF7XE7V47o .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:active,
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .navbar-caption:hover {
  color: inherit !important;
}
.cid-tF7XE7V47o .container {
  max-width: 1380px;
}
.cid-tF7XE7V47o .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tF7XE7V47o .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tF7XE7V47o .nav-link:hover,
.cid-tF7XE7V47o .nav-link:active,
.cid-tF7XE7V47o .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tF7XE7V47o .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tF7XE7V47o .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tF7XE7V47o .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tF7XE7V47o .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF7XE7V47o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF7XE7V47o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF7XE7V47o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF7XE7V47o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF7XE7V47o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF7XE7V47o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF7XE7V47o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF7XE7V47o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF7XE7V47o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF7XE7V47o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF7XE7V47o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF7XE7V47o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF7XE7V47o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tF7XE7V47o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF7XE7V47o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF7XE7V47o .icons-menu span {
  color: #000000 !important;
}
.cid-tF7XE7V47o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF7XE7V47o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tF7XE7V47o .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF7XE7V47o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF7XE7V47o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF7XE7V47o .dropdown-item.active,
.cid-tF7XE7V47o .dropdown-item:active {
  background-color: transparent;
}
.cid-tF7XE7V47o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF7XE7V47o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF7XE7V47o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF7XE7V47o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF7XE7V47o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF7XE7V47o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF7XE7V47o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF7XE7V47o .navbar-buttons {
  text-align: center;
}
.cid-tF7XE7V47o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tF7XE7V47o a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tF7XE7V47o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF7XE7V47o .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tF7XE7V47o .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF7XE7V47o .navbar {
    height: 77px;
  }
  .cid-tF7XE7V47o .navbar.opened {
    height: auto;
  }
  .cid-tF7XE7V47o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF7XE9x6Zt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tF7XE9x6Zt .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tF7XE9x6Zt .content {
    padding: 0 2rem;
  }
}
.cid-tF7XE9x6Zt .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tF7XE9x6Zt .img-col {
  padding: 0;
}
.cid-tF7XE9x6Zt .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-tF7XE9x6Zt .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tF7XE9x6Zt .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tF7XE9x6Zt .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-tF7XE9x6Zt .icon-title,
.cid-tF7XE9x6Zt .mbr-iconfont {
  color: #181818;
  text-align: left;
}
.cid-tF7XE9x6Zt .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tF7XE9x6Zt .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tF7XE9x6Zt .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tF7XE9x6Zt .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tF7XE9x6Zt .link-wrap {
    margin: auto;
  }
}
.cid-tF7XE9x6Zt .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tF7XE9x6Zt .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tF7XE9x6Zt .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tF7XE9x6Zt .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tF7XE9x6Zt .mbr-text,
.cid-tF7XE9x6Zt .mbr-section-btn,
.cid-tF7XE9x6Zt .content {
  color: #353535;
}
.cid-tF7XE9x6Zt H3 {
  text-align: center;
}
.cid-tF7XE9x6Zt H1 {
  color: #365d33;
  text-align: left;
}
.cid-tQZnrIoitA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tQZnrIoitA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZnrIoitA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQZnrIoitA .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-tQZnrIoitA .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tQZnrIoitA .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tQZnrIoitA .mbr-section-title {
  color: #ed6436;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tQZnrIoitA .mbr-section-title {
    width: 100%;
  }
}
.cid-tQZnrIoitA .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tQZnrIoitA .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-tQZnrIoitA .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-tQZnrIoitA .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-tQZnrIoitA .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-tQZnrIoitA .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-tQZnrIoitA .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-tQZnrIoitA .list-title {
    padding-bottom: 20px;
  }
}
.cid-tQZnrIoitA .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-tQZnrIoitA li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-tQZnrIoitA ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #ed6436;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u6R0BAYxt0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
@media (min-width: 992px) {
  .cid-u6R0BAYxt0 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-u6R0BAYxt0 .content {
    padding: 0 2rem;
  }
}
.cid-u6R0BAYxt0 .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-u6R0BAYxt0 .img-col {
  padding: 0;
}
.cid-u6R0BAYxt0 .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-u6R0BAYxt0 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u6R0BAYxt0 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-u6R0BAYxt0 .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-u6R0BAYxt0 .icon-title,
.cid-u6R0BAYxt0 .mbr-iconfont {
  color: #181818;
}
.cid-u6R0BAYxt0 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u6R0BAYxt0 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-u6R0BAYxt0 .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u6R0BAYxt0 .icon-wrap {
    margin-right: 0rem;
  }
  .cid-u6R0BAYxt0 .link-wrap {
    margin: auto;
  }
}
.cid-u6R0BAYxt0 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-u6R0BAYxt0 .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-u6R0BAYxt0 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-u6R0BAYxt0 .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-u6R0BAYxt0 H1 {
  color: #f2f2f4;
}
.cid-u6R0BAYxt0 .mbr-text,
.cid-u6R0BAYxt0 .mbr-section-btn,
.cid-u6R0BAYxt0 .content {
  color: #f2f2f4;
}
.cid-u6R0DiEnut {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #879a9f;
}
.cid-u6R0DiEnut .mbr-text {
  color: #767676;
}
.cid-u6R0DiEnut img {
  width: 100%;
}
.cid-u6R0DiEnut .card-img {
  margin-bottom: 0rem;
}
.cid-u6R0DiEnut .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-u6R0DiEnut .card-box {
  padding: 2rem 1rem;
}
.cid-u6R0DiEnut p {
  font-weight: 400;
}
.cid-u6R0DiEnut .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6R0DiEnut .card {
    margin-bottom: 2rem;
  }
}
.cid-u6R0DiEnut .mbr-text,
.cid-u6R0DiEnut .mbr-section-btn {
  text-align: center;
  color: #0b1b3f;
}
.cid-u6R0DiEnut .card-title,
.cid-u6R0DiEnut .card-img {
  text-align: center;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tF8oU254b0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8oU254b0 .nav-item:focus,
.cid-tF8oU254b0 .nav-link:focus {
  outline: none;
}
.cid-tF8oU254b0 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tF8oU254b0 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8oU254b0 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tF8oU254b0 .dropdown .dropdown-menu .dropdown-item:active,
.cid-tF8oU254b0 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tF8oU254b0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF8oU254b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF8oU254b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF8oU254b0 .navbar-caption:hover {
  color: inherit !important;
}
.cid-tF8oU254b0 .container {
  max-width: 1380px;
}
.cid-tF8oU254b0 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tF8oU254b0 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tF8oU254b0 .nav-link:hover,
.cid-tF8oU254b0 .nav-link:active,
.cid-tF8oU254b0 .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tF8oU254b0 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tF8oU254b0 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tF8oU254b0 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tF8oU254b0 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF8oU254b0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF8oU254b0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF8oU254b0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tF8oU254b0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF8oU254b0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF8oU254b0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF8oU254b0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF8oU254b0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF8oU254b0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF8oU254b0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF8oU254b0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF8oU254b0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF8oU254b0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF8oU254b0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF8oU254b0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF8oU254b0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF8oU254b0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF8oU254b0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF8oU254b0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF8oU254b0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF8oU254b0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF8oU254b0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF8oU254b0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tF8oU254b0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF8oU254b0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF8oU254b0 .icons-menu span {
  color: #000000 !important;
}
.cid-tF8oU254b0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF8oU254b0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tF8oU254b0 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF8oU254b0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF8oU254b0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF8oU254b0 .dropdown-item.active,
.cid-tF8oU254b0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tF8oU254b0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF8oU254b0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF8oU254b0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF8oU254b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF8oU254b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF8oU254b0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF8oU254b0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF8oU254b0 .navbar-buttons {
  text-align: center;
}
.cid-tF8oU254b0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF8oU254b0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tF8oU254b0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8oU254b0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF8oU254b0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF8oU254b0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8oU254b0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8oU254b0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF8oU254b0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF8oU254b0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF8oU254b0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tF8oU254b0 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tF8oU254b0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF8oU254b0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tF8oU254b0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF8oU254b0 .navbar {
    height: 77px;
  }
  .cid-tF8oU254b0 .navbar.opened {
    height: auto;
  }
  .cid-tF8oU254b0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUe5um7WDe {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tUe5um7WDe .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tUe5um7WDe .content {
    padding: 0 2rem;
  }
}
.cid-tUe5um7WDe .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tUe5um7WDe .img-col {
  padding: 0;
}
.cid-tUe5um7WDe .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tUe5um7WDe .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tUe5um7WDe .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tUe5um7WDe .mbr-iconfont {
  font-size: 3.5rem;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tUe5um7WDe .icon-title,
.cid-tUe5um7WDe .mbr-iconfont {
  color: #ed6436;
}
.cid-tUe5um7WDe .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tUe5um7WDe .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tUe5um7WDe .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tUe5um7WDe .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tUe5um7WDe .link-wrap {
    margin: auto;
  }
  .cid-tUe5um7WDe .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-tUe5um7WDe .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tUe5um7WDe .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tUe5um7WDe .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tUe5um7WDe .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tUe5um7WDe .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tFimMP5uD4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
.cid-tFimMP5uD4 .mbr-text,
.cid-tFimMP5uD4 .mbr-section-btn {
  color: #353535;
}
.cid-tFimMP5uD4 .mbr-text {
  max-width: 500px;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .cid-tFimMP5uD4 .mbr-text {
    padding: 0;
  }
}
.cid-tFimMP5uD4 .mbr-section-btn {
  padding: 0 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .cid-tFimMP5uD4 .mbr-section-btn {
    padding: 0;
    padding-bottom: 8rem;
  }
}
.cid-tFimMP5uD4 .mbr-section-subtitle {
  color: #121212;
}
.cid-tFimMP5uD4 .mbr-iconfont {
  color: #121212;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tFimMP5uD4 .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  left: 4rem;
}
@media (max-width: 767px) {
  .cid-tFimMP5uD4 .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tFimMP5uD4 .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tFimMP5uD4 .icon-wrapper:hover .mbr-iconfont {
  color: #ed6436;
}
.cid-tFimMP5uD4 .mbr-section-title {
  color: #ed6436;
}
.cid-tFikfwhDWX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tFikfwhDWX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tFikfwhDWX .select {
  z-index: 999;
}
.cid-tFikfwhDWX .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-tFikfwhDWX .mbr-form {
    max-width: 500px;
  }
}
.cid-tFikfwhDWX .img-col {
  padding: 0;
}
.cid-tFikfwhDWX form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-tFikfwhDWX .jq-selectbox__dropdown,
.cid-tFikfwhDWX ul {
  border-radius: 20px !important;
}
.cid-tFikfwhDWX .jq-selectbox {
  border-radius: 30px;
}
.cid-tFikfwhDWX .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tFikfwhDWX .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tFikfwhDWX input,
.cid-tFikfwhDWX textarea,
.cid-tFikfwhDWX .select {
  border-radius: 30px;
}
.cid-tFikfwhDWX input,
.cid-tFikfwhDWX textarea {
  padding: 2rem 3rem;
}
.cid-tFikfwhDWX textarea {
  min-height: 10rem;
}
.cid-tFikfwhDWX .form-control,
.cid-tFikfwhDWX .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFikfwhDWX .form-control::-webkit-input-placeholder,
.cid-tFikfwhDWX .field-input::-webkit-input-placeholder,
.cid-tFikfwhDWX .form-control::-webkit-input-placeholder,
.cid-tFikfwhDWX .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tFikfwhDWX .form-control:-moz-placeholder,
.cid-tFikfwhDWX .field-input:-moz-placeholder,
.cid-tFikfwhDWX .form-control:-moz-placeholder,
.cid-tFikfwhDWX .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tFikfwhDWX .form-control:hover,
.cid-tFikfwhDWX .field-input:hover,
.cid-tFikfwhDWX .form-control:focus,
.cid-tFikfwhDWX .field-input:focus {
  background-color: #e4d295;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-tFikfwhDWX .form-control:hover::-webkit-input-placeholder,
.cid-tFikfwhDWX .field-input:hover::-webkit-input-placeholder,
.cid-tFikfwhDWX .form-control:focus::-webkit-input-placeholder,
.cid-tFikfwhDWX .field-input:focus::-webkit-input-placeholder,
.cid-tFikfwhDWX .form-control:hover::-webkit-input-placeholder,
.cid-tFikfwhDWX .field-input:hover::-webkit-input-placeholder,
.cid-tFikfwhDWX .form-control:focus::-webkit-input-placeholder,
.cid-tFikfwhDWX .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tFikfwhDWX .form-control:hover:-moz-placeholder,
.cid-tFikfwhDWX .field-input:hover:-moz-placeholder,
.cid-tFikfwhDWX .form-control:focus:-moz-placeholder,
.cid-tFikfwhDWX .field-input:focus:-moz-placeholder,
.cid-tFikfwhDWX .form-control:hover:-moz-placeholder,
.cid-tFikfwhDWX .field-input:hover:-moz-placeholder,
.cid-tFikfwhDWX .form-control:focus:-moz-placeholder,
.cid-tFikfwhDWX .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tFikfwhDWX .jq-number__spin:hover,
.cid-tFikfwhDWX .jq-number__spin:focus {
  background-color: #e4d295;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFikfwhDWX .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFikfwhDWX .jq-selectbox li,
.cid-tFikfwhDWX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFikfwhDWX .jq-selectbox li:hover,
.cid-tFikfwhDWX .jq-selectbox li.selected {
  background-color: #e4d295;
  color: #000000;
}
.cid-tFikfwhDWX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFikfwhDWX .jq-number__spin.minus:hover:after,
.cid-tFikfwhDWX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFikfwhDWX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFikfwhDWX .jq-number__spin.minus:after,
.cid-tFikfwhDWX .jq-number__spin.plus:after {
  border-top-color: #e4d295;
  border-bottom-color: #e4d295;
}
.cid-tFikfwhDWX input::-webkit-clear-button {
  display: none;
}
.cid-tFikfwhDWX input::-webkit-inner-spin-button {
  display: none;
}
.cid-tFikfwhDWX input::-webkit-outer-spin-button {
  display: none;
}
.cid-tFikfwhDWX input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-tFikfwhDWX .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFikfwhDWX form {
    padding: 2rem 1rem;
  }
  .cid-tFikfwhDWX .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-tFikfwhDWX .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tFikfwhDWX H4 {
  color: #ed6436;
}
.cid-tF8oUb6CHm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7f3e7;
}
.cid-tF8oUb6CHm .mbr-iconfont {
  color: #7aba59 !important;
  font-size: 1.8rem !important;
  padding-right: 1rem;
  margin-top: 0.2rem;
  display: block;
}
.cid-tF8oUb6CHm .card-col {
  max-width: 360px;
}
@media (min-width: 1700px) {
  .cid-tF8oUb6CHm .card-col {
    margin-right: 15rem !important;
  }
}
.cid-tF8oUb6CHm img {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.cid-tF8oUb6CHm .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-tF8oUb6CHm svg {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cid-tF8oUb6CHm path {
  fill: #f7f3e7;
}
.cid-tF8oUb6CHm .google-map {
  height: 100%;
  min-height: 15rem;
  position: relative;
}
.cid-tF8oUb6CHm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tF8oUb6CHm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tF8oUb6CHm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tF8oUb6CHm .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tF8oUb6CHm .card-img {
  margin-bottom: 3rem;
}
.cid-tF8oUb6CHm .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: flex;
}
.cid-tF8oUb6CHm .card-wrapper {
  background: #f2f2f4;
  padding: 2rem 1.4rem;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-tF8oUb6CHm p {
  font-weight: 400;
}
.cid-tF8oUb6CHm .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tF8oUb6CHm .svg-col {
    margin-bottom: 3rem;
  }
  .cid-tF8oUb6CHm .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tF8oUb6CHm .google-map {
    height: 10rem;
  }
  .cid-tF8oUb6CHm svg {
    display: none;
  }
  .cid-tF8oUb6CHm .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tF8oUb6CHm .svg-col {
    padding: 0 1rem;
  }
  .cid-tF8oUb6CHm .card-img {
    margin-bottom: 1rem;
  }
  .cid-tF8oUb6CHm .mbr-iconfont {
    padding-right: 0;
  }
  .cid-tF8oUb6CHm .card-box {
    text-align: center;
  }
}
.cid-tF8oUb6CHm .card-title,
.cid-tF8oUb6CHm .card-img {
  color: #ed6436;
}
.cid-u0qXi4Nsfj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qXi4Nsfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qXi4Nsfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qXi4Nsfj .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u0qXi4Nsfj .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u0qXi4Nsfj .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u0qXi4Nsfj .bg-instagram:hover {
  background: #bd005c;
}
.cid-u0qXi4Nsfj .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-u0qXi4Nsfj .bg-tiktok:hover {
  background: #000000;
}
.cid-u0qXi4Nsfj .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u0qXi4Nsfj [class^="socicon-"]:before,
.cid-u0qXi4Nsfj [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tF8oUdJe01 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tFirWa3b2I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFirWa3b2I .nav-item:focus,
.cid-tFirWa3b2I .nav-link:focus {
  outline: none;
}
.cid-tFirWa3b2I .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tFirWa3b2I .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFirWa3b2I .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tFirWa3b2I .dropdown .dropdown-menu .dropdown-item:active,
.cid-tFirWa3b2I .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tFirWa3b2I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFirWa3b2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFirWa3b2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFirWa3b2I .navbar-caption:hover {
  color: inherit !important;
}
.cid-tFirWa3b2I .container {
  max-width: 1380px;
}
.cid-tFirWa3b2I .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tFirWa3b2I .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tFirWa3b2I .nav-link:hover,
.cid-tFirWa3b2I .nav-link:active,
.cid-tFirWa3b2I .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tFirWa3b2I .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tFirWa3b2I .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tFirWa3b2I .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tFirWa3b2I .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFirWa3b2I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFirWa3b2I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFirWa3b2I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tFirWa3b2I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFirWa3b2I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFirWa3b2I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFirWa3b2I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tFirWa3b2I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFirWa3b2I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFirWa3b2I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFirWa3b2I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFirWa3b2I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFirWa3b2I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFirWa3b2I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFirWa3b2I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFirWa3b2I .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFirWa3b2I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFirWa3b2I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFirWa3b2I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFirWa3b2I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFirWa3b2I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFirWa3b2I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFirWa3b2I .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFirWa3b2I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFirWa3b2I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFirWa3b2I .icons-menu span {
  color: #000000 !important;
}
.cid-tFirWa3b2I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFirWa3b2I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tFirWa3b2I .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFirWa3b2I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFirWa3b2I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFirWa3b2I .dropdown-item.active,
.cid-tFirWa3b2I .dropdown-item:active {
  background-color: transparent;
}
.cid-tFirWa3b2I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFirWa3b2I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFirWa3b2I .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFirWa3b2I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFirWa3b2I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFirWa3b2I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFirWa3b2I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFirWa3b2I .navbar-buttons {
  text-align: center;
}
.cid-tFirWa3b2I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFirWa3b2I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tFirWa3b2I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tFirWa3b2I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tFirWa3b2I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tFirWa3b2I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tFirWa3b2I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tFirWa3b2I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tFirWa3b2I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tFirWa3b2I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tFirWa3b2I .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tFirWa3b2I a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tFirWa3b2I .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFirWa3b2I .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tFirWa3b2I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFirWa3b2I .navbar {
    height: 77px;
  }
  .cid-tFirWa3b2I .navbar.opened {
    height: auto;
  }
  .cid-tFirWa3b2I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFivsGrZFJ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f7f3e7;
}
.cid-tFivsGrZFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFivsGrZFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFivsGrZFJ img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tFivsGrZFJ img {
    margin-bottom: 2rem;
  }
}
.cid-tFivsGrZFJ .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tFivsGrZFJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tFivsGrZFJ .card-wrapper {
    max-width: 450px;
  }
}
.cid-tFivsGrZFJ .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFivsGrZFJ .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-tFivsGrZFJ .card-text {
  color: #726c89;
}
.cid-tFivsGrZFJ .card-title DIV {
  text-align: center;
}
.cid-tFivsGrZFJ .card-title {
  color: #ed6436;
}
.cid-tFirWcAU89 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFirWcAU89 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tFirWcAU89 .select {
  z-index: 999;
}
.cid-tFirWcAU89 .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-tFirWcAU89 .mbr-form {
    max-width: 500px;
  }
}
.cid-tFirWcAU89 .img-col {
  padding: 0;
}
.cid-tFirWcAU89 form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-tFirWcAU89 .jq-selectbox__dropdown,
.cid-tFirWcAU89 ul {
  border-radius: 20px !important;
}
.cid-tFirWcAU89 .jq-selectbox {
  border-radius: 30px;
}
.cid-tFirWcAU89 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tFirWcAU89 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tFirWcAU89 input,
.cid-tFirWcAU89 textarea,
.cid-tFirWcAU89 .select {
  border-radius: 30px;
}
.cid-tFirWcAU89 input,
.cid-tFirWcAU89 textarea {
  padding: 2rem 3rem;
}
.cid-tFirWcAU89 textarea {
  min-height: 10rem;
}
.cid-tFirWcAU89 .form-control,
.cid-tFirWcAU89 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #b1a374;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFirWcAU89 .form-control::-webkit-input-placeholder,
.cid-tFirWcAU89 .field-input::-webkit-input-placeholder,
.cid-tFirWcAU89 .form-control::-webkit-input-placeholder,
.cid-tFirWcAU89 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tFirWcAU89 .form-control:-moz-placeholder,
.cid-tFirWcAU89 .field-input:-moz-placeholder,
.cid-tFirWcAU89 .form-control:-moz-placeholder,
.cid-tFirWcAU89 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tFirWcAU89 .form-control:hover,
.cid-tFirWcAU89 .field-input:hover,
.cid-tFirWcAU89 .form-control:focus,
.cid-tFirWcAU89 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-tFirWcAU89 .form-control:hover::-webkit-input-placeholder,
.cid-tFirWcAU89 .field-input:hover::-webkit-input-placeholder,
.cid-tFirWcAU89 .form-control:focus::-webkit-input-placeholder,
.cid-tFirWcAU89 .field-input:focus::-webkit-input-placeholder,
.cid-tFirWcAU89 .form-control:hover::-webkit-input-placeholder,
.cid-tFirWcAU89 .field-input:hover::-webkit-input-placeholder,
.cid-tFirWcAU89 .form-control:focus::-webkit-input-placeholder,
.cid-tFirWcAU89 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tFirWcAU89 .form-control:hover:-moz-placeholder,
.cid-tFirWcAU89 .field-input:hover:-moz-placeholder,
.cid-tFirWcAU89 .form-control:focus:-moz-placeholder,
.cid-tFirWcAU89 .field-input:focus:-moz-placeholder,
.cid-tFirWcAU89 .form-control:hover:-moz-placeholder,
.cid-tFirWcAU89 .field-input:hover:-moz-placeholder,
.cid-tFirWcAU89 .form-control:focus:-moz-placeholder,
.cid-tFirWcAU89 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tFirWcAU89 .jq-number__spin:hover,
.cid-tFirWcAU89 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFirWcAU89 .jq-number__spin {
  background-color: #ffffff;
  border-color: #b1a374;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFirWcAU89 .jq-selectbox li,
.cid-tFirWcAU89 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFirWcAU89 .jq-selectbox li:hover,
.cid-tFirWcAU89 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFirWcAU89 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFirWcAU89 .jq-number__spin.minus:hover:after,
.cid-tFirWcAU89 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFirWcAU89 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFirWcAU89 .jq-number__spin.minus:after,
.cid-tFirWcAU89 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFirWcAU89 input::-webkit-clear-button {
  display: none;
}
.cid-tFirWcAU89 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tFirWcAU89 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tFirWcAU89 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-tFirWcAU89 .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFirWcAU89 form {
    padding: 2rem 1rem;
  }
  .cid-tFirWcAU89 .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-tFirWcAU89 .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tFirWcAU89 H4 {
  color: #0b1b3f;
}
.cid-tFirWikGEF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tELLBeUoXb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .nav-item:focus,
.cid-tELLBeUoXb .nav-link:focus {
  outline: none;
}
.cid-tELLBeUoXb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:active,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .navbar-caption:hover {
  color: inherit !important;
}
.cid-tELLBeUoXb .container {
  max-width: 1380px;
}
.cid-tELLBeUoXb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tELLBeUoXb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tELLBeUoXb .nav-link:hover,
.cid-tELLBeUoXb .nav-link:active,
.cid-tELLBeUoXb .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tELLBeUoXb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tELLBeUoXb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tELLBeUoXb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELLBeUoXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELLBeUoXb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tELLBeUoXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELLBeUoXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELLBeUoXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELLBeUoXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tELLBeUoXb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tELLBeUoXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tELLBeUoXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tELLBeUoXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELLBeUoXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tELLBeUoXb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tELLBeUoXb .icons-menu span {
  color: #000000 !important;
}
.cid-tELLBeUoXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELLBeUoXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tELLBeUoXb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tELLBeUoXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELLBeUoXb .dropdown-item.active,
.cid-tELLBeUoXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tELLBeUoXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELLBeUoXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELLBeUoXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELLBeUoXb .navbar-buttons {
  text-align: center;
}
.cid-tELLBeUoXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tELLBeUoXb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tELLBeUoXb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELLBeUoXb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tELLBeUoXb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tELLBeUoXb .navbar {
    height: 77px;
  }
  .cid-tELLBeUoXb .navbar.opened {
    height: auto;
  }
  .cid-tELLBeUoXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUihHADh4o {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tUihHADh4o .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tUihHADh4o .content {
    padding: 0 2rem;
  }
}
.cid-tUihHADh4o .img-col {
  padding: 0;
}
.cid-tUihHADh4o .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-tUihHADh4o .icon-wrap h3 {
  margin: 0;
}
.cid-tUihHADh4o .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tUihHADh4o .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-tUihHADh4o .icon-title,
.cid-tUihHADh4o .mbr-iconfont {
  color: #181818;
}
.cid-tUihHADh4o .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tUihHADh4o .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tUihHADh4o .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tUihHADh4o .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-tFaeiGQtWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFaeiGQtWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFaeiGQtWK .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-tFaeiGQtWK .container {
    padding: 0 16px;
  }
}
.cid-tFaeiGQtWK .title-wrapper {
  position: relative;
}
.cid-tFaeiGQtWK .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFaeiGQtWK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tFaeiGQtWK .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFaeiGQtWK .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tFaeiGQtWK .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tFaeiGQtWK .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tFaeiGQtWK .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tFaeiGQtWK .mbr-section-title {
  color: #08323C;
}
.cid-tFaeiGQtWK .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tFaeiGQtWK .mbr-section-title,
.cid-tFaeiGQtWK .mbr-section-btn {
  text-align: center;
}
.cid-tFae6Gh5jT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tFae6Gh5jT .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tFae6Gh5jT .content {
    padding: 0 2rem;
  }
}
.cid-tFae6Gh5jT .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-tFae6Gh5jT .content {
    margin: auto;
  }
}
.cid-tFae6Gh5jT li {
  list-style: none;
}
.cid-tFae6Gh5jT .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tFae6Gh5jT .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tFae6Gh5jT .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tFae6Gh5jT h4 {
  margin: 0;
}
.cid-tFae6Gh5jT ul {
  padding: 0;
  margin: 0;
}
.cid-tFae6Gh5jT H2 {
  color: #ed6436;
}
.cid-tFaegp4eAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-tFaegp4eAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFaegp4eAi .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-tFaegp4eAi .container {
    padding: 0 16px;
  }
}
.cid-tFaegp4eAi .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tFaegp4eAi .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tFaegp4eAi .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tFaegp4eAi .image-wrapper img {
    height: 300px;
  }
}
.cid-tFaegp4eAi .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tFaegp4eAi .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tFaegp4eAi .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tFaegp4eAi .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tFaegp4eAi .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tFaegp4eAi .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tELLBeUoXb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .nav-item:focus,
.cid-tELLBeUoXb .nav-link:focus {
  outline: none;
}
.cid-tELLBeUoXb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:active,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .navbar-caption:hover {
  color: inherit !important;
}
.cid-tELLBeUoXb .container {
  max-width: 1380px;
}
.cid-tELLBeUoXb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tELLBeUoXb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tELLBeUoXb .nav-link:hover,
.cid-tELLBeUoXb .nav-link:active,
.cid-tELLBeUoXb .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tELLBeUoXb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tELLBeUoXb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tELLBeUoXb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELLBeUoXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELLBeUoXb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tELLBeUoXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELLBeUoXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELLBeUoXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELLBeUoXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tELLBeUoXb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tELLBeUoXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tELLBeUoXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tELLBeUoXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELLBeUoXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tELLBeUoXb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tELLBeUoXb .icons-menu span {
  color: #000000 !important;
}
.cid-tELLBeUoXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELLBeUoXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tELLBeUoXb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tELLBeUoXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELLBeUoXb .dropdown-item.active,
.cid-tELLBeUoXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tELLBeUoXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELLBeUoXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELLBeUoXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELLBeUoXb .navbar-buttons {
  text-align: center;
}
.cid-tELLBeUoXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tELLBeUoXb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tELLBeUoXb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELLBeUoXb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tELLBeUoXb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tELLBeUoXb .navbar {
    height: 77px;
  }
  .cid-tELLBeUoXb .navbar.opened {
    height: auto;
  }
  .cid-tELLBeUoXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUBQEHaDLM {
  padding-top: 135px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tUBQEHaDLM .accordion .card {
  overflow: hidden;
}
.cid-tUBQEHaDLM .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tUBQEHaDLM .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tUBQEHaDLM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tUBQEHaDLM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tUBQEHaDLM .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tUBQEHaDLM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tUBQEHaDLM .card .panel-body {
  color: #767676;
}
.cid-tUBQEHaDLM .card:hover {
  background: #84ab87;
}
.cid-tUBQEHaDLM .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-tUBQEHaDLM .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tUBQEHaDLM .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tUBQEHaDLM .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tUBQEHaDLM .panel-collapse {
  margin-top: -1px;
}
.cid-tUBQEHaDLM H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-tUBQEHaDLM .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tUBQEHaDLM .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tUBQEHaDLM .sign {
    margin-right: 0.5rem;
  }
}
.cid-tUBQEHaDLM H2 {
  color: #395037;
}
.cid-tUBTT7FRG2 {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tUBTT7FRG2 .accordion .card {
  overflow: hidden;
}
.cid-tUBTT7FRG2 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tUBTT7FRG2 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tUBTT7FRG2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tUBTT7FRG2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tUBTT7FRG2 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tUBTT7FRG2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tUBTT7FRG2 .card .panel-body {
  color: #767676;
}
.cid-tUBTT7FRG2 .card:hover {
  background: #84ab87;
}
.cid-tUBTT7FRG2 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-tUBTT7FRG2 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tUBTT7FRG2 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tUBTT7FRG2 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tUBTT7FRG2 .panel-collapse {
  margin-top: -1px;
}
.cid-tUBTT7FRG2 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-tUBTT7FRG2 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tUBTT7FRG2 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tUBTT7FRG2 .sign {
    margin-right: 0.5rem;
  }
}
.cid-tUBTT7FRG2 H2 {
  color: #395037;
}
.cid-tUBWxHfCyA {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-tUBWxHfCyA .accordion .card {
  overflow: hidden;
}
.cid-tUBWxHfCyA .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-tUBWxHfCyA .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-tUBWxHfCyA .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tUBWxHfCyA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tUBWxHfCyA .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-tUBWxHfCyA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tUBWxHfCyA .card .panel-body {
  color: #767676;
}
.cid-tUBWxHfCyA .card:hover {
  background: #84ab87;
}
.cid-tUBWxHfCyA .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-tUBWxHfCyA .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tUBWxHfCyA .mbri-arrow-down:before {
  content: '\e960';
}
.cid-tUBWxHfCyA .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-tUBWxHfCyA .panel-collapse {
  margin-top: -1px;
}
.cid-tUBWxHfCyA H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-tUBWxHfCyA .panel-text {
    padding: 0 0.5rem;
  }
  .cid-tUBWxHfCyA .icon-left {
    margin-left: 0.5rem;
  }
  .cid-tUBWxHfCyA .sign {
    margin-right: 0.5rem;
  }
}
.cid-tUBWxHfCyA H2 {
  color: #395037;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tF7XE7V47o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .nav-item:focus,
.cid-tF7XE7V47o .nav-link:focus {
  outline: none;
}
.cid-tF7XE7V47o .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:active,
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .navbar-caption:hover {
  color: inherit !important;
}
.cid-tF7XE7V47o .container {
  max-width: 1380px;
}
.cid-tF7XE7V47o .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tF7XE7V47o .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tF7XE7V47o .nav-link:hover,
.cid-tF7XE7V47o .nav-link:active,
.cid-tF7XE7V47o .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tF7XE7V47o .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tF7XE7V47o .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tF7XE7V47o .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tF7XE7V47o .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF7XE7V47o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF7XE7V47o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF7XE7V47o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF7XE7V47o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF7XE7V47o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF7XE7V47o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF7XE7V47o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF7XE7V47o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF7XE7V47o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF7XE7V47o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF7XE7V47o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF7XE7V47o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF7XE7V47o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tF7XE7V47o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF7XE7V47o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF7XE7V47o .icons-menu span {
  color: #000000 !important;
}
.cid-tF7XE7V47o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF7XE7V47o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tF7XE7V47o .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF7XE7V47o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF7XE7V47o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF7XE7V47o .dropdown-item.active,
.cid-tF7XE7V47o .dropdown-item:active {
  background-color: transparent;
}
.cid-tF7XE7V47o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF7XE7V47o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF7XE7V47o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF7XE7V47o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF7XE7V47o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF7XE7V47o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF7XE7V47o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF7XE7V47o .navbar-buttons {
  text-align: center;
}
.cid-tF7XE7V47o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tF7XE7V47o a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tF7XE7V47o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF7XE7V47o .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tF7XE7V47o .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF7XE7V47o .navbar {
    height: 77px;
  }
  .cid-tF7XE7V47o .navbar.opened {
    height: auto;
  }
  .cid-tF7XE7V47o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVaPPZeklX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVaPPZeklX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaPPZeklX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVaPPZeklX b,
.cid-tVaPPZeklX strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tVaPPZeklX img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tVaPPZeklX img {
    padding-bottom: 2rem;
  }
}
.cid-tVaPPZeklX .row {
  align-items: center;
}
.cid-tVaPPZeklX .mbr-section-title {
  color: #17003b;
}
.cid-tVaPPZeklX .mbr-text,
.cid-tVaPPZeklX .mbr-section-btn {
  color: #17003b;
}
.cid-tVaPPZeklX .mbr-section-subtitle {
  color: #17003b;
}
.cid-uVciYzeAD1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVciYzeAD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVciYzeAD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVciYzeAD1 b,
.cid-uVciYzeAD1 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uVciYzeAD1 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uVciYzeAD1 img {
    padding-bottom: 2rem;
  }
}
.cid-uVciYzeAD1 .row {
  align-items: center;
}
.cid-uVciYzeAD1 .mbr-section-title {
  color: #17003b;
}
.cid-uVciYzeAD1 .mbr-text,
.cid-uVciYzeAD1 .mbr-section-btn {
  color: #17003b;
}
.cid-uVciYzeAD1 .mbr-section-subtitle {
  color: #17003b;
}
.cid-tVaPayKHsH {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVaPayKHsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaPayKHsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVaPayKHsH b,
.cid-tVaPayKHsH strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tVaPayKHsH img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tVaPayKHsH img {
    padding-bottom: 2rem;
  }
}
.cid-tVaPayKHsH .row {
  align-items: center;
}
.cid-tVaPayKHsH .mbr-section-title {
  color: #17003b;
}
.cid-tVaPayKHsH .mbr-text,
.cid-tVaPayKHsH .mbr-section-btn {
  color: #17003b;
  text-align: left;
}
.cid-tVaPayKHsH .mbr-section-subtitle {
  color: #17003b;
}
.cid-tVaMqT5NNN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVaMqT5NNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaMqT5NNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVaMqT5NNN b,
.cid-tVaMqT5NNN strong {
  font-weight: 900;
}
.cid-tVaMqT5NNN .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tVaMqT5NNN img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tVaMqT5NNN img {
    padding-bottom: 2rem;
  }
}
.cid-tVaMqT5NNN .row {
  align-items: center;
}
.cid-tVaMqT5NNN .mbr-section-title {
  color: #17003b;
}
.cid-tVaMqT5NNN .mbr-text,
.cid-tVaMqT5NNN .mbr-section-btn {
  color: #17003b;
}
.cid-tVaMqT5NNN .mbr-section-subtitle {
  color: #17003b;
}
.cid-tYX88DR4rh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYX88DR4rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYX88DR4rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX88DR4rh b,
.cid-tYX88DR4rh strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tYX88DR4rh img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYX88DR4rh img {
    padding-bottom: 2rem;
  }
}
.cid-tYX88DR4rh .row {
  align-items: center;
}
.cid-tYX88DR4rh .mbr-section-title {
  color: #17003b;
}
.cid-tYX88DR4rh .mbr-text,
.cid-tYX88DR4rh .mbr-section-btn {
  color: #17003b;
}
.cid-tYX88DR4rh .mbr-section-subtitle {
  color: #17003b;
}
.cid-tYX8bCOJEP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYX8bCOJEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYX8bCOJEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX8bCOJEP b,
.cid-tYX8bCOJEP strong {
  font-weight: 900;
}
.cid-tYX8bCOJEP .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tYX8bCOJEP img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYX8bCOJEP img {
    padding-bottom: 2rem;
  }
}
.cid-tYX8bCOJEP .row {
  align-items: center;
}
.cid-tYX8bCOJEP .mbr-section-title {
  color: #17003b;
}
.cid-tYX8bCOJEP .mbr-text,
.cid-tYX8bCOJEP .mbr-section-btn {
  color: #17003b;
}
.cid-tYX8bCOJEP .mbr-section-subtitle {
  color: #17003b;
}
.cid-tYX8eZORql {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYX8eZORql .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYX8eZORql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX8eZORql b,
.cid-tYX8eZORql strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tYX8eZORql img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYX8eZORql img {
    padding-bottom: 2rem;
  }
}
.cid-tYX8eZORql .row {
  align-items: center;
}
.cid-tYX8eZORql .mbr-section-title {
  color: #17003b;
}
.cid-tYX8eZORql .mbr-text,
.cid-tYX8eZORql .mbr-section-btn {
  color: #17003b;
}
.cid-tYX8eZORql .mbr-section-subtitle {
  color: #17003b;
}
.cid-urXgOtIik3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urXgOtIik3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXgOtIik3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXgOtIik3 b,
.cid-urXgOtIik3 strong {
  font-weight: 900;
}
.cid-urXgOtIik3 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-urXgOtIik3 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urXgOtIik3 img {
    padding-bottom: 2rem;
  }
}
.cid-urXgOtIik3 .row {
  align-items: center;
}
.cid-urXgOtIik3 .mbr-section-title {
  color: #17003b;
}
.cid-urXgOtIik3 .mbr-text,
.cid-urXgOtIik3 .mbr-section-btn {
  color: #17003b;
}
.cid-urXgOtIik3 .mbr-section-subtitle {
  color: #17003b;
}
.cid-urX7cl0rbV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urX7cl0rbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX7cl0rbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urX7cl0rbV b,
.cid-urX7cl0rbV strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-urX7cl0rbV img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urX7cl0rbV img {
    padding-bottom: 2rem;
  }
}
.cid-urX7cl0rbV .row {
  align-items: center;
}
.cid-urX7cl0rbV .mbr-section-title {
  color: #17003b;
}
.cid-urX7cl0rbV .mbr-text,
.cid-urX7cl0rbV .mbr-section-btn {
  color: #17003b;
}
.cid-urX7cl0rbV .mbr-section-subtitle {
  color: #17003b;
}
.cid-urX79hArFu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urX79hArFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX79hArFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urX79hArFu b,
.cid-urX79hArFu strong {
  font-weight: 900;
}
.cid-urX79hArFu .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-urX79hArFu img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urX79hArFu img {
    padding-bottom: 2rem;
  }
}
.cid-urX79hArFu .row {
  align-items: center;
}
.cid-urX79hArFu .mbr-section-title {
  color: #17003b;
}
.cid-urX79hArFu .mbr-text,
.cid-urX79hArFu .mbr-section-btn {
  color: #17003b;
}
.cid-urX79hArFu .mbr-section-subtitle {
  color: #17003b;
}
.cid-urX8AsELqy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urX8AsELqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-urX8AsELqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urX8AsELqy b,
.cid-urX8AsELqy strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-urX8AsELqy img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urX8AsELqy img {
    padding-bottom: 2rem;
  }
}
.cid-urX8AsELqy .row {
  align-items: center;
}
.cid-urX8AsELqy .mbr-section-title {
  color: #17003b;
}
.cid-urX8AsELqy .mbr-text,
.cid-urX8AsELqy .mbr-section-btn {
  color: #17003b;
}
.cid-urX8AsELqy .mbr-section-subtitle {
  color: #17003b;
}
.cid-tYXxvBXssg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYXxvBXssg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYXxvBXssg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYXxvBXssg b,
.cid-tYXxvBXssg strong {
  font-weight: 900;
}
.cid-tYXxvBXssg .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tYXxvBXssg img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYXxvBXssg img {
    padding-bottom: 2rem;
  }
}
.cid-tYXxvBXssg .row {
  align-items: center;
}
.cid-tYXxvBXssg .mbr-section-title {
  color: #17003b;
}
.cid-tYXxvBXssg .mbr-text,
.cid-tYXxvBXssg .mbr-section-btn {
  color: #17003b;
}
.cid-tYXxvBXssg .mbr-section-subtitle {
  color: #17003b;
}
.cid-tYXxwHCQun {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYXxwHCQun .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYXxwHCQun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYXxwHCQun b,
.cid-tYXxwHCQun strong {
  font-weight: 900;
}
.cid-tYXxwHCQun .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tYXxwHCQun img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYXxwHCQun img {
    padding-bottom: 2rem;
  }
}
.cid-tYXxwHCQun .row {
  align-items: center;
}
.cid-tYXxwHCQun .mbr-section-title {
  color: #17003b;
}
.cid-tYXxwHCQun .mbr-text,
.cid-tYXxwHCQun .mbr-section-btn {
  color: #17003b;
}
.cid-tYXxwHCQun .mbr-section-subtitle {
  color: #17003b;
}
.cid-urXbciNE6k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urXbciNE6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXbciNE6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXbciNE6k b,
.cid-urXbciNE6k strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-urXbciNE6k img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urXbciNE6k img {
    padding-bottom: 2rem;
  }
}
.cid-urXbciNE6k .row {
  align-items: center;
}
.cid-urXbciNE6k .mbr-section-title {
  color: #17003b;
}
.cid-urXbciNE6k .mbr-text,
.cid-urXbciNE6k .mbr-section-btn {
  color: #17003b;
}
.cid-urXbciNE6k .mbr-section-subtitle {
  color: #17003b;
}
.cid-urXVDSlsjb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urXVDSlsjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXVDSlsjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXVDSlsjb b,
.cid-urXVDSlsjb strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-urXVDSlsjb img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urXVDSlsjb img {
    padding-bottom: 2rem;
  }
}
.cid-urXVDSlsjb .row {
  align-items: center;
}
.cid-urXVDSlsjb .mbr-section-title {
  color: #17003b;
}
.cid-urXVDSlsjb .mbr-text,
.cid-urXVDSlsjb .mbr-section-btn {
  color: #17003b;
}
.cid-urXVDSlsjb .mbr-section-subtitle {
  color: #17003b;
}
.cid-urXWGCTHuf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urXWGCTHuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXWGCTHuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXWGCTHuf b,
.cid-urXWGCTHuf strong {
  font-weight: 900;
}
.cid-urXWGCTHuf .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-urXWGCTHuf img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urXWGCTHuf img {
    padding-bottom: 2rem;
  }
}
.cid-urXWGCTHuf .row {
  align-items: center;
}
.cid-urXWGCTHuf .mbr-section-title {
  color: #17003b;
}
.cid-urXWGCTHuf .mbr-text,
.cid-urXWGCTHuf .mbr-section-btn {
  color: #17003b;
}
.cid-urXWGCTHuf .mbr-section-subtitle {
  color: #17003b;
}
.cid-urXXuuhq5K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urXXuuhq5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXXuuhq5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXXuuhq5K b,
.cid-urXXuuhq5K strong {
  font-weight: 900;
}
.cid-urXXuuhq5K .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-urXXuuhq5K img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urXXuuhq5K img {
    padding-bottom: 2rem;
  }
}
.cid-urXXuuhq5K .row {
  align-items: center;
}
.cid-urXXuuhq5K .mbr-section-title {
  color: #17003b;
}
.cid-urXXuuhq5K .mbr-text,
.cid-urXXuuhq5K .mbr-section-btn {
  color: #17003b;
}
.cid-urXXuuhq5K .mbr-section-subtitle {
  color: #17003b;
}
.cid-uT9bBGjPse {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uT9bBGjPse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT9bBGjPse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT9bBGjPse b,
.cid-uT9bBGjPse strong {
  font-weight: 900;
}
.cid-uT9bBGjPse .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uT9bBGjPse img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uT9bBGjPse img {
    padding-bottom: 2rem;
  }
}
.cid-uT9bBGjPse .row {
  align-items: center;
}
.cid-uT9bBGjPse .mbr-section-title {
  color: #17003b;
}
.cid-uT9bBGjPse .mbr-text,
.cid-uT9bBGjPse .mbr-section-btn {
  color: #17003b;
}
.cid-uT9bBGjPse .mbr-section-subtitle {
  color: #17003b;
}
.cid-urY0BPwN6v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urY0BPwN6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-urY0BPwN6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urY0BPwN6v b,
.cid-urY0BPwN6v strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-urY0BPwN6v img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urY0BPwN6v img {
    padding-bottom: 2rem;
  }
}
.cid-urY0BPwN6v .row {
  align-items: center;
}
.cid-urY0BPwN6v .mbr-section-title {
  color: #17003b;
}
.cid-urY0BPwN6v .mbr-text,
.cid-urY0BPwN6v .mbr-section-btn {
  color: #17003b;
}
.cid-urY0BPwN6v .mbr-section-subtitle {
  color: #17003b;
}
.cid-uT9iKo8Zl7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uT9iKo8Zl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT9iKo8Zl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT9iKo8Zl7 b,
.cid-uT9iKo8Zl7 strong {
  font-weight: 900;
}
.cid-uT9iKo8Zl7 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uT9iKo8Zl7 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uT9iKo8Zl7 img {
    padding-bottom: 2rem;
  }
}
.cid-uT9iKo8Zl7 .row {
  align-items: center;
}
.cid-uT9iKo8Zl7 .mbr-section-title {
  color: #17003b;
}
.cid-uT9iKo8Zl7 .mbr-text,
.cid-uT9iKo8Zl7 .mbr-section-btn {
  color: #17003b;
}
.cid-uT9iKo8Zl7 .mbr-section-subtitle {
  color: #17003b;
}
.cid-uT9dLDEC7T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uT9dLDEC7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT9dLDEC7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT9dLDEC7T b,
.cid-uT9dLDEC7T strong {
  font-weight: 900;
}
.cid-uT9dLDEC7T .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uT9dLDEC7T img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uT9dLDEC7T img {
    padding-bottom: 2rem;
  }
}
.cid-uT9dLDEC7T .row {
  align-items: center;
}
.cid-uT9dLDEC7T .mbr-section-title {
  color: #17003b;
}
.cid-uT9dLDEC7T .mbr-text,
.cid-uT9dLDEC7T .mbr-section-btn {
  color: #17003b;
}
.cid-uT9dLDEC7T .mbr-section-subtitle {
  color: #17003b;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tF7XE7V47o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .nav-item:focus,
.cid-tF7XE7V47o .nav-link:focus {
  outline: none;
}
.cid-tF7XE7V47o .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:active,
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tF7XE7V47o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tF7XE7V47o .navbar-caption:hover {
  color: inherit !important;
}
.cid-tF7XE7V47o .container {
  max-width: 1380px;
}
.cid-tF7XE7V47o .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tF7XE7V47o .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tF7XE7V47o .nav-link:hover,
.cid-tF7XE7V47o .nav-link:active,
.cid-tF7XE7V47o .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tF7XE7V47o .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tF7XE7V47o .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tF7XE7V47o .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tF7XE7V47o .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF7XE7V47o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF7XE7V47o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF7XE7V47o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tF7XE7V47o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF7XE7V47o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF7XE7V47o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF7XE7V47o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF7XE7V47o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tF7XE7V47o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tF7XE7V47o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF7XE7V47o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF7XE7V47o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF7XE7V47o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF7XE7V47o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF7XE7V47o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tF7XE7V47o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tF7XE7V47o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tF7XE7V47o .icons-menu span {
  color: #000000 !important;
}
.cid-tF7XE7V47o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF7XE7V47o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tF7XE7V47o .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF7XE7V47o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF7XE7V47o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF7XE7V47o .dropdown-item.active,
.cid-tF7XE7V47o .dropdown-item:active {
  background-color: transparent;
}
.cid-tF7XE7V47o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF7XE7V47o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF7XE7V47o .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF7XE7V47o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF7XE7V47o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF7XE7V47o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF7XE7V47o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF7XE7V47o .navbar-buttons {
  text-align: center;
}
.cid-tF7XE7V47o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tF7XE7V47o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tF7XE7V47o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tF7XE7V47o .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tF7XE7V47o a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tF7XE7V47o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tF7XE7V47o .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tF7XE7V47o .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF7XE7V47o .navbar {
    height: 77px;
  }
  .cid-tF7XE7V47o .navbar.opened {
    height: auto;
  }
  .cid-tF7XE7V47o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6QV6swBGd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
@media (min-width: 992px) {
  .cid-u6QV6swBGd .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-u6QV6swBGd .content {
    padding: 0 2rem;
  }
}
.cid-u6QV6swBGd .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-u6QV6swBGd .img-col {
  padding: 0;
}
.cid-u6QV6swBGd .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-u6QV6swBGd .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u6QV6swBGd .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-u6QV6swBGd .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-u6QV6swBGd .icon-title,
.cid-u6QV6swBGd .mbr-iconfont {
  color: #181818;
}
.cid-u6QV6swBGd .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u6QV6swBGd .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-u6QV6swBGd .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u6QV6swBGd .icon-wrap {
    margin-right: 0rem;
  }
  .cid-u6QV6swBGd .link-wrap {
    margin: auto;
  }
}
.cid-u6QV6swBGd .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-u6QV6swBGd .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-u6QV6swBGd .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-u6QV6swBGd .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-u6QV6swBGd H1 {
  color: #f2f2f4;
}
.cid-u6QV6swBGd .mbr-text,
.cid-u6QV6swBGd .mbr-section-btn,
.cid-u6QV6swBGd .content {
  color: #f2f2f4;
}
.cid-u6QVHB3D50 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #879a9f;
}
.cid-u6QVHB3D50 .mbr-text {
  color: #767676;
}
.cid-u6QVHB3D50 img {
  width: 100%;
}
.cid-u6QVHB3D50 .card-img {
  margin-bottom: 0rem;
}
.cid-u6QVHB3D50 .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-u6QVHB3D50 .card-box {
  padding: 2rem 1rem;
}
.cid-u6QVHB3D50 p {
  font-weight: 400;
}
.cid-u6QVHB3D50 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6QVHB3D50 .card {
    margin-bottom: 2rem;
  }
}
.cid-u6QVHB3D50 .mbr-text,
.cid-u6QVHB3D50 .mbr-section-btn {
  text-align: center;
  color: #0b1b3f;
}
.cid-u6QVHB3D50 .card-title,
.cid-u6QVHB3D50 .card-img {
  text-align: center;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tELLBeUoXb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .nav-item:focus,
.cid-tELLBeUoXb .nav-link:focus {
  outline: none;
}
.cid-tELLBeUoXb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:active,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .navbar-caption:hover {
  color: inherit !important;
}
.cid-tELLBeUoXb .container {
  max-width: 1380px;
}
.cid-tELLBeUoXb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tELLBeUoXb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tELLBeUoXb .nav-link:hover,
.cid-tELLBeUoXb .nav-link:active,
.cid-tELLBeUoXb .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tELLBeUoXb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tELLBeUoXb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tELLBeUoXb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELLBeUoXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELLBeUoXb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tELLBeUoXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELLBeUoXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELLBeUoXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELLBeUoXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tELLBeUoXb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tELLBeUoXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tELLBeUoXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tELLBeUoXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELLBeUoXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tELLBeUoXb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tELLBeUoXb .icons-menu span {
  color: #000000 !important;
}
.cid-tELLBeUoXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELLBeUoXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tELLBeUoXb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tELLBeUoXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELLBeUoXb .dropdown-item.active,
.cid-tELLBeUoXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tELLBeUoXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELLBeUoXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELLBeUoXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELLBeUoXb .navbar-buttons {
  text-align: center;
}
.cid-tELLBeUoXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tELLBeUoXb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tELLBeUoXb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELLBeUoXb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tELLBeUoXb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tELLBeUoXb .navbar {
    height: 77px;
  }
  .cid-tELLBeUoXb .navbar.opened {
    height: auto;
  }
  .cid-tELLBeUoXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKVkpeKjR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uDKVkpeKjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKVkpeKjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uDKVkpeKjR .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uDKVkpeKjR .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-uDKVkpeKjR .card-wrapper {
  background: #ffffff;
}
.cid-uDKVkpeKjR .mbr-text,
.cid-uDKVkpeKjR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDKVkpeKjR .card-title,
.cid-uDKVkpeKjR .card-box {
  text-align: left;
  color: #000000;
}
.cid-uDNr60JiMi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f3e7;
}
@media (min-width: 992px) {
  .cid-uDNr60JiMi .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-uDNr60JiMi .content {
    padding: 0 2rem;
  }
}
.cid-uDNr60JiMi .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-uDNr60JiMi .content {
    margin: auto;
  }
}
.cid-uDNr60JiMi li {
  list-style: none;
}
.cid-uDNr60JiMi .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uDNr60JiMi .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-uDNr60JiMi .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #000000 !important;
}
.cid-uDNr60JiMi h4 {
  margin: 0;
}
.cid-uDNr60JiMi ul {
  padding: 0;
  margin: 0;
}
.cid-uDNr60JiMi H2 {
  color: #ed6436;
}
.cid-uDNr60JiMi H1 {
  color: #000000;
}
.cid-uDNwiyIZ6N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7fff7;
}
.cid-uDNwiyIZ6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNwiyIZ6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNwiyIZ6N .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDNwiyIZ6N .content-wrapper {
    padding: 0;
  }
}
.cid-uDNwiyIZ6N .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uDNwiyIZ6N .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uDNwiyIZ6N .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uDNwiyIZ6N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDNwiyIZ6N .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uDNwiyIZ6N .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uDNwiyIZ6N .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uDNwiyIZ6N .mbr-text,
.cid-uDNwiyIZ6N .text-wrapper {
  color: #050f0f;
}
.cid-uDNwiyIZ6N .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uDNwiyIZ6N .mbr-text,
.cid-uDNwiyIZ6N .text-wrapper,
.cid-uDNwiyIZ6N .rating-wrapper {
  text-align: center;
}
.cid-uDNAVzvdHp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDNAVzvdHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNAVzvdHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNAVzvdHp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uDNAVzvdHp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDNAVzvdHp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDNAVzvdHp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDNAVzvdHp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uDNAVzvdHp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uDNAVzvdHp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDNAVzvdHp .card-title {
  color: #000000;
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tELLBeUoXb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .nav-item:focus,
.cid-tELLBeUoXb .nav-link:focus {
  outline: none;
}
.cid-tELLBeUoXb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:active,
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tELLBeUoXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tELLBeUoXb .navbar-caption:hover {
  color: inherit !important;
}
.cid-tELLBeUoXb .container {
  max-width: 1380px;
}
.cid-tELLBeUoXb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tELLBeUoXb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tELLBeUoXb .nav-link:hover,
.cid-tELLBeUoXb .nav-link:active,
.cid-tELLBeUoXb .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tELLBeUoXb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tELLBeUoXb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tELLBeUoXb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tELLBeUoXb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELLBeUoXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELLBeUoXb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tELLBeUoXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELLBeUoXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELLBeUoXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELLBeUoXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELLBeUoXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tELLBeUoXb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tELLBeUoXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tELLBeUoXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tELLBeUoXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tELLBeUoXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELLBeUoXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tELLBeUoXb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tELLBeUoXb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tELLBeUoXb .icons-menu span {
  color: #000000 !important;
}
.cid-tELLBeUoXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELLBeUoXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-tELLBeUoXb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELLBeUoXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tELLBeUoXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELLBeUoXb .dropdown-item.active,
.cid-tELLBeUoXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tELLBeUoXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELLBeUoXb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tELLBeUoXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELLBeUoXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELLBeUoXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELLBeUoXb .navbar-buttons {
  text-align: center;
}
.cid-tELLBeUoXb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tELLBeUoXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tELLBeUoXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tELLBeUoXb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tELLBeUoXb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tELLBeUoXb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELLBeUoXb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tELLBeUoXb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tELLBeUoXb .navbar {
    height: 77px;
  }
  .cid-tELLBeUoXb .navbar.opened {
    height: auto;
  }
  .cid-tELLBeUoXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEGKNmlFvb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uEGKNmlFvb .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uEGKNmlFvb .content {
    padding: 0 2rem;
  }
}
.cid-uEGKNmlFvb .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-uEGKNmlFvb .img-col {
  padding: 0;
}
.cid-uEGKNmlFvb .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-uEGKNmlFvb .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uEGKNmlFvb .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uEGKNmlFvb .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-uEGKNmlFvb .icon-title,
.cid-uEGKNmlFvb .mbr-iconfont {
  color: #181818;
}
.cid-uEGKNmlFvb .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uEGKNmlFvb .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uEGKNmlFvb .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uEGKNmlFvb .icon-wrap {
    margin-right: 0rem;
  }
  .cid-uEGKNmlFvb .link-wrap {
    margin: auto;
  }
}
.cid-uEGKNmlFvb .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uEGKNmlFvb .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-uEGKNmlFvb .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-uEGKNmlFvb .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-uEGM9CCxzA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d1d6a6;
}
@media (min-width: 992px) {
  .cid-uEGM9CCxzA .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-uEGM9CCxzA .content {
    padding: 0 2rem;
  }
}
.cid-uEGM9CCxzA .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-uEGM9CCxzA .content {
    margin: auto;
  }
}
.cid-uEGM9CCxzA li {
  list-style: none;
}
.cid-uEGM9CCxzA .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uEGM9CCxzA .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-uEGM9CCxzA .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-uEGM9CCxzA h4 {
  margin: 0;
}
.cid-uEGM9CCxzA ul {
  padding: 0;
  margin: 0;
}
.cid-uEGM9CCxzA H2 {
  color: #ed6436;
}
.cid-uEGR05h7Af {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #d1d6a6;
}
.cid-uEGR05h7Af li {
  list-style: none;
}
.cid-uEGR05h7Af .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.cid-uEGR05h7Af .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-uEGR05h7Af .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #ed6436 !important;
}
.cid-uEGR05h7Af h4 {
  margin: 0;
}
.cid-uEGR05h7Af ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uEGR05h7Af .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uEGR05h7Af .col-title2 {
  color: #ed6436;
}
.cid-uEGR05h7Af .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-uEGR05h7Af .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uEGR05h7Af .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uEGR05h7Af .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-uEGR05h7Af .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uEGR05h7Af .align-wrap {
    width: 100%;
  }
  .cid-uEGR05h7Af .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tF8alRqPEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
