.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Comic Neue', handwriting;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Comic Neue', handwriting;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Comic Neue', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #f9d90e !important;
}
.bg-success {
  background-color: #cf6f05 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #e12e00 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9d90e !important;
  border-color: #f9d90e !important;
  color: #080700 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fae140 !important;
  border-color: #fae140 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #080700 !important;
  background-color: #fae140 !important;
  border-color: #fae140 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e12e00 !important;
  border-color: #e12e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff4515 !important;
  border-color: #ff4515 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4515 !important;
  border-color: #ff4515 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #cf6f05 !important;
  border-color: #cf6f05 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f9890e !important;
  border-color: #f9890e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f9890e !important;
  border-color: #f9890e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e12e00 !important;
  border-color: #e12e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff4515 !important;
  border-color: #ff4515 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4515 !important;
  border-color: #ff4515 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f9d90e;
  color: #f9d90e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ac9504 !important;
  background-color: transparent !important;
  border-color: #ac9504 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #080700 !important;
  background-color: #f9d90e !important;
  border-color: #f9d90e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e12e00;
  color: #e12e00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8a1c00 !important;
  background-color: transparent !important;
  border-color: #8a1c00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e12e00 !important;
  border-color: #e12e00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #cf6f05;
  color: #cf6f05;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7a4203 !important;
  background-color: transparent !important;
  border-color: #7a4203 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cf6f05 !important;
  border-color: #cf6f05 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e12e00;
  color: #e12e00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8a1c00 !important;
  background-color: transparent !important;
  border-color: #8a1c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e12e00 !important;
  border-color: #e12e00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f9d90e !important;
}
.text-secondary {
  color: #e12e00 !important;
}
.text-success {
  color: #cf6f05 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #e12e00 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9d8804 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7b1900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6b3a03 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7b1900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #f9d90e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #e12e00;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9d90e;
  border-color: #f9d90e;
  color: #211c01;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f9d90e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef8d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdd2a3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffbfae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #f9d90e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f9d90e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9d90e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f9d90e;
}
.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: #f9d90e;
  border-bottom-color: #f9d90e;
}
.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: #f9d90e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e12e00 !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='%23f9d90e' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTPPPZYnqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uTPPPZYnqb nav.navbar {
  position: fixed;
}
.cid-uTPPPZYnqb .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTPPPZYnqb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTPPPZYnqb .dropdown-item {
  border: none !important;
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover,
.cid-uTPPPZYnqb .dropdown-item:focus {
  background: #fef9f2 !important;
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover span {
  color: white;
}
.cid-uTPPPZYnqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPPPZYnqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPPPZYnqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPPPZYnqb .nav-link {
  position: relative;
}
.cid-uTPPPZYnqb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .container {
    flex-wrap: nowrap;
  }
}
.cid-uTPPPZYnqb .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTPPPZYnqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTPPPZYnqb .dropdown-menu,
.cid-uTPPPZYnqb .navbar.opened {
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .nav-item:focus,
.cid-uTPPPZYnqb .nav-link:focus {
  outline: none;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPPPZYnqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPPPZYnqb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef9f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPPPZYnqb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTPPPZYnqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPPPZYnqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTPPPZYnqb .navbar.collapsed {
  justify-content: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPPPZYnqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTPPPZYnqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPPPZYnqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPPPZYnqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTPPPZYnqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPPPZYnqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item.active,
.cid-uTPPPZYnqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPPPZYnqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef9f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTPPPZYnqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPPPZYnqb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTPPPZYnqb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTPPPZYnqb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTPPPZYnqb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTPPPZYnqb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fef9f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTPPPZYnqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPPPZYnqb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTPPPZYnqb .navbar {
    height: 70px;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    height: auto;
  }
  .cid-uTPPPZYnqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPPPZYnqb .navbar-nav {
  margin: 0 auto;
}
.cid-uTPPPZYnqb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTPPPZYnqb .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTPPPZYnqb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover,
.cid-uTPPPZYnqb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover::after,
.cid-uTPPPZYnqb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTPPPZYnqb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTPPPZYnqb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTPPPZYnqb .content-wrap {
  min-height: 110px;
}
.cid-uUlcGknEhD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/untitled-design-2025-08-19t232947.181-1920x1080.jpg");
}
.cid-uUlcGknEhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlcGknEhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUlcGknEhD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUlcGknEhD .row {
  flex-direction: row-reverse;
}
.cid-uUlcGknEhD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUlcGknEhD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUlcGknEhD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUlcGknEhD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uUlcGknEhD .mbr-text,
.cid-uUlcGknEhD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUlcGknEhD .typed-text {
  color: #000000;
  text-align: right;
}
.cid-v2vojOImk2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2vojOImk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vojOImk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUiJ22jZ3K {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUiJ22jZ3K .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uUiJ22jZ3K .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-uUiJ22jZ3K .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uUiJ22jZ3K .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uUiJ22jZ3K .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uUiJ22jZ3K .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uUiJ22jZ3K .main_title {
  margin-bottom: 1rem;
}
.cid-uUiJ22jZ3K .card_subtitle {
  margin-bottom: .75rem;
}
.cid-uUiJ22jZ3K .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uUiJ22jZ3K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUiJ22jZ3K .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUiJ22jZ3K .row {
    flex-direction: column-reverse;
  }
  .cid-uUiJ22jZ3K .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uUiJ22jZ3K .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uUiJ22jZ3K .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-uUiJ22jZ3K .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uUiJ22jZ3K .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUiJ22jZ3K .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uUiJ22jZ3K .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uUiJ22jZ3K .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uUiJ22jZ3K .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uUiJ22jZ3K .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uUiJ22jZ3K .card:hover .square_fill {
    transform: none;
  }
  .cid-uUiJ22jZ3K .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uUiJ22jZ3K .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uUiJ22jZ3K .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uUiJ22jZ3K .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uUiJ22jZ3K .logo-wrapper {
  margin-bottom: 5px;
}
.cid-uUiJ22jZ3K .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uUiJ22jZ3K .mbr-section-title,
.cid-uUiJ22jZ3K .mbr-section-btn,
.cid-uUiJ22jZ3K .logo-wrapper {
  color: #000000;
}
.cid-uUiJ22jZ3K H5 {
  color: #e12e00;
}
.cid-uUiJ22jZ3K .card-title {
  color: #000000;
}
.cid-uUiJ22jZ3K .mbr-text,
.cid-uUiJ22jZ3K .linkBtn {
  color: #000000;
}
.cid-uUzL0NlcI6 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUzL0NlcI6 img,
.cid-uUzL0NlcI6 .item-img {
  width: 100%;
}
.cid-uUzL0NlcI6 .item:focus,
.cid-uUzL0NlcI6 span:focus {
  outline: none;
}
.cid-uUzL0NlcI6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUzL0NlcI6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUzL0NlcI6 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uUzL0NlcI6 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUzL0NlcI6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uUzL0NlcI6 .item-wrapper {
  position: relative;
  background: #fef9f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUzL0NlcI6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uUzL0NlcI6 .mbr-section-title {
  color: #000000;
}
.cid-uUzL0NlcI6 .item-title {
  text-align: center;
}
.cid-uUzL0NlcI6 .item-subtitle {
  text-align: left;
}
.cid-uUzL0NlcI6 .mbr-text,
.cid-uUzL0NlcI6 .item .mbr-section-btn {
  text-align: center;
}
.cid-uUzL0NlcI6 .content-head {
  max-width: 800px;
}
.cid-v2vrfAudqj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2vrfAudqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vrfAudqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2vrfAudqj .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2vrfAudqj .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v2vrfAudqj .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v2vrfAudqj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v2vrfAudqj .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #fef9f2;
  border: 3px solid #e12e00;
  box-shadow: 4px 4px 0 0 #e12e00;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v2vrfAudqj .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v2vrfAudqj .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2vrfAudqj .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2vrfAudqj .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2vrfAudqj .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v2vrfAudqj .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-v2vrfAudqj .mbr-section-title,
.cid-v2vrfAudqj .mbr-section-btn {
  color: #000000;
}
.cid-v2vH2tk6S7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2vH2tk6S7 .title_block {
  margin-bottom: 80px;
}
.cid-v2vH2tk6S7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-v2vH2tk6S7 .mbr-section-title,
.cid-v2vH2tk6S7 .card-title {
  color: #e12e00;
}
.cid-v2vH2tk6S7 .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v2vH2tk6S7 .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-v2vH2tk6S7 .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(249, 217, 14, 0.07);
}
.cid-v2vH2tk6S7 .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #f9d90e;
}
.cid-v2vH2tk6S7 .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(225, 46, 0, 0.07);
}
.cid-v2vH2tk6S7 .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #e12e00;
}
.cid-v2vH2tk6S7 .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(207, 111, 5, 0.07);
}
.cid-v2vH2tk6S7 .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #cf6f05;
}
.cid-v2vH2tk6S7 .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(0, 0, 0, 0.07);
}
.cid-v2vH2tk6S7 .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2vH2tk6S7 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-v2vH2tk6S7 .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-v2vH2tk6S7 .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-v2vH2tk6S7 .card-title {
  margin-bottom: 20px;
}
.cid-v2vH2tk6S7 .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-v2vH2tk6S7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-v2vH2tk6S7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-v2vH2tk6S7 .btn_link:hover {
  cursor: pointer;
}
.cid-v2vH2tk6S7 .btn_link:hover a {
  color: #f9d90e !important;
}
.cid-v2vH2tk6S7 .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-v2vH2tk6S7 .title_block {
    margin-bottom: 40px;
  }
  .cid-v2vH2tk6S7 .card {
    text-align: center;
  }
  .cid-v2vH2tk6S7 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-v2vH2tk6S7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2vH2tk6S7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2vH2tk6S7 .card-text,
