.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.texture-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .texture-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .texture-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .texture-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .texture-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .texture-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #6d9ea3 !important;
}
.bg-info {
  background-color: #d3d2cd !important;
}
.bg-warning {
  background-color: #c4d3d3 !important;
}
.bg-danger {
  background-color: #a2c1c3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #d3d2cd !important;
  border-color: #d3d2cd !important;
  color: #56544b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ebeae8 !important;
  border-color: #ebeae8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #56544b !important;
  background-color: #ebeae8 !important;
  border-color: #ebeae8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9ea3 !important;
  border-color: #6d9ea3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8cb3b7 !important;
  border-color: #8cb3b7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8cb3b7 !important;
  border-color: #8cb3b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c4d3d3 !important;
  border-color: #c4d3d3 !important;
  color: #415757 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e1e9e9 !important;
  border-color: #e1e9e9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #415757 !important;
  background-color: #e1e9e9 !important;
  border-color: #e1e9e9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a2c1c3 !important;
  border-color: #a2c1c3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c1d6d7 !important;
  border-color: #c1d6d7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c1d6d7 !important;
  border-color: #c1d6d7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d3d2cd;
  color: #d3d2cd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #aaa89f !important;
  background-color: transparent !important;
  border-color: #aaa89f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #56544b !important;
  background-color: #d3d2cd !important;
  border-color: #d3d2cd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6d9ea3;
  color: #6d9ea3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #486e72 !important;
  background-color: transparent !important;
  border-color: #486e72 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9ea3 !important;
  border-color: #6d9ea3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c4d3d3;
  color: #c4d3d3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #92aeae !important;
  background-color: transparent !important;
  border-color: #92aeae !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #415757 !important;
  background-color: #c4d3d3 !important;
  border-color: #c4d3d3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a2c1c3;
  color: #a2c1c3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6d9ea1 !important;
  background-color: transparent !important;
  border-color: #6d9ea1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a2c1c3 !important;
  border-color: #a2c1c3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #6d9ea3 !important;
}
.text-info {
  color: #d3d2cd !important;
}
.text-warning {
  color: #c4d3d3 !important;
}
.text-danger {
  color: #a2c1c3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #426568 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a3a197 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8aa7a7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #64989b !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d3d2cd;
}
.alert-warning {
  background-color: #c4d3d3;
}
.alert-danger {
  background-color: #a2c1c3;
}
.texture-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.texture-gallery-filter li a {
  border-radius: 100px !important;
}
.texture-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.texture-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.texture-plan-header.bg-primary .texture-plan-subtitle,
.texture-plan-header.bg-primary .texture-plan-price-desc {
  color: #ffffff;
}
.texture-plan-header.bg-success .texture-plan-subtitle,
.texture-plan-header.bg-success .texture-plan-price-desc {
  color: #bbd2d4;
}
.texture-plan-header.bg-info .texture-plan-subtitle,
.texture-plan-header.bg-info .texture-plan-price-desc {
  color: #ffffff;
}
.texture-plan-header.bg-warning .texture-plan-subtitle,
.texture-plan-header.bg-warning .texture-plan-price-desc {
  color: #ffffff;
}
.texture-plan-header.bg-danger .texture-plan-subtitle,
.texture-plan-header.bg-danger .texture-plan-price-desc {
  color: #f0f5f5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .texture-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .texture-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.texture-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.texture-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.texture-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.texture-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.NXIj0eu-uP70JDWY75 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .dropdown-item:before {
  font-family: click2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-toggler {
    transform: scale(0.8);
  }
}
.NXIj0eu-uP70JDWY75 .btn {
  font-weight: 400;
}
.NXIj0eu-uP70JDWY75 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.NXIj0eu-uP70JDWY75 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-logo a {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-link {
  width: fit-content;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-logo {
    padding-left: 1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.NXIj0eu-uP70JDWY75 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.NXIj0eu-uP70JDWY75 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .nav-item:focus,
.NXIj0eu-uP70JDWY75 .nav-link:focus {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.opened {
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
  width: auto;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed {
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar {
    min-height: 72px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-item.active,
.NXIj0eu-uP70JDWY75 .dropdown-item:active {
  background-color: transparent;
}
.NXIj0eu-uP70JDWY75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.NXIj0eu-uP70JDWY75 ul.navbar-nav {
  flex-wrap: wrap;
}
.NXIj0eu-uP70JDWY75 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-buttons {
    text-align: left;
  }
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 .navbar-dropdown {
  padding: 0;
  background-color: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 .opacityScroll {
  background: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .NXIj0eu-uP70JDWY75 .navbar {
    height: 70px;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened {
    height: auto;
  }
  .NXIj0eu-uP70JDWY75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.NXIj0eu-uP70JDWY75 .texture-section-btn {
  margin: -0.6rem -0.6rem;
}
.NXIj0eu-uP70JDWY75 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-brand {
    margin-right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a2c1c3;
    backdrop-filter: blur(8px);
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    padding: 1rem;
  }
}
.NXIj0eu-uP70OfG3bE {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/home1.jpg");
}
.NXIj0eu-uP70OfG3bE .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP70OfG3bE .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP70OfG3bE .card-wrapper {
  padding: 120px 80px;
  background-color: #c4d3d3;
}
@media (max-width: 1440px) {
  .NXIj0eu-uP70OfG3bE .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP70OfG3bE .card-wrapper {
    padding: 40px 20px;
  }
}
.NXIj0eu-uP70OfG3bE .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70OfG3bE .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.NXIj0eu-uP70OfG3bE .card-wrapper .label-wrapper .texture-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #a2c1c3;
  margin-bottom: 0;
}
.NXIj0eu-uP70OfG3bE .card-wrapper .texture-section-title {
  margin-bottom: 20px;
}
.NXIj0eu-uP70OfG3bE .card-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70OfG3bE .card-wrapper .text-wrapper .texture-text {
    width: 80%;
  }
}
.NXIj0eu-uP70OfG3bE .texture-section-title {
  color: #19171c;
}
.NXIj0eu-uP70OfG3bE .texture-label,
.NXIj0eu-uP70OfG3bE .label-wrapper {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP70OfG3bE .texture-text,
.NXIj0eu-uP70OfG3bE .text-wrapper {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP70OfG3bE .texture-section-title,
.NXIj0eu-uP70OfG3bE .texture-section-btn {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP70X9hxVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #efefef;
}
.NXIj0eu-uP70X9hxVH .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #efefef;
  pointer-events: none;
}
.NXIj0eu-uP70X9hxVH .container-bg .shadow-wrap {
  background-image: linear-gradient(#a2c1c3 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.NXIj0eu-uP70X9hxVH .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP70X9hxVH .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP70X9hxVH .row {
  justify-content: center;
}
.NXIj0eu-uP70X9hxVH .content-wrapper {
  position: relative;
  z-index: 1;
}
.NXIj0eu-uP70X9hxVH .content-wrapper .texture-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70X9hxVH .content-wrapper .texture-section-title {
    margin-bottom: 30px;
  }
}
.NXIj0eu-uP70X9hxVH .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70X9hxVH .content-wrapper .text-wrapper .texture-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.NXIj0eu-uP70X9hxVH .content-wrapper .texture-section-btn {
  position: relative;
  z-index: 1;
}
.NXIj0eu-uP70X9hxVH .texture-section-title {
  color: #000000;
}
.NXIj0eu-uP70X9hxVH .texture-text,
.NXIj0eu-uP70X9hxVH .text-wrapper {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP70X9hxVH .texture-section-title,
.NXIj0eu-uP70X9hxVH .texture-section-btn {
  text-align: center;
}
.NXIj0eu-uP71gH0PtJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP71gH0PtJ .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP71gH0PtJ .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP71gH0PtJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.NXIj0eu-uP71gH0PtJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP71gH0PtJ .item {
    margin-bottom: 28px;
  }
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #a2c1c3;
  overflow: hidden;
  border: 1px solid #d3d2cd;
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-img {
  position: relative;
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-img .texture-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-img .texture-section-btn {
    padding: 16px;
  }
}
.NXIj0eu-uP71gH0PtJ .item .item-wrapper .item-img .texture-section-btn .btn {
  margin-bottom: 0;
}
.NXIj0eu-uP71gH0PtJ .item-title {
  color: #ffffff;
}
.NXIj0eu-uP71gH0PtJ .item-text {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP71gH0PtJ .item-title,
.NXIj0eu-uP71gH0PtJ .texture-section-btn {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP71t3j47I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a2c1c3;
}
.NXIj0eu-uP71t3j47I .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP71t3j47I .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP71t3j47I .row {
  justify-content: space-between;
}
.NXIj0eu-uP71t3j47I .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP71t3j47I .content-wrapper {
    padding: 0;
  }
}
.NXIj0eu-uP71t3j47I .content-wrapper .texture-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP71t3j47I .content-wrapper .texture-section-title {
    margin-bottom: 20px;
  }
}
.NXIj0eu-uP71t3j47I .content-wrapper .texture-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP71t3j47I .content-wrapper .texture-text {
    margin-bottom: 20px;
  }
}
.NXIj0eu-uP71t3j47I .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP71t3j47I .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.NXIj0eu-uP71t3j47I .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.NXIj0eu-uP71t3j47I .content-wrapper .logo-wrapper .logo-wrap .texture-desc {
  margin-bottom: 0;
}
.NXIj0eu-uP71t3j47I .texture-section-title {
  color: #000000;
}
.NXIj0eu-uP71t3j47I .texture-desc {
  color: #000000;
}
.NXIj0eu-uP71t3j47I .texture-text {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP71t3j47I .texture-section-title,
.NXIj0eu-uP71t3j47I .texture-section-btn {
  text-align: center;
}
.NXIj0eu-uP71zy6ORz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.NXIj0eu-uP71zy6ORz .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP71zy6ORz .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP71zy6ORz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .NXIj0eu-uP71zy6ORz .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP71zy6ORz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP71zy6ORz .container {
    padding: 0 16px;
  }
}
.NXIj0eu-uP71zy6ORz .row {
  justify-content: space-between;
}
.NXIj0eu-uP71zy6ORz .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP71zy6ORz .image-wrapper {
    margin-bottom: 48px;
  }
}
.NXIj0eu-uP71zy6ORz .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.NXIj0eu-uP71zy6ORz .content-wrapper {
  position: relative;
}
.NXIj0eu-uP71zy6ORz .content-wrapper .texture-section-title {
  margin-bottom: 32px;
}
.NXIj0eu-uP71zy6ORz .content-wrapper .texture-text {
  margin-bottom: 32px;
}
.NXIj0eu-uP71zy6ORz .texture-text {
  color: #333333;
}
.NXIj0eu-uP71zy6ORz .texture-section-title,
.NXIj0eu-uP71zy6ORz .texture-section-btn {
  text-align: center;
}
.NXIj0eu-uP71zy6ORz .texture-text,
.NXIj0eu-uP71zy6ORz .icon-wrapper {
  text-align: center;
}
.NXIj0eu-uP71SiRulB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #a2c1c3;
}
.NXIj0eu-uP71SiRulB .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP71SiRulB .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP71SiRulB .card-wrapper {
  background-color: #efefef;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.NXIj0eu-uP71SiRulB .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.NXIj0eu-uP71SiRulB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.NXIj0eu-uP71SiRulB .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.NXIj0eu-uP71SiRulB .google-map[data-state] {
  background: #fffff5;
}
.NXIj0eu-uP71SiRulB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.NXIj0eu-uP71SiRulB .content-head {
  max-width: 800px;
}
.NXIj0eu-uP71SiRulB .card-title,
.NXIj0eu-uP71SiRulB .iconfont-wrapper {
  color: #000000;
}
.NXIj0eu-uP71SiRulB .card-text,
.NXIj0eu-uP71SiRulB .texture-section-btn {
  color: #000000;
}
.NXIj0eu-uP71SiRulB .texture-section-title {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk .content-wrap {
  padding: 60px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .content-wrap {
    padding: 30px 20px;
  }
}
.NXIj0eu-uP7p42WfVk .content-wrap .row {
  justify-content: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .social-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .social-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont,
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont {
  transform: scale(1.1);
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a .texture-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;
}
.NXIj0eu-uP7p42WfVk .texture-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP7p42WfVk .texture-section-title {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .texture-section-subtitle {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk .list {
  color: #404349;
}
.NXIj0eu-uP70JDWY75 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .dropdown-item:before {
  font-family: click2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-toggler {
    transform: scale(0.8);
  }
}
.NXIj0eu-uP70JDWY75 .btn {
  font-weight: 400;
}
.NXIj0eu-uP70JDWY75 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.NXIj0eu-uP70JDWY75 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-logo a {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-link {
  width: fit-content;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-logo {
    padding-left: 1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.NXIj0eu-uP70JDWY75 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.NXIj0eu-uP70JDWY75 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .nav-item:focus,
.NXIj0eu-uP70JDWY75 .nav-link:focus {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.opened {
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
  width: auto;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed {
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar {
    min-height: 72px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-item.active,
.NXIj0eu-uP70JDWY75 .dropdown-item:active {
  background-color: transparent;
}
.NXIj0eu-uP70JDWY75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.NXIj0eu-uP70JDWY75 ul.navbar-nav {
  flex-wrap: wrap;
}
.NXIj0eu-uP70JDWY75 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-buttons {
    text-align: left;
  }
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 .navbar-dropdown {
  padding: 0;
  background-color: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 .opacityScroll {
  background: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .NXIj0eu-uP70JDWY75 .navbar {
    height: 70px;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened {
    height: auto;
  }
  .NXIj0eu-uP70JDWY75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.NXIj0eu-uP70JDWY75 .texture-section-btn {
  margin: -0.6rem -0.6rem;
}
.NXIj0eu-uP70JDWY75 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-brand {
    margin-right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a2c1c3;
    backdrop-filter: blur(8px);
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    padding: 1rem;
  }
}
.NXIj0eu-uP72Ef9k3b {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP72Ef9k3b .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP72Ef9k3b .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP72Ef9k3b .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #6d9ea3;
}
.NXIj0eu-uP72Ef9k3b .row {
  flex-direction: row-reverse;
}
.NXIj0eu-uP72Ef9k3b .row {
  align-items: center;
}
@media (max-width: 991px) {
  .NXIj0eu-uP72Ef9k3b .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.NXIj0eu-uP72Ef9k3b .texture-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .NXIj0eu-uP72Ef9k3b .text-wrapper {
    text-align: center;
  }
}
.NXIj0eu-uP72Ef9k3b .texture-text,
.NXIj0eu-uP72Ef9k3b .texture-section-btn {
  color: #000000;
}
.NXIj0eu-uP72Ef9k3b .texture-menu,
.NXIj0eu-uP72Ef9k3b .texture-section-btn {
  color: #fdfde1;
}
.NXIj0eu-uP72Ef9k3b .texture-desc,
.NXIj0eu-uP72Ef9k3b .texture-section-btn {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP72PhJP17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefef;
}
.NXIj0eu-uP72PhJP17 .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP72PhJP17 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP72PhJP17 .row {
  justify-content: center;
}
.NXIj0eu-uP72PhJP17 .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP72PhJP17 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP72PhJP17 .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.NXIj0eu-uP72PhJP17 .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP72PhJP17 .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.NXIj0eu-uP72PhJP17 .content-wrapper .title-wrapper .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP72PhJP17 .content-wrapper .title-wrapper .texture-section-subtitle {
  margin-bottom: 0;
}
.NXIj0eu-uP72PhJP17 .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP72PhJP17 .content-wrapper .text-wrapper .texture-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.NXIj0eu-uP72PhJP17 .texture-section-title {
  color: #ffffff;
}
.NXIj0eu-uP72PhJP17 .texture-section-subtitle {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP72PhJP17 .texture-text,
.NXIj0eu-uP72PhJP17 .text-wrapper {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP72PhJP17 .texture-section-title,
.NXIj0eu-uP72PhJP17 .texture-section-btn {
  text-align: center;
}
.NXIj0eu-uP73BTonQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
  overflow: hidden;
}
.NXIj0eu-uP73BTonQY .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP73BTonQY .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .NXIj0eu-uP73BTonQY .container {
    padding: 0 22px;
  }
}
.NXIj0eu-uP73BTonQY .card {
  justify-content: center;
}
.NXIj0eu-uP73BTonQY .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP73BTonQY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP73BTonQY .content-wrapper .texture-section-title {
  margin-bottom: 10px;
}
.NXIj0eu-uP73BTonQY .content-wrapper .texture-text {
  margin-bottom: 0;
}
.NXIj0eu-uP73BTonQY .image-wrapper {
  display: flex;
  justify-content: center;
}
.NXIj0eu-uP73BTonQY .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #6d9ea3;
}
@media (max-width: 1440px) {
  .NXIj0eu-uP73BTonQY .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .NXIj0eu-uP73BTonQY .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP73BTonQY .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .NXIj0eu-uP73BTonQY .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.NXIj0eu-uP73BTonQY .texture-section-title {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP73BTonQY .texture-text {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP73CTOrBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a2c1c3;
}
.NXIj0eu-uP73CTOrBC .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP73CTOrBC .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP73CTOrBC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .NXIj0eu-uP73CTOrBC .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP73CTOrBC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP73CTOrBC .container {
    padding: 0 16px;
  }
}
.NXIj0eu-uP73CTOrBC .row {
  justify-content: center;
}
.NXIj0eu-uP73CTOrBC .title-wrapper .texture-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP73CTOrBC .title-wrapper .texture-section-title {
    margin-bottom: 36px;
  }
}
.NXIj0eu-uP73CTOrBC .title-wrapper .texture-text {
  margin-bottom: 32px;
}
.NXIj0eu-uP73CTOrBC .texture-section-title {
  color: #f0f0f0;
}
.NXIj0eu-uP73CTOrBC .texture-text {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP73CTOrBC .texture-section-title,
.NXIj0eu-uP73CTOrBC .texture-section-btn {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP7p42WfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk .content-wrap {
  padding: 60px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .content-wrap {
    padding: 30px 20px;
  }
}
.NXIj0eu-uP7p42WfVk .content-wrap .row {
  justify-content: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .social-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .social-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont,
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont {
  transform: scale(1.1);
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a .texture-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;
}
.NXIj0eu-uP7p42WfVk .texture-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP7p42WfVk .texture-section-title {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .texture-section-subtitle {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk .list {
  color: #404349;
}
.NXIj0eu-uP70JDWY75 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .dropdown-item:before {
  font-family: click2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-toggler {
    transform: scale(0.8);
  }
}
.NXIj0eu-uP70JDWY75 .btn {
  font-weight: 400;
}
.NXIj0eu-uP70JDWY75 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.NXIj0eu-uP70JDWY75 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-logo a {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-link {
  width: fit-content;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-logo {
    padding-left: 1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.NXIj0eu-uP70JDWY75 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.NXIj0eu-uP70JDWY75 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .nav-item:focus,
.NXIj0eu-uP70JDWY75 .nav-link:focus {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.opened {
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
  width: auto;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed {
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar {
    min-height: 72px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-item.active,
.NXIj0eu-uP70JDWY75 .dropdown-item:active {
  background-color: transparent;
}
.NXIj0eu-uP70JDWY75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.NXIj0eu-uP70JDWY75 ul.navbar-nav {
  flex-wrap: wrap;
}
.NXIj0eu-uP70JDWY75 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-buttons {
    text-align: left;
  }
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 .navbar-dropdown {
  padding: 0;
  background-color: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 .opacityScroll {
  background: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .NXIj0eu-uP70JDWY75 .navbar {
    height: 70px;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened {
    height: auto;
  }
  .NXIj0eu-uP70JDWY75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.NXIj0eu-uP70JDWY75 .texture-section-btn {
  margin: -0.6rem -0.6rem;
}
.NXIj0eu-uP70JDWY75 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-brand {
    margin-right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a2c1c3;
    backdrop-filter: blur(8px);
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    padding: 1rem;
  }
}
.NXIj0eu-uP744rppyo {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.NXIj0eu-uP744rppyo .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP744rppyo .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP744rppyo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP744rppyo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP744rppyo .container {
    padding: 0 16px;
  }
}
.NXIj0eu-uP744rppyo .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP744rppyo .content-wrapper {
    margin-bottom: 32px;
  }
}
.NXIj0eu-uP744rppyo .content-wrapper .texture-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP744rppyo .content-wrapper .texture-section-title {
    margin-bottom: 32px;
  }
}
.NXIj0eu-uP744rppyo .content-wrapper .text-wrapper .texture-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .NXIj0eu-uP744rppyo .content-wrapper .text-wrapper .texture-text {
    width: 100%;
  }
}
.NXIj0eu-uP744rppyo .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP744rppyo .image-wrapper {
    margin-left: 0;
  }
}
.NXIj0eu-uP744rppyo .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #6d9ea3;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .NXIj0eu-uP744rppyo .image-wrapper img {
    height: 350px;
  }
}
.NXIj0eu-uP744rppyo .texture-section-title {
  color: #ffffff;
}
.NXIj0eu-uP744rppyo .texture-text {
  color: #ffffff;
}
.NXIj0eu-uP744rppyo .texture-section-title,
.NXIj0eu-uP744rppyo .texture-section-btn {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP744rppyo .texture-text,
.NXIj0eu-uP744rppyo .text-wrapper {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP74scodu2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP74scodu2 .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP74scodu2 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP74scodu2 .icon-wrapper {
  margin-bottom: 20px;
}
.NXIj0eu-uP74scodu2 .icon-wrapper .texture-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.NXIj0eu-uP74scodu2 .texture-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.NXIj0eu-uP74scodu2 .desc-wrapper .texture-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .NXIj0eu-uP74scodu2 .desc-wrapper .texture-desc {
    width: 100%;
  }
}
.NXIj0eu-uP74scodu2 .texture-desc,
.NXIj0eu-uP74scodu2 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP74scodu2 .texture-text,
.NXIj0eu-uP74scodu2 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP74uzDtm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a2c1c3;
}
.NXIj0eu-uP74uzDtm2 .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP74uzDtm2 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP74uzDtm2 .row {
  justify-content: center;
}
.NXIj0eu-uP74uzDtm2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP74uzDtm2 .content-wrapper {
    margin-bottom: 10px;
  }
}
.NXIj0eu-uP74uzDtm2 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP74uzDtm2 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.NXIj0eu-uP74uzDtm2 .content-wrapper .title-wrapper .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP74uzDtm2 .content-wrapper .title-wrapper .texture-section-subtitle {
  margin-bottom: 0;
}
.NXIj0eu-uP74uzDtm2 .content-wrapper .text-wrapper .texture-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP74uzDtm2 .content-wrapper .text-wrapper .texture-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.NXIj0eu-uP74uzDtm2 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .NXIj0eu-uP74uzDtm2 .image-wrapper {
    display: block;
  }
}
.NXIj0eu-uP74uzDtm2 .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#6d9ea3, transparent);
  filter: blur(100px);
}
.NXIj0eu-uP74uzDtm2 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.NXIj0eu-uP74uzDtm2 .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .NXIj0eu-uP74uzDtm2 .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP74uzDtm2 .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.NXIj0eu-uP74uzDtm2 .texture-section-title {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP74uzDtm2 .texture-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.NXIj0eu-uP74uzDtm2 .texture-text {
  color: #ffffff;
}
.NXIj0eu-uP74uzDtm2 .texture-text,
.NXIj0eu-uP74uzDtm2 .texture-section-btn,
.NXIj0eu-uP74uzDtm2 .text-wrapper {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP7532cuzX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.NXIj0eu-uP7532cuzX .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7532cuzX .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7532cuzX .texture-section-title {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP7532cuzX .texture-section-subtitle,
.NXIj0eu-uP7532cuzX .texture-section-btn {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP7p42WfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk .content-wrap {
  padding: 60px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .content-wrap {
    padding: 30px 20px;
  }
}
.NXIj0eu-uP7p42WfVk .content-wrap .row {
  justify-content: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .social-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .social-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont,
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont {
  transform: scale(1.1);
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a .texture-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;
}
.NXIj0eu-uP7p42WfVk .texture-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP7p42WfVk .texture-section-title {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .texture-section-subtitle {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk .list {
  color: #404349;
}
.NXIj0eu-uP70JDWY75 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .dropdown-item:before {
  font-family: click2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-toggler {
    transform: scale(0.8);
  }
}
.NXIj0eu-uP70JDWY75 .btn {
  font-weight: 400;
}
.NXIj0eu-uP70JDWY75 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.NXIj0eu-uP70JDWY75 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-logo a {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-link {
  width: fit-content;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-logo {
    padding-left: 1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.NXIj0eu-uP70JDWY75 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.NXIj0eu-uP70JDWY75 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .nav-item:focus,
.NXIj0eu-uP70JDWY75 .nav-link:focus {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.opened {
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
  width: auto;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed {
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar {
    min-height: 72px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-item.active,
.NXIj0eu-uP70JDWY75 .dropdown-item:active {
  background-color: transparent;
}
.NXIj0eu-uP70JDWY75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.NXIj0eu-uP70JDWY75 ul.navbar-nav {
  flex-wrap: wrap;
}
.NXIj0eu-uP70JDWY75 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-buttons {
    text-align: left;
  }
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 .navbar-dropdown {
  padding: 0;
  background-color: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 .opacityScroll {
  background: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .NXIj0eu-uP70JDWY75 .navbar {
    height: 70px;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened {
    height: auto;
  }
  .NXIj0eu-uP70JDWY75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.NXIj0eu-uP70JDWY75 .texture-section-btn {
  margin: -0.6rem -0.6rem;
}
.NXIj0eu-uP70JDWY75 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-brand {
    margin-right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a2c1c3;
    backdrop-filter: blur(8px);
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    padding: 1rem;
  }
}
.NXIj0eu-uP77Ll2Kw2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #efefef;
}
.NXIj0eu-uP77Ll2Kw2 .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP77Ll2Kw2 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP77Ll2Kw2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP77Ll2Kw2 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .NXIj0eu-uP77Ll2Kw2 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .NXIj0eu-uP77Ll2Kw2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .NXIj0eu-uP77Ll2Kw2 .container {
    padding: 0 12px;
  }
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP77Ll2Kw2 .content-wrapper {
    display: block;
  }
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP77Ll2Kw2 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .NXIj0eu-uP77Ll2Kw2 .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .title-wrapper .texture-section-title {
  margin-bottom: 16px;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .title-wrapper .texture-text {
  margin-bottom: 0;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form {
  width: 50%;
}
@media (max-width: 992px) {
  .NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form {
    width: 100%;
  }
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap {
    padding: 24px;
  }
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .texture-section-title {
  margin-bottom: 20px !important;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .texture-text {
  margin-bottom: 20px !important;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #000000 !important;
  background-color: #c4d3d3;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group .form-control:hover,
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #d3d2cd !important;
  box-shadow: none;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .texture-section-btn {
  margin-top: 6px;
}
.NXIj0eu-uP77Ll2Kw2 .content-wrapper .texture-form .form-wrap .dragArea.row .texture-section-btn .btn {
  width: 100%;
}
.NXIj0eu-uP77Ll2Kw2 .texture-section-title {
  color: #ffffff;
}
.NXIj0eu-uP77Ll2Kw2 .texture-text {
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP77Ll2Kw2 label {
  color: #ffffff;
}
.NXIj0eu-uP77Ll2Kw2 .texture-section-title,
.NXIj0eu-uP77Ll2Kw2 .texture-section-btn {
  text-align: center;
  color: #000000;
}
.NXIj0eu-uP77Ll2Kw2 LABEL {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk .content-wrap {
  padding: 60px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .content-wrap {
    padding: 30px 20px;
  }
}
.NXIj0eu-uP7p42WfVk .content-wrap .row {
  justify-content: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .social-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .social-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont,
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont {
  transform: scale(1.1);
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a .texture-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;
}
.NXIj0eu-uP7p42WfVk .texture-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP7p42WfVk .texture-section-title {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .texture-section-subtitle {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk .list {
  color: #404349;
}
.NXIj0eu-uP70JDWY75 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .dropdown-item:before {
  font-family: click2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-toggler {
    transform: scale(0.8);
  }
}
.NXIj0eu-uP70JDWY75 .btn {
  font-weight: 400;
}
.NXIj0eu-uP70JDWY75 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.NXIj0eu-uP70JDWY75 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.NXIj0eu-uP70JDWY75 .navbar-brand .navbar-logo a {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-link {
  width: fit-content;
  position: relative;
}
.NXIj0eu-uP70JDWY75 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-logo {
    padding-left: 1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.NXIj0eu-uP70JDWY75 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.NXIj0eu-uP70JDWY75 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .nav-item:focus,
.NXIj0eu-uP70JDWY75 .nav-link:focus {
  outline: none;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.NXIj0eu-uP70JDWY75 .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.opened {
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
  width: auto;
}
.NXIj0eu-uP70JDWY75 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed {
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.NXIj0eu-uP70JDWY75 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar {
    min-height: 72px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.NXIj0eu-uP70JDWY75 .dropdown-item.active,
.NXIj0eu-uP70JDWY75 .dropdown-item:active {
  background-color: transparent;
}
.NXIj0eu-uP70JDWY75 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.NXIj0eu-uP70JDWY75 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a2c1c3;
}
.NXIj0eu-uP70JDWY75 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.NXIj0eu-uP70JDWY75 ul.navbar-nav {
  flex-wrap: wrap;
}
.NXIj0eu-uP70JDWY75 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .navbar-buttons {
    text-align: left;
  }
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP70JDWY75 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP70JDWY75 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP70JDWY75 .navbar-dropdown {
  padding: 0;
  background-color: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 .opacityScroll {
  background: #a2c1c3 !important;
}
.NXIj0eu-uP70JDWY75 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.NXIj0eu-uP70JDWY75 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP70JDWY75 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .NXIj0eu-uP70JDWY75 .navbar {
    height: 70px;
  }
  .NXIj0eu-uP70JDWY75 .navbar.opened {
    height: auto;
  }
  .NXIj0eu-uP70JDWY75 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.NXIj0eu-uP70JDWY75 .texture-section-btn {
  margin: -0.6rem -0.6rem;
}
.NXIj0eu-uP70JDWY75 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-brand {
    margin-right: auto;
  }
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a2c1c3;
    backdrop-filter: blur(8px);
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .NXIj0eu-uP70JDWY75 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP70JDWY75 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .NXIj0eu-uP70JDWY75 .navbar-collapse {
    padding: 1rem;
  }
}
.NXIj0eu-uP77TX09z6 {
  padding-top: 150px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.NXIj0eu-uP77TX09z6 .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP77TX09z6 .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk .content-wrap {
  padding: 60px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .content-wrap {
    padding: 30px 20px;
  }
}
.NXIj0eu-uP7p42WfVk .content-wrap .row {
  justify-content: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .social-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .social-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont,
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont {
  transform: scale(1.1);
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a .texture-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;
}
.NXIj0eu-uP7p42WfVk .texture-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP7p42WfVk .texture-section-title {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .texture-section-subtitle {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk .list {
  color: #404349;
}
.NXIj0eu-uP7mtn9Rjf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.NXIj0eu-uP7mtn9Rjf .dropdown-item:before {
  font-family: click2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-toggler {
    transform: scale(0.8);
  }
}
.NXIj0eu-uP7mtn9Rjf .btn {
  font-weight: 400;
}
.NXIj0eu-uP7mtn9Rjf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.NXIj0eu-uP7mtn9Rjf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar-brand .navbar-logo a {
  outline: none;
}
.NXIj0eu-uP7mtn9Rjf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.NXIj0eu-uP7mtn9Rjf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.NXIj0eu-uP7mtn9Rjf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.NXIj0eu-uP7mtn9Rjf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.NXIj0eu-uP7mtn9Rjf .nav-link {
  width: fit-content;
  position: relative;
}
.NXIj0eu-uP7mtn9Rjf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-logo {
    padding-left: 1rem;
  }
}
.NXIj0eu-uP7mtn9Rjf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtn9Rjf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP7mtn9Rjf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.NXIj0eu-uP7mtn9Rjf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7mtn9Rjf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtn9Rjf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.NXIj0eu-uP7mtn9Rjf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.NXIj0eu-uP7mtn9Rjf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #a2c1c3;
}
.NXIj0eu-uP7mtn9Rjf .nav-item:focus,
.NXIj0eu-uP7mtn9Rjf .nav-link:focus {
  outline: none;
}
.NXIj0eu-uP7mtn9Rjf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP7mtn9Rjf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.NXIj0eu-uP7mtn9Rjf .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.NXIj0eu-uP7mtn9Rjf .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP7mtn9Rjf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.NXIj0eu-uP7mtn9Rjf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar.opened {
  transition: all 0.25s;
}
.NXIj0eu-uP7mtn9Rjf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.NXIj0eu-uP7mtn9Rjf .navbar .navbar-logo img {
  width: auto;
}
.NXIj0eu-uP7mtn9Rjf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed {
  justify-content: center;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .NXIj0eu-uP7mtn9Rjf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.NXIj0eu-uP7mtn9Rjf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtn9Rjf .navbar {
    min-height: 72px;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .NXIj0eu-uP7mtn9Rjf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP7mtn9Rjf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.NXIj0eu-uP7mtn9Rjf .dropdown-item.active,
.NXIj0eu-uP7mtn9Rjf .dropdown-item:active {
  background-color: transparent;
}
.NXIj0eu-uP7mtn9Rjf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.NXIj0eu-uP7mtn9Rjf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.NXIj0eu-uP7mtn9Rjf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.NXIj0eu-uP7mtn9Rjf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a2c1c3;
}
.NXIj0eu-uP7mtn9Rjf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.NXIj0eu-uP7mtn9Rjf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.NXIj0eu-uP7mtn9Rjf ul.navbar-nav {
  flex-wrap: wrap;
}
.NXIj0eu-uP7mtn9Rjf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-buttons {
    text-align: left;
  }
}
.NXIj0eu-uP7mtn9Rjf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.NXIj0eu-uP7mtn9Rjf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.NXIj0eu-uP7mtn9Rjf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtn9Rjf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP7mtn9Rjf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP7mtn9Rjf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtn9Rjf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtn9Rjf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP7mtn9Rjf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP7mtn9Rjf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtn9Rjf .navbar-dropdown {
  padding: 0;
  background-color: #a2c1c3 !important;
}
.NXIj0eu-uP7mtn9Rjf .opacityScroll {
  background: #a2c1c3 !important;
}
.NXIj0eu-uP7mtn9Rjf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.NXIj0eu-uP7mtn9Rjf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7mtn9Rjf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .NXIj0eu-uP7mtn9Rjf .navbar {
    height: 70px;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar.opened {
    height: auto;
  }
  .NXIj0eu-uP7mtn9Rjf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.NXIj0eu-uP7mtn9Rjf .texture-section-btn {
  margin: -0.6rem -0.6rem;
}
.NXIj0eu-uP7mtn9Rjf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-brand {
    margin-right: auto;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a2c1c3;
    backdrop-filter: blur(8px);
  }
  .NXIj0eu-uP7mtn9Rjf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP7mtn9Rjf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .NXIj0eu-uP7mtn9Rjf .navbar-collapse {
    padding: 1rem;
  }
}
.NXIj0eu-uP7mto5Yme {
  padding-top: 150px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.NXIj0eu-uP7mto5Yme .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7mto5Yme .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk .content-wrap {
  padding: 60px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .content-wrap {
    padding: 30px 20px;
  }
}
.NXIj0eu-uP7p42WfVk .content-wrap .row {
  justify-content: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .social-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .social-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont,
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont {
  transform: scale(1.1);
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a .texture-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;
}
.NXIj0eu-uP7p42WfVk .texture-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP7p42WfVk .texture-section-title {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .texture-section-subtitle {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk .list {
  color: #404349;
}
.NXIj0eu-uP7mtP28Dl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.NXIj0eu-uP7mtP28Dl .dropdown-item:before {
  font-family: click2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtP28Dl .navbar-toggler {
    transform: scale(0.8);
  }
}
.NXIj0eu-uP7mtP28Dl .btn {
  font-weight: 400;
}
.NXIj0eu-uP7mtP28Dl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.NXIj0eu-uP7mtP28Dl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.NXIj0eu-uP7mtP28Dl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.NXIj0eu-uP7mtP28Dl .navbar-brand .navbar-logo a {
  outline: none;
}
.NXIj0eu-uP7mtP28Dl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.NXIj0eu-uP7mtP28Dl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP7mtP28Dl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP7mtP28Dl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.NXIj0eu-uP7mtP28Dl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .NXIj0eu-uP7mtP28Dl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.NXIj0eu-uP7mtP28Dl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.NXIj0eu-uP7mtP28Dl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .NXIj0eu-uP7mtP28Dl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.NXIj0eu-uP7mtP28Dl .nav-link {
  width: fit-content;
  position: relative;
}
.NXIj0eu-uP7mtP28Dl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtP28Dl .navbar-logo {
    padding-left: 1rem;
  }
}
.NXIj0eu-uP7mtP28Dl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtP28Dl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP7mtP28Dl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.NXIj0eu-uP7mtP28Dl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7mtP28Dl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtP28Dl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.NXIj0eu-uP7mtP28Dl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.NXIj0eu-uP7mtP28Dl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #a2c1c3;
}
.NXIj0eu-uP7mtP28Dl .nav-item:focus,
.NXIj0eu-uP7mtP28Dl .nav-link:focus {
  outline: none;
}
.NXIj0eu-uP7mtP28Dl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP7mtP28Dl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.NXIj0eu-uP7mtP28Dl .dropdown .dropdown-menu .dropdown-item .texture-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.NXIj0eu-uP7mtP28Dl .dropdown .dropdown-menu .dropdown-item .texture-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.NXIj0eu-uP7mtP28Dl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.NXIj0eu-uP7mtP28Dl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.NXIj0eu-uP7mtP28Dl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.NXIj0eu-uP7mtP28Dl .navbar.opened {
  transition: all 0.25s;
}
.NXIj0eu-uP7mtP28Dl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.NXIj0eu-uP7mtP28Dl .navbar .navbar-logo img {
  width: auto;
}
.NXIj0eu-uP7mtP28Dl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed {
  justify-content: center;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .NXIj0eu-uP7mtP28Dl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.NXIj0eu-uP7mtP28Dl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .NXIj0eu-uP7mtP28Dl .navbar {
    min-height: 72px;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .NXIj0eu-uP7mtP28Dl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .NXIj0eu-uP7mtP28Dl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.NXIj0eu-uP7mtP28Dl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.NXIj0eu-uP7mtP28Dl .dropdown-item.active,
.NXIj0eu-uP7mtP28Dl .dropdown-item:active {
  background-color: transparent;
}
.NXIj0eu-uP7mtP28Dl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.NXIj0eu-uP7mtP28Dl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.NXIj0eu-uP7mtP28Dl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.NXIj0eu-uP7mtP28Dl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a2c1c3;
}
.NXIj0eu-uP7mtP28Dl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.NXIj0eu-uP7mtP28Dl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.NXIj0eu-uP7mtP28Dl ul.navbar-nav {
  flex-wrap: wrap;
}
.NXIj0eu-uP7mtP28Dl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7mtP28Dl .navbar-buttons {
    text-align: left;
  }
}
.NXIj0eu-uP7mtP28Dl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.NXIj0eu-uP7mtP28Dl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.NXIj0eu-uP7mtP28Dl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtP28Dl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP7mtP28Dl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.NXIj0eu-uP7mtP28Dl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtP28Dl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtP28Dl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP7mtP28Dl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.NXIj0eu-uP7mtP28Dl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.NXIj0eu-uP7mtP28Dl .navbar-dropdown {
  padding: 0;
  background-color: #a2c1c3 !important;
}
.NXIj0eu-uP7mtP28Dl .opacityScroll {
  background: #a2c1c3 !important;
}
.NXIj0eu-uP7mtP28Dl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.NXIj0eu-uP7mtP28Dl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7mtP28Dl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .NXIj0eu-uP7mtP28Dl .navbar {
    height: 70px;
  }
  .NXIj0eu-uP7mtP28Dl .navbar.opened {
    height: auto;
  }
  .NXIj0eu-uP7mtP28Dl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.NXIj0eu-uP7mtP28Dl .texture-section-btn {
  margin: -0.6rem -0.6rem;
}
.NXIj0eu-uP7mtP28Dl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .NXIj0eu-uP7mtP28Dl .navbar-brand {
    margin-right: auto;
  }
  .NXIj0eu-uP7mtP28Dl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a2c1c3;
    backdrop-filter: blur(8px);
  }
  .NXIj0eu-uP7mtP28Dl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .NXIj0eu-uP7mtP28Dl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .NXIj0eu-uP7mtP28Dl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .NXIj0eu-uP7mtP28Dl .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .NXIj0eu-uP7mtP28Dl .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .NXIj0eu-uP7mtP28Dl .navbar-collapse {
    padding: 1rem;
  }
}
.NXIj0eu-uP7mtPY8kV {
  padding-top: 150px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.NXIj0eu-uP7mtPY8kV .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7mtPY8kV .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4d3d3;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image.disabled {
  display: none;
}
.NXIj0eu-uP7p42WfVk .texture-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.NXIj0eu-uP7p42WfVk .content-wrap {
  padding: 60px;
  background-color: #a2c1c3;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .content-wrap {
    padding: 30px 20px;
  }
}
.NXIj0eu-uP7p42WfVk .content-wrap .row {
  justify-content: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .title-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.NXIj0eu-uP7p42WfVk .title-wrapper .title-wrap .texture-section-title {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .nav-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:hover,
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.NXIj0eu-uP7p42WfVk .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .NXIj0eu-uP7p42WfVk .social-wrapper {
    margin-bottom: 40px;
  }
}
.NXIj0eu-uP7p42WfVk .social-wrapper .texture-section-subtitle {
  margin-bottom: 20px;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont,
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a:hover .texture-iconfont {
  transform: scale(1.1);
}
.NXIj0eu-uP7p42WfVk .social-wrapper .social-wrap .soc-item a .texture-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;
}
.NXIj0eu-uP7p42WfVk .texture-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.NXIj0eu-uP7p42WfVk .texture-section-title {
  color: #ed463f;
}
.NXIj0eu-uP7p42WfVk .texture-section-subtitle {
  color: #000000;
}
.NXIj0eu-uP7p42WfVk .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 */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.navbar-brand {
    animation: pulse 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
