.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f0f7f1;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.6125rem + (2.75 - 1.6125) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #84dd63 !important;
}
.bg-success {
  background-color: #34d98d !important;
}
.bg-info {
  background-color: #1acef3 !important;
}
.bg-warning {
  background-color: #ffc30e !important;
}
.bg-danger {
  background-color: #db3242 !important;
}
.btn-primary {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-primary .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-primary::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #050b03;
}
.btn-primary,
.btn-primary:active {
  background-color: #84dd63 !important;
  border-color: #84dd63 !important;
  color: #050b03 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a5e68d !important;
  border-color: #a5e68d !important;
  box-shadow: none;
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  transform: scale(2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #050b03 !important;
  background-color: #a5e68d !important;
  border-color: #a5e68d !important;
}
.btn-secondary {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-secondary .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-secondary::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #2c3c02;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d5fb75 !important;
  border-color: #d5fb75 !important;
  color: #2c3c02 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e4fca7 !important;
  border-color: #e4fca7 !important;
  box-shadow: none;
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  transform: scale(2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2c3c02 !important;
  background-color: #e4fca7 !important;
  border-color: #e4fca7 !important;
}
.btn-info {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-info .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-info::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #000000;
}
.btn-info,
.btn-info:active {
  background-color: #1acef3 !important;
  border-color: #1acef3 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #4ad8f6 !important;
  border-color: #4ad8f6 !important;
  box-shadow: none;
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  transform: scale(2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #4ad8f6 !important;
  border-color: #4ad8f6 !important;
}
.btn-success {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-success .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-success::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #000000;
}
.btn-success,
.btn-success:active {
  background-color: #34d98d !important;
  border-color: #34d98d !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5fe1a5 !important;
  border-color: #5fe1a5 !important;
  box-shadow: none;
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  transform: scale(2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #5fe1a5 !important;
  border-color: #5fe1a5 !important;
}
.btn-warning {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-warning .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-warning::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc30e !important;
  border-color: #ffc30e !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd041 !important;
  border-color: #ffd041 !important;
  box-shadow: none;
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  transform: scale(2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd041 !important;
  border-color: #ffd041 !important;
}
.btn-danger {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-danger .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-danger::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #db3242 !important;
  border-color: #db3242 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e35d6a !important;
  border-color: #e35d6a !important;
  box-shadow: none;
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  transform: scale(2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e35d6a !important;
  border-color: #e35d6a !important;
}
.btn-white {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-white .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-white::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #666666;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  transform: scale(2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-black .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-black::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #393939 !important;
  border-color: #393939 !important;
  box-shadow: none;
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  transform: scale(2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-primary-outline {
  padding: 0;
}
.btn-primary-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #84dd63;
  color: #050b03;
  transition: all .5s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #84dd63;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #52c02a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #52c02a;
  color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #84dd63 !important;
  border-color: #84dd63 !important;
}
.btn-secondary-outline {
  padding: 0;
}
.btn-secondary-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #d5fb75;
  color: #2c3c02;
  transition: all .5s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d5fb75;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bbf921 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #bbf921;
  color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #506e03 !important;
  background-color: #d5fb75 !important;
  border-color: #d5fb75 !important;
}
.btn-info-outline {
  padding: 0;
}
.btn-info-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #1acef3;
  color: #000000;
  transition: all .5s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1acef3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0991ad !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #0991ad;
  color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1acef3 !important;
  border-color: #1acef3 !important;
}
.btn-success-outline {
  padding: 0;
}
.btn-success-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #34d98d;
  color: #000000;
  transition: all .5s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34d98d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d9a60 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #1d9a60;
  color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34d98d !important;
  border-color: #34d98d !important;
}
.btn-warning-outline {
  padding: 0;
}
.btn-warning-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #ffc30e;
  color: #000000;
  transition: all .5s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc30e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b68900 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #b68900;
  color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0e0b00 !important;
  background-color: #ffc30e !important;
  border-color: #ffc30e !important;
}
.btn-danger-outline {
  padding: 0;
}
.btn-danger-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #db3242;
  color: #ffffff;
  transition: all .5s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #db3242;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9b1b27 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #9b1b27;
  color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db3242 !important;
  border-color: #db3242 !important;
}
.btn-black-outline {
  padding: 0;
}
.btn-black-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #1f1f1f;
  color: #ffffff;
  transition: all .5s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f1f1f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}
.btn-white-outline {
  padding: 0;
}
.btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #ffffff;
  color: #666666;
  transition: all .5s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4;
  color: #3b3b3b;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #84dd63 !important;
}
.text-secondary {
  color: #d5fb75 !important;
}
.text-success {
  color: #34d98d !important;
}
.text-info {
  color: #1acef3 !important;
}
.text-warning {
  color: #ffc30e !important;
}
.text-danger {
  color: #db3242 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1f1f1f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4db327 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b7f812 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1a8d58 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08859f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a77d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8e1924 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #84dd63;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1acef3;
}
.alert-warning {
  background-color: #ffc30e;
}
.alert-danger {
  background-color: #db3242;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #84dd63;
  border-color: #84dd63;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 15px !important;
}
a,
a:hover {
  color: #84dd63;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e0f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dcf7fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff6da;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9e0e2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 4px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #84dd63 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #84dd63;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #84dd63;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #84dd63;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #84dd63;
  border-bottom-color: #84dd63;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #84dd63 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d5fb75 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2384dd63' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  border-radius: 4px !important;
}
.mbr-section-btn .btn-black::before,
.mbr-section-btn .btn-white::before {
  background-color: #84dd63;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #e6e6e6 !important;
  color: #1f1f1f !important;
}
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  background-color: #84dd63;
  color: #050b03;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 15px !important;
}
.middle-radius {
  border-radius: 10px !important;
}
.little-radius {
  border-radius: 4px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vldFN08Sd1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN08Sd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN08Sd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN08Sd1 .card-wrapper {
  position: relative;
  padding: 320px 30px 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-vldFN08Sd1 .card-wrapper {
    padding: 200px 30px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vldFN08Sd1 .card-wrapper {
    padding: 150px 30px 50px;
  }
}
@media (max-width: 992px) {
  .cid-vldFN08Sd1 .card-wrapper {
    height: 100%;
    padding: 30px 15px 15px;
  }
}
.cid-vldFN08Sd1 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vldFN08Sd1 .card-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  width: 33%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vldFN08Sd1 .card-wrapper .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN08Sd1 .card-wrapper .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #464645;
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  width: 33%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper .content-wrap {
  width: 33%;
}
@media (max-width: 1440px) {
  .cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper .content-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-vldFN08Sd1 .card-wrapper .content-wrapper .text-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vldFN08Sd1 .mbr-section-title {
  color: #ffffff;
}
.cid-vldFN08Sd1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vldFN08Sd1 .mbr-text {
  color: #ffffff;
}
.cid-vldFN08Sd1 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vldFN08Sd1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vldFN0emPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0emPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0emPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0emPI .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0emPI .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0emPI .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vldFN0emPI .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0emPI .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0emPI .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0emPI .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0emPI .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0emPI .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0emPI .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0emPI .items-wrapper {
  margin: 0 -10px;
}
.cid-vldFN0emPI .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0emPI .items-wrapper .item {
    margin-bottom: 15px;
  }
  .cid-vldFN0emPI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0emPI .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vldFN0emPI .items-wrapper .item .item-wrapper {
    padding: 15px;
    min-height: auto;
  }
}
.cid-vldFN0emPI .items-wrapper .item .item-wrapper .item-price {
  margin-bottom: 20px;
}
.cid-vldFN0emPI .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vldFN0emPI .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vldFN0emPI .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0emPI .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0emPI .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0emPI .item-price {
  color: #1f1f1f;
}
.cid-vldFN0emPI .item-title {
  color: #1f1f1f;
}
.cid-vldFN0emPI .item-text {
  color: #5a5a5a;
}
.cid-vldFN09EtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN09EtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN09EtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN09EtL .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN09EtL .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN09EtL .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN09EtL .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN09EtL .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN09EtL .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN09EtL .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN09EtL .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN09EtL .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN09EtL .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN09EtL .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN09EtL .content-wrap .text-wrapper .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vldFN09EtL .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vldFN09EtL .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .cid-vldFN09EtL .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-vldFN09EtL .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-vldFN09EtL .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vldFN09EtL .image-wrapper img {
    height: 300px;
  }
}
.cid-vldFN09EtL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vldFN09EtL .items-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  min-height: 225px;
}
@media (max-width: 992px) {
  .cid-vldFN09EtL .items-wrapper .item .item-wrapper {
    padding: 15px;
    min-height: auto;
  }
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper:hover .card-box .icon-wrapper,
.cid-vldFN09EtL .items-wrapper .item .item-wrapper:focus .card-box .icon-wrapper {
  background-color: #f7f7f7;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper:hover .card-box .icon-wrapper .mbr-iconfont,
.cid-vldFN09EtL .items-wrapper .item .item-wrapper:focus .card-box .icon-wrapper .mbr-iconfont {
  color: #1f1f1f;
  transform: rotate(-45deg);
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper:hover .card-box .item-content,
.cid-vldFN09EtL .items-wrapper .item .item-wrapper:focus .card-box .item-content {
  transform: translateY(0);
  opacity: 1;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper .card-box .item-content {
  transform: translateY(5px);
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #84dd63;
  transition: all 0.3s ease;
  margin-left: 30px;
}
.cid-vldFN09EtL .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  transition: all 0.3s ease;
  font-size: 14px;
  margin: 0;
}
.cid-vldFN09EtL .image-wrap {
  margin: 0 -50px 0;
}
.cid-vldFN09EtL .image-wrap .card {
  padding: 0 50px;
}
.cid-vldFN09EtL .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN09EtL .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN09EtL .mbr-text {
  color: #5a5a5a;
}
.cid-vldFN09EtL .item-title {
  color: #1f1f1f;
}
.cid-vldFN09EtL .item-text {
  color: #5a5a5a;
}
.cid-vldFN09gV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN09gV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN09gV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN09gV0 .content-wrap {
  margin: 0 -50px;
}
.cid-vldFN09gV0 .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN09gV0 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN09gV0 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN09gV0 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN09gV0 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN09gV0 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN09gV0 .content-wrap .google-map iframe {
  width: 100%;
  height: 480px;
}
@media (max-width: 992px) {
  .cid-vldFN09gV0 .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vldFN09gV0 .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0asLf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0asLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0asLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0asLf .content-wrap {
  margin: 0 -50px;
}
.cid-vldFN0asLf .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0asLf .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vldFN0asLf .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0asLf .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0asLf .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0asLf .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0asLf .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0asLf .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0asLf .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0asLf .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0asLf .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0asLf .content-wrap .text-wrapper .links-wrapper .mbr-section-btn {
  margin-top: 30px;
  gap: 20px 0;
  display: inline-flex;
  flex-wrap: wrap;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vldFN0asLf .content-wrap .text-wrapper .links-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-vldFN0asLf .content-wrap .text-wrapper .links-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vldFN0asLf .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0asLf .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0asLf .mbr-text {
  color: #5a5a5a;
}
.cid-vldFN0aHmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0aHmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0aHmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0aHmM .card-wrapper {
  -webkit-flex: inherit;
  padding: 100px 0 100px;
  background-color: #1f1f1f;
}
@media (max-width: 992px) {
  .cid-vldFN0aHmM .card-wrapper {
    padding: 15px;
  }
}
.cid-vldFN0aHmM .mbr-section-title {
  color: #ffffff;
}
.cid-vldFN0aHmM .mbr-text {
  color: #ffffff;
}
.cid-vldFN0aHmM .item-number {
  color: #ffffff;
}
.cid-vldFN0aHmM .item-desc {
  color: #ffffff;
}
.cid-vldFN0aZPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0aZPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0aZPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0aZPt .items-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #c6c6c6;
}
.cid-vldFN0aZPt .items-wrapper .item:hover .item-wrapper .name-wrapper,
.cid-vldFN0aZPt .items-wrapper .item:focus .item-wrapper .name-wrapper {
  transform: translateX(20px);
}
.cid-vldFN0aZPt .items-wrapper .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-vldFN0aZPt .items-wrapper .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: translateX(-20px);
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper {
  animation: none !important;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vldFN0aZPt .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper .name-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0aZPt .items-wrapper .item .item-wrapper .name-wrapper {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0aZPt .items-wrapper .item .item-wrapper .name-wrapper .item-img {
    margin-bottom: 15px;
  }
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper .name-wrapper .item-img img {
  width: 75px;
  height: 75px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vldFN0aZPt .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  transition: all 0.3s ease;
}
.cid-vldFN0aZPt .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  transition: all 0.3s ease;
  font-size: 20px;
  margin: 0;
}
.cid-vldFN0aZPt .item-name {
  color: #1f1f1f;
}
.cid-vldFN0aZPt .item-role {
  color: #5a5a5a;
}
.cid-vldFN0bRLK {
  background-image: url("https://r.mobirisesite.com/2761147/assets/images/photo-1636061062042-cc02cda53c6f.jpeg");
}
.cid-vldFN0bRLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0bRLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0bRLK .image-wrap {
  height: 350px;
}
.cid-vldFN0bQwy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0bQwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0bQwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0bQwy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-vldFN0bQwy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vldFN0bQwy .embla__slide .slide-content {
  width: 100%;
}
.cid-vldFN0bQwy .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vldFN0bQwy .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vldFN0bQwy .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vldFN0bQwy .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-vldFN0bQwy .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vldFN0bQwy .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-vldFN0bQwy .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vldFN0bQwy .embla__button--next,
.cid-vldFN0bQwy .embla__button--prev {
  display: flex;
}
.cid-vldFN0bQwy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vldFN0bQwy .embla__button {
    bottom: 0;
  }
}
.cid-vldFN0bQwy .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-vldFN0bQwy .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
}
.cid-vldFN0bQwy .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-vldFN0bQwy .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-vldFN0bQwy .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vldFN0bQwy .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vldFN0bQwy .embla__viewport {
    padding: 0;
  }
}
.cid-vldFN0bQwy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vldFN0bQwy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vldFN0bQwy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vldFN0bQwy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vldFN0cOYS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0cOYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0cOYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0cOYS .content-wrap {
  margin: 0 -50px;
}
.cid-vldFN0cOYS .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0cOYS .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0cOYS .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0cOYS .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0cOYS .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0cOYS .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0cOYS .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vldFN0cOYS .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-vldFN0cOYS .panel-group .card {
    padding: 20px 0;
  }
}
.cid-vldFN0cOYS .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-vldFN0cOYS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0cOYS .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vldFN0cOYS .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #84dd63;
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-vldFN0cOYS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-vldFN0cOYS .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-vldFN0cOYS .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-vldFN0cOYS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vldFN0cOYS .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0cOYS .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0cOYS .panel-number {
  color: #1f1f1f;
}
.cid-vldFN0cOYS .panel-title-edit {
  color: #1f1f1f;
}
.cid-vldFN0cOYS .item-text {
  color: #5a5a5a;
}
.cid-vldFN0cNOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0cNOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0cNOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0cNOZ .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0cNOZ .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0cNOZ .content-wrap .card:last-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .content-wrap .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vldFN0cNOZ .content-wrap .title-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0cNOZ .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0cNOZ .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0cNOZ .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0cNOZ .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0cNOZ .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0cNOZ .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vldFN0cNOZ .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0cNOZ .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vldFN0cNOZ .content-wrap .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vldFN0cNOZ .items-wrapper {
  margin: 0 -10px;
}
.cid-vldFN0cNOZ .items-wrapper .item {
  padding: 0 10px;
}
.cid-vldFN0cNOZ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .item {
    margin-bottom: 15px;
  }
  .cid-vldFN0cNOZ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0cNOZ .item:hover .item-wrapper,
.cid-vldFN0cNOZ .item:focus .item-wrapper {
  background-color: #1f1f1f;
}
.cid-vldFN0cNOZ .item:hover .item-wrapper .item-img img,
.cid-vldFN0cNOZ .item:focus .item-wrapper .item-img img {
  filter: invert(1);
}
.cid-vldFN0cNOZ .item:hover .item-wrapper .item-content .icon-wrapper .mbr-iconfont,
.cid-vldFN0cNOZ .item:focus .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-vldFN0cNOZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  min-height: 300px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .item .item-wrapper {
    min-height: auto;
  }
}
.cid-vldFN0cNOZ .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-vldFN0cNOZ .item .item-wrapper .item-img img {
  height: 80px;
  width: 160px;
  object-fit: cover;
  display: inline-flex;
  transition: all 0.3s ease;
}
.cid-vldFN0cNOZ .item .item-wrapper .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr 96px;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .item .item-wrapper .item-content {
    grid-template-columns: 1fr;
  }
}
.cid-vldFN0cNOZ .item .item-wrapper .item-content .card-box {
  padding: 15px;
  background-color: #f1f1f1;
}
.cid-vldFN0cNOZ .item .item-wrapper .item-content .card-box .item-number {
  margin-bottom: 10px;
}
.cid-vldFN0cNOZ .item .item-wrapper .item-content .card-box .item-measurement {
  margin-bottom: 0;
}
.cid-vldFN0cNOZ .item .item-wrapper .item-content .icon-wrapper {
  width: 96px;
  height: 96px;
  background-color: #84dd63;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .item .item-wrapper .item-content .icon-wrapper {
    width: 100%;
    height: 40px;
  }
}
.cid-vldFN0cNOZ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  font-size: 32px;
  padding: 28px;
}
@media (max-width: 992px) {
  .cid-vldFN0cNOZ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 20px;
  }
}
.cid-vldFN0cNOZ .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0cNOZ .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0cNOZ .mbr-text {
  color: #5a5a5a;
}
.cid-vldFN0cNOZ .item-number {
  color: #1f1f1f;
}
.cid-vldFN0cNOZ .item-measurement {
  color: #5a5a5a;
}
.cid-vldFN0cNOZ .card-icons {
  color: #000000;
}
.cid-vldFN0deDF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
}
.cid-vldFN0deDF .item:focus,
.cid-vldFN0deDF span:focus {
  outline: none;
}
.cid-vldFN0deDF .item {
  cursor: pointer;
}
.cid-vldFN0deDF .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0deDF .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vldFN0deDF .grid-container-1,
.cid-vldFN0deDF .grid-container-2 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-vldFN0deDF .grid-container-1,
  .cid-vldFN0deDF .grid-container-2 {
    gap: 0 15px;
  }
}
.cid-vldFN0deDF .mbr-section-title {
  margin-bottom: 50px;
  color: #1f1f1f;
  text-align: center;
}
.cid-vldFN0deDF .content-head {
  max-width: 800px;
}
.cid-vldFN0deDF .container,
.cid-vldFN0deDF .container-fluid {
  overflow: hidden;
}
.cid-vldFN0deDF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vldFN0deDF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vldFN0deDF .grid-item:nth-child(2n) img {
  height: 350px;
}
@media (max-width: 1200px) {
  .cid-vldFN0deDF .grid-item:nth-child(2n) img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vldFN0deDF .grid-item:nth-child(2n) img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vldFN0deDF .grid-item:nth-child(2n) img {
    height: 140px;
  }
}
.cid-vldFN0deDF .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vldFN0deDF .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vldFN0deDF .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vldFN0deDF .grid-item img {
    height: 140px;
  }
}
.cid-vldFN0deDF .grid-container-1,
.cid-vldFN0deDF .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vldFN0deDF .grid-container-1 {
  align-items: flex-end;
}
.cid-vldFN0deDF .grid-container-2 {
  align-items: flex-start;
}
.cid-vldFN0d49U {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-vldFN0d49U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0d49U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2761147/assets/images/background1.jpg?rnd=1780257969151");
}
.cid-vldFN0d49U .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vldFN0d49U .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0d49U .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0d49U .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vldFN0d49U .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0d49U .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0d49U .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vldFN0d49U .mbr-section-title {
  color: #ffffff;
}
.cid-vldFN0d49U .mbr-text {
  color: #ffffff;
}
.cid-vldFN0eWfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0eWfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0eWfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0eWfK .content-wrap {
  margin: 0 -50px;
}
.cid-vldFN0eWfK .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0eWfK .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0eWfK .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0eWfK .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0eWfK .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0eWfK .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0eWfK .content-wrap .title-wrapper {
  padding-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0eWfK .content-wrap .title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-vldFN0eWfK .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0eWfK .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0eWfK .content-wrap .text-wrapper {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 100px;
}
@media (max-width: 1440px) {
  .cid-vldFN0eWfK .content-wrap .text-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-vldFN0eWfK .content-wrap .text-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0eWfK .content-wrap .text-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0eWfK .content-wrap .text-wrapper .list-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vldFN0eWfK .content-wrap .text-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vldFN0eWfK .content-wrap .text-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cid-vldFN0eWfK .content-wrap .text-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vldFN0eWfK .content-wrap .text-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vldFN0eWfK .content-wrap .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vldFN0eWfK .content-wrap .text-wrapper .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vldFN0eWfK .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0eWfK .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0eWfK .mbr-text {
  color: #5a5a5a;
}
.cid-vldFN0eWfK .list {
  color: #5a5a5a;
}
.cid-vldFN0fnXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0fnXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2761147/assets/images/background1.jpg?rnd=1780257969151");
}
.cid-vldFN0fnXd .image-wrap {
  height: 350px;
}
.cid-vldFN0fOXI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f1f1f1;
}
.cid-vldFN0fOXI .item:focus,
.cid-vldFN0fOXI span:focus {
  outline: none;
}
.cid-vldFN0fOXI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vldFN0fOXI .content-head {
  max-width: 800px;
}
.cid-vldFN0fOXI .item {
  color: #1f1f1f;
  padding: 10px 0;
}
.cid-vldFN0f2xF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0f2xF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0f2xF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0f2xF .content-wrap {
  margin-bottom: 50px;
}
.cid-vldFN0f2xF .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0f2xF .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0f2xF .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0f2xF .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0f2xF .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0f2xF .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vldFN0f2xF .content-wrap .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0f2xF .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0f2xF .content-wrap .text-wrap .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vldFN0f2xF .content-wrap .text-wrap .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0f2xF .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0f2xF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .cid-vldFN0f2xF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vldFN0f2xF .embla__slide .slide-content {
  width: 100%;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper {
    min-height: auto;
  }
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 4px;
}
.cid-vldFN0f2xF .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vldFN0f2xF .embla__button--next,
.cid-vldFN0f2xF .embla__button--prev {
  display: flex;
}
.cid-vldFN0f2xF .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vldFN0f2xF .embla__button {
    bottom: 0;
  }
}
.cid-vldFN0f2xF .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-vldFN0f2xF .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
}
.cid-vldFN0f2xF .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-vldFN0f2xF .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-vldFN0f2xF .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vldFN0f2xF .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vldFN0f2xF .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vldFN0f2xF .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vldFN0f2xF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vldFN0f2xF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vldFN0f2xF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vldFN0f2xF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vldFN0f2xF .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0f2xF .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0f2xF .mbr-text {
  color: #1f1f1f;
}
.cid-vldFN0f2xF .mbr-star {
  color: #1f1f1f;
}
.cid-vldFN0f2xF .item-text {
  color: #1f1f1f;
}
.cid-vldFN0f2xF .item-name {
  color: #1f1f1f;
}
.cid-vldFN0f2xF .item-role {
  color: #1f1f1f;
}
.cid-vldFN0gfRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0gfRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0gfRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0gfRk .card-wrapper {
  position: relative;
  padding: 100px 0 50px;
  display: flex;
  align-items: flex-end;
  background-color: #1f1f1f;
}
@media (max-width: 992px) {
  .cid-vldFN0gfRk .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-vldFN0gfRk .card-wrapper .card {
  justify-content: flex-end;
}
.cid-vldFN0gfRk .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0gfRk .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vldFN0gfRk .card-wrapper .main-btn-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0gfRk .card-wrapper .main-btn-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vldFN0gfRk .card-wrapper .main-btn-wrapper .main-btn {
  margin-bottom: -9.6px;
}
.cid-vldFN0gfRk .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-vldFN0gfRk .card-wrapper .text-wrapper .mbr-text {
    width: 40%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0gfRk .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vldFN0gfRk .card-wrapper .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0gfRk .card-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-vldFN0gfRk .card-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0gfRk .card-wrapper .item .item-wrapper .item-number {
  margin-bottom: 10px;
}
.cid-vldFN0gfRk .card-wrapper .item .item-wrapper .desc-wrap .item-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0gfRk .card-wrapper .item .item-wrapper .desc-wrap .item-desc {
    width: 100%;
  }
}
.cid-vldFN0gfRk .card-wrapper .item .item-wrapper .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0gfRk .mbr-section-title {
  color: #ffffff;
}
.cid-vldFN0gfRk .mbr-text {
  color: #ffffff;
}
.cid-vldFN0gfRk .item-number {
  color: #ffffff;
}
.cid-vldFN0gfRk .item-desc {
  color: #ffffff;
}
.cid-vldFN0gQFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0gQFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0gQFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0gQFI .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0gQFI .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0gQFI .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vldFN0gQFI .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0gQFI .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0gQFI .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0gQFI .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0gQFI .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0gQFI .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0gQFI .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0gQFI .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vldFN0gQFI .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item {
    margin-bottom: 15px;
  }
  .cid-vldFN0gQFI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-img {
  position: relative;
  height: 100%;
  min-height: 330px;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-img {
    margin-bottom: 15px;
    min-height: auto;
    height: 300px;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .item-price {
    margin-bottom: 20px;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 425px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list {
    display: block;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #f1f1f1;
}
.cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vldFN0gQFI .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
    margin-top: 20px;
  }
}
.cid-vldFN0gQFI .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0gQFI .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0gQFI .mbr-text {
  color: #5a5a5a;
}
.cid-vldFN0gQFI .item-price {
  color: #1f1f1f;
}
.cid-vldFN0gQFI .item-title {
  color: #1f1f1f;
}
.cid-vldFN0gQFI .item-text {
  color: #5a5a5a;
}
.cid-vldFN0gQFI .list {
  color: #5a5a5a;
}
.cid-vldFN0hTFb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0hTFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0hTFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0hTFb .content-wrap .label-wrapper {
  position: sticky;
  top: 60px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0hTFb .content-wrap .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vldFN0hTFb .content-wrap .label-wrapper .mbr-number {
  margin-bottom: 10px;
}
.cid-vldFN0hTFb .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0hTFb .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vldFN0hTFb .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vldFN0hTFb .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0hTFb .items-wrapper .item {
    margin-bottom: 15px;
  }
  .cid-vldFN0hTFb .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0hTFb .items-wrapper .item .item-wrapper {
  animation: none !important;
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  gap: 5px 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0hTFb .items-wrapper .item .item-wrapper {
    display: block;
    padding: 15px;
  }
}
.cid-vldFN0hTFb .items-wrapper .item .item-wrapper .item-number {
  min-width: 46px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .cid-vldFN0hTFb .items-wrapper .item .item-wrapper .item-number {
    min-width: auto;
  }
}
.cid-vldFN0hTFb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vldFN0hTFb .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vldFN0hTFb .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0hTFb .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-vldFN0hTFb .mbr-number {
  color: #1f1f1f;
}
.cid-vldFN0hTFb .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0hTFb .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0hTFb .item-number {
  color: #1f1f1f;
}
.cid-vldFN0hTFb .item-title {
  color: #1f1f1f;
}
.cid-vldFN0hTFb .item-text {
  color: #5a5a5a;
}
.cid-vldFN0huLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0huLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0huLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0huLH .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0huLH .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0huLH .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vldFN0huLH .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0huLH .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0huLH .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0huLH .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0huLH .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0huLH .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vldFN0huLH .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0huLH .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0huLH .content-wrap .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vldFN0huLH .items-wrapper {
  margin: 0 -10px;
}
.cid-vldFN0huLH .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0huLH .items-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-vldFN0huLH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:hover .image-wrapper .item-img img,
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:focus .image-wrapper .item-img img {
  transform: scale(1);
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:hover .image-wrapper .image-overlay,
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:focus .image-wrapper .image-overlay {
  opacity: 0.4;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:hover .image-wrapper .image-blur,
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:focus .image-wrapper .image-blur {
  opacity: 1;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:hover .image-wrapper .image-wrap img,
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:focus .image-wrapper .image-wrap img {
  opacity: 1;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:hover .card-box .icon-wrapper,
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:focus .card-box .icon-wrapper {
  background-color: #84dd63;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:hover .card-box .icon-wrapper .mbr-iconfont,
.cid-vldFN0huLH .items-wrapper .item .item-wrapper:focus .card-box .icon-wrapper .mbr-iconfont {
  color: #000000 !important;
  transform: rotate(0);
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  animation: none !important;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  overflow: hidden;
  width: 100%;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 1;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper .image-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper .image-wrap {
  position: absolute;
  z-index: 2;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .image-wrapper .image-wrap img {
  height: 200px;
  width: 250px;
  object-fit: contain;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  filter: invert(1);
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  padding: 0 50px 0 10px;
}
@media (max-width: 992px) {
  .cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box .item-date {
  min-width: 45px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box .item-date {
    min-width: auto;
  }
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 5px;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #1f1f1f;
  transition: all 0.3s ease;
  margin-left: 30px;
}
.cid-vldFN0huLH .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  transition: all 0.3s ease;
  font-size: 14px;
  margin: 0;
  transform: rotate(-45deg);
  padding: 10px;
}
.cid-vldFN0huLH .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0huLH .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0huLH .mbr-text {
  color: #5a5a5a;
}
.cid-vldFN0huLH .item-date {
  color: #5a5a5a;
}
.cid-vldFN0huLH .item-title {
  color: #1f1f1f;
}
.cid-vldFN0huLH .item-text {
  color: #5a5a5a;
}
.cid-vldFN0ic1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0ic1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0ic1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0ic1w .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0ic1w .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0ic1w .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vldFN0ic1w .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0ic1w .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0ic1w .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0ic1w .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0ic1w .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0ic1w .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0ic1w .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0ic1w .items-wrapper {
  margin: 0 -10px;
}
.cid-vldFN0ic1w .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0ic1w .items-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-vldFN0ic1w .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 635px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (max-width: 1440px) {
  .cid-vldFN0ic1w .items-wrapper .item .item-wrapper .item-img img {
    height: 455px;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0ic1w .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vldFN0ic1w .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0ic1w .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0ic1w .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0ic1w .item-name {
  color: #1f1f1f;
}
.cid-vldFN0ic1w .item-role {
  color: #5a5a5a;
}
.cid-vldFN0jzhA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0jzhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0jzhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0jzhA .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0jzhA .item {
    margin-bottom: 30px;
  }
  .cid-vldFN0jzhA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0jzhA .item .item-wrapper .item-number {
  margin-bottom: 10px;
}
.cid-vldFN0jzhA .item .item-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0jzhA .item .item-wrapper .desc-wrap .item-desc {
    width: 100%;
  }
}
.cid-vldFN0jzhA .item .item-wrapper .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0jzhA .list-wrapper {
  border-top: 1px solid #c6c6c6;
  padding-top: 20px;
}
.cid-vldFN0jzhA .list-wrapper .list {
  padding-left: 0;
  margin: 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.cid-vldFN0jzhA .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-vldFN0jzhA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vldFN0jzhA .item-number {
  color: #1f1f1f;
}
.cid-vldFN0jzhA .item-desc {
  color: #1f1f1f;
}
.cid-vldFN0jzhA .list {
  color: #5a5a5a;
}
.cid-vldFN0jPHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0jPHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2761147/assets/images/background1.jpg?rnd=1780257969151");
}
.cid-vldFN0jPHW .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0jPHW .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0jPHW .content-wrap .card:last-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vldFN0jPHW .content-wrap .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vldFN0jPHW .content-wrap .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .cid-vldFN0jPHW .content-wrap .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-vldFN0jPHW .content-wrap .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-vldFN0jPHW .content-wrap .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0jPHW .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vldFN0jPHW .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vldFN0jPHW .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0jPHW .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0jPHW .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vldFN0jPHW .mbr-section-title {
  color: #ffffff;
}
.cid-vldFN0jPHW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vldFN0jPHW .mbr-text {
  color: #ffffff;
}
.cid-vldFN0jTGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0jTGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0jTGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0jTGZ .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0jTGZ .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0jTGZ .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vldFN0jTGZ .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0jTGZ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0jTGZ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0jTGZ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0jTGZ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0jTGZ .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vldFN0jTGZ .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0jTGZ .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vldFN0jTGZ .content-wrap .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vldFN0jTGZ .items-wrapper {
  margin: 0 -10px;
}
.cid-vldFN0jTGZ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0jTGZ .items-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-vldFN0jTGZ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vldFN0jTGZ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 10px;
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vldFN0jTGZ .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0jTGZ .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0jTGZ .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0jTGZ .mbr-text {
  color: #5a5a5a;
}
.cid-vldFN0jTGZ .item-date {
  color: #5a5a5a;
}
.cid-vldFN0jTGZ .item-title {
  color: #1f1f1f;
}
.cid-vldFN0jTGZ .item-text {
  color: #5a5a5a;
}
.cid-vldFN0kKM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0kKM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0kKM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0kKM4 .card-wrapper {
  position: relative;
  padding: 100px 0 100px;
}
@media (max-width: 992px) {
  .cid-vldFN0kKM4 .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-vldFN0kKM4 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vldFN0kKM4 .card-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-vldFN0kKM4 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: none !important;
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0kKM4 .content-wrapper {
    display: block;
    padding: 10px 15px;
  }
}
.cid-vldFN0kKM4 .content-wrapper .image-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.cid-vldFN0kKM4 .content-wrapper .image-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vldFN0kKM4 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  width: 20%;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-vldFN0kKM4 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vldFN0kKM4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0kKM4 .content-wrapper .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-vldFN0kKM4 .content-wrapper .embla {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vldFN0kKM4 .content-wrapper .embla {
    width: 100%;
  }
}
.cid-vldFN0kKM4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 768px) {
  .cid-vldFN0kKM4 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vldFN0kKM4 .embla__slide .slide-content {
  width: 100%;
}
.cid-vldFN0kKM4 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vldFN0kKM4 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  height: 36px;
  filter: invert(1);
}
.cid-vldFN0kKM4 .embla__button--next,
.cid-vldFN0kKM4 .embla__button--prev {
  display: flex;
}
.cid-vldFN0kKM4 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vldFN0kKM4 .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-vldFN0kKM4 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #1f1f1f !important;
  color: #ffffff !important;
}
.cid-vldFN0kKM4 .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-vldFN0kKM4 .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-vldFN0kKM4 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vldFN0kKM4 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vldFN0kKM4 .embla__viewport {
    padding: 0;
  }
}
.cid-vldFN0kKM4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vldFN0kKM4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vldFN0kKM4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vldFN0kKM4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vldFN0kKM4 .mbr-section-title {
  color: #ffffff;
}
.cid-vldFN0lIHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0lIHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0lIHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0lIHI .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vldFN0lIHI .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0lIHI .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0lIHI .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0lIHI .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0lIHI .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0lIHI .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0lIHI .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vldFN0lIHI .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0lIHI .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vldFN0lIHI .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .cid-vldFN0lIHI .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-vldFN0lIHI .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-vldFN0lIHI .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0lIHI .image-wrapper img {
    height: 300px;
  }
}
.cid-vldFN0lIHI .form-wrap {
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vldFN0lIHI .form-wrap {
    padding: 15px;
  }
}
.cid-vldFN0lIHI .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #f1f1f1;
  border: 1px solid transparent !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #1f1f1f;
  transition: all 0.3s ease;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #5a5a5a;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #1f1f1f !important;
  background-color: #ffffff;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-vldFN0lIHI .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vldFN0lIHI .image-wrap {
  margin: 0 -50px 0;
}
.cid-vldFN0lIHI .image-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0lIHI .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0lIHI .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0lIHI label {
  color: #1f1f1f;
}
.cid-vldFN0lJFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-vldFN0lJFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0lJFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vldFN0lJFE .content-wrap {
  margin: 0 -50px;
}
.cid-vldFN0lJFE .content-wrap .card {
  padding: 0 50px;
}
.cid-vldFN0lJFE .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vldFN0lJFE .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vldFN0lJFE .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vldFN0lJFE .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vldFN0lJFE .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vldFN0lJFE .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vldFN0lJFE .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vldFN0lJFE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vldFN0lJFE .items-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-vldFN0lJFE .items-wrapper .item .item-wrapper {
    padding: 15px;
    min-height: auto;
  }
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper .card-box .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #1f1f1f;
  border-radius: 100%;
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  transition: all 0.3s ease;
  font-size: 16px;
  margin: 0;
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vldFN0lJFE .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vldFN0lJFE .btn-wrapper {
  margin-right: 12%;
}
.cid-vldFN0lJFE .mbr-label {
  color: #1f1f1f;
}
.cid-vldFN0lJFE .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0lJFE .item-number {
  color: #1f1f1f;
}
.cid-vldFN0lJFE .item-title {
  color: #1f1f1f;
}
.cid-vldFN0lJFE .item-text {
  color: #5a5a5a;
}
.cid-vldFN0mnc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-vldFN0mnc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vldFN0mnc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2761147/assets/images/background1.jpg?rnd=1780257969151");
}
.cid-vldFN0mnc4 .card-wrapper {
  position: relative;
  padding: 50px 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vldFN0mnc4 .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-vldFN0mnc4 .card-wrapper .nav-wrapper {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-vldFN0mnc4 .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vldFN0mnc4 .card-wrapper .nav-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-vldFN0mnc4 .card-wrapper .nav-wrapper {
    gap: 20px;
  }
}
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 15px;
}
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
  padding-right: 20px;
}
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #5a5a5a;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  transform: rotate(0);
}
.cid-vldFN0mnc4 .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vldFN0mnc4 .card-wrapper .list_2 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1460px) {
  .cid-vldFN0mnc4 .card-wrapper .list_2 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .cid-vldFN0mnc4 .card-wrapper .list_2 {
    grid-template-columns: 1fr !important;
  }
}
.cid-vldFN0mnc4 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
  border-bottom: 1px solid #c6c6c6;
}
@media (max-width: 992px) {
  .cid-vldFN0mnc4 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vldFN0mnc4 .card-wrapper .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vldFN0mnc4 .mbr-list-title {
  color: #5a5a5a;
}
.cid-vldFN0mnc4 .list {
  color: #1f1f1f;
}
.cid-vldFN0mnc4 .mbr-section-title {
  color: #1f1f1f;
}
.cid-vldFN0mnc4 .mbr-copy {
  color: #1f1f1f;
  text-align: center;
}