.cid-v2vH2tk6S7 .btn_link {
  text-align: left;
}
.cid-v2vH2tk6S7 .mbr-section-title {
  color: #000000;
}
.cid-uUlBKK32n0 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/untitled-design-2025-08-20t002400.128-1920x1080.jpg");
}
.cid-uUlBKK32n0 .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-uUlBKK32n0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlBKK32n0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlD9QvdRK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUlD9QvdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlD9QvdRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlD9QvdRK .mbr-section-title {
  color: #000000;
}
.cid-uUlD3yGOyy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUlD3yGOyy .tile {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 2rem;
}
.cid-uUlD3yGOyy .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUlD3yGOyy .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-uUlD3yGOyy .image-container .row div[class*="col"]:first-child,
.cid-uUlD3yGOyy .image-container .row div[class*="col"]:last-child {
  padding-top: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uUlD3yGOyy .image-container .row div[class*="col"]:first-child,
  .cid-uUlD3yGOyy .image-container .row div[class*="col"]:last-child {
    padding-top: 0.5rem;
  }
}
.cid-uUlD3yGOyy .image-container .row div[class*="col"]:first-child .image-wrap,
.cid-uUlD3yGOyy .image-container .row div[class*="col"]:last-child .image-wrap {
  aspect-ratio: 0.88235294;
}
.cid-uUlD3yGOyy .image-container .row div[class*="col"]:nth-child(2) .image-wrap {
  aspect-ratio: 1.76470588;
}
@media (min-width: 541px) and (max-width: 767px) {
  .cid-uUlD3yGOyy .image-container .col-12:first-child,
  .cid-uUlD3yGOyy .image-container .col-12:last-child {
    width: 25%;
  }
  .cid-uUlD3yGOyy .image-container .col-12:nth-child(2) {
    width: 50%;
  }
}
.cid-uUot4ndrB4 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUot4ndrB4 .mbr-section-head {
  padding: 0 1rem;
}
.cid-uUot4ndrB4 img,
.cid-uUot4ndrB4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUot4ndrB4 .item:focus,
.cid-uUot4ndrB4 span:focus {
  outline: none;
}
.cid-uUot4ndrB4 .item-wrapper {
  position: relative;
}
.cid-uUot4ndrB4 .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uUot4ndrB4 .slide-content:hover .item-content {
  background: #e12e00;
}
.cid-uUot4ndrB4 .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-uUot4ndrB4 .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-uUot4ndrB4 .item-content {
  background: #fef9f2;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uUot4ndrB4 .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-uUot4ndrB4 .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-uUot4ndrB4 .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #e12e00;
  transition: all .4s ease;
}
.cid-uUot4ndrB4 .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-uUot4ndrB4 .item-person {
  margin-top: 40px;
}
.cid-uUot4ndrB4 .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-uUot4ndrB4 .item-person .item-title {
  margin: 0;
}
.cid-uUot4ndrB4 .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-uUot4ndrB4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uUot4ndrB4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUot4ndrB4 .embla__button--next,
.cid-uUot4ndrB4 .embla__button--prev {
  display: flex;
}
.cid-uUot4ndrB4 .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #e12e00;
  border: 2px solid #e12e00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUot4ndrB4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUot4ndrB4 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uUot4ndrB4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUot4ndrB4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUot4ndrB4 .embla__button {
    top: auto;
  }
}
.cid-uUot4ndrB4 .embla {
  position: relative;
  width: 100%;
}
.cid-uUot4ndrB4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uUot4ndrB4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUot4ndrB4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUot4ndrB4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUot4ndrB4 .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uUot4ndrB4 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uUot4ndrB4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUot4ndrB4 .item-title {
  color: #20232a;
  text-align: center;
}
.cid-uUot4ndrB4 .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-uUnS62wVX5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUnS62wVX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUnS62wVX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUnS62wVX5 .mbr-section-title {
  color: #000000;
}
.cid-uUnRpbNi3h {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUnRpbNi3h .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uUnRpbNi3h .select {
  z-index: 999;
}
.cid-uUnRpbNi3h img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uUnRpbNi3h .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uUnRpbNi3h .mbr-form {
    max-width: 500px;
  }
}
.cid-uUnRpbNi3h .col-auto {
  width: 100%;
  margin: auto;
}
.cid-uUnRpbNi3h .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-uUnRpbNi3h .img-col {
  padding: 0;
}
.cid-uUnRpbNi3h form {
  padding: 2rem 2rem;
  background: #f7f7f7;
  border-radius: 30px;
}
.cid-uUnRpbNi3h .jq-selectbox__dropdown,
.cid-uUnRpbNi3h ul {
  border-radius: 20px !important;
}
.cid-uUnRpbNi3h .jq-selectbox {
  border-radius: 30px;
}
.cid-uUnRpbNi3h .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uUnRpbNi3h .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uUnRpbNi3h input,
.cid-uUnRpbNi3h textarea,
.cid-uUnRpbNi3h .select {
  border-radius: 30px;
}
.cid-uUnRpbNi3h input,
.cid-uUnRpbNi3h textarea {
  padding: 2rem 3rem;
}
.cid-uUnRpbNi3h textarea {
  min-height: 10rem;
}
.cid-uUnRpbNi3h .form-control,
.cid-uUnRpbNi3h .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #262161;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUnRpbNi3h .form-control::-webkit-input-placeholder,
.cid-uUnRpbNi3h .field-input::-webkit-input-placeholder,
.cid-uUnRpbNi3h .form-control::-webkit-input-placeholder,
.cid-uUnRpbNi3h .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uUnRpbNi3h .form-control:-moz-placeholder,
.cid-uUnRpbNi3h .field-input:-moz-placeholder,
.cid-uUnRpbNi3h .form-control:-moz-placeholder,
.cid-uUnRpbNi3h .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uUnRpbNi3h .form-control:hover,
.cid-uUnRpbNi3h .field-input:hover,
.cid-uUnRpbNi3h .form-control:focus,
.cid-uUnRpbNi3h .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uUnRpbNi3h .form-control:hover::-webkit-input-placeholder,
.cid-uUnRpbNi3h .field-input:hover::-webkit-input-placeholder,
.cid-uUnRpbNi3h .form-control:focus::-webkit-input-placeholder,
.cid-uUnRpbNi3h .field-input:focus::-webkit-input-placeholder,
.cid-uUnRpbNi3h .form-control:hover::-webkit-input-placeholder,
.cid-uUnRpbNi3h .field-input:hover::-webkit-input-placeholder,
.cid-uUnRpbNi3h .form-control:focus::-webkit-input-placeholder,
.cid-uUnRpbNi3h .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uUnRpbNi3h .form-control:hover:-moz-placeholder,
.cid-uUnRpbNi3h .field-input:hover:-moz-placeholder,
.cid-uUnRpbNi3h .form-control:focus:-moz-placeholder,
.cid-uUnRpbNi3h .field-input:focus:-moz-placeholder,
.cid-uUnRpbNi3h .form-control:hover:-moz-placeholder,
.cid-uUnRpbNi3h .field-input:hover:-moz-placeholder,
.cid-uUnRpbNi3h .form-control:focus:-moz-placeholder,
.cid-uUnRpbNi3h .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uUnRpbNi3h .jq-number__spin:hover,
.cid-uUnRpbNi3h .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUnRpbNi3h .jq-number__spin {
  background-color: #ffffff;
  border-color: #262161;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUnRpbNi3h .jq-selectbox li,
.cid-uUnRpbNi3h .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUnRpbNi3h .jq-selectbox li:hover,
.cid-uUnRpbNi3h .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUnRpbNi3h .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUnRpbNi3h .jq-number__spin.minus:hover:after,
.cid-uUnRpbNi3h .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUnRpbNi3h .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUnRpbNi3h .jq-number__spin.minus:after,
.cid-uUnRpbNi3h .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUnRpbNi3h input::-webkit-clear-button {
  display: none;
}
.cid-uUnRpbNi3h input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUnRpbNi3h input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUnRpbNi3h input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-uUnRpbNi3h .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-uUnRpbNi3h img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUnRpbNi3h form {
    padding: 2rem 1rem;
  }
  .cid-uUnRpbNi3h .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-uUnRpbNi3h .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uUnRpbNi3h img {
    height: 260px;
    width: 260px;
  }
}
.cid-uUnRpbNi3h H4 {
  color: #272361;
}
.cid-v8a0Mz74qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef9f2;
}
.cid-v8a0Mz74qE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v8a0Mz74qE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v8a0Mz74qE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v8a0Mz74qE .social_icons {
  text-align: center;
}
.cid-v8a0Mz74qE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v8a0Mz74qE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8a0Mz74qE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8a0Mz74qE .iconfont-wrapper:hover {
  background-color: #e8c906;
}
@media (max-width: 767px) {
  .cid-v8a0Mz74qE .footer_timework {
    margin-top: 50px;
  }
  .cid-v8a0Mz74qE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v8a0Mz74qE .mbr-text,
.cid-v8a0Mz74qE .footer_logo,
.cid-v8a0Mz74qE .social_icons {
  color: #000000;
}
.cid-v8a0Mz74qE .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid black;
}
.cid-v8a0Mz74qE .contact-instagram {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.cid-v8a0Mz74qE .contact-instagram a {
  width: 50px;
  height: 50px;
  background-color: #e30d3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.cid-v8a0Mz74qE .contact-instagram .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-v8a0Mz74qE .contact-instagram a:hover {
  background-color: #e30d3c;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.cid-uTPPPZYnqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uTPPPZYnqb nav.navbar {
  position: fixed;
}
.cid-uTPPPZYnqb .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTPPPZYnqb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTPPPZYnqb .dropdown-item {
  border: none !important;
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover,
.cid-uTPPPZYnqb .dropdown-item:focus {
  background: #fef9f2 !important;
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover span {
  color: white;
}
.cid-uTPPPZYnqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPPPZYnqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPPPZYnqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPPPZYnqb .nav-link {
  position: relative;
}
.cid-uTPPPZYnqb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .container {
    flex-wrap: nowrap;
  }
}
.cid-uTPPPZYnqb .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTPPPZYnqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTPPPZYnqb .dropdown-menu,
.cid-uTPPPZYnqb .navbar.opened {
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .nav-item:focus,
.cid-uTPPPZYnqb .nav-link:focus {
  outline: none;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPPPZYnqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPPPZYnqb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef9f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPPPZYnqb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTPPPZYnqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPPPZYnqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTPPPZYnqb .navbar.collapsed {
  justify-content: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPPPZYnqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTPPPZYnqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPPPZYnqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPPPZYnqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTPPPZYnqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPPPZYnqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item.active,
.cid-uTPPPZYnqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPPPZYnqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef9f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTPPPZYnqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPPPZYnqb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTPPPZYnqb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTPPPZYnqb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTPPPZYnqb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTPPPZYnqb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fef9f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTPPPZYnqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPPPZYnqb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTPPPZYnqb .navbar {
    height: 70px;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    height: auto;
  }
  .cid-uTPPPZYnqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPPPZYnqb .navbar-nav {
  margin: 0 auto;
}
.cid-uTPPPZYnqb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTPPPZYnqb .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTPPPZYnqb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover,
.cid-uTPPPZYnqb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover::after,
.cid-uTPPPZYnqb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTPPPZYnqb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTPPPZYnqb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTPPPZYnqb .content-wrap {
  min-height: 110px;
}
.cid-uUoLl3ZWWI {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-2025-08-20t134559.979-1920x1080.jpg");
}
.cid-uUoLl3ZWWI .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uUoLl3ZWWI .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uUoLl3ZWWI {
    align-items: center;
  }
  .cid-uUoLl3ZWWI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUoLl3ZWWI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUoLl3ZWWI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUoLl3ZWWI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUoLl3ZWWI .content-wrap {
    width: 100%;
  }
}
.cid-uUoLl3ZWWI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUoLl3ZWWI .mbr-text,
.cid-uUoLl3ZWWI .mbr-section-btn {
  text-align: left;
}
.cid-uUoRoxMqvr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUoRoxMqvr .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uUoRoxMqvr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUoRoxMqvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUoRoxMqvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUoRM8lcZq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUoRM8lcZq .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uUoRM8lcZq .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-uUoRM8lcZq .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uUoRM8lcZq .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uUoRM8lcZq .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uUoRM8lcZq .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uUoRM8lcZq .main_title {
  margin-bottom: 1rem;
}
.cid-uUoRM8lcZq .card_subtitle {
  margin-bottom: .75rem;
}
.cid-uUoRM8lcZq .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uUoRM8lcZq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUoRM8lcZq .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uUoRM8lcZq .row {
    flex-direction: column-reverse;
  }
  .cid-uUoRM8lcZq .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uUoRM8lcZq .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uUoRM8lcZq .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-uUoRM8lcZq .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uUoRM8lcZq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUoRM8lcZq .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uUoRM8lcZq .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uUoRM8lcZq .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uUoRM8lcZq .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uUoRM8lcZq .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uUoRM8lcZq .card:hover .square_fill {
    transform: none;
  }
  .cid-uUoRM8lcZq .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uUoRM8lcZq .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uUoRM8lcZq .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uUoRM8lcZq .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uUoRM8lcZq .logo-wrapper {
  margin-bottom: 5px;
}
.cid-uUoRM8lcZq .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uUoRM8lcZq .mbr-section-title,
.cid-uUoRM8lcZq .mbr-section-btn,
.cid-uUoRM8lcZq .logo-wrapper {
  color: #000000;
}
.cid-uUoRM8lcZq H5 {
  color: #e12e00;
}
.cid-uUoRM8lcZq .card-title {
  color: #000000;
}
.cid-v2PlEg9qME {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2PlEg9qME .mbr-iconfont {
  font-size: 4rem;
  color: #f9d90e;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#e12e00, #ffa600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v2PlEg9qME .card-wrapper {
  background-color: #fef9f2;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-v2PlEg9qME .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-v2PlEg9qME .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-v2PlEg9qME .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-v2PlEg9qME .card {
  overflow: visible;
}
.cid-v2PlEg9qME .card:hover {
  cursor: pointer;
}
.cid-v2PlEg9qME .card:hover .card-box {
  border: 1px solid #e12e00;
}
.cid-v2PlEg9qME .card-title,
.cid-v2PlEg9qME .card-box {
  text-align: left;
}
.cid-v2PlEg9qME .card-text {
  color: #000000;
  text-align: left;
}
.cid-v2PlEg9qME .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-v2PlEg9qME .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2PlEg9qME .card-box {
    border: 1px solid #e12e00;
  }
}
.cid-v2PlEg9qME .main-subtitle {
  color: #000000;
}
.cid-v2PlEg9qME .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PlEg9qME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OO9PNOHU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2OO9PNOHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2OO9PNOHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OO9PNOHU .mbr-section-title {
  color: #000000;
}
.cid-v2OQood1Ld {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2OQood1Ld .row {
  flex-direction: row-reverse;
}
.cid-v2OQood1Ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2OQood1Ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OQood1Ld .mbr-description {
  text-align: left;
}
.cid-v2OQood1Ld .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2OQood1Ld .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2OQood1Ld .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v2OQood1Ld .card-title,
.cid-v2OQood1Ld .iconfont-wrapper {
  color: #000000;
}
.cid-v2OQood1Ld .card-text {
  color: #000000;
}
.cid-v2OQood1Ld .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2OQood1Ld .mbr-text,
.cid-v2OQood1Ld .mbr-section-btn {
  text-align: center;
}
.cid-v2OQood1Ld .card-text,
.cid-v2OQood1Ld .item .mbr-section-btn {
  text-align: left;
}
.cid-v2OQood1Ld .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2OQood1Ld .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2OQood1Ld .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e12e00;
  background-color: #e12e00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2OQood1Ld .mbr-text UL {
  text-align: left;
}
.cid-v7HGD79FOf {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-1920x1080.jpg");
}
.cid-v7HGD79FOf .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-v7HGD79FOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7HGD79FOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PtmvlLtF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2PtmvlLtF .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v2PtmvlLtF img {
  width: 100%;
}
.cid-v2PtmvlLtF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f9d90e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-v2PtmvlLtF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v2PtmvlLtF .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-v2PtmvlLtF .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-v2PtmvlLtF .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-v2PtmvlLtF .contents {
  margin-top: 36px;
}
.cid-v2PtmvlLtF .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-v2PtmvlLtF .mbr-section-btn {
  margin-top: 8px;
}
.cid-v2PtmvlLtF .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-v2PtmvlLtF .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-v2PtmvlLtF .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-v2PtmvlLtF .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-v2PtmvlLtF .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-v2PtmvlLtF .mbr-list .list li {
  line-height: 1.75;
}
.cid-v2PtmvlLtF .mbr-list .list li:before {
  font-weight: 900;
  color: #e12e00;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-v2PtmvlLtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PtmvlLtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PtmvlLtF .contents .mbr-text,
.cid-v2PtmvlLtF .mbr-section-btn {
  color: #000000;
}
.cid-v2PtmvlLtF .mbr-list,
.cid-v2PtmvlLtF .social-media,
.cid-v2PtmvlLtF .mbr-section-btn {
  color: #000000;
}
.cid-v2PtmvlLtF .mbr-list,
.cid-v2PtmvlLtF .social-media,
.cid-v2PtmvlLtF .mbr-section-btn UL {
  text-align: left;
}
.cid-v2PtmvlLtF .mbr-text,
.cid-v2PtmvlLtF .mbr-section-btn {
  text-align: left;
}
.cid-v2PtmvlLtF .mbr-section-title,
.cid-v2PtmvlLtF .mbr-section-btn {
  text-align: left;
}
.cid-v2PuJ0uKOA {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/untitled-design-2025-08-19t232947.181-1920x1080.jpg");
}
.cid-v2PuJ0uKOA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.3;
}
.cid-v2PuJ0uKOA .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2PuJ0uKOA .col-auto {
    margin: auto;
  }
}
.cid-v2PuJ0uKOA textarea {
  min-height: 200px;
}
.cid-v2PuJ0uKOA .form-control,
.cid-v2PuJ0uKOA .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #f7f7f7;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-v2PuJ0uKOA .form-control::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .field-input::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .form-control::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2PuJ0uKOA .form-control:-moz-placeholder,
.cid-v2PuJ0uKOA .field-input:-moz-placeholder,
.cid-v2PuJ0uKOA .form-control:-moz-placeholder,
.cid-v2PuJ0uKOA .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v2PuJ0uKOA .form-control:hover,
.cid-v2PuJ0uKOA .field-input:hover,
.cid-v2PuJ0uKOA .form-control:focus,
.cid-v2PuJ0uKOA .field-input:focus {
  background-color: #fef9f2;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-v2PuJ0uKOA .form-control:hover::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .field-input:hover::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .form-control:focus::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .field-input:focus::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .form-control:hover::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .field-input:hover::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .form-control:focus::-webkit-input-placeholder,
.cid-v2PuJ0uKOA .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2PuJ0uKOA .form-control:hover:-moz-placeholder,
.cid-v2PuJ0uKOA .field-input:hover:-moz-placeholder,
.cid-v2PuJ0uKOA .form-control:focus:-moz-placeholder,
.cid-v2PuJ0uKOA .field-input:focus:-moz-placeholder,
.cid-v2PuJ0uKOA .form-control:hover:-moz-placeholder,
.cid-v2PuJ0uKOA .field-input:hover:-moz-placeholder,
.cid-v2PuJ0uKOA .form-control:focus:-moz-placeholder,
.cid-v2PuJ0uKOA .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-v2PuJ0uKOA .jq-number__spin:hover,
.cid-v2PuJ0uKOA .jq-number__spin:focus {
  background-color: #fef9f2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2PuJ0uKOA .jq-number__spin {
  background-color: #f7f7f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2PuJ0uKOA .jq-selectbox li,
.cid-v2PuJ0uKOA .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-v2PuJ0uKOA .jq-selectbox li:hover,
.cid-v2PuJ0uKOA .jq-selectbox li.selected {
  background-color: #fef9f2;
  color: #000000;
}
.cid-v2PuJ0uKOA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2PuJ0uKOA .jq-number__spin.minus:hover:after,
.cid-v2PuJ0uKOA .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-v2PuJ0uKOA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2PuJ0uKOA .jq-number__spin.minus:after,
.cid-v2PuJ0uKOA .jq-number__spin.plus:after {
  border-top-color: #fef9f2;
  border-bottom-color: #fef9f2;
}
.cid-v2PuJ0uKOA input::-webkit-clear-button {
  display: none;
}
.cid-v2PuJ0uKOA input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2PuJ0uKOA input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2PuJ0uKOA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2PuJ0uKOA H4 {
  color: #000000;
  text-align: center;
}
.cid-v8a0Mz74qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef9f2;
}
.cid-v8a0Mz74qE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v8a0Mz74qE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v8a0Mz74qE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v8a0Mz74qE .social_icons {
  text-align: center;
}
.cid-v8a0Mz74qE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v8a0Mz74qE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8a0Mz74qE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8a0Mz74qE .iconfont-wrapper:hover {
  background-color: #e8c906;
}
@media (max-width: 767px) {
  .cid-v8a0Mz74qE .footer_timework {
    margin-top: 50px;
  }
  .cid-v8a0Mz74qE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v8a0Mz74qE .mbr-text,
.cid-v8a0Mz74qE .footer_logo,
.cid-v8a0Mz74qE .social_icons {
  color: #000000;
}
.cid-v8a0Mz74qE .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid black;
}
.cid-v8a0Mz74qE .contact-instagram {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.cid-v8a0Mz74qE .contact-instagram a {
  width: 50px;
  height: 50px;
  background-color: #e30d3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.cid-v8a0Mz74qE .contact-instagram .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-v8a0Mz74qE .contact-instagram a:hover {
  background-color: #e30d3c;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.cid-uTPPPZYnqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uTPPPZYnqb nav.navbar {
  position: fixed;
}
.cid-uTPPPZYnqb .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTPPPZYnqb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTPPPZYnqb .dropdown-item {
  border: none !important;
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover,
.cid-uTPPPZYnqb .dropdown-item:focus {
  background: #fef9f2 !important;
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover span {
  color: white;
}
.cid-uTPPPZYnqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPPPZYnqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPPPZYnqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPPPZYnqb .nav-link {
  position: relative;
}
.cid-uTPPPZYnqb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .container {
    flex-wrap: nowrap;
  }
}
.cid-uTPPPZYnqb .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTPPPZYnqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTPPPZYnqb .dropdown-menu,
.cid-uTPPPZYnqb .navbar.opened {
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .nav-item:focus,
.cid-uTPPPZYnqb .nav-link:focus {
  outline: none;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPPPZYnqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPPPZYnqb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef9f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPPPZYnqb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTPPPZYnqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPPPZYnqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTPPPZYnqb .navbar.collapsed {
  justify-content: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPPPZYnqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTPPPZYnqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPPPZYnqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPPPZYnqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTPPPZYnqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPPPZYnqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item.active,
.cid-uTPPPZYnqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPPPZYnqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef9f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTPPPZYnqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPPPZYnqb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTPPPZYnqb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTPPPZYnqb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTPPPZYnqb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTPPPZYnqb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fef9f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTPPPZYnqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPPPZYnqb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTPPPZYnqb .navbar {
    height: 70px;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    height: auto;
  }
  .cid-uTPPPZYnqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPPPZYnqb .navbar-nav {
  margin: 0 auto;
}
.cid-uTPPPZYnqb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTPPPZYnqb .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTPPPZYnqb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover,
.cid-uTPPPZYnqb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover::after,
.cid-uTPPPZYnqb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTPPPZYnqb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTPPPZYnqb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTPPPZYnqb .content-wrap {
  min-height: 110px;
}
.cid-uUA3pqgflI {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-1-1920x1080.png");
}
.cid-uUA3pqgflI .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uUA3pqgflI .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uUA3pqgflI {
    align-items: center;
  }
  .cid-uUA3pqgflI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUA3pqgflI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUA3pqgflI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUA3pqgflI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUA3pqgflI .content-wrap {
    width: 100%;
  }
}
.cid-uUA3pqgflI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUA3pqgflI .mbr-text,
.cid-uUA3pqgflI .mbr-section-btn {
  text-align: left;
}
.cid-uUBuqcVX7T {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUBuqcVX7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBuqcVX7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBuqcVX7T .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uUBuqcVX7T .mbr-section-subtitle {
  text-align: left;
}
.cid-uUBtgPeZzM {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUBtgPeZzM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uUBtgPeZzM .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uUBtgPeZzM .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uUBtgPeZzM .desc {
  color: #111213;
}
.cid-uUBtgPeZzM .desc1 {
  padding: 0px 10px;
  background: #e12e00;
  display: inline;
  width: auto;
  color: #ffffff;
  text-align: left;
}
.cid-uUBtgPeZzM .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uUBtgPeZzM .name {
  margin-bottom: 20px;
}
.cid-uUBtgPeZzM .price {
  width: auto;
  display: inline;
}
.cid-uUBtgPeZzM .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uUBtgPeZzM .plus1 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uUBtgPeZzM .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uUBtgPeZzM .new-price {
  width: auto;
  display: inline;
}
.cid-uUBtgPeZzM .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uUBtgPeZzM .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uUBtgPeZzM .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uUBtgPeZzM .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uUBtgPeZzM .plus {
  color: #000000;
}
.cid-uUBtgPeZzM .desc,
.cid-uUBtgPeZzM .plus {
  display: inline-block;
  width: auto;
}
.cid-uUBtgPeZzM .mbr-text,
.cid-uUBtgPeZzM .mbr-section-btn {
  color: #52586a;
}
.cid-uUBtgPeZzM .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uUBtgPeZzM .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uUBtgPeZzM .name,
.cid-uUBtgPeZzM .card,
.cid-uUBtgPeZzM .price-line {
  color: #111213;
}
.cid-uUBtgPeZzM .mbr-text,
.cid-uUBtgPeZzM .mbr-section-btn,
.cid-uUBtgPeZzM .price-line1 {
  color: #000000;
}
.cid-uUBv5YnBLY {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUBv5YnBLY .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uUBv5YnBLY .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uUBv5YnBLY .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uUBv5YnBLY .desc {
  color: #111213;
}
.cid-uUBv5YnBLY .desc1 {
  padding: 0px 10px;
  background: #e12e00;
  display: inline;
  width: auto;
  color: #ffffff;
  text-align: left;
}
.cid-uUBv5YnBLY .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uUBv5YnBLY .name {
  margin-bottom: 20px;
}
.cid-uUBv5YnBLY .price {
  width: auto;
  display: inline;
}
.cid-uUBv5YnBLY .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uUBv5YnBLY .plus1 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uUBv5YnBLY .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uUBv5YnBLY .new-price {
  width: auto;
  display: inline;
}
.cid-uUBv5YnBLY .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uUBv5YnBLY .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uUBv5YnBLY .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uUBv5YnBLY .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uUBv5YnBLY .plus {
  color: #000000;
}
.cid-uUBv5YnBLY .desc,
.cid-uUBv5YnBLY .plus {
  display: inline-block;
  width: auto;
}
.cid-uUBv5YnBLY .mbr-text,
.cid-uUBv5YnBLY .mbr-section-btn {
  color: #52586a;
}
.cid-uUBv5YnBLY .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uUBv5YnBLY .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uUBv5YnBLY .name,
.cid-uUBv5YnBLY .card,
.cid-uUBv5YnBLY .price-line {
  color: #111213;
}
.cid-uUBv5YnBLY .mbr-text,
.cid-uUBv5YnBLY .mbr-section-btn,
.cid-uUBv5YnBLY .price-line1 {
  color: #000000;
}
.cid-uUBv6zpQ4Y {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUBv6zpQ4Y .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uUBv6zpQ4Y .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uUBv6zpQ4Y .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uUBv6zpQ4Y .desc {
  color: #111213;
}
.cid-uUBv6zpQ4Y .desc1 {
  padding: 0px 10px;
  background: #e12e00;
  display: inline;
  width: auto;
  color: #ffffff;
  text-align: left;
}
.cid-uUBv6zpQ4Y .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uUBv6zpQ4Y .name {
  margin-bottom: 20px;
}
.cid-uUBv6zpQ4Y .price {
  width: auto;
  display: inline;
}
.cid-uUBv6zpQ4Y .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uUBv6zpQ4Y .plus1 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uUBv6zpQ4Y .desc2 {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uUBv6zpQ4Y .new-price {
  width: auto;
  display: inline;
}
.cid-uUBv6zpQ4Y .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uUBv6zpQ4Y .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uUBv6zpQ4Y .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uUBv6zpQ4Y .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uUBv6zpQ4Y .plus {
  color: #000000;
}
.cid-uUBv6zpQ4Y .desc,
.cid-uUBv6zpQ4Y .plus {
  display: inline-block;
  width: auto;
}
.cid-uUBv6zpQ4Y .mbr-text,
.cid-uUBv6zpQ4Y .mbr-section-btn {
  color: #52586a;
}
.cid-uUBv6zpQ4Y .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uUBv6zpQ4Y .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uUBv6zpQ4Y .name,
.cid-uUBv6zpQ4Y .card,
.cid-uUBv6zpQ4Y .price-line {
  color: #111213;
}
.cid-uUBv6zpQ4Y .mbr-text,
.cid-uUBv6zpQ4Y .mbr-section-btn,
.cid-uUBv6zpQ4Y .price-line1 {
  color: #000000;
}
.cid-uUAOJKpPVS {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-3-1920x1080.png");
}
.cid-uUAOJKpPVS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUAOJKpPVS .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uUAOJKpPVS .col-auto {
    margin: auto;
  }
}
.cid-uUAOJKpPVS textarea {
  min-height: 200px;
}
.cid-uUAOJKpPVS .form-control,
.cid-uUAOJKpPVS .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #f7f7f7;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uUAOJKpPVS .form-control::-webkit-input-placeholder,
.cid-uUAOJKpPVS .field-input::-webkit-input-placeholder,
.cid-uUAOJKpPVS .form-control::-webkit-input-placeholder,
.cid-uUAOJKpPVS .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uUAOJKpPVS .form-control:-moz-placeholder,
.cid-uUAOJKpPVS .field-input:-moz-placeholder,
.cid-uUAOJKpPVS .form-control:-moz-placeholder,
.cid-uUAOJKpPVS .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uUAOJKpPVS .form-control:hover,
.cid-uUAOJKpPVS .field-input:hover,
.cid-uUAOJKpPVS .form-control:focus,
.cid-uUAOJKpPVS .field-input:focus {
  background-color: #fef9f2;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uUAOJKpPVS .form-control:hover::-webkit-input-placeholder,
.cid-uUAOJKpPVS .field-input:hover::-webkit-input-placeholder,
.cid-uUAOJKpPVS .form-control:focus::-webkit-input-placeholder,
.cid-uUAOJKpPVS .field-input:focus::-webkit-input-placeholder,
.cid-uUAOJKpPVS .form-control:hover::-webkit-input-placeholder,
.cid-uUAOJKpPVS .field-input:hover::-webkit-input-placeholder,
.cid-uUAOJKpPVS .form-control:focus::-webkit-input-placeholder,
.cid-uUAOJKpPVS .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uUAOJKpPVS .form-control:hover:-moz-placeholder,
.cid-uUAOJKpPVS .field-input:hover:-moz-placeholder,
.cid-uUAOJKpPVS .form-control:focus:-moz-placeholder,
.cid-uUAOJKpPVS .field-input:focus:-moz-placeholder,
.cid-uUAOJKpPVS .form-control:hover:-moz-placeholder,
.cid-uUAOJKpPVS .field-input:hover:-moz-placeholder,
.cid-uUAOJKpPVS .form-control:focus:-moz-placeholder,
.cid-uUAOJKpPVS .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uUAOJKpPVS .jq-number__spin:hover,
.cid-uUAOJKpPVS .jq-number__spin:focus {
  background-color: #fef9f2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUAOJKpPVS .jq-number__spin {
  background-color: #f7f7f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUAOJKpPVS .jq-selectbox li,
.cid-uUAOJKpPVS .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-uUAOJKpPVS .jq-selectbox li:hover,
.cid-uUAOJKpPVS .jq-selectbox li.selected {
  background-color: #fef9f2;
  color: #000000;
}
.cid-uUAOJKpPVS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUAOJKpPVS .jq-number__spin.minus:hover:after,
.cid-uUAOJKpPVS .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-uUAOJKpPVS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUAOJKpPVS .jq-number__spin.minus:after,
.cid-uUAOJKpPVS .jq-number__spin.plus:after {
  border-top-color: #fef9f2;
  border-bottom-color: #fef9f2;
}
.cid-uUAOJKpPVS input::-webkit-clear-button {
  display: none;
}
.cid-uUAOJKpPVS input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUAOJKpPVS input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUAOJKpPVS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUAOJKpPVS H4 {
  color: #000000;
  text-align: center;
}
.cid-v8a0Mz74qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef9f2;
}
.cid-v8a0Mz74qE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v8a0Mz74qE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v8a0Mz74qE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v8a0Mz74qE .social_icons {
  text-align: center;
}
.cid-v8a0Mz74qE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v8a0Mz74qE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8a0Mz74qE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8a0Mz74qE .iconfont-wrapper:hover {
  background-color: #e8c906;
}
@media (max-width: 767px) {
  .cid-v8a0Mz74qE .footer_timework {
    margin-top: 50px;
  }
  .cid-v8a0Mz74qE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v8a0Mz74qE .mbr-text,
.cid-v8a0Mz74qE .footer_logo,
.cid-v8a0Mz74qE .social_icons {
  color: #000000;
}
.cid-v8a0Mz74qE .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid black;
}
.cid-v8a0Mz74qE .contact-instagram {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.cid-v8a0Mz74qE .contact-instagram a {
  width: 50px;
  height: 50px;
  background-color: #e30d3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.cid-v8a0Mz74qE .contact-instagram .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-v8a0Mz74qE .contact-instagram a:hover {
  background-color: #e30d3c;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.cid-uTPPPZYnqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uTPPPZYnqb nav.navbar {
  position: fixed;
}
.cid-uTPPPZYnqb .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTPPPZYnqb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTPPPZYnqb .dropdown-item {
  border: none !important;
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover,
.cid-uTPPPZYnqb .dropdown-item:focus {
  background: #fef9f2 !important;
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover span {
  color: white;
}
.cid-uTPPPZYnqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPPPZYnqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPPPZYnqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPPPZYnqb .nav-link {
  position: relative;
}
.cid-uTPPPZYnqb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .container {
    flex-wrap: nowrap;
  }
}
.cid-uTPPPZYnqb .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTPPPZYnqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTPPPZYnqb .dropdown-menu,
.cid-uTPPPZYnqb .navbar.opened {
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .nav-item:focus,
.cid-uTPPPZYnqb .nav-link:focus {
  outline: none;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPPPZYnqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPPPZYnqb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef9f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPPPZYnqb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTPPPZYnqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPPPZYnqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTPPPZYnqb .navbar.collapsed {
  justify-content: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPPPZYnqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTPPPZYnqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPPPZYnqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPPPZYnqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTPPPZYnqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPPPZYnqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item.active,
.cid-uTPPPZYnqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPPPZYnqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef9f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTPPPZYnqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPPPZYnqb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTPPPZYnqb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTPPPZYnqb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTPPPZYnqb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTPPPZYnqb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fef9f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTPPPZYnqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPPPZYnqb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTPPPZYnqb .navbar {
    height: 70px;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    height: auto;
  }
  .cid-uTPPPZYnqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPPPZYnqb .navbar-nav {
  margin: 0 auto;
}
.cid-uTPPPZYnqb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTPPPZYnqb .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTPPPZYnqb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover,
.cid-uTPPPZYnqb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover::after,
.cid-uTPPPZYnqb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTPPPZYnqb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTPPPZYnqb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTPPPZYnqb .content-wrap {
  min-height: 110px;
}
.cid-v2S26u5fTK {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-2025-08-20t134559.979-1920x1080.jpg");
}
.cid-v2S26u5fTK .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v2S26u5fTK .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v2S26u5fTK {
    align-items: center;
  }
  .cid-v2S26u5fTK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2S26u5fTK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2S26u5fTK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2S26u5fTK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2S26u5fTK .content-wrap {
    width: 100%;
  }
}
.cid-v2S26u5fTK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2S26u5fTK .mbr-text,
.cid-v2S26u5fTK .mbr-section-btn {
  text-align: left;
}
.cid-v2S276sMFh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2S276sMFh .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.cid-v2S276sMFh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2S276sMFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2S276sMFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2S4M93urf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2S4M93urf .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.cid-v2S4M93urf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2S4M93urf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2S4M93urf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2S4G0ZZrt {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2S4G0ZZrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2S4G0ZZrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2S4G0ZZrt .row {
  justify-content: flex-end !important;
}
.cid-v2S4G0ZZrt .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v2S4G0ZZrt .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-v2S4G0ZZrt .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-v2S4G0ZZrt .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cf6f05;
}
@media (min-width: 992px) {
  .cid-v2S4G0ZZrt .main-col {
    min-height: 28.4rem;
  }
}
.cid-v2S4G0ZZrt .main-col:hover {
  border-left: 1px solid #cf6f05;
  border-right: 1px solid #cf6f05;
}
@media (max-width: 991px) {
  .cid-v2S4G0ZZrt .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-v2S4G0ZZrt .main-col {
    max-width: 100%;
  }
}
.cid-v2S4G0ZZrt .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-v2S4G0ZZrt .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-v2S4G0ZZrt .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-v2S4G0ZZrt .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #cf6f05;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2S4G0ZZrt .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-v2S4G0ZZrt .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-v2S4G0ZZrt .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2S4G0ZZrt .head-content {
    padding: 12px;
  }
}
.cid-v2S4G0ZZrt .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-v2S4G0ZZrt .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-v2S4G0ZZrt .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-v2S4G0ZZrt .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-v2S4G0ZZrt .mbr-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-v2S4G0ZZrt .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-v2S4G0ZZrt .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-v2S4G0ZZrt .price-name {
  color: #727272;
}
.cid-v2S4G0ZZrt .price-number {
  color: #000000;
}
.cid-v2S4G0ZZrt .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-v2S4G0ZZrt .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-v2S4G0ZZrt .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v2S4G0ZZrt .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-v2S4G0ZZrt .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-v2S4G0ZZrt .mbr-text,
.cid-v2S4G0ZZrt .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v2S995fv1J {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/untitled-design-2025-08-20t002400.128-1920x1080.jpg");
}
.cid-v2S995fv1J .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-v2S995fv1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2S995fv1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2SDdcGoVy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2SDdcGoVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2SDdcGoVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2SDdcGoVy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v2SDdcGoVy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v2SDdcGoVy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v2SDdcGoVy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v2SDdcGoVy .container {
    padding: 0 12px;
  }
}
.cid-v2SDdcGoVy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2SDdcGoVy .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v2SDdcGoVy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v2SDdcGoVy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2SDdcGoVy .mbr-section-title {
  color: #1D1D1F;
}
.cid-v2SDdcGoVy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2SDdcGoVy .mbr-section-title,
.cid-v2SDdcGoVy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2SBQmrTKA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2SBQmrTKA .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-v2SBQmrTKA .title-section .mbr-section-title {
  text-align: center;
}
.cid-v2SBQmrTKA .card-title {
  flex: 1 1 auto;
}
.cid-v2SBQmrTKA .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-v2SBQmrTKA .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-v2SBQmrTKA .heading-acc:hover .acc-button {
  background-color: #e12e00;
}
.cid-v2SBQmrTKA .heading-acc:hover .acc-button .acc-button-line1,
.cid-v2SBQmrTKA .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-v2SBQmrTKA .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-v2SBQmrTKA .acc-button-container .acc-button .acc-button-line1,
.cid-v2SBQmrTKA .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-v2SBQmrTKA .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-v2SBQmrTKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2SBQmrTKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2S9kDfCm1 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-3-1920x1080.png");
}
.cid-v2S9kDfCm1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2S9kDfCm1 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2S9kDfCm1 .col-auto {
    margin: auto;
  }
}
.cid-v2S9kDfCm1 textarea {
  min-height: 200px;
}
.cid-v2S9kDfCm1 .form-control,
.cid-v2S9kDfCm1 .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #f7f7f7;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-v2S9kDfCm1 .form-control::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .field-input::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .form-control::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2S9kDfCm1 .form-control:-moz-placeholder,
.cid-v2S9kDfCm1 .field-input:-moz-placeholder,
.cid-v2S9kDfCm1 .form-control:-moz-placeholder,
.cid-v2S9kDfCm1 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v2S9kDfCm1 .form-control:hover,
.cid-v2S9kDfCm1 .field-input:hover,
.cid-v2S9kDfCm1 .form-control:focus,
.cid-v2S9kDfCm1 .field-input:focus {
  background-color: #fef9f2;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-v2S9kDfCm1 .form-control:hover::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .field-input:hover::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .form-control:focus::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .field-input:focus::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .form-control:hover::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .field-input:hover::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .form-control:focus::-webkit-input-placeholder,
.cid-v2S9kDfCm1 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2S9kDfCm1 .form-control:hover:-moz-placeholder,
.cid-v2S9kDfCm1 .field-input:hover:-moz-placeholder,
.cid-v2S9kDfCm1 .form-control:focus:-moz-placeholder,
.cid-v2S9kDfCm1 .field-input:focus:-moz-placeholder,
.cid-v2S9kDfCm1 .form-control:hover:-moz-placeholder,
.cid-v2S9kDfCm1 .field-input:hover:-moz-placeholder,
.cid-v2S9kDfCm1 .form-control:focus:-moz-placeholder,
.cid-v2S9kDfCm1 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-v2S9kDfCm1 .jq-number__spin:hover,
.cid-v2S9kDfCm1 .jq-number__spin:focus {
  background-color: #fef9f2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2S9kDfCm1 .jq-number__spin {
  background-color: #f7f7f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2S9kDfCm1 .jq-selectbox li,
.cid-v2S9kDfCm1 .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-v2S9kDfCm1 .jq-selectbox li:hover,
.cid-v2S9kDfCm1 .jq-selectbox li.selected {
  background-color: #fef9f2;
  color: #000000;
}
.cid-v2S9kDfCm1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2S9kDfCm1 .jq-number__spin.minus:hover:after,
.cid-v2S9kDfCm1 .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-v2S9kDfCm1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2S9kDfCm1 .jq-number__spin.minus:after,
.cid-v2S9kDfCm1 .jq-number__spin.plus:after {
  border-top-color: #fef9f2;
  border-bottom-color: #fef9f2;
}
.cid-v2S9kDfCm1 input::-webkit-clear-button {
  display: none;
}
.cid-v2S9kDfCm1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2S9kDfCm1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2S9kDfCm1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2S9kDfCm1 H4 {
  color: #000000;
  text-align: center;
}
.cid-v8a0Mz74qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef9f2;
}
.cid-v8a0Mz74qE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v8a0Mz74qE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v8a0Mz74qE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v8a0Mz74qE .social_icons {
  text-align: center;
}
.cid-v8a0Mz74qE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v8a0Mz74qE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8a0Mz74qE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8a0Mz74qE .iconfont-wrapper:hover {
  background-color: #e8c906;
}
@media (max-width: 767px) {
  .cid-v8a0Mz74qE .footer_timework {
    margin-top: 50px;
  }
  .cid-v8a0Mz74qE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v8a0Mz74qE .mbr-text,
.cid-v8a0Mz74qE .footer_logo,
.cid-v8a0Mz74qE .social_icons {
  color: #000000;
}
.cid-v8a0Mz74qE .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid black;
}
.cid-v8a0Mz74qE .contact-instagram {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.cid-v8a0Mz74qE .contact-instagram a {
  width: 50px;
  height: 50px;
  background-color: #e30d3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.cid-v8a0Mz74qE .contact-instagram .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-v8a0Mz74qE .contact-instagram a:hover {
  background-color: #e30d3c;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.cid-uTPPPZYnqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uTPPPZYnqb nav.navbar {
  position: fixed;
}
.cid-uTPPPZYnqb .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTPPPZYnqb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTPPPZYnqb .dropdown-item {
  border: none !important;
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover,
.cid-uTPPPZYnqb .dropdown-item:focus {
  background: #fef9f2 !important;
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover span {
  color: white;
}
.cid-uTPPPZYnqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPPPZYnqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPPPZYnqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPPPZYnqb .nav-link {
  position: relative;
}
.cid-uTPPPZYnqb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .container {
    flex-wrap: nowrap;
  }
}
.cid-uTPPPZYnqb .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTPPPZYnqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTPPPZYnqb .dropdown-menu,
.cid-uTPPPZYnqb .navbar.opened {
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .nav-item:focus,
.cid-uTPPPZYnqb .nav-link:focus {
  outline: none;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPPPZYnqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPPPZYnqb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef9f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPPPZYnqb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTPPPZYnqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPPPZYnqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTPPPZYnqb .navbar.collapsed {
  justify-content: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPPPZYnqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTPPPZYnqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPPPZYnqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPPPZYnqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTPPPZYnqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPPPZYnqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item.active,
.cid-uTPPPZYnqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPPPZYnqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef9f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTPPPZYnqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPPPZYnqb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTPPPZYnqb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTPPPZYnqb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTPPPZYnqb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTPPPZYnqb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fef9f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTPPPZYnqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPPPZYnqb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTPPPZYnqb .navbar {
    height: 70px;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    height: auto;
  }
  .cid-uTPPPZYnqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPPPZYnqb .navbar-nav {
  margin: 0 auto;
}
.cid-uTPPPZYnqb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTPPPZYnqb .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTPPPZYnqb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover,
.cid-uTPPPZYnqb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover::after,
.cid-uTPPPZYnqb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTPPPZYnqb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTPPPZYnqb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTPPPZYnqb .content-wrap {
  min-height: 110px;
}
.cid-v2PwwICsGZ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/untitled-design-2025-08-20t134559.979-1920x1080.jpg");
}
.cid-v2PwwICsGZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v2PwwICsGZ .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v2PwwICsGZ {
    align-items: center;
  }
  .cid-v2PwwICsGZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2PwwICsGZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2PwwICsGZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2PwwICsGZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2PwwICsGZ .content-wrap {
    width: 100%;
  }
}
.cid-v2PwwICsGZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2PwwICsGZ .mbr-text,
.cid-v2PwwICsGZ .mbr-section-btn {
  text-align: left;
}
.cid-v2PwxrrtFg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2PwxrrtFg .mbr-text {
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.cid-v2PwxrrtFg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2PwxrrtFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PwxrrtFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PwyvsfUr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2PwyvsfUr .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-v2PwyvsfUr .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2PwyvsfUr .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2PwyvsfUr .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2PwyvsfUr .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2PwyvsfUr .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2PwyvsfUr .main_title {
  margin-bottom: 1rem;
}
.cid-v2PwyvsfUr .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2PwyvsfUr .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2PwyvsfUr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2PwyvsfUr .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PwyvsfUr .row {
    flex-direction: column-reverse;
  }
  .cid-v2PwyvsfUr .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2PwyvsfUr .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2PwyvsfUr .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2PwyvsfUr .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2PwyvsfUr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2PwyvsfUr .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2PwyvsfUr .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2PwyvsfUr .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2PwyvsfUr .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2PwyvsfUr .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2PwyvsfUr .card:hover .square_fill {
    transform: none;
  }
  .cid-v2PwyvsfUr .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2PwyvsfUr .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2PwyvsfUr .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2PwyvsfUr .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2PwyvsfUr .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2PwyvsfUr .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2PwyvsfUr .mbr-section-title,
.cid-v2PwyvsfUr .mbr-section-btn,
.cid-v2PwyvsfUr .logo-wrapper {
  color: #000000;
}
.cid-v2PwyvsfUr H5 {
  color: #e12e00;
}
.cid-v2PwyvsfUr .card-title {
  color: #000000;
}
.cid-v2PFX54J4B {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2PFX54J4B .row {
  align-items: center;
}
.cid-v2PFX54J4B .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2PFX54J4B .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2PFX54J4B .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2PFX54J4B .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2PFX54J4B .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2PFX54J4B .main_title {
  margin-bottom: 1rem;
}
.cid-v2PFX54J4B .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2PFX54J4B .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2PFX54J4B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2PFX54J4B .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PFX54J4B .row {
    flex-direction: column-reverse;
  }
  .cid-v2PFX54J4B .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2PFX54J4B .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2PFX54J4B .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2PFX54J4B .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2PFX54J4B .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2PFX54J4B .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2PFX54J4B .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2PFX54J4B .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2PFX54J4B .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2PFX54J4B .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2PFX54J4B .card:hover .square_fill {
    transform: none;
  }
  .cid-v2PFX54J4B .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2PFX54J4B .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2PFX54J4B .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2PFX54J4B .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2PFX54J4B .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2PFX54J4B .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2PFX54J4B .mbr-section-title,
.cid-v2PFX54J4B .mbr-section-btn,
.cid-v2PFX54J4B .logo-wrapper {
  color: #000000;
}
.cid-v2PFX54J4B H5 {
  color: #e12e00;
}
.cid-v2PFX54J4B .card-title {
  color: #000000;
}
.cid-v2PJ1E2wXI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2PJ1E2wXI .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-v2PJ1E2wXI .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2PJ1E2wXI .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2PJ1E2wXI .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2PJ1E2wXI .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2PJ1E2wXI .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2PJ1E2wXI .main_title {
  margin-bottom: 1rem;
}
.cid-v2PJ1E2wXI .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2PJ1E2wXI .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2PJ1E2wXI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2PJ1E2wXI .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PJ1E2wXI .row {
    flex-direction: column-reverse;
  }
  .cid-v2PJ1E2wXI .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2PJ1E2wXI .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2PJ1E2wXI .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2PJ1E2wXI .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2PJ1E2wXI .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2PJ1E2wXI .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2PJ1E2wXI .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2PJ1E2wXI .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2PJ1E2wXI .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2PJ1E2wXI .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2PJ1E2wXI .card:hover .square_fill {
    transform: none;
  }
  .cid-v2PJ1E2wXI .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2PJ1E2wXI .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2PJ1E2wXI .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2PJ1E2wXI .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2PJ1E2wXI .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2PJ1E2wXI .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2PJ1E2wXI .mbr-section-title,
.cid-v2PJ1E2wXI .mbr-section-btn,
.cid-v2PJ1E2wXI .logo-wrapper {
  color: #000000;
}
.cid-v2PJ1E2wXI H5 {
  color: #e12e00;
}
.cid-v2PJ1E2wXI .card-title {
  color: #000000;
}
.cid-v2PKGihoVA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2PKGihoVA .row {
  align-items: center;
}
.cid-v2PKGihoVA .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2PKGihoVA .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2PKGihoVA .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2PKGihoVA .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2PKGihoVA .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2PKGihoVA .main_title {
  margin-bottom: 1rem;
}
.cid-v2PKGihoVA .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2PKGihoVA .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2PKGihoVA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2PKGihoVA .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PKGihoVA .row {
    flex-direction: column-reverse;
  }
  .cid-v2PKGihoVA .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2PKGihoVA .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2PKGihoVA .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2PKGihoVA .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2PKGihoVA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2PKGihoVA .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2PKGihoVA .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2PKGihoVA .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2PKGihoVA .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2PKGihoVA .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2PKGihoVA .card:hover .square_fill {
    transform: none;
  }
  .cid-v2PKGihoVA .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2PKGihoVA .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2PKGihoVA .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2PKGihoVA .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2PKGihoVA .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2PKGihoVA .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2PKGihoVA .mbr-section-title,
.cid-v2PKGihoVA .mbr-section-btn,
.cid-v2PKGihoVA .logo-wrapper {
  color: #000000;
}
.cid-v2PKGihoVA H5 {
  color: #e12e00;
}
.cid-v2PKGihoVA .card-title {
  color: #000000;
}
.cid-v2POGaVt0M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2POGaVt0M .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-v2POGaVt0M .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2POGaVt0M .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2POGaVt0M .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2POGaVt0M .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2POGaVt0M .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2POGaVt0M .main_title {
  margin-bottom: 1rem;
}
.cid-v2POGaVt0M .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2POGaVt0M .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2POGaVt0M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2POGaVt0M .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2POGaVt0M .row {
    flex-direction: column-reverse;
  }
  .cid-v2POGaVt0M .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2POGaVt0M .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2POGaVt0M .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2POGaVt0M .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2POGaVt0M .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2POGaVt0M .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2POGaVt0M .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2POGaVt0M .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2POGaVt0M .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2POGaVt0M .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2POGaVt0M .card:hover .square_fill {
    transform: none;
  }
  .cid-v2POGaVt0M .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2POGaVt0M .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2POGaVt0M .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2POGaVt0M .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2POGaVt0M .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2POGaVt0M .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2POGaVt0M .mbr-section-title,
.cid-v2POGaVt0M .mbr-section-btn,
.cid-v2POGaVt0M .logo-wrapper {
  color: #000000;
}
.cid-v2POGaVt0M H5 {
  color: #e12e00;
}
.cid-v2POGaVt0M .card-title {
  color: #000000;
}
.cid-v2PS6YZWHa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2PS6YZWHa .row {
  align-items: center;
}
.cid-v2PS6YZWHa .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2PS6YZWHa .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2PS6YZWHa .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2PS6YZWHa .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2PS6YZWHa .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2PS6YZWHa .main_title {
  margin-bottom: 1rem;
}
.cid-v2PS6YZWHa .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2PS6YZWHa .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2PS6YZWHa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2PS6YZWHa .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PS6YZWHa .row {
    flex-direction: column-reverse;
  }
  .cid-v2PS6YZWHa .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2PS6YZWHa .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2PS6YZWHa .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2PS6YZWHa .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2PS6YZWHa .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2PS6YZWHa .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2PS6YZWHa .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2PS6YZWHa .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2PS6YZWHa .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2PS6YZWHa .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2PS6YZWHa .card:hover .square_fill {
    transform: none;
  }
  .cid-v2PS6YZWHa .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2PS6YZWHa .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2PS6YZWHa .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2PS6YZWHa .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2PS6YZWHa .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2PS6YZWHa .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2PS6YZWHa .mbr-section-title,
.cid-v2PS6YZWHa .mbr-section-btn,
.cid-v2PS6YZWHa .logo-wrapper {
  color: #000000;
}
.cid-v2PS6YZWHa H5 {
  color: #e12e00;
}
.cid-v2PS6YZWHa .card-title {
  color: #000000;
}
.cid-v2PTtI7iZB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2PTtI7iZB .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-v2PTtI7iZB .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2PTtI7iZB .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2PTtI7iZB .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2PTtI7iZB .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2PTtI7iZB .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2PTtI7iZB .main_title {
  margin-bottom: 1rem;
}
.cid-v2PTtI7iZB .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2PTtI7iZB .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2PTtI7iZB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2PTtI7iZB .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PTtI7iZB .row {
    flex-direction: column-reverse;
  }
  .cid-v2PTtI7iZB .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2PTtI7iZB .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2PTtI7iZB .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2PTtI7iZB .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2PTtI7iZB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2PTtI7iZB .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2PTtI7iZB .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2PTtI7iZB .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2PTtI7iZB .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2PTtI7iZB .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2PTtI7iZB .card:hover .square_fill {
    transform: none;
  }
  .cid-v2PTtI7iZB .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2PTtI7iZB .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2PTtI7iZB .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2PTtI7iZB .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2PTtI7iZB .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2PTtI7iZB .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2PTtI7iZB .mbr-section-title,
.cid-v2PTtI7iZB .mbr-section-btn,
.cid-v2PTtI7iZB .logo-wrapper {
  color: #000000;
}
.cid-v2PTtI7iZB H5 {
  color: #e12e00;
}
.cid-v2PTtI7iZB .card-title {
  color: #000000;
}
.cid-v2PVmD7s6v {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2PVmD7s6v .row {
  align-items: center;
}
.cid-v2PVmD7s6v .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #f9d90e;
}
.cid-v2PVmD7s6v .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #ffea64;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v2PVmD7s6v .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-v2PVmD7s6v .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-v2PVmD7s6v .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-v2PVmD7s6v .main_title {
  margin-bottom: 1rem;
}
.cid-v2PVmD7s6v .card_subtitle {
  margin-bottom: .75rem;
}
.cid-v2PVmD7s6v .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-v2PVmD7s6v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v2PVmD7s6v .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v2PVmD7s6v .row {
    flex-direction: column-reverse;
  }
  .cid-v2PVmD7s6v .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-v2PVmD7s6v .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-v2PVmD7s6v .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-v2PVmD7s6v .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-v2PVmD7s6v .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v2PVmD7s6v .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-v2PVmD7s6v .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-v2PVmD7s6v .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-v2PVmD7s6v .card-wrapper {
    padding-top: 1rem;
  }
  .cid-v2PVmD7s6v .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-v2PVmD7s6v .card:hover .square_fill {
    transform: none;
  }
  .cid-v2PVmD7s6v .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-v2PVmD7s6v .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-v2PVmD7s6v .square_animation {
    margin-bottom: 1rem;
  }
  .cid-v2PVmD7s6v .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-v2PVmD7s6v .logo-wrapper {
  margin-bottom: 5px;
}
.cid-v2PVmD7s6v .logo-wrapper img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-v2PVmD7s6v .mbr-section-title,
.cid-v2PVmD7s6v .mbr-section-btn,
.cid-v2PVmD7s6v .logo-wrapper {
  color: #000000;
}
.cid-v2PVmD7s6v H5 {
  color: #e12e00;
}
.cid-v2PVmD7s6v .card-title {
  color: #000000;
}
.cid-v2PW94BGk9 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/untitled-design-2025-08-20t134443.038-1920x1080.jpg");
}
.cid-v2PW94BGk9 .mbr-overlay {
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-v2PW94BGk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2PW94BGk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2PWskEASW {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-3-1920x1080.png");
}
.cid-v2PWskEASW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2PWskEASW .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2PWskEASW .col-auto {
    margin: auto;
  }
}
.cid-v2PWskEASW textarea {
  min-height: 200px;
}
.cid-v2PWskEASW .form-control,
.cid-v2PWskEASW .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #f7f7f7;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-v2PWskEASW .form-control::-webkit-input-placeholder,
.cid-v2PWskEASW .field-input::-webkit-input-placeholder,
.cid-v2PWskEASW .form-control::-webkit-input-placeholder,
.cid-v2PWskEASW .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2PWskEASW .form-control:-moz-placeholder,
.cid-v2PWskEASW .field-input:-moz-placeholder,
.cid-v2PWskEASW .form-control:-moz-placeholder,
.cid-v2PWskEASW .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v2PWskEASW .form-control:hover,
.cid-v2PWskEASW .field-input:hover,
.cid-v2PWskEASW .form-control:focus,
.cid-v2PWskEASW .field-input:focus {
  background-color: #fef9f2;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-v2PWskEASW .form-control:hover::-webkit-input-placeholder,
.cid-v2PWskEASW .field-input:hover::-webkit-input-placeholder,
.cid-v2PWskEASW .form-control:focus::-webkit-input-placeholder,
.cid-v2PWskEASW .field-input:focus::-webkit-input-placeholder,
.cid-v2PWskEASW .form-control:hover::-webkit-input-placeholder,
.cid-v2PWskEASW .field-input:hover::-webkit-input-placeholder,
.cid-v2PWskEASW .form-control:focus::-webkit-input-placeholder,
.cid-v2PWskEASW .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2PWskEASW .form-control:hover:-moz-placeholder,
.cid-v2PWskEASW .field-input:hover:-moz-placeholder,
.cid-v2PWskEASW .form-control:focus:-moz-placeholder,
.cid-v2PWskEASW .field-input:focus:-moz-placeholder,
.cid-v2PWskEASW .form-control:hover:-moz-placeholder,
.cid-v2PWskEASW .field-input:hover:-moz-placeholder,
.cid-v2PWskEASW .form-control:focus:-moz-placeholder,
.cid-v2PWskEASW .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-v2PWskEASW .jq-number__spin:hover,
.cid-v2PWskEASW .jq-number__spin:focus {
  background-color: #fef9f2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2PWskEASW .jq-number__spin {
  background-color: #f7f7f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2PWskEASW .jq-selectbox li,
.cid-v2PWskEASW .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-v2PWskEASW .jq-selectbox li:hover,
.cid-v2PWskEASW .jq-selectbox li.selected {
  background-color: #fef9f2;
  color: #000000;
}
.cid-v2PWskEASW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2PWskEASW .jq-number__spin.minus:hover:after,
.cid-v2PWskEASW .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-v2PWskEASW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2PWskEASW .jq-number__spin.minus:after,
.cid-v2PWskEASW .jq-number__spin.plus:after {
  border-top-color: #fef9f2;
  border-bottom-color: #fef9f2;
}
.cid-v2PWskEASW input::-webkit-clear-button {
  display: none;
}
.cid-v2PWskEASW input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2PWskEASW input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2PWskEASW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2PWskEASW H4 {
  color: #000000;
  text-align: center;
}
.cid-v8a0Mz74qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef9f2;
}
.cid-v8a0Mz74qE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v8a0Mz74qE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v8a0Mz74qE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v8a0Mz74qE .social_icons {
  text-align: center;
}
.cid-v8a0Mz74qE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v8a0Mz74qE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8a0Mz74qE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8a0Mz74qE .iconfont-wrapper:hover {
  background-color: #e8c906;
}
@media (max-width: 767px) {
  .cid-v8a0Mz74qE .footer_timework {
    margin-top: 50px;
  }
  .cid-v8a0Mz74qE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v8a0Mz74qE .mbr-text,
.cid-v8a0Mz74qE .footer_logo,
.cid-v8a0Mz74qE .social_icons {
  color: #000000;
}
.cid-v8a0Mz74qE .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid black;
}
.cid-v8a0Mz74qE .contact-instagram {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.cid-v8a0Mz74qE .contact-instagram a {
  width: 50px;
  height: 50px;
  background-color: #e30d3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.cid-v8a0Mz74qE .contact-instagram .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-v8a0Mz74qE .contact-instagram a:hover {
  background-color: #e30d3c;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.cid-uTPPPZYnqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uTPPPZYnqb nav.navbar {
  position: fixed;
}
.cid-uTPPPZYnqb .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTPPPZYnqb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTPPPZYnqb .dropdown-item {
  border: none !important;
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover,
.cid-uTPPPZYnqb .dropdown-item:focus {
  background: #fef9f2 !important;
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover span {
  color: white;
}
.cid-uTPPPZYnqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPPPZYnqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPPPZYnqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPPPZYnqb .nav-link {
  position: relative;
}
.cid-uTPPPZYnqb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .container {
    flex-wrap: nowrap;
  }
}
.cid-uTPPPZYnqb .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTPPPZYnqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTPPPZYnqb .dropdown-menu,
.cid-uTPPPZYnqb .navbar.opened {
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .nav-item:focus,
.cid-uTPPPZYnqb .nav-link:focus {
  outline: none;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPPPZYnqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPPPZYnqb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef9f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPPPZYnqb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTPPPZYnqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPPPZYnqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTPPPZYnqb .navbar.collapsed {
  justify-content: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPPPZYnqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTPPPZYnqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPPPZYnqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPPPZYnqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTPPPZYnqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPPPZYnqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item.active,
.cid-uTPPPZYnqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPPPZYnqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef9f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTPPPZYnqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPPPZYnqb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTPPPZYnqb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTPPPZYnqb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTPPPZYnqb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTPPPZYnqb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fef9f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTPPPZYnqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPPPZYnqb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTPPPZYnqb .navbar {
    height: 70px;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    height: auto;
  }
  .cid-uTPPPZYnqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPPPZYnqb .navbar-nav {
  margin: 0 auto;
}
.cid-uTPPPZYnqb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTPPPZYnqb .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTPPPZYnqb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover,
.cid-uTPPPZYnqb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover::after,
.cid-uTPPPZYnqb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTPPPZYnqb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTPPPZYnqb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTPPPZYnqb .content-wrap {
  min-height: 110px;
}
.cid-uUAvGFWYx3 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-2-1920x1080.png");
}
.cid-uUAvGFWYx3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uUAvGFWYx3 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uUAvGFWYx3 {
    align-items: center;
  }
  .cid-uUAvGFWYx3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uUAvGFWYx3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uUAvGFWYx3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUAvGFWYx3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUAvGFWYx3 .content-wrap {
    width: 100%;
  }
}
.cid-uUAvGFWYx3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUAvGFWYx3 .mbr-text,
.cid-uUAvGFWYx3 .mbr-section-btn {
  text-align: left;
}
.cid-v31aEZ1i64 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v31aEZ1i64 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-v31aEZ1i64 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v31aEZ1i64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v31aEZ1i64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBanaQfKx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fef9f2;
}
.cid-uUBanaQfKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBanaQfKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUBanaQfKx .container {
    padding: 0 20px;
  }
}
.cid-uUBanaQfKx .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUBanaQfKx .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uUBanaQfKx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uUBanaQfKx .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUBanaQfKx .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 16px;
}
.cid-uUBanaQfKx .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uUBanaQfKx .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUBanaQfKx .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
.cid-uUBanaQfKx .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uUBanaQfKx .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 16px;
}
.cid-uUBanaQfKx .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-uUBanaQfKx .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #e43f3f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e43f3f;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uUBanaQfKx .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont:hover {
  opacity: .7;
}
.cid-uUBanaQfKx .embla__button--next,
.cid-uUBanaQfKx .embla__button--prev {
  display: flex;
}
.cid-uUBanaQfKx .embla__button {
  top: -2rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #f9d90e;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUBanaQfKx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUBanaQfKx .embla__button:hover {
  background: transparent;
  color: #f9d90e;
  opacity: .7;
}
.cid-uUBanaQfKx .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uUBanaQfKx .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uUBanaQfKx .embla__button {
    top: -1.5rem;
  }
}
.cid-uUBanaQfKx .embla {
  position: relative;
  width: 100%;
}
.cid-uUBanaQfKx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uUBanaQfKx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUBanaQfKx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUBanaQfKx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUBanaQfKx .mbr-name {
  color: #1d1d1d;
}
.cid-uUBanaQfKx .mbr-role {
  color: #000000;
  text-align: left;
}
.cid-uUBanaQfKx .mbr-name,
.cid-uUBanaQfKx .soc-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v2Sa4Bn7Bp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-3-1920x1080.png");
}
.cid-v2Sa4Bn7Bp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2Sa4Bn7Bp .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2Sa4Bn7Bp .col-auto {
    margin: auto;
  }
}
.cid-v2Sa4Bn7Bp textarea {
  min-height: 200px;
}
.cid-v2Sa4Bn7Bp .form-control,
.cid-v2Sa4Bn7Bp .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #f7f7f7;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-v2Sa4Bn7Bp .form-control::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .field-input::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .form-control::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2Sa4Bn7Bp .form-control:-moz-placeholder,
.cid-v2Sa4Bn7Bp .field-input:-moz-placeholder,
.cid-v2Sa4Bn7Bp .form-control:-moz-placeholder,
.cid-v2Sa4Bn7Bp .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v2Sa4Bn7Bp .form-control:hover,
.cid-v2Sa4Bn7Bp .field-input:hover,
.cid-v2Sa4Bn7Bp .form-control:focus,
.cid-v2Sa4Bn7Bp .field-input:focus {
  background-color: #fef9f2;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-v2Sa4Bn7Bp .form-control:hover::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .field-input:hover::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .form-control:focus::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .field-input:focus::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .form-control:hover::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .field-input:hover::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .form-control:focus::-webkit-input-placeholder,
.cid-v2Sa4Bn7Bp .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2Sa4Bn7Bp .form-control:hover:-moz-placeholder,
.cid-v2Sa4Bn7Bp .field-input:hover:-moz-placeholder,
.cid-v2Sa4Bn7Bp .form-control:focus:-moz-placeholder,
.cid-v2Sa4Bn7Bp .field-input:focus:-moz-placeholder,
.cid-v2Sa4Bn7Bp .form-control:hover:-moz-placeholder,
.cid-v2Sa4Bn7Bp .field-input:hover:-moz-placeholder,
.cid-v2Sa4Bn7Bp .form-control:focus:-moz-placeholder,
.cid-v2Sa4Bn7Bp .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-v2Sa4Bn7Bp .jq-number__spin:hover,
.cid-v2Sa4Bn7Bp .jq-number__spin:focus {
  background-color: #fef9f2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2Sa4Bn7Bp .jq-number__spin {
  background-color: #f7f7f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2Sa4Bn7Bp .jq-selectbox li,
.cid-v2Sa4Bn7Bp .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-v2Sa4Bn7Bp .jq-selectbox li:hover,
.cid-v2Sa4Bn7Bp .jq-selectbox li.selected {
  background-color: #fef9f2;
  color: #000000;
}
.cid-v2Sa4Bn7Bp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2Sa4Bn7Bp .jq-number__spin.minus:hover:after,
.cid-v2Sa4Bn7Bp .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-v2Sa4Bn7Bp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2Sa4Bn7Bp .jq-number__spin.minus:after,
.cid-v2Sa4Bn7Bp .jq-number__spin.plus:after {
  border-top-color: #fef9f2;
  border-bottom-color: #fef9f2;
}
.cid-v2Sa4Bn7Bp input::-webkit-clear-button {
  display: none;
}
.cid-v2Sa4Bn7Bp input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2Sa4Bn7Bp input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2Sa4Bn7Bp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2Sa4Bn7Bp H4 {
  color: #000000;
  text-align: center;
}
.cid-v8a0Mz74qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef9f2;
}
.cid-v8a0Mz74qE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v8a0Mz74qE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v8a0Mz74qE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v8a0Mz74qE .social_icons {
  text-align: center;
}
.cid-v8a0Mz74qE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v8a0Mz74qE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8a0Mz74qE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8a0Mz74qE .iconfont-wrapper:hover {
  background-color: #e8c906;
}
@media (max-width: 767px) {
  .cid-v8a0Mz74qE .footer_timework {
    margin-top: 50px;
  }
  .cid-v8a0Mz74qE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v8a0Mz74qE .mbr-text,
.cid-v8a0Mz74qE .footer_logo,
.cid-v8a0Mz74qE .social_icons {
  color: #000000;
}
.cid-v8a0Mz74qE .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid black;
}
.cid-v8a0Mz74qE .contact-instagram {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.cid-v8a0Mz74qE .contact-instagram a {
  width: 50px;
  height: 50px;
  background-color: #e30d3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.cid-v8a0Mz74qE .contact-instagram .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-v8a0Mz74qE .contact-instagram a:hover {
  background-color: #e30d3c;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
.cid-uTPPPZYnqb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uTPPPZYnqb nav.navbar {
  position: fixed;
}
.cid-uTPPPZYnqb .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
@media (max-width: 1640px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1440px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uTPPPZYnqb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uTPPPZYnqb .dropdown-item {
  border: none !important;
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover,
.cid-uTPPPZYnqb .dropdown-item:focus {
  background: #fef9f2 !important;
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item:hover span {
  color: white;
}
.cid-uTPPPZYnqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTPPPZYnqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTPPPZYnqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTPPPZYnqb .nav-link {
  position: relative;
}
.cid-uTPPPZYnqb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .container {
    flex-wrap: nowrap;
  }
}
.cid-uTPPPZYnqb .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uTPPPZYnqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uTPPPZYnqb .dropdown-menu,
.cid-uTPPPZYnqb .navbar.opened {
  background: #fef9f2 !important;
}
.cid-uTPPPZYnqb .nav-item:focus,
.cid-uTPPPZYnqb .nav-link:focus {
  outline: none;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTPPPZYnqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTPPPZYnqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTPPPZYnqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTPPPZYnqb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fef9f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTPPPZYnqb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uTPPPZYnqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uTPPPZYnqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTPPPZYnqb .navbar.collapsed {
  justify-content: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTPPPZYnqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTPPPZYnqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTPPPZYnqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTPPPZYnqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTPPPZYnqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTPPPZYnqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTPPPZYnqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTPPPZYnqb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uTPPPZYnqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uTPPPZYnqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTPPPZYnqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uTPPPZYnqb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uTPPPZYnqb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uTPPPZYnqb .dropdown-item.active,
.cid-uTPPPZYnqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTPPPZYnqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTPPPZYnqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef9f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uTPPPZYnqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uTPPPZYnqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTPPPZYnqb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uTPPPZYnqb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uTPPPZYnqb .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-uTPPPZYnqb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uTPPPZYnqb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uTPPPZYnqb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fef9f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uTPPPZYnqb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTPPPZYnqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTPPPZYnqb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTPPPZYnqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTPPPZYnqb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTPPPZYnqb .navbar {
    height: 70px;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    height: auto;
  }
  .cid-uTPPPZYnqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTPPPZYnqb .navbar-nav {
  margin: 0 auto;
}
.cid-uTPPPZYnqb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uTPPPZYnqb .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uTPPPZYnqb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover,
.cid-uTPPPZYnqb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uTPPPZYnqb .nav-item .nav-link:hover::after,
.cid-uTPPPZYnqb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uTPPPZYnqb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uTPPPZYnqb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uTPPPZYnqb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uTPPPZYnqb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uTPPPZYnqb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uTPPPZYnqb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uTPPPZYnqb .content-wrap {
  min-height: 110px;
}
.cid-v2ViY1lMmZ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/yaska-11-1920x1080.jpg");
}
.cid-v2ViY1lMmZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-v2ViY1lMmZ .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-v2ViY1lMmZ {
    align-items: center;
  }
  .cid-v2ViY1lMmZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2ViY1lMmZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2ViY1lMmZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2ViY1lMmZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2ViY1lMmZ .content-wrap {
    width: 100%;
  }
}
.cid-v2ViY1lMmZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2ViY1lMmZ .mbr-text,
.cid-v2ViY1lMmZ .mbr-section-btn {
  text-align: left;
}
.cid-v2VjEpLsH0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2VjEpLsH0 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-v2VjEpLsH0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2VjEpLsH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2VjEpLsH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2VlimzlKc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2VlimzlKc img,
.cid-v2VlimzlKc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v2VlimzlKc .item:focus,
.cid-v2VlimzlKc span:focus {
  outline: none;
}
.cid-v2VlimzlKc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2VlimzlKc .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #fef9f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2VlimzlKc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2VlimzlKc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2VlimzlKc .btn-primary {
  margin: 0;
}
.cid-v2VlimzlKc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2VlimzlKc .mbr-text,
.cid-v2VlimzlKc .mbr-section-btn {
  text-align: center;
}
.cid-v2VlimzlKc .mbr-text {
  margin-bottom: 0;
  color: #3F424E;
  text-align: left;
}
.cid-v2VlimzlKc .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-v2VlimzlKc .item-title {
  text-align: left;
  margin: 0;
}
.cid-v2VlimzlKc .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-v2VlimzlKc .content-margin {
  margin-top: 50px;
}
.cid-v2VlimzlKc .btn {
  margin-top: 10px;
  margin-bottom: 0px;
}
.cid-v2VlimzlKc .item-footer {
  padding: 0;
  margin: 0;
}
.cid-v2Vrh4y7Ry {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kids-joining-hands-for-a-cause-3-1920x1080.png");
}
.cid-v2Vrh4y7Ry .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2Vrh4y7Ry .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2Vrh4y7Ry .col-auto {
    margin: auto;
  }
}
.cid-v2Vrh4y7Ry textarea {
  min-height: 200px;
}
.cid-v2Vrh4y7Ry .form-control,
.cid-v2Vrh4y7Ry .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #f7f7f7;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-v2Vrh4y7Ry .form-control::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .field-input::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .form-control::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2Vrh4y7Ry .form-control:-moz-placeholder,
.cid-v2Vrh4y7Ry .field-input:-moz-placeholder,
.cid-v2Vrh4y7Ry .form-control:-moz-placeholder,
.cid-v2Vrh4y7Ry .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v2Vrh4y7Ry .form-control:hover,
.cid-v2Vrh4y7Ry .field-input:hover,
.cid-v2Vrh4y7Ry .form-control:focus,
.cid-v2Vrh4y7Ry .field-input:focus {
  background-color: #fef9f2;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-v2Vrh4y7Ry .form-control:hover::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .field-input:hover::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .form-control:focus::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .field-input:focus::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .form-control:hover::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .field-input:hover::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .form-control:focus::-webkit-input-placeholder,
.cid-v2Vrh4y7Ry .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v2Vrh4y7Ry .form-control:hover:-moz-placeholder,
.cid-v2Vrh4y7Ry .field-input:hover:-moz-placeholder,
.cid-v2Vrh4y7Ry .form-control:focus:-moz-placeholder,
.cid-v2Vrh4y7Ry .field-input:focus:-moz-placeholder,
.cid-v2Vrh4y7Ry .form-control:hover:-moz-placeholder,
.cid-v2Vrh4y7Ry .field-input:hover:-moz-placeholder,
.cid-v2Vrh4y7Ry .form-control:focus:-moz-placeholder,
.cid-v2Vrh4y7Ry .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-v2Vrh4y7Ry .jq-number__spin:hover,
.cid-v2Vrh4y7Ry .jq-number__spin:focus {
  background-color: #fef9f2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v2Vrh4y7Ry .jq-number__spin {
  background-color: #f7f7f7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2Vrh4y7Ry .jq-selectbox li,
.cid-v2Vrh4y7Ry .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-v2Vrh4y7Ry .jq-selectbox li:hover,
.cid-v2Vrh4y7Ry .jq-selectbox li.selected {
  background-color: #fef9f2;
  color: #000000;
}
.cid-v2Vrh4y7Ry .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v2Vrh4y7Ry .jq-number__spin.minus:hover:after,
.cid-v2Vrh4y7Ry .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-v2Vrh4y7Ry .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v2Vrh4y7Ry .jq-number__spin.minus:after,
.cid-v2Vrh4y7Ry .jq-number__spin.plus:after {
  border-top-color: #fef9f2;
  border-bottom-color: #fef9f2;
}
.cid-v2Vrh4y7Ry input::-webkit-clear-button {
  display: none;
}
.cid-v2Vrh4y7Ry input::-webkit-inner-spin-button {
  display: none;
}
.cid-v2Vrh4y7Ry input::-webkit-outer-spin-button {
  display: none;
}
.cid-v2Vrh4y7Ry input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v2Vrh4y7Ry H4 {
  color: #000000;
  text-align: center;
}
.cid-v8a0Mz74qE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef9f2;
}
.cid-v8a0Mz74qE .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v8a0Mz74qE .footer_logo {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-v8a0Mz74qE .mbr-text {
  margin: 10px 0;
  text-align: center;
}
.cid-v8a0Mz74qE .footer_info {
  margin: 10px 0;
  text-align: center;
  color: #000000;
}
.cid-v8a0Mz74qE .social_icons {
  text-align: center;
}
.cid-v8a0Mz74qE .icons_footer {
  margin-top: 35px;
  padding: 0;
  display: inline-flex;
}
.cid-v8a0Mz74qE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8a0Mz74qE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8a0Mz74qE .iconfont-wrapper:hover {
  background-color: #e8c906;
}
@media (max-width: 767px) {
  .cid-v8a0Mz74qE .footer_timework {
    margin-top: 50px;
  }
  .cid-v8a0Mz74qE .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-v8a0Mz74qE .mbr-text,
.cid-v8a0Mz74qE .footer_logo,
.cid-v8a0Mz74qE .social_icons {
  color: #000000;
}
.cid-v8a0Mz74qE .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid black;
}
.cid-v8a0Mz74qE .contact-instagram {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.cid-v8a0Mz74qE .contact-instagram a {
  width: 50px;
  height: 50px;
  background-color: #e30d3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.cid-v8a0Mz74qE .contact-instagram .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-v8a0Mz74qE .contact-instagram a:hover {
  background-color: #e30d3c;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
