.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.layout-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.image-wrap,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .layout-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .layout-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .layout-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .layout-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .layout-iconfont {
  font-size: 1.3rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.8rem 1.6rem;
  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: #000000 !important;
}
.bg-success {
  background-color: #bcef9b !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffc091 !important;
}
.bg-danger {
  background-color: #f8cba9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  color: #3b7813 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3b7813 !important;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  color: #3b7813 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3b7813 !important;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
  color: #913e00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffddc4 !important;
  border-color: #ffddc4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #913e00 !important;
  background-color: #ffddc4 !important;
  border-color: #ffddc4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f8cba9 !important;
  border-color: #f8cba9 !important;
  color: #96470c !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fce8d8 !important;
  border-color: #fce8d8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #96470c !important;
  background-color: #fce8d8 !important;
  border-color: #fce8d8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  color: #3b7813 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bcef9b;
  color: #bcef9b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline {
  color: #3b7813 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bcef9b;
  color: #bcef9b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
}
.btn-warning-outline {
  color: #913e00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc091;
  color: #ffc091;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #913e00 !important;
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #913e00 !important;
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
}
.btn-danger-outline {
  color: #96470c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f8cba9;
  color: #f8cba9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #96470c !important;
  background-color: #f8cba9 !important;
  border-color: #f8cba9 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #96470c !important;
  background-color: #f8cba9 !important;
  border-color: #f8cba9 !important;
}
.btn-black-outline {
  color: #ffffff !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: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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 {
  color: #7a7a7a !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #000000 !important;
}
.text-secondary {
  color: #bcef9b !important;
}
.text-success {
  color: #bcef9b !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffc091 !important;
}
.text-danger {
  color: #f8cba9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #81e143 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #81e143 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff862b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f0924b !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffc091;
}
.alert-danger {
  background-color: #f8cba9;
}
.layout-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.layout-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.layout-plan-header.bg-primary .layout-plan-subtitle,
.layout-plan-header.bg-primary .layout-plan-price-desc {
  color: #b3b3b3;
}
.layout-plan-header.bg-success .layout-plan-subtitle,
.layout-plan-header.bg-success .layout-plan-price-desc {
  color: #ffffff;
}
.layout-plan-header.bg-info .layout-plan-subtitle,
.layout-plan-header.bg-info .layout-plan-price-desc {
  color: #f3abab;
}
.layout-plan-header.bg-warning .layout-plan-subtitle,
.layout-plan-header.bg-warning .layout-plan-price-desc {
  color: #ffffff;
}
.layout-plan-header.bg-danger .layout-plan-subtitle,
.layout-plan-header.bg-danger .layout-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .layout-iconfont {
  font-size: 1.3rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .layout-iconfont {
  font-size: 1.3rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bcef9b !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='%23000000' %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;
}
.KNvdk-uQgbVRkTCs {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.KNvdk-uQgbVRkTCs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .KNvdk-uQgbVRkTCs .menu_box .navbar.opened,
  .KNvdk-uQgbVRkTCs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  position: relative !important;
}
.KNvdk-uQgbVRkTCs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .btn:hover {
  box-shadow: none;
}
.KNvdk-uQgbVRkTCs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 0 !important;
  }
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before,
.KNvdk-uQgbVRkTCs .nav-item .nav-link:focus::before {
  width: 100%;
}
.KNvdk-uQgbVRkTCs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .KNvdk-uQgbVRkTCs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .KNvdk-uQgbVRkTCs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .KNvdk-uQgbVRkTCs .offcanvas_box {
    display: none;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .container {
  display: flex;
  margin: auto;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:hover {
  opacity: .5;
}
.KNvdk-uQgbVRkTCs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav {
    margin: 0;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-menu,
.KNvdk-uQgbVRkTCs .navbar.opened {
  background-color: false !important;
}
.KNvdk-uQgbVRkTCs .nav-item:focus,
.KNvdk-uQgbVRkTCs .nav-link:focus {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.KNvdk-uQgbVRkTCs .navbar.opened {
  transition: all 0.3s;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed {
  justify-content: center;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .navbar .nav-item {
    padding: .5rem 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .KNvdk-uQgbVRkTCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .KNvdk-uQgbVRkTCs .navbar .icons-menu {
    padding: 0;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short {
  min-height: 60px;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-logo a {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown-item.active,
.KNvdk-uQgbVRkTCs .dropdown-item:active {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.KNvdk-uQgbVRkTCs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.KNvdk-uQgbVRkTCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .KNvdk-uQgbVRkTCs .navbar {
    height: 70px;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened {
    height: auto;
  }
  .KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .KNvdk-uQgbVRkTCs .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .layout-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.KNvdk-uQgbVRkTCs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.KNvdk-uQgbVRkTCs .text_widget {
  margin-bottom: 32px;
}
.KNvdk-uQgbVRkTCs .text_widget a {
  transition: all 0.3s ease-out;
}
.KNvdk-uQgbVRkTCs .text_widget a:hover,
.KNvdk-uQgbVRkTCs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #bcef9b;
}
.KNvdk-uQgbVRkTCs .icons-menu-main {
  display: flex;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .navbar-caption {
  color: #000000;
}
.KNvdk-uQgbVRkTCs .layout-text {
  color: #9a9a9a;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle,
.KNvdk-uQgbVRkTCs .text_widget,
.KNvdk-uQgbVRkTCs .layout-section-btn {
  text-align: center;
}
.KNvdk-uQgbVRkTCs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.KNvdk-uQgbY1o8EE {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/shallow-hue.jpg-1376x768.jpg");
  align-items: flex-end;
}
.KNvdk-uQgbY1o8EE .layout-overlay {
  background-color: #0a1007;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .KNvdk-uQgbY1o8EE .row {
    justify-content: flex-start;
  }
  .KNvdk-uQgbY1o8EE .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbY1o8EE .content-wrap {
    width: 100%;
  }
}
.KNvdk-uQgbY1o8EE .layout-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .KNvdk-uQgbY1o8EE .layout-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgbY1o8EE .layout-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgbY1o8EE .layout-section-btn {
    text-align: center;
  }
}
.KNvdk-uQgbY1o8EE .layout-section-title,
.KNvdk-uQgbY1o8EE .layout-section-btn {
  color: #6ad326;
}
.KNvdk-uQgcmEH7Wl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.KNvdk-uQgcmEH7Wl .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgcmEH7Wl .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgcmEH7Wl .text-wrapper {
  border-left: 4px solid #bcef9b;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .KNvdk-uQgcmEH7Wl .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.KNvdk-uQgcmEH7Wl .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .KNvdk-uQgcmEH7Wl .image-wrapper {
    padding: 1rem;
  }
}
.KNvdk-uQgcmEH7Wl .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #bcef9b;
  opacity: 0.8;
  border-radius: 3rem;
}
.KNvdk-uQgcmEH7Wl .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.KNvdk-uQgcmEH7Wl .row {
  flex-direction: row-reverse;
}
.KNvdk-uQgcmEH7Wl .row {
  align-items: center;
}
.KNvdk-uQgcmEH7Wl .layout-section-title {
  color: #6ad326;
}
.KNvdk-uQgcmEH7Wl .layout-text,
.KNvdk-uQgcmEH7Wl .layout-section-btn {
  color: #000000;
}
.KNvdk-uQgcmEH7Wl .layout-section-subtitle {
  color: #000000;
}
.KNvdk-uQgcpOkDCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fefce5;
}
.KNvdk-uQgcpOkDCV .row {
  position: relative;
}
.KNvdk-uQgcpOkDCV .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bcef9b 50%, #f8cba9);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .KNvdk-uQgcpOkDCV .row .blur-circle {
    display: none;
  }
}
.KNvdk-uQgcpOkDCV .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgcpOkDCV .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgcpOkDCV .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .KNvdk-uQgcpOkDCV .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .KNvdk-uQgcpOkDCV .row {
    padding: 0 24px;
  }
}
.KNvdk-uQgcpOkDCV .row {
  justify-content: center;
}
.KNvdk-uQgcpOkDCV .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .KNvdk-uQgcpOkDCV .title-wrapper {
    margin-bottom: 32px;
  }
}
.KNvdk-uQgcpOkDCV .title-wrapper .layout-section-title {
  margin-bottom: 10px;
}
.KNvdk-uQgcpOkDCV .title-wrapper .layout-section-title span {
  position: relative;
  z-index: 1;
}
.KNvdk-uQgcpOkDCV .title-wrapper .layout-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #f6f5ec;
  z-index: -1;
}
.KNvdk-uQgcpOkDCV .title-wrapper .layout-text {
  margin-bottom: 0;
}
.KNvdk-uQgcpOkDCV .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.KNvdk-uQgcpOkDCV .card .layout-card-title {
  margin-bottom: 30px;
}
.KNvdk-uQgcpOkDCV .card .layout-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .KNvdk-uQgcpOkDCV .card {
    padding: 32px;
  }
}
.KNvdk-uQgcpOkDCV .card.first {
  border-right: 2px solid #6ad326;
  border-bottom: 2px solid #6ad326;
  border-bottom-right-radius: 16px;
}
.KNvdk-uQgcpOkDCV .card.last {
  border-left: 2px solid #6ad326;
  border-top: 2px solid #6ad326;
  border-top-left-radius: 16px;
}
.KNvdk-uQgcpOkDCV .layout-section-title {
  color: #6ad326;
  text-align: center;
}
.KNvdk-uQgcpOkDCV .layout-text {
  color: #111111;
  text-align: center;
}
.KNvdk-uQgcpOkDCV .layout-card-title {
  color: #111111;
}
.KNvdk-uQgcpOkDCV .layout-card-text {
  color: #111111;
}
.KNvdk-uQgcpOkDCV .layout-card-title,
.KNvdk-uQgcpOkDCV .layout-section-btn {
  color: #000000;
}
.KNvdk-uQgcwyH22w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.KNvdk-uQgcwyH22w .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgcwyH22w .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgcwyH22w .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .col-title {
    margin-bottom: 70px;
  }
}
.KNvdk-uQgcwyH22w .layout-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .KNvdk-uQgcwyH22w .layout-section-title {
    max-width: 75%;
  }
}
.KNvdk-uQgcwyH22w .layout-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .KNvdk-uQgcwyH22w .layout-section-subtitle {
    max-width: 75%;
  }
}
.KNvdk-uQgcwyH22w .content-wrapper {
  display: flex;
  width: 100%;
  background: #fefce5;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .KNvdk-uQgcwyH22w .content-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.KNvdk-uQgcwyH22w .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.KNvdk-uQgcwyH22w .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.KNvdk-uQgcwyH22w .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.KNvdk-uQgcwyH22w .text-wrapper {
  width: 100%;
  padding-left: 50px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .KNvdk-uQgcwyH22w .text-wrapper {
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .text-wrapper {
    padding: 10px;
  }
}
.KNvdk-uQgcwyH22w .card-title {
  color: #6ad326;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.KNvdk-uQgcwyH22w .layout-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.KNvdk-uQgcwyH22w .layout-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .layout-section-btn {
    margin-top: 10px;
  }
}
.KNvdk-uQgcwyH22w .layout-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.KNvdk-uQgcwyH22w .layout-section-btn .btn:hover {
  transform: translateY(-8px);
}
.KNvdk-uQgcwyH22w .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .col-img {
    order: 2;
  }
}
.KNvdk-uQgcwyH22w .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .KNvdk-uQgcwyH22w .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .image-wrapper {
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: visible;
  }
}
.KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 20%;
    margin-bottom: 15%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap {
    margin-bottom: 12%;
  }
}
.KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0 120px 0 150px;
}
@media (min-width: 992px) {
  .KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap img {
    border-radius: 0 33% 0 38%;
  }
}
.KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -35px;
  display: inline-block;
  background-color: #bcef9b;
  border-bottom-left-radius: 35%;
  height: 80%;
  width: 90%;
}
@media (max-width: 991px) {
  .KNvdk-uQgcwyH22w .image-wrapper .img-bg-wrap:after {
    left: -21%;
    bottom: -15%;
    height: 100%;
    width: 100%;
  }
}
.KNvdk-uQgczCl4DQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fefce5;
}
.KNvdk-uQgczCl4DQ .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgczCl4DQ .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgczCl4DQ .row {
  justify-content: flex-start;
}
.KNvdk-uQgczCl4DQ .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .KNvdk-uQgczCl4DQ .content-container {
    padding: 30px;
  }
}
.KNvdk-uQgczCl4DQ .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.KNvdk-uQgczCl4DQ .layout-section-title {
  color: #6ad326;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.KNvdk-uQgczCl4DQ .layout-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.KNvdk-uQgczCl4DQ .layout-section-btn {
  width: 100%;
  margin-top: 50px;
}
.KNvdk-uQgcMWq0k6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.KNvdk-uQgcMWq0k6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgcMWq0k6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgcMWq0k6 .layout-section-title {
  color: #6ad326;
}
.KNvdk-uQgcMWq0k6 .layout-section-subtitle {
  color: #000000;
}
.KNvdk-uQgcDoZWYb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.KNvdk-uQgcDoZWYb .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgcDoZWYb .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgcDoZWYb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .KNvdk-uQgcDoZWYb .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .KNvdk-uQgcDoZWYb .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .KNvdk-uQgcDoZWYb .items-wrapper .item {
    margin-bottom: 12px;
  }
  .KNvdk-uQgcDoZWYb .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #fefce5;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .layout-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .layout-section-btn {
    margin-bottom: 16px;
  }
}
.KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .icon-wrapper .layout-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #0a1007;
  color: #bcef9b;
}
@media (max-width: 992px) {
  .KNvdk-uQgcDoZWYb .items-wrapper .item .item-wrapper .card-box .icon-wrapper .layout-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.KNvdk-uQgcDoZWYb .item-title {
  color: #050f0f;
}
.KNvdk-uQgcDoZWYb .item-text {
  color: #050f0f;
}
.KNvdk-uQgcDoZWYb .icon-wrapper {
  text-align: right;
}
.KNvdk-uQgrteKmt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bcef9b;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgrteKmt6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .content-wrap {
    padding: 30px 20px;
  }
}
.KNvdk-uQgrteKmt6 .content-wrap .row {
  justify-content: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .layout-section-title {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .nav-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .social-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont,
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont {
  transform: scale(1.1);
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a .layout-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.KNvdk-uQgrteKmt6 .layout-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.KNvdk-uQgrteKmt6 .layout-section-title {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .layout-section-subtitle {
  color: #404349;
}
.KNvdk-uQgrteKmt6 .list {
  color: #404349;
}
.KNvdk-uQgbVRkTCs {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.KNvdk-uQgbVRkTCs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .KNvdk-uQgbVRkTCs .menu_box .navbar.opened,
  .KNvdk-uQgbVRkTCs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  position: relative !important;
}
.KNvdk-uQgbVRkTCs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .btn:hover {
  box-shadow: none;
}
.KNvdk-uQgbVRkTCs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 0 !important;
  }
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before,
.KNvdk-uQgbVRkTCs .nav-item .nav-link:focus::before {
  width: 100%;
}
.KNvdk-uQgbVRkTCs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .KNvdk-uQgbVRkTCs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .KNvdk-uQgbVRkTCs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .KNvdk-uQgbVRkTCs .offcanvas_box {
    display: none;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .container {
  display: flex;
  margin: auto;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:hover {
  opacity: .5;
}
.KNvdk-uQgbVRkTCs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav {
    margin: 0;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-menu,
.KNvdk-uQgbVRkTCs .navbar.opened {
  background-color: false !important;
}
.KNvdk-uQgbVRkTCs .nav-item:focus,
.KNvdk-uQgbVRkTCs .nav-link:focus {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.KNvdk-uQgbVRkTCs .navbar.opened {
  transition: all 0.3s;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed {
  justify-content: center;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .navbar .nav-item {
    padding: .5rem 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .KNvdk-uQgbVRkTCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .KNvdk-uQgbVRkTCs .navbar .icons-menu {
    padding: 0;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short {
  min-height: 60px;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-logo a {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown-item.active,
.KNvdk-uQgbVRkTCs .dropdown-item:active {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.KNvdk-uQgbVRkTCs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.KNvdk-uQgbVRkTCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .KNvdk-uQgbVRkTCs .navbar {
    height: 70px;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened {
    height: auto;
  }
  .KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .KNvdk-uQgbVRkTCs .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .layout-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.KNvdk-uQgbVRkTCs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.KNvdk-uQgbVRkTCs .text_widget {
  margin-bottom: 32px;
}
.KNvdk-uQgbVRkTCs .text_widget a {
  transition: all 0.3s ease-out;
}
.KNvdk-uQgbVRkTCs .text_widget a:hover,
.KNvdk-uQgbVRkTCs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #bcef9b;
}
.KNvdk-uQgbVRkTCs .icons-menu-main {
  display: flex;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .navbar-caption {
  color: #000000;
}
.KNvdk-uQgbVRkTCs .layout-text {
  color: #9a9a9a;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle,
.KNvdk-uQgbVRkTCs .text_widget,
.KNvdk-uQgbVRkTCs .layout-section-btn {
  text-align: center;
}
.KNvdk-uQgbVRkTCs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.KNvdk-uQgcXXYCww {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fefce5;
}
.KNvdk-uQgcXXYCww H1 {
  color: #6ad326;
}
.KNvdk-uQgcXXYCww .layout-text,
.KNvdk-uQgcXXYCww .layout-section-btn {
  color: #000000;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.KNvdk-uQgcXXYCww img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .KNvdk-uQgcXXYCww img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.KNvdk-uQgcXXYCww H3 {
  color: #716c80;
}
.KNvdk-uQgcXXYCww .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgcXXYCww .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgcZz9uMA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.KNvdk-uQgcZz9uMA .row {
  position: relative;
}
.KNvdk-uQgcZz9uMA .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .KNvdk-uQgcZz9uMA .row {
    margin: 0 2rem;
  }
}
.KNvdk-uQgcZz9uMA .row {
  padding-left: 6rem;
}
.KNvdk-uQgcZz9uMA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.KNvdk-uQgcZz9uMA .content-wrapper {
  max-width: 600px;
}
.KNvdk-uQgcZz9uMA H1 {
  color: #6ad326;
}
.KNvdk-uQgcZz9uMA .layout-text,
.KNvdk-uQgcZz9uMA .layout-section-btn {
  color: #000000;
}
.KNvdk-uQgcZz9uMA H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .KNvdk-uQgcZz9uMA .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .KNvdk-uQgcZz9uMA h4 {
    left: 3rem;
  }
  .KNvdk-uQgcZz9uMA .row {
    padding-left: 3rem;
  }
}
.KNvdk-uQgcZz9uMA .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgcZz9uMA .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgd0Hqj7w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fefce5;
}
.KNvdk-uQgd0Hqj7w .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.KNvdk-uQgd0Hqj7w .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.KNvdk-uQgd0Hqj7w .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #000000;
  background: #6ad326;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.KNvdk-uQgd0Hqj7w .layout-text {
  color: #767676;
}
@media (min-width: 992px) {
  .KNvdk-uQgd0Hqj7w img {
    width: 90%;
  }
}
.KNvdk-uQgd0Hqj7w .card-title {
  color: #6ad326;
}
.KNvdk-uQgd0Hqj7w .layout-text,
.KNvdk-uQgd0Hqj7w .layout-section-btn {
  color: #000000;
}
.KNvdk-uQgd2kMntY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.KNvdk-uQgd2kMntY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.KNvdk-uQgd2kMntY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.KNvdk-uQgd2kMntY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.KNvdk-uQgd2kMntY .layout-text,
.KNvdk-uQgd2kMntY .layout-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .KNvdk-uQgd2kMntY h3:before,
  .KNvdk-uQgd2kMntY h3:after {
    display: none;
  }
}
.KNvdk-uQgd2kMntY .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgd2kMntY .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgd2kMntY H1 {
  color: #6ad326;
}
.KNvdk-uQgrteKmt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bcef9b;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgrteKmt6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .content-wrap {
    padding: 30px 20px;
  }
}
.KNvdk-uQgrteKmt6 .content-wrap .row {
  justify-content: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .layout-section-title {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .nav-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .social-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont,
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont {
  transform: scale(1.1);
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a .layout-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.KNvdk-uQgrteKmt6 .layout-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.KNvdk-uQgrteKmt6 .layout-section-title {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .layout-section-subtitle {
  color: #404349;
}
.KNvdk-uQgrteKmt6 .list {
  color: #404349;
}
.KNvdk-uQgbVRkTCs {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.KNvdk-uQgbVRkTCs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .KNvdk-uQgbVRkTCs .menu_box .navbar.opened,
  .KNvdk-uQgbVRkTCs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  position: relative !important;
}
.KNvdk-uQgbVRkTCs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .btn:hover {
  box-shadow: none;
}
.KNvdk-uQgbVRkTCs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 0 !important;
  }
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before,
.KNvdk-uQgbVRkTCs .nav-item .nav-link:focus::before {
  width: 100%;
}
.KNvdk-uQgbVRkTCs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .KNvdk-uQgbVRkTCs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .KNvdk-uQgbVRkTCs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .KNvdk-uQgbVRkTCs .offcanvas_box {
    display: none;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .container {
  display: flex;
  margin: auto;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:hover {
  opacity: .5;
}
.KNvdk-uQgbVRkTCs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav {
    margin: 0;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-menu,
.KNvdk-uQgbVRkTCs .navbar.opened {
  background-color: false !important;
}
.KNvdk-uQgbVRkTCs .nav-item:focus,
.KNvdk-uQgbVRkTCs .nav-link:focus {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.KNvdk-uQgbVRkTCs .navbar.opened {
  transition: all 0.3s;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed {
  justify-content: center;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .navbar .nav-item {
    padding: .5rem 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .KNvdk-uQgbVRkTCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .KNvdk-uQgbVRkTCs .navbar .icons-menu {
    padding: 0;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short {
  min-height: 60px;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-logo a {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown-item.active,
.KNvdk-uQgbVRkTCs .dropdown-item:active {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.KNvdk-uQgbVRkTCs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.KNvdk-uQgbVRkTCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .KNvdk-uQgbVRkTCs .navbar {
    height: 70px;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened {
    height: auto;
  }
  .KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .KNvdk-uQgbVRkTCs .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .layout-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.KNvdk-uQgbVRkTCs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.KNvdk-uQgbVRkTCs .text_widget {
  margin-bottom: 32px;
}
.KNvdk-uQgbVRkTCs .text_widget a {
  transition: all 0.3s ease-out;
}
.KNvdk-uQgbVRkTCs .text_widget a:hover,
.KNvdk-uQgbVRkTCs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #bcef9b;
}
.KNvdk-uQgbVRkTCs .icons-menu-main {
  display: flex;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .navbar-caption {
  color: #000000;
}
.KNvdk-uQgbVRkTCs .layout-text {
  color: #9a9a9a;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle,
.KNvdk-uQgbVRkTCs .text_widget,
.KNvdk-uQgbVRkTCs .layout-section-btn {
  text-align: center;
}
.KNvdk-uQgbVRkTCs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.KNvdk-uQgdbKuDAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefce5;
}
.KNvdk-uQgdbKuDAt .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgdbKuDAt .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgdbKuDAt .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .KNvdk-uQgdbKuDAt .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgdbKuDAt .col-img {
    order: 2;
  }
}
.KNvdk-uQgdbKuDAt .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .KNvdk-uQgdbKuDAt .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .KNvdk-uQgdbKuDAt .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgdbKuDAt .col-tex {
    order: 1;
  }
}
.KNvdk-uQgdbKuDAt .card-title {
  color: #6ad326;
  text-align: center;
}
.KNvdk-uQgdbKuDAt .layout-text {
  color: #45494E;
  margin-top: 36px;
}
.KNvdk-uQgdbKuDAt .layout-section-btn {
  margin-top: 60px;
}
.KNvdk-uQgdbKuDAt .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.KNvdk-uQgdbKuDAt .layout-text,
.KNvdk-uQgdbKuDAt .layout-section-btn {
  color: #000000;
}
.KNvdk-uQgdeX5CD5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.KNvdk-uQgdeX5CD5 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgdeX5CD5 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgdeX5CD5 .layout-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.KNvdk-uQgdeX5CD5 .layout-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.KNvdk-uQgdeX5CD5 .layout-section-btn .btn:focus {
  box-shadow: none;
}
.KNvdk-uQgdeX5CD5 .layout-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.KNvdk-uQgdeX5CD5 .layout-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #320707 !important;
}
.KNvdk-uQgdeX5CD5 .layout-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.KNvdk-uQgdeX5CD5 .title-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .title-wrapper {
    margin: 0 30px;
  }
}
.KNvdk-uQgdeX5CD5 .title-wrapper .layout-section-title {
  margin-bottom: 30px;
}
.KNvdk-uQgdeX5CD5 .text-wrapper {
  margin-right: 160px;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .text-wrapper {
    margin: 0 30px 60px;
  }
}
.KNvdk-uQgdeX5CD5 .cards {
  margin: 0 144px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .cards {
    margin: 0 18px;
  }
}
.KNvdk-uQgdeX5CD5 .card:hover .layout-section-btn .btn {
  transform: scale(1) !important;
  color: #320707 !important;
}
.KNvdk-uQgdeX5CD5 .card:hover .layout-section-btn .btn span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.KNvdk-uQgdeX5CD5 .card {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .card {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .KNvdk-uQgdeX5CD5 .card {
    margin-bottom: 30px;
  }
}
.KNvdk-uQgdeX5CD5 .card:hover .card-wrapper {
  background-color: #bcef9b;
}
.KNvdk-uQgdeX5CD5 .card:hover .card-wrapper .card-wrap_1 {
  border-color: #000000;
}
.KNvdk-uQgdeX5CD5 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  padding: 40px;
  background-color: #fefce5;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .card .card-wrapper {
    padding: 25px;
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .KNvdk-uQgdeX5CD5 .card .card-wrapper {
    min-height: 500px;
  }
}
.KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_1 {
  border-top: 2px solid #6ad326;
  padding-top: 10px;
  transition: all .3s ease;
}
.KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_1 .layout-date {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_1 .layout-date {
    margin-bottom: 12px;
  }
}
.KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_1 .layout-card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_1 .layout-card-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_1 .layout-card-title {
    margin-bottom: 30px;
  }
}
.KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_2 .layout-card-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdeX5CD5 .card .card-wrapper .card-wrap_2 .layout-card-text {
    margin-bottom: 20px;
  }
}
.KNvdk-uQgdeX5CD5 .layout-section-title {
  color: #6ad326;
  text-align: center;
}
.KNvdk-uQgdeX5CD5 .layout-text {
  color: #000000;
}
.KNvdk-uQgdeX5CD5 .layout-date {
  color: #ffffff;
}
.KNvdk-uQgdeX5CD5 .layout-card-title {
  color: #FFFFFF;
}
.KNvdk-uQgdeX5CD5 .layout-card-text {
  color: #000000;
}
.KNvdk-uQgdeX5CD5 .layout-card-title,
.KNvdk-uQgdeX5CD5 .layout-section-btn {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgdfMzAR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefce5;
}
.KNvdk-uQgdfMzAR7 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgdfMzAR7 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgdfMzAR7 .layout-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.KNvdk-uQgdfMzAR7 .layout-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.KNvdk-uQgdfMzAR7 .layout-section-btn .btn:focus {
  box-shadow: none;
}
.KNvdk-uQgdfMzAR7 .layout-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.KNvdk-uQgdfMzAR7 .layout-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #320707 !important;
}
.KNvdk-uQgdfMzAR7 .layout-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.KNvdk-uQgdfMzAR7 .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .KNvdk-uQgdfMzAR7 .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.KNvdk-uQgdfMzAR7 .text-wrapper .layout-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdfMzAR7 .text-wrapper .layout-desc {
    margin-bottom: 12px;
  }
}
.KNvdk-uQgdfMzAR7 .text-wrapper .layout-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdfMzAR7 .text-wrapper .layout-text {
    margin-bottom: 15px;
  }
}
.KNvdk-uQgdfMzAR7 .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .KNvdk-uQgdfMzAR7 .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.KNvdk-uQgdfMzAR7 .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .KNvdk-uQgdfMzAR7 .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.KNvdk-uQgdfMzAR7 .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .KNvdk-uQgdfMzAR7 .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .KNvdk-uQgdfMzAR7 .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.KNvdk-uQgdfMzAR7 .layout-desc {
  color: #6ad326;
}
.KNvdk-uQgdfMzAR7 .layout-text {
  color: #FFFFFF;
}
.KNvdk-uQgdfMzAR7 .layout-text,
.KNvdk-uQgdfMzAR7 .layout-section-btn {
  color: #000000;
}
.KNvdk-uQgdoOwb3z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.KNvdk-uQgdoOwb3z .row {
  justify-content: center;
}
.KNvdk-uQgdoOwb3z .title-container {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.KNvdk-uQgdoOwb3z .layout-section-title {
  color: #6ad326;
}
.KNvdk-uQgdoOwb3z .layout-section-subtitle {
  color: #161616;
  margin-top: 16px;
}
.KNvdk-uQgdoOwb3z .layout-section-btn {
  margin-top: 30px;
}
.KNvdk-uQgdoOwb3z .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #f6f5ec 27%, #fefce5 50%, #f6f5ec 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.KNvdk-uQgdmYjT6v {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.KNvdk-uQgdmYjT6v .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgdmYjT6v .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgdmYjT6v .row {
  justify-content: flex-start;
}
.KNvdk-uQgdmYjT6v .layout-text {
  color: #1F1D1A;
  margin-bottom: 30px;
}
.KNvdk-uQgrteKmt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bcef9b;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgrteKmt6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .content-wrap {
    padding: 30px 20px;
  }
}
.KNvdk-uQgrteKmt6 .content-wrap .row {
  justify-content: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .layout-section-title {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .nav-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .social-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont,
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont {
  transform: scale(1.1);
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a .layout-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.KNvdk-uQgrteKmt6 .layout-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.KNvdk-uQgrteKmt6 .layout-section-title {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .layout-section-subtitle {
  color: #404349;
}
.KNvdk-uQgrteKmt6 .list {
  color: #404349;
}
.KNvdk-uQgbVRkTCs {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.KNvdk-uQgbVRkTCs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .KNvdk-uQgbVRkTCs .menu_box .navbar.opened,
  .KNvdk-uQgbVRkTCs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  position: relative !important;
}
.KNvdk-uQgbVRkTCs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .btn:hover {
  box-shadow: none;
}
.KNvdk-uQgbVRkTCs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 0 !important;
  }
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before,
.KNvdk-uQgbVRkTCs .nav-item .nav-link:focus::before {
  width: 100%;
}
.KNvdk-uQgbVRkTCs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .KNvdk-uQgbVRkTCs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .KNvdk-uQgbVRkTCs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .KNvdk-uQgbVRkTCs .offcanvas_box {
    display: none;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .container {
  display: flex;
  margin: auto;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:hover {
  opacity: .5;
}
.KNvdk-uQgbVRkTCs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav {
    margin: 0;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-menu,
.KNvdk-uQgbVRkTCs .navbar.opened {
  background-color: false !important;
}
.KNvdk-uQgbVRkTCs .nav-item:focus,
.KNvdk-uQgbVRkTCs .nav-link:focus {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.KNvdk-uQgbVRkTCs .navbar.opened {
  transition: all 0.3s;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed {
  justify-content: center;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .navbar .nav-item {
    padding: .5rem 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .KNvdk-uQgbVRkTCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .KNvdk-uQgbVRkTCs .navbar .icons-menu {
    padding: 0;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short {
  min-height: 60px;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-logo a {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown-item.active,
.KNvdk-uQgbVRkTCs .dropdown-item:active {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.KNvdk-uQgbVRkTCs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.KNvdk-uQgbVRkTCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .KNvdk-uQgbVRkTCs .navbar {
    height: 70px;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened {
    height: auto;
  }
  .KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .KNvdk-uQgbVRkTCs .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .layout-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.KNvdk-uQgbVRkTCs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.KNvdk-uQgbVRkTCs .text_widget {
  margin-bottom: 32px;
}
.KNvdk-uQgbVRkTCs .text_widget a {
  transition: all 0.3s ease-out;
}
.KNvdk-uQgbVRkTCs .text_widget a:hover,
.KNvdk-uQgbVRkTCs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #bcef9b;
}
.KNvdk-uQgbVRkTCs .icons-menu-main {
  display: flex;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .navbar-caption {
  color: #000000;
}
.KNvdk-uQgbVRkTCs .layout-text {
  color: #9a9a9a;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle,
.KNvdk-uQgbVRkTCs .text_widget,
.KNvdk-uQgbVRkTCs .layout-section-btn {
  text-align: center;
}
.KNvdk-uQgbVRkTCs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.KNvdk-uQgdFsXLS6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefce5;
}
.KNvdk-uQgdFsXLS6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgdFsXLS6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgdFsXLS6 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgdFsXLS6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .KNvdk-uQgdFsXLS6 .container {
    padding: 0 20px;
  }
}
.KNvdk-uQgdFsXLS6 .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgdFsXLS6 .row.blur-row {
    padding: 32px 16px;
  }
}
.KNvdk-uQgdFsXLS6 .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap .layout-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap .layout-main-title {
    margin-bottom: 32px;
  }
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap .layout-price {
  margin-bottom: 0;
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.KNvdk-uQgdFsXLS6 .row.blur-row .title-wrapper .title-wrap .discount-wrap .layout-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5fd7b;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.KNvdk-uQgdFsXLS6 .layout-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.KNvdk-uQgdFsXLS6 .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #f6f5ec;
}
@media (max-width: 992px) {
  .KNvdk-uQgdFsXLS6 .dragArea.row {
    padding: 32px 16px;
  }
}
.KNvdk-uQgdFsXLS6 .dragArea.row::before {
  content: none;
}
.KNvdk-uQgdFsXLS6 .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.KNvdk-uQgdFsXLS6 .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.KNvdk-uQgdFsXLS6 .dragArea.row .form-group .form-control::placeholder {
  color: #0a1007;
  opacity: .5;
}
.KNvdk-uQgdFsXLS6 .dragArea.row .form-group textarea {
  padding: 20px;
}
.KNvdk-uQgdFsXLS6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-collapse: #000000;
}
.KNvdk-uQgdFsXLS6 .dragArea.row .layout-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.KNvdk-uQgdFsXLS6 .dragArea.row .layout-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.KNvdk-uQgdFsXLS6 .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.KNvdk-uQgdFsXLS6 .row.forms-row::before {
  content: none !important;
}
.KNvdk-uQgdFsXLS6 .layout-main-title {
  color: #6ad326;
}
.KNvdk-uQgdFsXLS6 .layout-price {
  color: #000000;
}
.KNvdk-uQgdFsXLS6 .list {
  color: #ffffff;
}
.KNvdk-uQgdFsXLS6 .layout-disc {
  color: #000000;
}
.KNvdk-uQgdFsXLS6 label {
  color: #f5fd7b;
}
.KNvdk-uQgdFsXLS6 .layout-section-title,
.KNvdk-uQgdFsXLS6 .layout-section-btn {
  color: #000000;
}
.KNvdk-uQgrteKmt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bcef9b;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgrteKmt6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .content-wrap {
    padding: 30px 20px;
  }
}
.KNvdk-uQgrteKmt6 .content-wrap .row {
  justify-content: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .layout-section-title {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .nav-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .social-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont,
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont {
  transform: scale(1.1);
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a .layout-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.KNvdk-uQgrteKmt6 .layout-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.KNvdk-uQgrteKmt6 .layout-section-title {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .layout-section-subtitle {
  color: #404349;
}
.KNvdk-uQgrteKmt6 .list {
  color: #404349;
}
.KNvdk-uQgbVRkTCs {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.KNvdk-uQgbVRkTCs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .KNvdk-uQgbVRkTCs .menu_box .navbar.opened,
  .KNvdk-uQgbVRkTCs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown {
  position: relative !important;
}
.KNvdk-uQgbVRkTCs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .btn:hover {
  box-shadow: none;
}
.KNvdk-uQgbVRkTCs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .nav-item {
    margin: 0 !important;
  }
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before,
.KNvdk-uQgbVRkTCs .nav-item .nav-link:focus::before {
  width: 100%;
}
.KNvdk-uQgbVRkTCs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .KNvdk-uQgbVRkTCs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .KNvdk-uQgbVRkTCs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .KNvdk-uQgbVRkTCs .offcanvas_box {
    display: none;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.KNvdk-uQgbVRkTCs .container {
  display: flex;
  margin: auto;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.KNvdk-uQgbVRkTCs .iconfont-wrapper:hover {
  opacity: .5;
}
.KNvdk-uQgbVRkTCs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav {
    margin: 0;
  }
}
.KNvdk-uQgbVRkTCs .dropdown-menu,
.KNvdk-uQgbVRkTCs .navbar.opened {
  background-color: false !important;
}
.KNvdk-uQgbVRkTCs .nav-item:focus,
.KNvdk-uQgbVRkTCs .nav-link:focus {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.KNvdk-uQgbVRkTCs .dropdown .dropdown-menu .dropdown-item .layout-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.KNvdk-uQgbVRkTCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.KNvdk-uQgbVRkTCs .navbar.opened {
  transition: all 0.3s;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed {
  justify-content: center;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.KNvdk-uQgbVRkTCs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .navbar .nav-item {
    padding: .5rem 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .KNvdk-uQgbVRkTCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .KNvdk-uQgbVRkTCs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .KNvdk-uQgbVRkTCs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .KNvdk-uQgbVRkTCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .KNvdk-uQgbVRkTCs .navbar .icons-menu {
    padding: 0;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short {
  min-height: 60px;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.KNvdk-uQgbVRkTCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.KNvdk-uQgbVRkTCs .navbar-brand .navbar-logo a {
  outline: none;
}
.KNvdk-uQgbVRkTCs .dropdown-item.active,
.KNvdk-uQgbVRkTCs .dropdown-item:active {
  background-color: transparent;
}
.KNvdk-uQgbVRkTCs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.KNvdk-uQgbVRkTCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.KNvdk-uQgbVRkTCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.KNvdk-uQgbVRkTCs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.KNvdk-uQgbVRkTCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgbVRkTCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.KNvdk-uQgbVRkTCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgbVRkTCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.KNvdk-uQgbVRkTCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .KNvdk-uQgbVRkTCs .navbar {
    height: 70px;
  }
  .KNvdk-uQgbVRkTCs .navbar.opened {
    height: auto;
  }
  .KNvdk-uQgbVRkTCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.KNvdk-uQgbVRkTCs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .KNvdk-uQgbVRkTCs .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .KNvdk-uQgbVRkTCs .layout-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.KNvdk-uQgbVRkTCs .layout-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.KNvdk-uQgbVRkTCs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.KNvdk-uQgbVRkTCs .text_widget {
  margin-bottom: 32px;
}
.KNvdk-uQgbVRkTCs .text_widget a {
  transition: all 0.3s ease-out;
}
.KNvdk-uQgbVRkTCs .text_widget a:hover,
.KNvdk-uQgbVRkTCs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .KNvdk-uQgbVRkTCs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.KNvdk-uQgbVRkTCs .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #bcef9b;
}
.KNvdk-uQgbVRkTCs .icons-menu-main {
  display: flex;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .navbar-caption {
  color: #000000;
}
.KNvdk-uQgbVRkTCs .layout-text {
  color: #9a9a9a;
  text-align: center;
}
.KNvdk-uQgbVRkTCs .layout-section-subtitle,
.KNvdk-uQgbVRkTCs .text_widget,
.KNvdk-uQgbVRkTCs .layout-section-btn {
  text-align: center;
}
.KNvdk-uQgbVRkTCs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.KNvdk-uQgeaNsMB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefce5;
}
.KNvdk-uQgeaNsMB7 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgeaNsMB7 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgeaNsMB7 .row {
  justify-content: space-between;
}
.KNvdk-uQgeaNsMB7 .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgeaNsMB7 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.KNvdk-uQgeaNsMB7 .content-wrapper .layout-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .KNvdk-uQgeaNsMB7 .content-wrapper .layout-section-title {
    margin-bottom: 20px;
  }
}
.KNvdk-uQgeaNsMB7 .content-wrapper .layout-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .KNvdk-uQgeaNsMB7 .content-wrapper .layout-text {
    margin-bottom: 20px;
  }
}
.KNvdk-uQgeaNsMB7 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgeaNsMB7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.KNvdk-uQgeaNsMB7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.KNvdk-uQgeaNsMB7 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .layout-section-subtitle {
  margin-bottom: 0;
}
.KNvdk-uQgeaNsMB7 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .layout-desc {
  margin-bottom: 0;
}
.KNvdk-uQgeaNsMB7 .layout-section-title {
  color: #000000;
}
.KNvdk-uQgeaNsMB7 .layout-section-subtitle {
  color: #000000;
}
.KNvdk-uQgeaNsMB7 .layout-desc {
  color: #000000;
}
.KNvdk-uQgeaNsMB7 .layout-text {
  color: #000000;
}
.KNvdk-uQgeaNsMB7 .layout-section-title,
.KNvdk-uQgeaNsMB7 .layout-section-btn {
  text-align: center;
  color: #6ad326;
}
.KNvdk-uQgrteKmt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bcef9b;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgrteKmt6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .content-wrap {
    padding: 30px 20px;
  }
}
.KNvdk-uQgrteKmt6 .content-wrap .row {
  justify-content: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .layout-section-title {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .nav-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .social-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont,
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont {
  transform: scale(1.1);
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a .layout-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.KNvdk-uQgrteKmt6 .layout-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.KNvdk-uQgrteKmt6 .layout-section-title {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .layout-section-subtitle {
  color: #404349;
}
.KNvdk-uQgrteKmt6 .list {
  color: #404349;
}
.KNvdk-uQgedZQ3Ov {
  background-color: transparent;
}
.KNvdk-uQgedZQ3Ov .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.KNvdk-uQgedZQ3Ov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.KNvdk-uQgedZQ3Ov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.KNvdk-uQgedZQ3Ov .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .KNvdk-uQgedZQ3Ov .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .KNvdk-uQgedZQ3Ov .menu_box .navbar.opened,
  .KNvdk-uQgedZQ3Ov .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.KNvdk-uQgedZQ3Ov .navbar-dropdown {
  position: relative !important;
}
.KNvdk-uQgedZQ3Ov .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.KNvdk-uQgedZQ3Ov .btn:hover {
  box-shadow: none;
}
.KNvdk-uQgedZQ3Ov .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .KNvdk-uQgedZQ3Ov .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgedZQ3Ov .nav-item {
    margin: 0 !important;
  }
}
.KNvdk-uQgedZQ3Ov .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.KNvdk-uQgedZQ3Ov .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.KNvdk-uQgedZQ3Ov .nav-item .nav-link:hover::before,
.KNvdk-uQgedZQ3Ov .nav-item .nav-link:focus::before {
  width: 100%;
}
.KNvdk-uQgedZQ3Ov .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .KNvdk-uQgedZQ3Ov .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .KNvdk-uQgedZQ3Ov .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgedZQ3Ov .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .KNvdk-uQgedZQ3Ov .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .KNvdk-uQgedZQ3Ov .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .KNvdk-uQgedZQ3Ov .offcanvas_box {
    display: none;
  }
}
.KNvdk-uQgedZQ3Ov .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.KNvdk-uQgedZQ3Ov .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.KNvdk-uQgedZQ3Ov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.KNvdk-uQgedZQ3Ov .container {
  display: flex;
  margin: auto;
}
.KNvdk-uQgedZQ3Ov .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.KNvdk-uQgedZQ3Ov .iconfont-wrapper:last-child {
  margin-right: 0;
}
.KNvdk-uQgedZQ3Ov .iconfont-wrapper:hover {
  opacity: .5;
}
.KNvdk-uQgedZQ3Ov .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .KNvdk-uQgedZQ3Ov .navbar-nav {
    margin: 0;
  }
}
.KNvdk-uQgedZQ3Ov .dropdown-menu,
.KNvdk-uQgedZQ3Ov .navbar.opened {
  background-color: false !important;
}
.KNvdk-uQgedZQ3Ov .nav-item:focus,
.KNvdk-uQgedZQ3Ov .nav-link:focus {
  outline: none;
}
.KNvdk-uQgedZQ3Ov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgedZQ3Ov .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.KNvdk-uQgedZQ3Ov .dropdown .dropdown-menu .dropdown-item .layout-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.KNvdk-uQgedZQ3Ov .dropdown .dropdown-menu .dropdown-item .layout-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgedZQ3Ov .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.KNvdk-uQgedZQ3Ov .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.KNvdk-uQgedZQ3Ov .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgedZQ3Ov .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.KNvdk-uQgedZQ3Ov .navbar.opened {
  transition: all 0.3s;
}
.KNvdk-uQgedZQ3Ov .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.KNvdk-uQgedZQ3Ov .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.KNvdk-uQgedZQ3Ov .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed {
  justify-content: center;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.KNvdk-uQgedZQ3Ov .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .KNvdk-uQgedZQ3Ov .navbar .nav-item {
    padding: .5rem 0;
  }
  .KNvdk-uQgedZQ3Ov .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .KNvdk-uQgedZQ3Ov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .KNvdk-uQgedZQ3Ov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .KNvdk-uQgedZQ3Ov .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .KNvdk-uQgedZQ3Ov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .KNvdk-uQgedZQ3Ov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .KNvdk-uQgedZQ3Ov .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .KNvdk-uQgedZQ3Ov .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .KNvdk-uQgedZQ3Ov .navbar ul.navbar-nav li {
    margin: 0;
  }
  .KNvdk-uQgedZQ3Ov .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .KNvdk-uQgedZQ3Ov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .KNvdk-uQgedZQ3Ov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .KNvdk-uQgedZQ3Ov .navbar .icons-menu {
    padding: 0;
  }
}
.KNvdk-uQgedZQ3Ov .navbar.navbar-short {
  min-height: 60px;
}
.KNvdk-uQgedZQ3Ov .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.KNvdk-uQgedZQ3Ov .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.KNvdk-uQgedZQ3Ov .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.KNvdk-uQgedZQ3Ov .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.KNvdk-uQgedZQ3Ov .navbar-brand .navbar-logo a {
  outline: none;
}
.KNvdk-uQgedZQ3Ov .dropdown-item.active,
.KNvdk-uQgedZQ3Ov .dropdown-item:active {
  background-color: transparent;
}
.KNvdk-uQgedZQ3Ov .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.KNvdk-uQgedZQ3Ov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.KNvdk-uQgedZQ3Ov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.KNvdk-uQgedZQ3Ov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.KNvdk-uQgedZQ3Ov ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.KNvdk-uQgedZQ3Ov .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.KNvdk-uQgedZQ3Ov button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.KNvdk-uQgedZQ3Ov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.KNvdk-uQgedZQ3Ov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.KNvdk-uQgedZQ3Ov button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgedZQ3Ov button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgedZQ3Ov button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.KNvdk-uQgedZQ3Ov nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgedZQ3Ov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.KNvdk-uQgedZQ3Ov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.KNvdk-uQgedZQ3Ov nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgedZQ3Ov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.KNvdk-uQgedZQ3Ov .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .KNvdk-uQgedZQ3Ov .navbar {
    height: 70px;
  }
  .KNvdk-uQgedZQ3Ov .navbar.opened {
    height: auto;
  }
  .KNvdk-uQgedZQ3Ov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.KNvdk-uQgedZQ3Ov .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .KNvdk-uQgedZQ3Ov .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.KNvdk-uQgedZQ3Ov .layout-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .KNvdk-uQgedZQ3Ov .layout-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.KNvdk-uQgedZQ3Ov .layout-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.KNvdk-uQgedZQ3Ov .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .KNvdk-uQgedZQ3Ov .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.KNvdk-uQgedZQ3Ov .text_widget {
  margin-bottom: 32px;
}
.KNvdk-uQgedZQ3Ov .text_widget a {
  transition: all 0.3s ease-out;
}
.KNvdk-uQgedZQ3Ov .text_widget a:hover,
.KNvdk-uQgedZQ3Ov .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .KNvdk-uQgedZQ3Ov .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.KNvdk-uQgedZQ3Ov .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #bcef9b;
}
.KNvdk-uQgedZQ3Ov .icons-menu-main {
  display: flex;
}
.KNvdk-uQgedZQ3Ov .layout-section-subtitle {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgedZQ3Ov .navbar-caption {
  color: #000000;
}
.KNvdk-uQgedZQ3Ov .layout-text {
  color: #9a9a9a;
  text-align: center;
}
.KNvdk-uQgedZQ3Ov .layout-section-subtitle,
.KNvdk-uQgedZQ3Ov .text_widget,
.KNvdk-uQgedZQ3Ov .layout-section-btn {
  text-align: center;
}
.KNvdk-uQgedZQ3Ov a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.KNvdk-uQgee1RSrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefce5;
}
.KNvdk-uQgee1RSrp .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgee1RSrp .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgee1RSrp .row {
  justify-content: space-between;
}
.KNvdk-uQgee1RSrp .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgee1RSrp .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.KNvdk-uQgee1RSrp .content-wrapper .layout-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .KNvdk-uQgee1RSrp .content-wrapper .layout-section-title {
    margin-bottom: 20px;
  }
}
.KNvdk-uQgee1RSrp .content-wrapper .layout-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .KNvdk-uQgee1RSrp .content-wrapper .layout-text {
    margin-bottom: 20px;
  }
}
.KNvdk-uQgee1RSrp .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgee1RSrp .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.KNvdk-uQgee1RSrp .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.KNvdk-uQgee1RSrp .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .layout-section-subtitle {
  margin-bottom: 0;
}
.KNvdk-uQgee1RSrp .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .layout-desc {
  margin-bottom: 0;
}
.KNvdk-uQgee1RSrp .layout-section-title {
  color: #000000;
}
.KNvdk-uQgee1RSrp .layout-section-subtitle {
  color: #000000;
}
.KNvdk-uQgee1RSrp .layout-desc {
  color: #000000;
}
.KNvdk-uQgee1RSrp .layout-text {
  color: #000000;
}
.KNvdk-uQgee1RSrp .layout-section-title,
.KNvdk-uQgee1RSrp .layout-section-btn {
  text-align: center;
  color: #6ad326;
}
.KNvdk-uQgrteKmt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bcef9b;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgrteKmt6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .content-wrap {
    padding: 30px 20px;
  }
}
.KNvdk-uQgrteKmt6 .content-wrap .row {
  justify-content: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .layout-section-title {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .nav-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .social-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont,
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont {
  transform: scale(1.1);
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a .layout-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.KNvdk-uQgrteKmt6 .layout-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.KNvdk-uQgrteKmt6 .layout-section-title {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .layout-section-subtitle {
  color: #404349;
}
.KNvdk-uQgrteKmt6 .list {
  color: #404349;
}
.KNvdk-uQgegSr3aZ {
  background-color: transparent;
}
.KNvdk-uQgegSr3aZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.KNvdk-uQgegSr3aZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.KNvdk-uQgegSr3aZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.KNvdk-uQgegSr3aZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .KNvdk-uQgegSr3aZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .KNvdk-uQgegSr3aZ .menu_box .navbar.opened,
  .KNvdk-uQgegSr3aZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.KNvdk-uQgegSr3aZ .navbar-dropdown {
  position: relative !important;
}
.KNvdk-uQgegSr3aZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.KNvdk-uQgegSr3aZ .btn:hover {
  box-shadow: none;
}
.KNvdk-uQgegSr3aZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .KNvdk-uQgegSr3aZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgegSr3aZ .nav-item {
    margin: 0 !important;
  }
}
.KNvdk-uQgegSr3aZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.KNvdk-uQgegSr3aZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.KNvdk-uQgegSr3aZ .nav-item .nav-link:hover::before,
.KNvdk-uQgegSr3aZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.KNvdk-uQgegSr3aZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .KNvdk-uQgegSr3aZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .KNvdk-uQgegSr3aZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .KNvdk-uQgegSr3aZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .KNvdk-uQgegSr3aZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .KNvdk-uQgegSr3aZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .KNvdk-uQgegSr3aZ .offcanvas_box {
    display: none;
  }
}
.KNvdk-uQgegSr3aZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.KNvdk-uQgegSr3aZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.KNvdk-uQgegSr3aZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.KNvdk-uQgegSr3aZ .container {
  display: flex;
  margin: auto;
}
.KNvdk-uQgegSr3aZ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.KNvdk-uQgegSr3aZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.KNvdk-uQgegSr3aZ .iconfont-wrapper:hover {
  opacity: .5;
}
.KNvdk-uQgegSr3aZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .KNvdk-uQgegSr3aZ .navbar-nav {
    margin: 0;
  }
}
.KNvdk-uQgegSr3aZ .dropdown-menu,
.KNvdk-uQgegSr3aZ .navbar.opened {
  background-color: false !important;
}
.KNvdk-uQgegSr3aZ .nav-item:focus,
.KNvdk-uQgegSr3aZ .nav-link:focus {
  outline: none;
}
.KNvdk-uQgegSr3aZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgegSr3aZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.KNvdk-uQgegSr3aZ .dropdown .dropdown-menu .dropdown-item .layout-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.KNvdk-uQgegSr3aZ .dropdown .dropdown-menu .dropdown-item .layout-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.KNvdk-uQgegSr3aZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.KNvdk-uQgegSr3aZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.KNvdk-uQgegSr3aZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .KNvdk-uQgegSr3aZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.KNvdk-uQgegSr3aZ .navbar.opened {
  transition: all 0.3s;
}
.KNvdk-uQgegSr3aZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.KNvdk-uQgegSr3aZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.KNvdk-uQgegSr3aZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed {
  justify-content: center;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.KNvdk-uQgegSr3aZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .KNvdk-uQgegSr3aZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .KNvdk-uQgegSr3aZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .KNvdk-uQgegSr3aZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .KNvdk-uQgegSr3aZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .KNvdk-uQgegSr3aZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .KNvdk-uQgegSr3aZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .KNvdk-uQgegSr3aZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .KNvdk-uQgegSr3aZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .KNvdk-uQgegSr3aZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .KNvdk-uQgegSr3aZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .KNvdk-uQgegSr3aZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .KNvdk-uQgegSr3aZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .KNvdk-uQgegSr3aZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .KNvdk-uQgegSr3aZ .navbar .icons-menu {
    padding: 0;
  }
}
.KNvdk-uQgegSr3aZ .navbar.navbar-short {
  min-height: 60px;
}
.KNvdk-uQgegSr3aZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.KNvdk-uQgegSr3aZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.KNvdk-uQgegSr3aZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.KNvdk-uQgegSr3aZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.KNvdk-uQgegSr3aZ .navbar-brand .navbar-logo a {
  outline: none;
}
.KNvdk-uQgegSr3aZ .dropdown-item.active,
.KNvdk-uQgegSr3aZ .dropdown-item:active {
  background-color: transparent;
}
.KNvdk-uQgegSr3aZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.KNvdk-uQgegSr3aZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.KNvdk-uQgegSr3aZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.KNvdk-uQgegSr3aZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.KNvdk-uQgegSr3aZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.KNvdk-uQgegSr3aZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.KNvdk-uQgegSr3aZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.KNvdk-uQgegSr3aZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.KNvdk-uQgegSr3aZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.KNvdk-uQgegSr3aZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgegSr3aZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.KNvdk-uQgegSr3aZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.KNvdk-uQgegSr3aZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgegSr3aZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.KNvdk-uQgegSr3aZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.KNvdk-uQgegSr3aZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.KNvdk-uQgegSr3aZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.KNvdk-uQgegSr3aZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .KNvdk-uQgegSr3aZ .navbar {
    height: 70px;
  }
  .KNvdk-uQgegSr3aZ .navbar.opened {
    height: auto;
  }
  .KNvdk-uQgegSr3aZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.KNvdk-uQgegSr3aZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .KNvdk-uQgegSr3aZ .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.KNvdk-uQgegSr3aZ .layout-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .KNvdk-uQgegSr3aZ .layout-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.KNvdk-uQgegSr3aZ .layout-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.KNvdk-uQgegSr3aZ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .KNvdk-uQgegSr3aZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.KNvdk-uQgegSr3aZ .text_widget {
  margin-bottom: 32px;
}
.KNvdk-uQgegSr3aZ .text_widget a {
  transition: all 0.3s ease-out;
}
.KNvdk-uQgegSr3aZ .text_widget a:hover,
.KNvdk-uQgegSr3aZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .KNvdk-uQgegSr3aZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.KNvdk-uQgegSr3aZ .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #bcef9b;
}
.KNvdk-uQgegSr3aZ .icons-menu-main {
  display: flex;
}
.KNvdk-uQgegSr3aZ .layout-section-subtitle {
  color: #000000;
  text-align: center;
}
.KNvdk-uQgegSr3aZ .navbar-caption {
  color: #000000;
}
.KNvdk-uQgegSr3aZ .layout-text {
  color: #9a9a9a;
  text-align: center;
}
.KNvdk-uQgegSr3aZ .layout-section-subtitle,
.KNvdk-uQgegSr3aZ .text_widget,
.KNvdk-uQgegSr3aZ .layout-section-btn {
  text-align: center;
}
.KNvdk-uQgegSr3aZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.KNvdk-uQgegTmfls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefce5;
}
.KNvdk-uQgegTmfls .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgegTmfls .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgegTmfls .row {
  justify-content: space-between;
}
.KNvdk-uQgegTmfls .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgegTmfls .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.KNvdk-uQgegTmfls .content-wrapper .layout-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .KNvdk-uQgegTmfls .content-wrapper .layout-section-title {
    margin-bottom: 20px;
  }
}
.KNvdk-uQgegTmfls .content-wrapper .layout-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .KNvdk-uQgegTmfls .content-wrapper .layout-text {
    margin-bottom: 20px;
  }
}
.KNvdk-uQgegTmfls .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgegTmfls .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.KNvdk-uQgegTmfls .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.KNvdk-uQgegTmfls .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .layout-section-subtitle {
  margin-bottom: 0;
}
.KNvdk-uQgegTmfls .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .layout-desc {
  margin-bottom: 0;
}
.KNvdk-uQgegTmfls .layout-section-title {
  color: #000000;
}
.KNvdk-uQgegTmfls .layout-section-subtitle {
  color: #000000;
}
.KNvdk-uQgegTmfls .layout-desc {
  color: #000000;
}
.KNvdk-uQgegTmfls .layout-text {
  color: #000000;
}
.KNvdk-uQgegTmfls .layout-section-title,
.KNvdk-uQgegTmfls .layout-section-btn {
  text-align: center;
  color: #6ad326;
}
.KNvdk-uQgrteKmt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bcef9b;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image.disabled {
  display: none;
}
.KNvdk-uQgrteKmt6 .layout-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.KNvdk-uQgrteKmt6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .content-wrap {
    padding: 30px 20px;
  }
}
.KNvdk-uQgrteKmt6 .content-wrap .row {
  justify-content: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.KNvdk-uQgrteKmt6 .title-wrapper .title-wrap .layout-section-title {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .nav-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:hover,
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.KNvdk-uQgrteKmt6 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .KNvdk-uQgrteKmt6 .social-wrapper {
    margin-bottom: 40px;
  }
}
.KNvdk-uQgrteKmt6 .social-wrapper .layout-section-subtitle {
  margin-bottom: 20px;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont,
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a:hover .layout-iconfont {
  transform: scale(1.1);
}
.KNvdk-uQgrteKmt6 .social-wrapper .social-wrap .soc-item a .layout-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.KNvdk-uQgrteKmt6 .layout-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.KNvdk-uQgrteKmt6 .layout-section-title {
  color: #ed463f;
}
.KNvdk-uQgrteKmt6 .layout-section-subtitle {
  color: #404349;
}
.KNvdk-uQgrteKmt6 .list {
  color: #404349;
}

/* 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 */
/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 5: background flash */
a, button, .btn {
  transition: background-color 0.2s ease;
}
a:active, button:active, .btn:active {
  background-color: rgba(255, 255, 0, 0.5);
}
/* endmainanimations */
