.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .animation-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
}
.display-2 > .animation-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .animation-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-5 > .animation-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.33rem;
  line-height: 1.4;
}
.display-7 > .animation-iconfont {
  font-size: 1.6625rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.064rem;
    font-size: calc( 1.1155rem + (1.33 - 1.1155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1155rem + (1.33 - 1.1155) * ((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: #e4ed64 !important;
}
.bg-success {
  background-color: #92886f !important;
}
.bg-info {
  background-color: #e0e0e0 !important;
}
.bg-warning {
  background-color: #f0c365 !important;
}
.bg-danger {
  background-color: #ada48f !important;
}
.btn-primary .animation-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4ed64 !important;
  border-color: #e4ed64 !important;
  color: #454909 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ecf292 !important;
  border-color: #ecf292 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #454909 !important;
  background-color: #ecf292 !important;
  border-color: #ecf292 !important;
}
.btn-secondary .animation-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-info .animation-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success .animation-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #92886f !important;
  border-color: #92886f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a8a08c !important;
  border-color: #a8a08c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a8a08c !important;
  border-color: #a8a08c !important;
}
.btn-warning .animation-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
}
.btn-danger .animation-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ada48f !important;
  border-color: #ada48f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c3bcac !important;
  border-color: #c3bcac !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c3bcac !important;
  border-color: #c3bcac !important;
}
.btn-white .animation-iconfont {
  color: #000000 !important;
  background-color: #ffffff !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 .animation-iconfont {
  color: #ffffff !important;
  background-color: #a3a3a3 !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 .animation-iconfont {
  color: #000000 !important;
  background-color: #e4ed64 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e4ed64;
  color: #e4ed64;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d3e01a !important;
  background-color: transparent !important;
  border-color: #d3e01a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #454909 !important;
  background-color: #e4ed64 !important;
  border-color: #e4ed64 !important;
}
.btn-secondary-outline .animation-iconfont {
  color: #000000 !important;
  background-color: #8a8a8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8a8a8a;
  color: #8a8a8a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5f5f5f !important;
  background-color: transparent !important;
  border-color: #5f5f5f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
}
.btn-info-outline .animation-iconfont {
  color: #000000 !important;
  background-color: #e0e0e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent !important;
  border-color: #b5b5b5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-success-outline .animation-iconfont {
  color: #000000 !important;
  background-color: #92886f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #92886f;
  color: #92886f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #615a49 !important;
  background-color: transparent !important;
  border-color: #615a49 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92886f !important;
  border-color: #92886f !important;
}
.btn-warning-outline .animation-iconfont {
  color: #000000 !important;
  background-color: #f0c365 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0c365;
  color: #f0c365;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e8a417 !important;
  background-color: transparent !important;
  border-color: #e8a417 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
}
.btn-danger-outline .animation-iconfont {
  color: #000000 !important;
  background-color: #ada48f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ada48f;
  color: #ada48f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #847a61 !important;
  background-color: transparent !important;
  border-color: #847a61 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ada48f !important;
  border-color: #ada48f !important;
}
.btn-black-outline .animation-iconfont {
  color: #ffffff !important;
  background-color: #232323 !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 .animation-iconfont {
  color: #000000 !important;
  background-color: #fafafa !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: #e4ed64 !important;
}
.text-secondary {
  color: #8a8a8a !important;
}
.text-success {
  color: #92886f !important;
}
.text-info {
  color: #e0e0e0 !important;
}
.text-warning {
  color: #f0c365 !important;
}
.text-danger {
  color: #ada48f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c6d318 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #575757 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #585243 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #adadad !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #da9a15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c725a !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: #e4ed64;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e0e0e0;
}
.alert-warning {
  background-color: #f0c365;
}
.alert-danger {
  background-color: #ada48f;
}
.animation-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.animation-gallery-filter li a {
  border-radius: 100px !important;
}
.animation-gallery-filter li.active .btn {
  background-color: #e4ed64;
  border-color: #e4ed64;
  color: #5b600b;
}
.animation-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e4ed64;
}
.animation-plan-header.bg-primary .animation-plan-subtitle,
.animation-plan-header.bg-primary .animation-plan-price-desc {
  color: #ffffff;
}
.animation-plan-header.bg-success .animation-plan-subtitle,
.animation-plan-header.bg-success .animation-plan-price-desc {
  color: #c9c4b8;
}
.animation-plan-header.bg-info .animation-plan-subtitle,
.animation-plan-header.bg-info .animation-plan-price-desc {
  color: #ffffff;
}
.animation-plan-header.bg-warning .animation-plan-subtitle,
.animation-plan-header.bg-warning .animation-plan-price-desc {
  color: #ffffff;
}
.animation-plan-header.bg-danger .animation-plan-subtitle,
.animation-plan-header.bg-danger .animation-plan-price-desc {
  color: #e3e0d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .animation-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e4ed64 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .animation-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e4ed64;
}
/* Forms */
.animation-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.animation-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.animation-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.animation-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4ed64;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e4ed64;
}
.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: #e4ed64;
  border-bottom-color: #e4ed64;
}
.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: #e4ed64 !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: #8a8a8a !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='%23e4ed64' %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;
}
.animation-section-btn .btn {
  padding: 4px 30px;
  align-items: center;
  min-height: 60px;
  font-weight: 700 !important;
}
.animation-section-btn .btn span {
  font-weight: 700;
}
.animation-section-btn .btn .animation-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: -25px;
  transition: all .3s ease;
  font-size: inherit;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.animation-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .animation-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img {
    border-radius: 20px !important;
  }
}
.item-blur {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur {
    border-radius: 20px !important;
  }
}
.item-blur::before {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur::before {
    border-radius: 20px !important;
  }
}
.animation-label,
.card-label {
  border-radius: 2rem;
}
.item-icon {
  border-radius: 30px 0 30px 30px !important;
}
@media (max-width: 992px) {
  .item-icon {
    border-radius: 20px 0 20px 20px !important;
  }
}
.item-img.small-radius {
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .item-img.small-radius {
    border-radius: 15px !important;
  }
}
.navbar-collapse {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 20px !important;
  }
}
.e99N8M-uQXY5KzaRy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.e99N8M-uQXY5KzaRy .dropdown-item:before {
  font-family: scaling2 !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;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-toggler {
    transform: scale(0.8);
  }
}
.e99N8M-uQXY5KzaRy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.e99N8M-uQXY5KzaRy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-logo a {
  outline: none;
}
.e99N8M-uQXY5KzaRy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.e99N8M-uQXY5KzaRy .nav-link {
  width: fit-content;
  position: relative;
}
.e99N8M-uQXY5KzaRy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-logo {
    padding-left: 1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.e99N8M-uQXY5KzaRy .container,
.e99N8M-uQXY5KzaRy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.e99N8M-uQXY5KzaRy .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper:hover {
  opacity: .6;
}
.e99N8M-uQXY5KzaRy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.e99N8M-uQXY5KzaRy .nav-item:focus,
.e99N8M-uQXY5KzaRy .nav-link:focus {
  outline: none;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.opened {
  transition: all 0.3s;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
  width: auto;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed {
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.e99N8M-uQXY5KzaRy .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%;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar {
    min-height: 72px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .e99N8M-uQXY5KzaRy .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%;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.e99N8M-uQXY5KzaRy .dropdown-item.active,
.e99N8M-uQXY5KzaRy .dropdown-item:active {
  background-color: transparent;
}
.e99N8M-uQXY5KzaRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.e99N8M-uQXY5KzaRy ul.navbar-nav {
  flex-wrap: wrap;
}
.e99N8M-uQXY5KzaRy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-buttons {
    text-align: left;
  }
}
.e99N8M-uQXY5KzaRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy .navbar-dropdown {
  padding: 0 1rem;
}
.e99N8M-uQXY5KzaRy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e99N8M-uQXY5KzaRy .navbar {
    height: 70px;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened {
    height: auto;
  }
  .e99N8M-uQXY5KzaRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.e99N8M-uQXY5KzaRy .animation-section-btn {
  margin: -0.6rem -0.6rem;
}
.e99N8M-uQXY5KzaRy .animation-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .animation-section-btn .btn {
    width: auto !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar-brand {
    margin-right: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    padding: 1rem;
  }
}
.e99N8M-uQX5z0FcRS {
  padding-top: 14rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/home1-1120x1120.jpg");
}
.e99N8M-uQX5z0FcRS .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX5z0FcRS .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX5z0FcRS .row {
  justify-content: center;
}
.e99N8M-uQX5z0FcRS .card {
  justify-content: flex-end;
}
.e99N8M-uQX5z0FcRS .content-wrapper .animation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5z0FcRS .content-wrapper .animation-section-title {
    margin-bottom: 20px;
  }
}
.e99N8M-uQX5z0FcRS .content-wrapper .text-wrapper .animation-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .e99N8M-uQX5z0FcRS .content-wrapper .text-wrapper .animation-text {
    width: 100%;
  }
}
.e99N8M-uQX5z0FcRS .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .e99N8M-uQX5z0FcRS .border-wrapper {
    margin-top: 30px;
  }
}
.e99N8M-uQX5z0FcRS .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5z0FcRS .desc-wrapper {
    margin-top: 30px;
  }
}
.e99N8M-uQX5z0FcRS .desc-wrapper .animation-desc {
  margin-bottom: 0;
}
.e99N8M-uQX5z0FcRS .animation-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .e99N8M-uQX5z0FcRS .animation-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.e99N8M-uQX5z0FcRS .animation-section-btn .btn {
  margin-bottom: 0;
}
.e99N8M-uQX5z0FcRS .animation-section-title {
  color: #ffffff;
  text-align: center;
}
.e99N8M-uQX5z0FcRS .animation-text,
.e99N8M-uQX5z0FcRS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.e99N8M-uQX5z0FcRS .animation-desc {
  color: #ffffff;
}
.e99N8M-uQX5BQTeqp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9feba;
}
.e99N8M-uQX5BQTeqp .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX5BQTeqp .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX5BQTeqp .row {
  justify-content: space-between;
}
.e99N8M-uQX5BQTeqp .title-wrapper .label-wrapper .animation-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .e99N8M-uQX5BQTeqp .title-wrapper .animation-section-title {
    margin-bottom: 20px;
  }
}
.e99N8M-uQX5BQTeqp .content-wrapper .animation-desc {
  margin-bottom: 20px;
}
.e99N8M-uQX5BQTeqp .content-wrapper .animation-text {
  margin-bottom: 0;
}
.e99N8M-uQX5BQTeqp .content-wrapper .animation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5BQTeqp .content-wrapper .animation-section-btn {
    margin-top: 20px;
  }
}
.e99N8M-uQX5BQTeqp .animation-label {
  color: #000000;
}
.e99N8M-uQX5BQTeqp .animation-section-title {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX5BQTeqp .animation-desc {
  color: #000000;
}
.e99N8M-uQX5BQTeqp .animation-text {
  color: #8a8a8a;
}
.e99N8M-uQX5BQTeqp .animation-text,
.e99N8M-uQX5BQTeqp .animation-section-btn {
  color: #000000;
}
.e99N8M-uQX5BQTeqp .animation-label,
.e99N8M-uQX5BQTeqp .label-wrapper {
  text-align: center;
}
.e99N8M-uQX5ILSyZS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.e99N8M-uQX5ILSyZS .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX5ILSyZS .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX5ILSyZS .card {
  justify-content: center;
}
.e99N8M-uQX5ILSyZS .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .e99N8M-uQX5ILSyZS .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQX5ILSyZS .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.e99N8M-uQX5ILSyZS .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .e99N8M-uQX5ILSyZS .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.e99N8M-uQX5ILSyZS .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.e99N8M-uQX5ILSyZS .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .e99N8M-uQX5ILSyZS .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.e99N8M-uQX5ILSyZS .content-wrapper .animation-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5ILSyZS .content-wrapper .animation-label {
    margin-bottom: 15px;
  }
}
.e99N8M-uQX5ILSyZS .content-wrapper .animation-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5ILSyZS .content-wrapper .animation-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.e99N8M-uQX5ILSyZS .content-wrapper .animation-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5ILSyZS .content-wrapper .animation-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.e99N8M-uQX5ILSyZS .animation-label {
  color: #ffffff;
  text-align: center;
}
.e99N8M-uQX5ILSyZS .animation-section-title {
  color: #ffffff;
}
.e99N8M-uQX5ILSyZS .animation-text {
  color: #ffffff;
}
.e99N8M-uQX5ILSyZS .animation-section-title,
.e99N8M-uQX5ILSyZS .animation-section-btn,
.e99N8M-uQX5ILSyZS .title-wrapper {
  text-align: center;
}
.e99N8M-uQX5ILSyZS .animation-text,
.e99N8M-uQX5ILSyZS .text-wrapper {
  text-align: center;
}
.e99N8M-uQX5TgrRY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9feba;
}
.e99N8M-uQX5TgrRY9 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX5TgrRY9 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX5TgrRY9 .card {
  justify-content: flex-end;
}
.e99N8M-uQX5TgrRY9 .title-wrapper .animation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5TgrRY9 .title-wrapper .animation-section-title {
    margin-bottom: 32px;
  }
}
.e99N8M-uQX5TgrRY9 .desc-wrapper .animation-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5TgrRY9 .desc-wrapper .animation-desc {
    margin-bottom: 32px;
  }
}
.e99N8M-uQX5TgrRY9 .text-wrapper .animation-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .e99N8M-uQX5TgrRY9 .text-wrapper .animation-text {
    width: 100%;
  }
}
.e99N8M-uQX5TgrRY9 .animation-section-title {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX5TgrRY9 .animation-desc {
  color: #000000;
}
.e99N8M-uQX5TgrRY9 .animation-text,
.e99N8M-uQX5TgrRY9 .text-wrapper {
  color: #000000;
}
.e99N8M-uQX5UTLzg1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.e99N8M-uQX5UTLzg1 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX5UTLzg1 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX5UTLzg1 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .e99N8M-uQX5UTLzg1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.e99N8M-uQX5UTLzg1 .content-wrapper .animation-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .e99N8M-uQX5UTLzg1 .content-wrapper .animation-section-title {
    margin-bottom: 32px;
  }
}
.e99N8M-uQX5UTLzg1 .content-wrapper .animation-text {
  margin-bottom: 22px;
}
.e99N8M-uQX5UTLzg1 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .e99N8M-uQX5UTLzg1 .image-wrapper img {
    height: 350px;
  }
}
.e99N8M-uQX5UTLzg1 .animation-section-title {
  color: #ffffff;
}
.e99N8M-uQX5UTLzg1 .animation-text {
  color: #ffffff;
}
.e99N8M-uQX5UTLzg1 .animation-section-title,
.e99N8M-uQX5UTLzg1 .animation-section-btn {
  text-align: center;
}
.e99N8M-uQX5UTLzg1 .animation-text,
.e99N8M-uQX5UTLzg1 .text-wrapper {
  text-align: center;
}
.e99N8M-uQXfDB1RD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9feba;
}
.e99N8M-uQXfDB1RD9 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXfDB1RD9 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXfDB1RD9 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.e99N8M-uQXfDB1RD9 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQXfDB1RD9 .item {
    margin-bottom: 15px;
  }
}
.e99N8M-uQXfDB1RD9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .e99N8M-uQXfDB1RD9 .item .item-wrapper {
    padding: 30px;
  }
}
.e99N8M-uQXfDB1RD9 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQXfDB1RD9 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.e99N8M-uQXfDB1RD9 .item .item-wrapper .card-box .iconfont-wrapper .animation-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .e99N8M-uQXfDB1RD9 .item .item-wrapper .card-box .iconfont-wrapper .animation-iconfont {
    font-size: 26px;
  }
}
.e99N8M-uQXfDB1RD9 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.e99N8M-uQXfDB1RD9 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.e99N8M-uQXfDB1RD9 .item .item-wrapper .animation-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .e99N8M-uQXfDB1RD9 .item .item-wrapper .animation-section-btn {
    margin-top: 20px;
  }
}
.e99N8M-uQXfDB1RD9 .item .item-wrapper .animation-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.e99N8M-uQXfDB1RD9 .card-title {
  color: #000000;
}
.e99N8M-uQXfDB1RD9 .card-text {
  color: #8a8a8a;
}
.e99N8M-uQXfDB1RD9 .card-text,
.e99N8M-uQXfDB1RD9 .animation-section-btn {
  color: #000000;
}
.e99N8M-uQXWYYRpX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXWYYRpX8 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:hover,
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f9feba;
  border: 1px solid #f9feba;
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-copy {
  margin-bottom: 0;
}
.e99N8M-uQXWYYRpX8 .animation-section-title {
  color: #2c2c26;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .list,
.e99N8M-uQXWYYRpX8 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .animation-copy {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX6cFqUkn {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.e99N8M-uQX6cFqUkn .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX6cFqUkn .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX6cFqUkn .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .container {
    padding: 15px;
  }
}
.e99N8M-uQX6cFqUkn .row {
  margin: 0 -5px;
}
.e99N8M-uQX6cFqUkn .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.e99N8M-uQX6cFqUkn .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .image-wrapper {
    margin-bottom: 15px;
  }
}
.e99N8M-uQX6cFqUkn .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.e99N8M-uQX6cFqUkn .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQX6cFqUkn .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .card-wrapper {
    padding: 30px;
  }
}
.e99N8M-uQX6cFqUkn .card-wrapper .card-wrap .title-wrapper .animation-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .e99N8M-uQX6cFqUkn .card-wrapper .card-wrap .title-wrapper .animation-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .card-wrapper .card-wrap .title-wrapper .animation-section-title {
    margin-bottom: 20px;
  }
}
.e99N8M-uQX6cFqUkn .card-wrapper .card-wrap .text-wrapper .animation-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .e99N8M-uQX6cFqUkn .card-wrapper .card-wrap .text-wrapper .animation-text {
    width: 100%;
  }
}
.e99N8M-uQX6cFqUkn .card-wrapper .card-wrap .animation-section-btn {
  margin-top: 20px;
}
.e99N8M-uQX6cFqUkn .card-wrapper .card-wrap .animation-section-btn .btn {
  margin-bottom: 0;
}
.e99N8M-uQX6cFqUkn .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.e99N8M-uQX6cFqUkn .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.e99N8M-uQX6cFqUkn .card-wrapper .number-wrapper .number-wrap .animation-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.e99N8M-uQX6cFqUkn .card-wrapper .number-wrapper .number-wrap .animation-desc {
  border-left: 1px solid #e0e0e0;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .e99N8M-uQX6cFqUkn .card-wrapper .number-wrapper .number-wrap .animation-desc {
    padding: 0;
    border: none;
  }
}
.e99N8M-uQX6cFqUkn .animation-section-title {
  color: #000000;
}
.e99N8M-uQX6cFqUkn .animation-text,
.e99N8M-uQX6cFqUkn .text-wrapper {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX6cFqUkn .animation-number {
  color: #000000;
}
.e99N8M-uQX6cFqUkn .animation-desc {
  color: #000000;
}
.e99N8M-uQX6cFqUkn .animation-section-title,
.e99N8M-uQX6cFqUkn .animation-section-btn,
.e99N8M-uQX6cFqUkn .title-wrapper {
  text-align: center;
}
.e99N8M-uQX6EdysH2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9feba;
}
.e99N8M-uQX6EdysH2 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX6EdysH2 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX6EdysH2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6EdysH2 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQX6EdysH2 .container {
    padding: 0 15px;
  }
}
.e99N8M-uQX6EdysH2 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .e99N8M-uQX6EdysH2 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .e99N8M-uQX6EdysH2 .content-wrapper {
    padding-right: 0;
  }
}
.e99N8M-uQX6EdysH2 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .e99N8M-uQX6EdysH2 .content-wrap {
    display: block;
  }
}
.e99N8M-uQX6EdysH2 .content-wrap .animation-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6EdysH2 .content-wrap .animation-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.e99N8M-uQX6EdysH2 .content-wrap .animation-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6EdysH2 .content-wrap .animation-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.e99N8M-uQX6EdysH2 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #000000;
}
.e99N8M-uQX6EdysH2 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #000000;
  transform: rotate(20deg);
}
.e99N8M-uQX6EdysH2 .animation-section-title {
  color: #000000;
}
.e99N8M-uQX6EdysH2 .animation-desc,
.e99N8M-uQX6EdysH2 .desc-wrapper {
  color: #3f1819;
}
.e99N8M-uQX6EdysH2 .animation-text {
  color: #000000;
}
.e99N8M-uQX6ve5ucY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.e99N8M-uQX6ve5ucY .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX6ve5ucY .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX6ve5ucY .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .e99N8M-uQX6ve5ucY .content-wrapper {
    margin-bottom: 35px;
  }
}
.e99N8M-uQX6ve5ucY .content-wrapper .animation-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6ve5ucY .content-wrapper .animation-desc {
    margin-bottom: 20px;
  }
}
.e99N8M-uQX6ve5ucY .content-wrapper .animation-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6ve5ucY .content-wrapper .animation-section-title {
    margin-bottom: 20px;
  }
}
.e99N8M-uQX6ve5ucY .content-wrapper .animation-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6ve5ucY .content-wrapper .animation-text {
    margin-bottom: 15px;
  }
}
.e99N8M-uQX6ve5ucY .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6ve5ucY .image-wrapper {
    padding-left: 0;
  }
}
.e99N8M-uQX6ve5ucY .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .e99N8M-uQX6ve5ucY .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.e99N8M-uQX6ve5ucY .animation-section-title {
  color: #000000;
}
.e99N8M-uQX6ve5ucY .animation-desc {
  color: #ffffff;
}
.e99N8M-uQX6ve5ucY .animation-text {
  color: #ffffff;
  text-align: center;
}
.e99N8M-uQX6ve5ucY .animation-section-title,
.e99N8M-uQX6ve5ucY .animation-section-btn {
  color: #ffffff;
  text-align: center;
}
.e99N8M-uQX6J6WfIk {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9feba;
}
.e99N8M-uQX6J6WfIk .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX6J6WfIk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.e99N8M-uQX6J6WfIk .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX6J6WfIk h1 {
  max-width: 800px;
}
.e99N8M-uQX6J6WfIk p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .e99N8M-uQX6J6WfIk {
    align-items: center;
  }
  .e99N8M-uQX6J6WfIk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .e99N8M-uQX6J6WfIk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQX6J6WfIk {
    -webkit-align-items: center;
    align-items: center;
  }
  .e99N8M-uQX6J6WfIk .animation-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .e99N8M-uQX6J6WfIk .content-wrap {
    width: 100%;
  }
}
.e99N8M-uQX6J6WfIk .animation-section-subtitle,
.e99N8M-uQX6J6WfIk .line {
  color: #291f1e;
}
.e99N8M-uQX6J6WfIk .animation-text,
.e99N8M-uQX6J6WfIk .animation-section-btn {
  text-align: left;
  color: #291f1e;
}
.e99N8M-uQX6J6WfIk .animation-section-title {
  color: #291f1e;
}
.e99N8M-uQXWYYRpX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXWYYRpX8 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:hover,
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f9feba;
  border: 1px solid #f9feba;
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-copy {
  margin-bottom: 0;
}
.e99N8M-uQXWYYRpX8 .animation-section-title {
  color: #2c2c26;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .list,
.e99N8M-uQXWYYRpX8 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .animation-copy {
  color: #000000;
  text-align: center;
}
.e99N8M-uQXY5KzaRy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.e99N8M-uQXY5KzaRy .dropdown-item:before {
  font-family: scaling2 !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;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-toggler {
    transform: scale(0.8);
  }
}
.e99N8M-uQXY5KzaRy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.e99N8M-uQXY5KzaRy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-logo a {
  outline: none;
}
.e99N8M-uQXY5KzaRy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.e99N8M-uQXY5KzaRy .nav-link {
  width: fit-content;
  position: relative;
}
.e99N8M-uQXY5KzaRy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-logo {
    padding-left: 1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.e99N8M-uQXY5KzaRy .container,
.e99N8M-uQXY5KzaRy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.e99N8M-uQXY5KzaRy .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper:hover {
  opacity: .6;
}
.e99N8M-uQXY5KzaRy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.e99N8M-uQXY5KzaRy .nav-item:focus,
.e99N8M-uQXY5KzaRy .nav-link:focus {
  outline: none;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.opened {
  transition: all 0.3s;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
  width: auto;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed {
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.e99N8M-uQXY5KzaRy .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%;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar {
    min-height: 72px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .e99N8M-uQXY5KzaRy .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%;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.e99N8M-uQXY5KzaRy .dropdown-item.active,
.e99N8M-uQXY5KzaRy .dropdown-item:active {
  background-color: transparent;
}
.e99N8M-uQXY5KzaRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.e99N8M-uQXY5KzaRy ul.navbar-nav {
  flex-wrap: wrap;
}
.e99N8M-uQXY5KzaRy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-buttons {
    text-align: left;
  }
}
.e99N8M-uQXY5KzaRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy .navbar-dropdown {
  padding: 0 1rem;
}
.e99N8M-uQXY5KzaRy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e99N8M-uQXY5KzaRy .navbar {
    height: 70px;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened {
    height: auto;
  }
  .e99N8M-uQXY5KzaRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.e99N8M-uQXY5KzaRy .animation-section-btn {
  margin: -0.6rem -0.6rem;
}
.e99N8M-uQXY5KzaRy .animation-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .animation-section-btn .btn {
    width: auto !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar-brand {
    margin-right: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    padding: 1rem;
  }
}
.e99N8M-uQX6Xzmlmi {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.e99N8M-uQX6Xzmlmi .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX6Xzmlmi .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX6Xzmlmi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6Xzmlmi .title-wrapper {
    margin-bottom: 30px;
  }
}
.e99N8M-uQX6Xzmlmi .title-wrapper .label-wrapper .animation-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.e99N8M-uQX6Xzmlmi .title-wrapper .title-wrap .animation-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .e99N8M-uQX6Xzmlmi .title-wrapper .title-wrap .animation-section-title {
    width: 100%;
  }
}
.e99N8M-uQX6Xzmlmi .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6Xzmlmi .item {
    margin-bottom: 15px;
  }
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .e99N8M-uQX6Xzmlmi .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQX6Xzmlmi .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content .card-title:hover,
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content .animation-section-btn {
  margin-top: 20px;
}
.e99N8M-uQX6Xzmlmi .item .item-wrapper .item-content .animation-section-btn .btn {
  margin-bottom: 0;
}
.e99N8M-uQX6Xzmlmi .animation-label,
.e99N8M-uQX6Xzmlmi .label-wrapper {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX6Xzmlmi .animation-section-title,
.e99N8M-uQX6Xzmlmi .title-wrapper {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX6Xzmlmi .card-label {
  color: #000000;
}
.e99N8M-uQX6Xzmlmi .card-title {
  color: #000000;
}
.e99N8M-uQX6Xzmlmi .card-text {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX6Xzmlmi .animation-section-title,
.e99N8M-uQX6Xzmlmi .title-wrap {
  color: #ffffff;
}
.e99N8M-uQX6Xzmlmi .card-title,
.e99N8M-uQX6Xzmlmi .animation-section-btn {
  text-align: center;
}
.e99N8M-uQX70CRRFu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9feba;
}
.e99N8M-uQX70CRRFu .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX70CRRFu .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX70CRRFu .row {
  justify-content: space-between;
}
.e99N8M-uQX70CRRFu .title-wrapper .label-wrapper .animation-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .e99N8M-uQX70CRRFu .title-wrapper .animation-section-title {
    margin-bottom: 20px;
  }
}
.e99N8M-uQX70CRRFu .content-wrapper .animation-desc {
  margin-bottom: 20px;
}
.e99N8M-uQX70CRRFu .content-wrapper .animation-text {
  margin-bottom: 0;
}
.e99N8M-uQX70CRRFu .content-wrapper .animation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQX70CRRFu .content-wrapper .animation-section-btn {
    margin-top: 20px;
  }
}
.e99N8M-uQX70CRRFu .animation-label {
  color: #000000;
}
.e99N8M-uQX70CRRFu .animation-section-title {
  color: #000000;
  text-align: center;
}
.e99N8M-uQX70CRRFu .animation-desc {
  color: #000000;
}
.e99N8M-uQX70CRRFu .animation-text {
  color: #8a8a8a;
}
.e99N8M-uQX70CRRFu .animation-text,
.e99N8M-uQX70CRRFu .animation-section-btn {
  color: #000000;
}
.e99N8M-uQX7ax17gg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.e99N8M-uQX7ax17gg .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX7ax17gg .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQX7ax17gg .items-wrapper {
  justify-content: flex-end;
}
.e99N8M-uQX7ax17gg .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .e99N8M-uQX7ax17gg .content-wrapper {
    margin-bottom: 32px;
  }
}
.e99N8M-uQX7ax17gg .content-wrapper .animation-section-title {
  margin-bottom: 24px;
}
.e99N8M-uQX7ax17gg .content-wrapper .animation-desc {
  margin-bottom: 16px;
}
.e99N8M-uQX7ax17gg .content-wrapper .animation-text {
  margin-bottom: 0;
}
.e99N8M-uQX7ax17gg .content-wrapper .animation-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .e99N8M-uQX7ax17gg .content-wrapper .animation-section-btn {
    margin-top: 16px;
  }
}
.e99N8M-uQX7ax17gg .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .e99N8M-uQX7ax17gg .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQX7ax17gg .content-wrap {
    display: block;
    padding: 0;
  }
}
.e99N8M-uQX7ax17gg .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .e99N8M-uQX7ax17gg .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.e99N8M-uQX7ax17gg .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .e99N8M-uQX7ax17gg .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.e99N8M-uQX7ax17gg .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .e99N8M-uQX7ax17gg .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.e99N8M-uQX7ax17gg .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .e99N8M-uQX7ax17gg .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.e99N8M-uQX7ax17gg .animation-desc {
  color: #272b2e;
  text-align: center;
}
.e99N8M-uQX7ax17gg .animation-section-title {
  color: #272b2e;
}
.e99N8M-uQX7ax17gg .animation-text,
.e99N8M-uQX7ax17gg .text-wrapper {
  color: #272b2e;
}
.e99N8M-uQX7ax17gg .animation-section-title,
.e99N8M-uQX7ax17gg .animation-section-btn {
  text-align: center;
}
.e99N8M-uQX7ax17gg .animation-text {
  text-align: center;
}
.e99N8M-uQXjoLmnBA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.e99N8M-uQXjoLmnBA .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXjoLmnBA .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXjoLmnBA .row {
  justify-content: space-between;
}
.e99N8M-uQXjoLmnBA .content-wrapper .animation-label {
  margin-bottom: 20px;
}
.e99N8M-uQXjoLmnBA .content-wrapper .animation-section-title {
  margin-bottom: 20px;
}
.e99N8M-uQXjoLmnBA .text-wrapper .animation-text {
  margin-bottom: 14px;
}
.e99N8M-uQXjoLmnBA .animation-label {
  color: #666666;
}
.e99N8M-uQXjoLmnBA .animation-section-title {
  color: #ffffff;
  text-align: center;
}
.e99N8M-uQXjoLmnBA .animation-text {
  color: #666666;
}
.e99N8M-uQXjoLmnBA .animation-text,
.e99N8M-uQXjoLmnBA .animation-section-btn {
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXWYYRpX8 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:hover,
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f9feba;
  border: 1px solid #f9feba;
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-copy {
  margin-bottom: 0;
}
.e99N8M-uQXWYYRpX8 .animation-section-title {
  color: #2c2c26;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .list,
.e99N8M-uQXWYYRpX8 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .animation-copy {
  color: #000000;
  text-align: center;
}
.e99N8M-uQXY5KzaRy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.e99N8M-uQXY5KzaRy .dropdown-item:before {
  font-family: scaling2 !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;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-toggler {
    transform: scale(0.8);
  }
}
.e99N8M-uQXY5KzaRy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.e99N8M-uQXY5KzaRy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-logo a {
  outline: none;
}
.e99N8M-uQXY5KzaRy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.e99N8M-uQXY5KzaRy .nav-link {
  width: fit-content;
  position: relative;
}
.e99N8M-uQXY5KzaRy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-logo {
    padding-left: 1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.e99N8M-uQXY5KzaRy .container,
.e99N8M-uQXY5KzaRy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.e99N8M-uQXY5KzaRy .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper:hover {
  opacity: .6;
}
.e99N8M-uQXY5KzaRy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.e99N8M-uQXY5KzaRy .nav-item:focus,
.e99N8M-uQXY5KzaRy .nav-link:focus {
  outline: none;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.opened {
  transition: all 0.3s;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
  width: auto;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed {
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.e99N8M-uQXY5KzaRy .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%;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar {
    min-height: 72px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .e99N8M-uQXY5KzaRy .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%;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.e99N8M-uQXY5KzaRy .dropdown-item.active,
.e99N8M-uQXY5KzaRy .dropdown-item:active {
  background-color: transparent;
}
.e99N8M-uQXY5KzaRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.e99N8M-uQXY5KzaRy ul.navbar-nav {
  flex-wrap: wrap;
}
.e99N8M-uQXY5KzaRy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-buttons {
    text-align: left;
  }
}
.e99N8M-uQXY5KzaRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy .navbar-dropdown {
  padding: 0 1rem;
}
.e99N8M-uQXY5KzaRy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e99N8M-uQXY5KzaRy .navbar {
    height: 70px;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened {
    height: auto;
  }
  .e99N8M-uQXY5KzaRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.e99N8M-uQXY5KzaRy .animation-section-btn {
  margin: -0.6rem -0.6rem;
}
.e99N8M-uQXY5KzaRy .animation-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .animation-section-btn .btn {
    width: auto !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar-brand {
    margin-right: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    padding: 1rem;
  }
}
.e99N8M-uQX7LqeNjR {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.e99N8M-uQX7LqeNjR .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQX7LqeNjR .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .e99N8M-uQX7LqeNjR .container {
    padding: 0 16px;
  }
}
.e99N8M-uQX7LqeNjR .row {
  position: relative;
  justify-content: space-between;
}
.e99N8M-uQX7LqeNjR .row .card {
  justify-content: space-between;
}
.e99N8M-uQX7LqeNjR .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.e99N8M-uQX7LqeNjR .title-wrapper .animation-section-title {
  margin-bottom: 24px;
}
.e99N8M-uQX7LqeNjR .title-wrapper .animation-section-title span {
  color: #000000;
}
.e99N8M-uQX7LqeNjR .title-wrapper .animation-text {
  margin-bottom: 0;
}
.e99N8M-uQX7LqeNjR .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.e99N8M-uQX7LqeNjR .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.e99N8M-uQX7LqeNjR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.e99N8M-uQX7LqeNjR .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.e99N8M-uQX7LqeNjR .contacts-wrapper .item-wrapper .contact-wrap:hover .animation-contact,
.e99N8M-uQX7LqeNjR .contacts-wrapper .item-wrapper .contact-wrap:focus .animation-contact {
  color: #f1634f;
}
.e99N8M-uQX7LqeNjR .contacts-wrapper .item-wrapper .contact-wrap .animation-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.e99N8M-uQX7LqeNjR .contacts-wrapper .item-wrapper .contact-wrap .animation-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.e99N8M-uQX7LqeNjR .dragArea.row {
  position: relative;
  z-index: 1;
}
.e99N8M-uQX7LqeNjR .dragArea.row .animation-section-title {
  margin-bottom: 24px !important;
}
.e99N8M-uQX7LqeNjR .dragArea.row .animation-text {
  margin-bottom: 24px !important;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group .form-control:hover,
.e99N8M-uQX7LqeNjR .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group .form-control::placeholder {
  color: #8a8a8a;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group textarea {
  min-height: 250px;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.e99N8M-uQX7LqeNjR .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
  border-radius: 0;
}
.e99N8M-uQX7LqeNjR .dragArea.row .animation-section-btn {
  width: 100%;
}
.e99N8M-uQX7LqeNjR .dragArea.row .animation-section-btn .btn {
  margin-top: 0;
}
.e99N8M-uQX7LqeNjR .animation-section-title {
  color: #000000;
}
.e99N8M-uQX7LqeNjR .animation-text {
  color: #ffffff;
  text-align: center;
}
.e99N8M-uQX7LqeNjR .animation-contact {
  color: #000000;
}
.e99N8M-uQX7LqeNjR label {
  color: #000000;
}
.e99N8M-uQX7LqeNjR .animation-section-title,
.e99N8M-uQX7LqeNjR .animation-section-btn {
  text-align: center;
  color: #ffffff;
}
.e99N8M-uQX7LqeNjR LABEL {
  text-align: left;
  color: #ffffff;
}
.e99N8M-uQXIDPKh1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9feba;
}
.e99N8M-uQXIDPKh1P .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXIDPKh1P .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXIDPKh1P .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.e99N8M-uQXIDPKh1P .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQXIDPKh1P .item {
    margin-bottom: 15px;
  }
}
.e99N8M-uQXIDPKh1P .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .e99N8M-uQXIDPKh1P .item .item-wrapper {
    padding: 30px;
  }
}
.e99N8M-uQXIDPKh1P .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .e99N8M-uQXIDPKh1P .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.e99N8M-uQXIDPKh1P .item .item-wrapper .card-box .iconfont-wrapper .animation-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .e99N8M-uQXIDPKh1P .item .item-wrapper .card-box .iconfont-wrapper .animation-iconfont {
    font-size: 26px;
  }
}
.e99N8M-uQXIDPKh1P .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.e99N8M-uQXIDPKh1P .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.e99N8M-uQXIDPKh1P .item .item-wrapper .animation-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .e99N8M-uQXIDPKh1P .item .item-wrapper .animation-section-btn {
    margin-top: 20px;
  }
}
.e99N8M-uQXIDPKh1P .item .item-wrapper .animation-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.e99N8M-uQXIDPKh1P .card-title {
  color: #000000;
}
.e99N8M-uQXIDPKh1P .card-text {
  color: #8a8a8a;
}
.e99N8M-uQXIDPKh1P .card-text,
.e99N8M-uQXIDPKh1P .animation-section-btn {
  color: #000000;
}
.e99N8M-uQXWYYRpX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXWYYRpX8 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:hover,
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f9feba;
  border: 1px solid #f9feba;
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-copy {
  margin-bottom: 0;
}
.e99N8M-uQXWYYRpX8 .animation-section-title {
  color: #2c2c26;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .list,
.e99N8M-uQXWYYRpX8 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .animation-copy {
  color: #000000;
  text-align: center;
}
.e99N8M-uQXY5KzaRy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.e99N8M-uQXY5KzaRy .dropdown-item:before {
  font-family: scaling2 !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;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-toggler {
    transform: scale(0.8);
  }
}
.e99N8M-uQXY5KzaRy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.e99N8M-uQXY5KzaRy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-logo a {
  outline: none;
}
.e99N8M-uQXY5KzaRy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.e99N8M-uQXY5KzaRy .nav-link {
  width: fit-content;
  position: relative;
}
.e99N8M-uQXY5KzaRy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-logo {
    padding-left: 1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.e99N8M-uQXY5KzaRy .container,
.e99N8M-uQXY5KzaRy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.e99N8M-uQXY5KzaRy .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper:hover {
  opacity: .6;
}
.e99N8M-uQXY5KzaRy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.e99N8M-uQXY5KzaRy .nav-item:focus,
.e99N8M-uQXY5KzaRy .nav-link:focus {
  outline: none;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.opened {
  transition: all 0.3s;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
  width: auto;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed {
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.e99N8M-uQXY5KzaRy .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%;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar {
    min-height: 72px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .e99N8M-uQXY5KzaRy .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%;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.e99N8M-uQXY5KzaRy .dropdown-item.active,
.e99N8M-uQXY5KzaRy .dropdown-item:active {
  background-color: transparent;
}
.e99N8M-uQXY5KzaRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.e99N8M-uQXY5KzaRy ul.navbar-nav {
  flex-wrap: wrap;
}
.e99N8M-uQXY5KzaRy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-buttons {
    text-align: left;
  }
}
.e99N8M-uQXY5KzaRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy .navbar-dropdown {
  padding: 0 1rem;
}
.e99N8M-uQXY5KzaRy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e99N8M-uQXY5KzaRy .navbar {
    height: 70px;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened {
    height: auto;
  }
  .e99N8M-uQXY5KzaRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.e99N8M-uQXY5KzaRy .animation-section-btn {
  margin: -0.6rem -0.6rem;
}
.e99N8M-uQXY5KzaRy .animation-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .animation-section-btn .btn {
    width: auto !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar-brand {
    margin-right: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    padding: 1rem;
  }
}
.e99N8M-uQXZeRwAIn {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #f9feba;
}
.e99N8M-uQXZeRwAIn .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXZeRwAIn .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXZeRwAIn .icon-wrapper {
  margin-bottom: 20px;
}
.e99N8M-uQXZeRwAIn .icon-wrapper .animation-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.e99N8M-uQXZeRwAIn .animation-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.e99N8M-uQXZeRwAIn .desc-wrapper .animation-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .e99N8M-uQXZeRwAIn .desc-wrapper .animation-desc {
    width: 100%;
  }
}
.e99N8M-uQXZeRwAIn .animation-desc,
.e99N8M-uQXZeRwAIn .desc-wrapper {
  color: #000000;
  text-align: left;
}
.e99N8M-uQXZeRwAIn .animation-text,
.e99N8M-uQXZeRwAIn .icon-wrapper {
  text-align: center;
  color: #000000;
}
.e99N8M-uQXWYYRpX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXWYYRpX8 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:hover,
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f9feba;
  border: 1px solid #f9feba;
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-copy {
  margin-bottom: 0;
}
.e99N8M-uQXWYYRpX8 .animation-section-title {
  color: #2c2c26;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .list,
.e99N8M-uQXWYYRpX8 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .animation-copy {
  color: #000000;
  text-align: center;
}
.e99N8M-uQXY5KzaRy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.e99N8M-uQXY5KzaRy .dropdown-item:before {
  font-family: scaling2 !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;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-toggler {
    transform: scale(0.8);
  }
}
.e99N8M-uQXY5KzaRy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.e99N8M-uQXY5KzaRy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-logo a {
  outline: none;
}
.e99N8M-uQXY5KzaRy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.e99N8M-uQXY5KzaRy .nav-link {
  width: fit-content;
  position: relative;
}
.e99N8M-uQXY5KzaRy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-logo {
    padding-left: 1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.e99N8M-uQXY5KzaRy .container,
.e99N8M-uQXY5KzaRy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.e99N8M-uQXY5KzaRy .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper:hover {
  opacity: .6;
}
.e99N8M-uQXY5KzaRy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.e99N8M-uQXY5KzaRy .nav-item:focus,
.e99N8M-uQXY5KzaRy .nav-link:focus {
  outline: none;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.opened {
  transition: all 0.3s;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
  width: auto;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed {
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.e99N8M-uQXY5KzaRy .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%;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar {
    min-height: 72px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .e99N8M-uQXY5KzaRy .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%;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.e99N8M-uQXY5KzaRy .dropdown-item.active,
.e99N8M-uQXY5KzaRy .dropdown-item:active {
  background-color: transparent;
}
.e99N8M-uQXY5KzaRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.e99N8M-uQXY5KzaRy ul.navbar-nav {
  flex-wrap: wrap;
}
.e99N8M-uQXY5KzaRy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-buttons {
    text-align: left;
  }
}
.e99N8M-uQXY5KzaRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy .navbar-dropdown {
  padding: 0 1rem;
}
.e99N8M-uQXY5KzaRy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e99N8M-uQXY5KzaRy .navbar {
    height: 70px;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened {
    height: auto;
  }
  .e99N8M-uQXY5KzaRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.e99N8M-uQXY5KzaRy .animation-section-btn {
  margin: -0.6rem -0.6rem;
}
.e99N8M-uQXY5KzaRy .animation-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .animation-section-btn .btn {
    width: auto !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar-brand {
    margin-right: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    padding: 1rem;
  }
}
.e99N8M-uQXlFhpbvE {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.e99N8M-uQXlFhpbvE .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXlFhpbvE .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXlFhpbvE .icon-wrapper {
  margin-bottom: 20px;
}
.e99N8M-uQXlFhpbvE .icon-wrapper .animation-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.e99N8M-uQXlFhpbvE .animation-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.e99N8M-uQXlFhpbvE .desc-wrapper .animation-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .e99N8M-uQXlFhpbvE .desc-wrapper .animation-desc {
    width: 100%;
  }
}
.e99N8M-uQXlFhpbvE .animation-desc,
.e99N8M-uQXlFhpbvE .desc-wrapper {
  color: #000000;
  text-align: left;
}
.e99N8M-uQXlFhpbvE .animation-text,
.e99N8M-uQXlFhpbvE .icon-wrapper {
  text-align: center;
  color: #000000;
}
.e99N8M-uQXWYYRpX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXWYYRpX8 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:hover,
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f9feba;
  border: 1px solid #f9feba;
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-copy {
  margin-bottom: 0;
}
.e99N8M-uQXWYYRpX8 .animation-section-title {
  color: #2c2c26;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .list,
.e99N8M-uQXWYYRpX8 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .animation-copy {
  color: #000000;
  text-align: center;
}
.e99N8M-uQXY5KzaRy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.e99N8M-uQXY5KzaRy .dropdown-item:before {
  font-family: scaling2 !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;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-toggler {
    transform: scale(0.8);
  }
}
.e99N8M-uQXY5KzaRy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.e99N8M-uQXY5KzaRy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-logo a {
  outline: none;
}
.e99N8M-uQXY5KzaRy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.e99N8M-uQXY5KzaRy .nav-link {
  width: fit-content;
  position: relative;
}
.e99N8M-uQXY5KzaRy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-logo {
    padding-left: 1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.e99N8M-uQXY5KzaRy .container,
.e99N8M-uQXY5KzaRy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.e99N8M-uQXY5KzaRy .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper:hover {
  opacity: .6;
}
.e99N8M-uQXY5KzaRy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.e99N8M-uQXY5KzaRy .nav-item:focus,
.e99N8M-uQXY5KzaRy .nav-link:focus {
  outline: none;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.opened {
  transition: all 0.3s;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
  width: auto;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed {
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.e99N8M-uQXY5KzaRy .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%;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar {
    min-height: 72px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .e99N8M-uQXY5KzaRy .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%;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.e99N8M-uQXY5KzaRy .dropdown-item.active,
.e99N8M-uQXY5KzaRy .dropdown-item:active {
  background-color: transparent;
}
.e99N8M-uQXY5KzaRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.e99N8M-uQXY5KzaRy ul.navbar-nav {
  flex-wrap: wrap;
}
.e99N8M-uQXY5KzaRy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-buttons {
    text-align: left;
  }
}
.e99N8M-uQXY5KzaRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy .navbar-dropdown {
  padding: 0 1rem;
}
.e99N8M-uQXY5KzaRy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e99N8M-uQXY5KzaRy .navbar {
    height: 70px;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened {
    height: auto;
  }
  .e99N8M-uQXY5KzaRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.e99N8M-uQXY5KzaRy .animation-section-btn {
  margin: -0.6rem -0.6rem;
}
.e99N8M-uQXY5KzaRy .animation-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .animation-section-btn .btn {
    width: auto !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar-brand {
    margin-right: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    padding: 1rem;
  }
}
.e99N8M-uQXlMssQhs {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f9feba;
}
.e99N8M-uQXlMssQhs .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXlMssQhs .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXlMssQhs .icon-wrapper {
  margin-bottom: 20px;
}
.e99N8M-uQXlMssQhs .icon-wrapper .animation-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.e99N8M-uQXlMssQhs .animation-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.e99N8M-uQXlMssQhs .desc-wrapper .animation-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .e99N8M-uQXlMssQhs .desc-wrapper .animation-desc {
    width: 100%;
  }
}
.e99N8M-uQXlMssQhs .animation-desc,
.e99N8M-uQXlMssQhs .desc-wrapper {
  color: #000000;
  text-align: left;
}
.e99N8M-uQXlMssQhs .animation-text,
.e99N8M-uQXlMssQhs .icon-wrapper {
  text-align: center;
  color: #000000;
}
.e99N8M-uQXWYYRpX8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image.disabled {
  display: none;
}
.e99N8M-uQXWYYRpX8 .animation-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.e99N8M-uQXWYYRpX8 .card-wrapper {
  padding: 32px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper {
    padding: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .animation-section-title {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #d2d2d2;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:hover,
.e99N8M-uQXWYYRpX8 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #f9feba;
  border: 1px solid #f9feba;
  color: #ffffff;
}
.e99N8M-uQXWYYRpX8 .card-wrapper .animation-copy {
  margin-bottom: 0;
}
.e99N8M-uQXWYYRpX8 .animation-section-title {
  color: #2c2c26;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .list,
.e99N8M-uQXWYYRpX8 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.e99N8M-uQXWYYRpX8 .animation-copy {
  color: #000000;
  text-align: center;
}
.e99N8M-uQXY5KzaRy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.e99N8M-uQXY5KzaRy .dropdown-item:before {
  font-family: scaling2 !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;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-toggler {
    transform: scale(0.8);
  }
}
.e99N8M-uQXY5KzaRy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.e99N8M-uQXY5KzaRy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.e99N8M-uQXY5KzaRy .navbar-brand .navbar-logo a {
  outline: none;
}
.e99N8M-uQXY5KzaRy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.e99N8M-uQXY5KzaRy .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.e99N8M-uQXY5KzaRy .nav-link {
  width: fit-content;
  position: relative;
}
.e99N8M-uQXY5KzaRy .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar-logo {
    padding-left: 1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.e99N8M-uQXY5KzaRy .container,
.e99N8M-uQXY5KzaRy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .container,
  .e99N8M-uQXY5KzaRy .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.e99N8M-uQXY5KzaRy .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.e99N8M-uQXY5KzaRy .iconfont-wrapper:hover {
  opacity: .6;
}
.e99N8M-uQXY5KzaRy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.e99N8M-uQXY5KzaRy .nav-item:focus,
.e99N8M-uQXY5KzaRy .nav-link:focus {
  outline: none;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.e99N8M-uQXY5KzaRy .dropdown .dropdown-menu .dropdown-item .animation-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.e99N8M-uQXY5KzaRy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.opened {
  transition: all 0.3s;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
  width: auto;
}
.e99N8M-uQXY5KzaRy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed {
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.e99N8M-uQXY5KzaRy .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%;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.e99N8M-uQXY5KzaRy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .e99N8M-uQXY5KzaRy .navbar {
    min-height: 72px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .e99N8M-uQXY5KzaRy .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%;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.e99N8M-uQXY5KzaRy .dropdown-item.active,
.e99N8M-uQXY5KzaRy .dropdown-item:active {
  background-color: transparent;
}
.e99N8M-uQXY5KzaRy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.e99N8M-uQXY5KzaRy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.e99N8M-uQXY5KzaRy ul.navbar-nav {
  flex-wrap: wrap;
}
.e99N8M-uQXY5KzaRy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar-buttons {
    text-align: left;
  }
}
.e99N8M-uQXY5KzaRy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.e99N8M-uQXY5KzaRy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.e99N8M-uQXY5KzaRy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.e99N8M-uQXY5KzaRy .navbar-dropdown {
  padding: 0 1rem;
}
.e99N8M-uQXY5KzaRy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e99N8M-uQXY5KzaRy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e99N8M-uQXY5KzaRy .navbar {
    height: 70px;
  }
  .e99N8M-uQXY5KzaRy .navbar.opened {
    height: auto;
  }
  .e99N8M-uQXY5KzaRy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.e99N8M-uQXY5KzaRy .animation-section-btn {
  margin: -0.6rem -0.6rem;
}
.e99N8M-uQXY5KzaRy .animation-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .animation-section-btn .btn {
    width: auto !important;
  }
}
.e99N8M-uQXY5KzaRy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .e99N8M-uQXY5KzaRy .navbar-brand {
    margin-right: auto;
  }
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .e99N8M-uQXY5KzaRy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .e99N8M-uQXY5KzaRy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .e99N8M-uQXY5KzaRy .navbar-collapse {
    padding: 1rem;
  }
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes chaoticShake {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5px, -5px);
    }
    50% {
        transform: translate(-5px, 5px);
    }
    75% {
        transform: translate(5px, 5px);
    }
    100% {
        transform: translate(-5px, -5px);
    }
}

.navbar-brand {
    animation: chaoticShake 0.3s;
}
/* endlogoanimations */

/* mainanimations */
/* Style 20: rotate 10deg */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(10deg);
}
/* endmainanimations */
