.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.click-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 > .click-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .click-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .click-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .click-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .click-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.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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: #a0e1e1 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e1e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
  color: #1f6363 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f6363 !important;
  background-color: #c7eded !important;
  border-color: #c7eded !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: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
  color: #1f6363 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6363 !important;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a0e1e1;
  color: #a0e1e1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5ecccc !important;
  background-color: transparent !important;
  border-color: #5ecccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1f6363 !important;
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !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: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e1e1;
  color: #a0e1e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ecccc !important;
  background-color: transparent !important;
  border-color: #5ecccc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6363 !important;
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a0e1e1 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e1e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #52c9c9 !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: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52c9c9 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a0e1e1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e1e1;
}
.alert-danger {
  background-color: #ffea64;
}
.click-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.click-gallery-filter li a {
  border-radius: 100px !important;
}
.click-gallery-filter li.active .btn {
  background-color: #a0e1e1;
  border-color: #a0e1e1;
  color: #257676;
}
.click-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a0e1e1;
}
.click-plan-header.bg-primary .click-plan-subtitle,
.click-plan-header.bg-primary .click-plan-price-desc {
  color: #ffffff;
}
.click-plan-header.bg-success .click-plan-subtitle,
.click-plan-header.bg-success .click-plan-price-desc {
  color: #c0b27c;
}
.click-plan-header.bg-info .click-plan-subtitle,
.click-plan-header.bg-info .click-plan-price-desc {
  color: #f3abab;
}
.click-plan-header.bg-warning .click-plan-subtitle,
.click-plan-header.bg-warning .click-plan-price-desc {
  color: #ffffff;
}
.click-plan-header.bg-danger .click-plan-subtitle,
.click-plan-header.bg-danger .click-plan-price-desc {
  color: #ffffff;
}
/* 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 > .click-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: #a0e1e1 !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 > .click-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #a0e1e1;
}
/* Forms */
.click-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.click-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.click-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.click-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: #a0e1e1;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a0e1e1;
}
.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: #a0e1e1;
  border-bottom-color: #a0e1e1;
}
.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: #a0e1e1 !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='%23a0e1e1' %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;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  position: relative !important;
}
.LpXl7f-uQgqtLHF0r .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LpXl7f-uQgqtLHF0r .dropdown-item:before {
  font-family: repetition2 !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;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LpXl7f-uQgqtLHF0r .dropdown-item {
  border: none !important;
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover,
.LpXl7f-uQgqtLHF0r .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover span {
  color: white;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LpXl7f-uQgqtLHF0r .nav-link {
  position: relative;
}
.LpXl7f-uQgqtLHF0r .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container {
    flex-wrap: nowrap;
  }
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper:hover {
  opacity: .5;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu,
.LpXl7f-uQgqtLHF0r .navbar.opened {
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item:focus,
.LpXl7f-uQgqtLHF0r .nav-link:focus {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r .navbar.opened {
  transition: all 0.3s;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed {
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LpXl7f-uQgqtLHF0r .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%;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LpXl7f-uQgqtLHF0r .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%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-logo a {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item.active,
.LpXl7f-uQgqtLHF0r .dropdown-item:active {
  background-color: transparent;
}
.LpXl7f-uQgqtLHF0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LpXl7f-uQgqtLHF0r ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LpXl7f-uQgqtLHF0r ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-buttons {
  text-align: center;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn .click-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
    width: auto !important;
  }
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #232323 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  padding: 0 1rem;
}
.LpXl7f-uQgqtLHF0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LpXl7f-uQgqtLHF0r .navbar {
    height: 70px;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    height: auto;
  }
  .LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-nav {
  margin: 0 auto;
}
.LpXl7f-uQgqtLHF0r .nav-item {
  padding: 0;
  margin: 0;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar {
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.LpXl7f-uQgqtLHF0r .content-wrap {
  min-height: 110px;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.LpXl7f-uQgtlTRTXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/warm-motion.jpg");
}
.LpXl7f-uQgtlTRTXt .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgtlTRTXt .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgtlTRTXt .row {
  justify-content: center;
}
.LpXl7f-uQgtlTRTXt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgtlTRTXt .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgtlTRTXt .container {
    padding: 0 15px;
  }
}
.LpXl7f-uQgtlTRTXt .title-wrapper .click-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgtlTRTXt .title-wrapper .click-section-title {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQgtlTRTXt .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgtlTRTXt .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.LpXl7f-uQgtlTRTXt .content-wrapper .click-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgtlTRTXt .content-wrapper .click-section-subtitle {
    margin-bottom: 20px;
  }
}
.LpXl7f-uQgtlTRTXt .content-wrapper .click-text {
  margin-bottom: 0;
}
.LpXl7f-uQgtlTRTXt .content-wrapper .click-section-btn {
  margin-top: 40px;
}
.LpXl7f-uQgtlTRTXt .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .LpXl7f-uQgtlTRTXt .image-wrapper {
    margin: 0;
  }
}
.LpXl7f-uQgtlTRTXt .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.LpXl7f-uQgtlTRTXt .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.LpXl7f-uQgtlTRTXt .image-wrapper .click-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.LpXl7f-uQgtlTRTXt .click-section-title {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgtlTRTXt .click-section-subtitle {
  color: #f2ac2b;
}
.LpXl7f-uQgtlTRTXt .click-text {
  color: #d2d2df;
}
.LpXl7f-uQgtlTRTXt .click-image-text {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgtlTRTXt .click-section-subtitle,
.LpXl7f-uQgtlTRTXt .click-section-btn {
  color: #ffffff;
}
.LpXl7f-uQgvfXNG59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/low-sunrise.jpg");
}
.LpXl7f-uQgvfXNG59 .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgvfXNG59 .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgxnYzGpg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.LpXl7f-uQgxnYzGpg .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgxnYzGpg .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgxnYzGpg .items-wrapper {
  justify-content: flex-end;
}
.LpXl7f-uQgxnYzGpg .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .LpXl7f-uQgxnYzGpg .content-wrapper {
    margin-bottom: 32px;
  }
}
.LpXl7f-uQgxnYzGpg .content-wrapper .click-section-title {
  margin-bottom: 24px;
}
.LpXl7f-uQgxnYzGpg .content-wrapper .click-desc {
  margin-bottom: 16px;
}
.LpXl7f-uQgxnYzGpg .content-wrapper .click-text {
  margin-bottom: 0;
}
.LpXl7f-uQgxnYzGpg .content-wrapper .click-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgxnYzGpg .content-wrapper .click-section-btn {
    margin-top: 16px;
  }
}
.LpXl7f-uQgxnYzGpg .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .LpXl7f-uQgxnYzGpg .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgxnYzGpg .content-wrap {
    display: block;
    padding: 0;
  }
}
.LpXl7f-uQgxnYzGpg .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .LpXl7f-uQgxnYzGpg .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.LpXl7f-uQgxnYzGpg .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .LpXl7f-uQgxnYzGpg .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.LpXl7f-uQgxnYzGpg .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgxnYzGpg .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.LpXl7f-uQgxnYzGpg .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LpXl7f-uQgxnYzGpg .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.LpXl7f-uQgxnYzGpg .click-desc {
  color: #272b2e;
}
.LpXl7f-uQgxnYzGpg .click-section-title {
  color: #272b2e;
}
.LpXl7f-uQgxnYzGpg .click-text,
.LpXl7f-uQgxnYzGpg .text-wrapper {
  color: #272b2e;
}
.LpXl7f-uQgzz1uA4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.LpXl7f-uQgzz1uA4s .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgzz1uA4s .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgzz1uA4s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgzz1uA4s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgzz1uA4s .container {
    padding: 0 16px;
  }
}
.LpXl7f-uQgzz1uA4s .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgzz1uA4s .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.LpXl7f-uQgzz1uA4s .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .LpXl7f-uQgzz1uA4s .image-wrapper img {
    height: 300px;
  }
}
.LpXl7f-uQgzz1uA4s .text-wrapper .click-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .LpXl7f-uQgzz1uA4s .text-wrapper .click-section-title {
    margin-bottom: 20px;
  }
}
.LpXl7f-uQgzz1uA4s .text-wrapper .click-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .LpXl7f-uQgzz1uA4s .text-wrapper .click-desc {
    margin-bottom: 20px;
  }
}
.LpXl7f-uQgzz1uA4s .text-wrapper .click-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .LpXl7f-uQgzz1uA4s .text-wrapper .click-text {
    margin-bottom: 20px;
  }
}
.LpXl7f-uQgBbm8NyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.LpXl7f-uQgBbm8NyT .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgBbm8NyT .container {
  max-width: 1300px;
}
.LpXl7f-uQgBbm8NyT .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgBbm8NyT .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .LpXl7f-uQgBbm8NyT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .LpXl7f-uQgBbm8NyT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.LpXl7f-uQgBbm8NyT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .LpXl7f-uQgBbm8NyT .image-wrapper {
    padding: 1.5rem;
  }
}
.LpXl7f-uQgBbm8NyT .click-section-title {
  color: #000000;
}
.LpXl7f-uQgBbm8NyT .click-text,
.LpXl7f-uQgBbm8NyT .click-section-btn {
  color: #000000;
}
.LpXl7f-uQgBbm8NyT .click-section-subtitle {
  color: #000000;
}
.LpXl7f-uQgCGHr1sP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.LpXl7f-uQgCGHr1sP .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgCGHr1sP .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgCGHr1sP .card-wrapper {
  background-color: #a0e1e1;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.LpXl7f-uQgCGHr1sP .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.LpXl7f-uQgCGHr1sP .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.LpXl7f-uQgCGHr1sP .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%;
}
.LpXl7f-uQgCGHr1sP .google-map[data-state] {
  background: #fffff5;
}
.LpXl7f-uQgCGHr1sP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.LpXl7f-uQgCGHr1sP .content-head {
  max-width: 800px;
}
.LpXl7f-uQgCGHr1sP .card-title,
.LpXl7f-uQgCGHr1sP .iconfont-wrapper {
  color: #000000;
}
.LpXl7f-uQgCGHr1sP .card-text,
.LpXl7f-uQgCGHr1sP .click-section-btn {
  color: #000000;
}
.LpXl7f-uQgCGHr1sP .click-section-title {
  color: #000000;
}
.LpXl7f-uQh1Xna7kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQh1Xna7kZ .content-wrap {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .card {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:hover,
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont {
  opacity: .7;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .click-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .copy-wrapper .click-copy {
  margin-bottom: 0;
}
.LpXl7f-uQh1Xna7kZ .click-section-title {
  color: #f24d4a;
}
.LpXl7f-uQh1Xna7kZ .list,
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.LpXl7f-uQh1Xna7kZ .click-phone {
  color: #f24d4a;
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ .click-copy {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  position: relative !important;
}
.LpXl7f-uQgqtLHF0r .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LpXl7f-uQgqtLHF0r .dropdown-item:before {
  font-family: repetition2 !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;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LpXl7f-uQgqtLHF0r .dropdown-item {
  border: none !important;
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover,
.LpXl7f-uQgqtLHF0r .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover span {
  color: white;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LpXl7f-uQgqtLHF0r .nav-link {
  position: relative;
}
.LpXl7f-uQgqtLHF0r .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container {
    flex-wrap: nowrap;
  }
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper:hover {
  opacity: .5;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu,
.LpXl7f-uQgqtLHF0r .navbar.opened {
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item:focus,
.LpXl7f-uQgqtLHF0r .nav-link:focus {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r .navbar.opened {
  transition: all 0.3s;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed {
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LpXl7f-uQgqtLHF0r .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%;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LpXl7f-uQgqtLHF0r .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%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-logo a {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item.active,
.LpXl7f-uQgqtLHF0r .dropdown-item:active {
  background-color: transparent;
}
.LpXl7f-uQgqtLHF0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LpXl7f-uQgqtLHF0r ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LpXl7f-uQgqtLHF0r ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-buttons {
  text-align: center;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn .click-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
    width: auto !important;
  }
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #232323 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  padding: 0 1rem;
}
.LpXl7f-uQgqtLHF0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LpXl7f-uQgqtLHF0r .navbar {
    height: 70px;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    height: auto;
  }
  .LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-nav {
  margin: 0 auto;
}
.LpXl7f-uQgqtLHF0r .nav-item {
  padding: 0;
  margin: 0;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar {
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.LpXl7f-uQgqtLHF0r .content-wrap {
  min-height: 110px;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.LpXl7f-uQgXsTd8gR {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/neutralword3445.jpg");
}
.LpXl7f-uQgXsTd8gR .click-overlay {
  background-color: #292929;
  opacity: 0.8;
}
.LpXl7f-uQgXsTd8gR .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgXsTd8gR .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgXsTd8gR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .LpXl7f-uQgXsTd8gR .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .LpXl7f-uQgXsTd8gR {
    align-items: center;
  }
  .LpXl7f-uQgXsTd8gR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .LpXl7f-uQgXsTd8gR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .LpXl7f-uQgXsTd8gR {
    -webkit-align-items: center;
    align-items: center;
  }
  .LpXl7f-uQgXsTd8gR .click-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .LpXl7f-uQgXsTd8gR .content-wrap {
    width: 100%;
  }
}
.LpXl7f-uQgXsTd8gR .click-section-title {
  text-align: center;
}
.LpXl7f-uQgXsTd8gR .click-text,
.LpXl7f-uQgXsTd8gR .click-section-btn {
  text-align: center;
}
.LpXl7f-uQgXWHXFMQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.LpXl7f-uQgXWHXFMQ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgXWHXFMQ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgXWHXFMQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .LpXl7f-uQgXWHXFMQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .LpXl7f-uQgXWHXFMQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .LpXl7f-uQgXWHXFMQ .card-wrapper {
    padding: 4rem;
  }
}
.LpXl7f-uQgXWHXFMQ .click-text,
.LpXl7f-uQgXWHXFMQ .click-section-btn {
  color: #000000;
  text-align: left;
}
.LpXl7f-uQgXWHXFMQ .card-title,
.LpXl7f-uQgXWHXFMQ .card-box {
  text-align: left;
  color: #000000;
}
.LpXl7f-uQhhO7YDQQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.LpXl7f-uQhhO7YDQQ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQhhO7YDQQ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQhhO7YDQQ .card-wrapper {
  background-color: #a0e1e1;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.LpXl7f-uQhhO7YDQQ .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.LpXl7f-uQhhO7YDQQ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.LpXl7f-uQhhO7YDQQ .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%;
}
.LpXl7f-uQhhO7YDQQ .google-map[data-state] {
  background: #fffff5;
}
.LpXl7f-uQhhO7YDQQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.LpXl7f-uQhhO7YDQQ .content-head {
  max-width: 800px;
}
.LpXl7f-uQhhO7YDQQ .card-title,
.LpXl7f-uQhhO7YDQQ .iconfont-wrapper {
  color: #000000;
}
.LpXl7f-uQhhO7YDQQ .card-text,
.LpXl7f-uQhhO7YDQQ .click-section-btn {
  color: #000000;
}
.LpXl7f-uQhhO7YDQQ .click-section-title {
  color: #000000;
}
.LpXl7f-uQh1Xna7kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQh1Xna7kZ .content-wrap {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .card {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:hover,
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont {
  opacity: .7;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .click-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .copy-wrapper .click-copy {
  margin-bottom: 0;
}
.LpXl7f-uQh1Xna7kZ .click-section-title {
  color: #f24d4a;
}
.LpXl7f-uQh1Xna7kZ .list,
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.LpXl7f-uQh1Xna7kZ .click-phone {
  color: #f24d4a;
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ .click-copy {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgYNdRg4X .navbar-dropdown {
  position: relative !important;
}
.LpXl7f-uQgYNdRg4X .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgYNdRg4X .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LpXl7f-uQgYNdRg4X .dropdown-item:before {
  font-family: repetition2 !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;
}
.LpXl7f-uQgYNdRg4X .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LpXl7f-uQgYNdRg4X .dropdown-item {
  border: none !important;
  background: #232323 !important;
}
.LpXl7f-uQgYNdRg4X .dropdown-item:hover,
.LpXl7f-uQgYNdRg4X .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.LpXl7f-uQgYNdRg4X .dropdown-item:hover span {
  color: white;
}
.LpXl7f-uQgYNdRg4X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LpXl7f-uQgYNdRg4X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LpXl7f-uQgYNdRg4X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LpXl7f-uQgYNdRg4X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LpXl7f-uQgYNdRg4X .nav-link {
  position: relative;
}
.LpXl7f-uQgYNdRg4X .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LpXl7f-uQgYNdRg4X .container {
    flex-wrap: nowrap;
  }
}
.LpXl7f-uQgYNdRg4X .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LpXl7f-uQgYNdRg4X .iconfont-wrapper:hover {
  opacity: .5;
}
.LpXl7f-uQgYNdRg4X .dropdown-menu,
.LpXl7f-uQgYNdRg4X .navbar.opened {
  background: #232323 !important;
}
.LpXl7f-uQgYNdRg4X .nav-item:focus,
.LpXl7f-uQgYNdRg4X .nav-link:focus {
  outline: none;
}
.LpXl7f-uQgYNdRg4X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgYNdRg4X .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LpXl7f-uQgYNdRg4X .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LpXl7f-uQgYNdRg4X .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgYNdRg4X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LpXl7f-uQgYNdRg4X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LpXl7f-uQgYNdRg4X .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgYNdRg4X .navbar.opened {
  transition: all 0.3s;
}
.LpXl7f-uQgYNdRg4X .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LpXl7f-uQgYNdRg4X .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.LpXl7f-uQgYNdRg4X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed {
  justify-content: center;
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LpXl7f-uQgYNdRg4X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LpXl7f-uQgYNdRg4X .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%;
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LpXl7f-uQgYNdRg4X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LpXl7f-uQgYNdRg4X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LpXl7f-uQgYNdRg4X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LpXl7f-uQgYNdRg4X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LpXl7f-uQgYNdRg4X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LpXl7f-uQgYNdRg4X .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%;
  }
  .LpXl7f-uQgYNdRg4X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LpXl7f-uQgYNdRg4X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LpXl7f-uQgYNdRg4X .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LpXl7f-uQgYNdRg4X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LpXl7f-uQgYNdRg4X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LpXl7f-uQgYNdRg4X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LpXl7f-uQgYNdRg4X .navbar.navbar-short {
  min-height: 96px;
}
.LpXl7f-uQgYNdRg4X .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LpXl7f-uQgYNdRg4X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.LpXl7f-uQgYNdRg4X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LpXl7f-uQgYNdRg4X .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgYNdRg4X .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.LpXl7f-uQgYNdRg4X .navbar-brand .navbar-logo a {
  outline: none;
}
.LpXl7f-uQgYNdRg4X .navbar.opened .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgYNdRg4X .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.LpXl7f-uQgYNdRg4X .dropdown-item.active,
.LpXl7f-uQgYNdRg4X .dropdown-item:active {
  background-color: transparent;
}
.LpXl7f-uQgYNdRg4X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LpXl7f-uQgYNdRg4X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LpXl7f-uQgYNdRg4X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LpXl7f-uQgYNdRg4X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgYNdRg4X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LpXl7f-uQgYNdRg4X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LpXl7f-uQgYNdRg4X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LpXl7f-uQgYNdRg4X ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LpXl7f-uQgYNdRg4X ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LpXl7f-uQgYNdRg4X .navbar-buttons {
  text-align: center;
  width: auto;
}
.LpXl7f-uQgYNdRg4X .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.LpXl7f-uQgYNdRg4X .navbar-buttons .btn .click-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LpXl7f-uQgYNdRg4X .navbar-buttons .btn {
    width: auto !important;
  }
}
.LpXl7f-uQgYNdRg4X button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #232323 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgYNdRg4X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.LpXl7f-uQgYNdRg4X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LpXl7f-uQgYNdRg4X button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgYNdRg4X button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgYNdRg4X button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LpXl7f-uQgYNdRg4X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgYNdRg4X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgYNdRg4X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgYNdRg4X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgYNdRg4X .navbar-dropdown {
  padding: 0 1rem;
}
.LpXl7f-uQgYNdRg4X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LpXl7f-uQgYNdRg4X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LpXl7f-uQgYNdRg4X .navbar {
    height: 70px;
  }
  .LpXl7f-uQgYNdRg4X .navbar.opened {
    height: auto;
  }
  .LpXl7f-uQgYNdRg4X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LpXl7f-uQgYNdRg4X .navbar-nav {
  margin: 0 auto;
}
.LpXl7f-uQgYNdRg4X .nav-item {
  padding: 0;
  margin: 0;
}
.LpXl7f-uQgYNdRg4X .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LpXl7f-uQgYNdRg4X .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.LpXl7f-uQgYNdRg4X .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.LpXl7f-uQgYNdRg4X .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.LpXl7f-uQgYNdRg4X .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LpXl7f-uQgYNdRg4X .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LpXl7f-uQgYNdRg4X .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LpXl7f-uQgYNdRg4X .navbar {
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgYNdRg4X .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgYNdRg4X .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LpXl7f-uQgYNdRg4X .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LpXl7f-uQgYNdRg4X .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LpXl7f-uQgYNdRg4X .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LpXl7f-uQgYNdRg4X .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.LpXl7f-uQgYNdRg4X .content-wrap {
  min-height: 110px;
}
.LpXl7f-uQgYNdRg4X .click-section-btn .btn::after,
.LpXl7f-uQgYNdRg4X .click-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.LpXl7f-uQgYNdRg4X .click-section-btn .btn:hover,
.LpXl7f-uQgYNdRg4X .click-section-btn .btn:focus {
  color: #000000 !important;
}
.LpXl7f-uQgYNdRg4X .click-section-btn .btn:hover::after,
.LpXl7f-uQgYNdRg4X .click-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.LpXl7f-uQgYNekaFr {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/neutralword3445.jpg");
}
.LpXl7f-uQgYNekaFr .click-overlay {
  background-color: #292929;
  opacity: 0.8;
}
.LpXl7f-uQgYNekaFr .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgYNekaFr .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgYNekaFr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .LpXl7f-uQgYNekaFr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .LpXl7f-uQgYNekaFr {
    align-items: center;
  }
  .LpXl7f-uQgYNekaFr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .LpXl7f-uQgYNekaFr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .LpXl7f-uQgYNekaFr {
    -webkit-align-items: center;
    align-items: center;
  }
  .LpXl7f-uQgYNekaFr .click-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .LpXl7f-uQgYNekaFr .content-wrap {
    width: 100%;
  }
}
.LpXl7f-uQgYNekaFr .click-section-title {
  text-align: center;
}
.LpXl7f-uQgYNekaFr .click-text,
.LpXl7f-uQgYNekaFr .click-section-btn {
  text-align: center;
}
.LpXl7f-uQgYNeFt9F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.LpXl7f-uQgYNeFt9F .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgYNeFt9F .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgYNeFt9F .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .LpXl7f-uQgYNeFt9F .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .LpXl7f-uQgYNeFt9F .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .LpXl7f-uQgYNeFt9F .card-wrapper {
    padding: 4rem;
  }
}
.LpXl7f-uQgYNeFt9F .click-text,
.LpXl7f-uQgYNeFt9F .click-section-btn {
  color: #000000;
  text-align: left;
}
.LpXl7f-uQgYNeFt9F .card-title,
.LpXl7f-uQgYNeFt9F .card-box {
  text-align: left;
  color: #000000;
}
.LpXl7f-uQhheFygaP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.LpXl7f-uQhheFygaP .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQhheFygaP .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQhheFygaP .card-wrapper {
  background-color: #a0e1e1;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.LpXl7f-uQhheFygaP .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.LpXl7f-uQhheFygaP .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.LpXl7f-uQhheFygaP .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%;
}
.LpXl7f-uQhheFygaP .google-map[data-state] {
  background: #fffff5;
}
.LpXl7f-uQhheFygaP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.LpXl7f-uQhheFygaP .content-head {
  max-width: 800px;
}
.LpXl7f-uQhheFygaP .card-title,
.LpXl7f-uQhheFygaP .iconfont-wrapper {
  color: #000000;
}
.LpXl7f-uQhheFygaP .card-text,
.LpXl7f-uQhheFygaP .click-section-btn {
  color: #000000;
}
.LpXl7f-uQhheFygaP .click-section-title {
  color: #000000;
}
.LpXl7f-uQh1Xna7kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQh1Xna7kZ .content-wrap {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .card {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:hover,
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont {
  opacity: .7;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .click-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .copy-wrapper .click-copy {
  margin-bottom: 0;
}
.LpXl7f-uQh1Xna7kZ .click-section-title {
  color: #f24d4a;
}
.LpXl7f-uQh1Xna7kZ .list,
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.LpXl7f-uQh1Xna7kZ .click-phone {
  color: #f24d4a;
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ .click-copy {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgYOGUT5d .navbar-dropdown {
  position: relative !important;
}
.LpXl7f-uQgYOGUT5d .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgYOGUT5d .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LpXl7f-uQgYOGUT5d .dropdown-item:before {
  font-family: repetition2 !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;
}
.LpXl7f-uQgYOGUT5d .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LpXl7f-uQgYOGUT5d .dropdown-item {
  border: none !important;
  background: #232323 !important;
}
.LpXl7f-uQgYOGUT5d .dropdown-item:hover,
.LpXl7f-uQgYOGUT5d .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.LpXl7f-uQgYOGUT5d .dropdown-item:hover span {
  color: white;
}
.LpXl7f-uQgYOGUT5d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LpXl7f-uQgYOGUT5d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LpXl7f-uQgYOGUT5d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LpXl7f-uQgYOGUT5d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LpXl7f-uQgYOGUT5d .nav-link {
  position: relative;
}
.LpXl7f-uQgYOGUT5d .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LpXl7f-uQgYOGUT5d .container {
    flex-wrap: nowrap;
  }
}
.LpXl7f-uQgYOGUT5d .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LpXl7f-uQgYOGUT5d .iconfont-wrapper:hover {
  opacity: .5;
}
.LpXl7f-uQgYOGUT5d .dropdown-menu,
.LpXl7f-uQgYOGUT5d .navbar.opened {
  background: #232323 !important;
}
.LpXl7f-uQgYOGUT5d .nav-item:focus,
.LpXl7f-uQgYOGUT5d .nav-link:focus {
  outline: none;
}
.LpXl7f-uQgYOGUT5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgYOGUT5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LpXl7f-uQgYOGUT5d .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LpXl7f-uQgYOGUT5d .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgYOGUT5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LpXl7f-uQgYOGUT5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LpXl7f-uQgYOGUT5d .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgYOGUT5d .navbar.opened {
  transition: all 0.3s;
}
.LpXl7f-uQgYOGUT5d .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LpXl7f-uQgYOGUT5d .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.LpXl7f-uQgYOGUT5d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed {
  justify-content: center;
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LpXl7f-uQgYOGUT5d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LpXl7f-uQgYOGUT5d .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%;
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LpXl7f-uQgYOGUT5d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LpXl7f-uQgYOGUT5d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LpXl7f-uQgYOGUT5d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LpXl7f-uQgYOGUT5d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LpXl7f-uQgYOGUT5d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LpXl7f-uQgYOGUT5d .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%;
  }
  .LpXl7f-uQgYOGUT5d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LpXl7f-uQgYOGUT5d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LpXl7f-uQgYOGUT5d .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LpXl7f-uQgYOGUT5d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LpXl7f-uQgYOGUT5d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LpXl7f-uQgYOGUT5d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LpXl7f-uQgYOGUT5d .navbar.navbar-short {
  min-height: 96px;
}
.LpXl7f-uQgYOGUT5d .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LpXl7f-uQgYOGUT5d .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.LpXl7f-uQgYOGUT5d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LpXl7f-uQgYOGUT5d .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgYOGUT5d .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.LpXl7f-uQgYOGUT5d .navbar-brand .navbar-logo a {
  outline: none;
}
.LpXl7f-uQgYOGUT5d .navbar.opened .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgYOGUT5d .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.LpXl7f-uQgYOGUT5d .dropdown-item.active,
.LpXl7f-uQgYOGUT5d .dropdown-item:active {
  background-color: transparent;
}
.LpXl7f-uQgYOGUT5d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LpXl7f-uQgYOGUT5d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LpXl7f-uQgYOGUT5d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LpXl7f-uQgYOGUT5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgYOGUT5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LpXl7f-uQgYOGUT5d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LpXl7f-uQgYOGUT5d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LpXl7f-uQgYOGUT5d ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LpXl7f-uQgYOGUT5d ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LpXl7f-uQgYOGUT5d .navbar-buttons {
  text-align: center;
  width: auto;
}
.LpXl7f-uQgYOGUT5d .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.LpXl7f-uQgYOGUT5d .navbar-buttons .btn .click-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LpXl7f-uQgYOGUT5d .navbar-buttons .btn {
    width: auto !important;
  }
}
.LpXl7f-uQgYOGUT5d button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #232323 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgYOGUT5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.LpXl7f-uQgYOGUT5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LpXl7f-uQgYOGUT5d button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgYOGUT5d button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgYOGUT5d button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LpXl7f-uQgYOGUT5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgYOGUT5d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgYOGUT5d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgYOGUT5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgYOGUT5d .navbar-dropdown {
  padding: 0 1rem;
}
.LpXl7f-uQgYOGUT5d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LpXl7f-uQgYOGUT5d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LpXl7f-uQgYOGUT5d .navbar {
    height: 70px;
  }
  .LpXl7f-uQgYOGUT5d .navbar.opened {
    height: auto;
  }
  .LpXl7f-uQgYOGUT5d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LpXl7f-uQgYOGUT5d .navbar-nav {
  margin: 0 auto;
}
.LpXl7f-uQgYOGUT5d .nav-item {
  padding: 0;
  margin: 0;
}
.LpXl7f-uQgYOGUT5d .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LpXl7f-uQgYOGUT5d .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.LpXl7f-uQgYOGUT5d .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.LpXl7f-uQgYOGUT5d .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.LpXl7f-uQgYOGUT5d .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LpXl7f-uQgYOGUT5d .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LpXl7f-uQgYOGUT5d .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LpXl7f-uQgYOGUT5d .navbar {
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgYOGUT5d .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgYOGUT5d .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LpXl7f-uQgYOGUT5d .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LpXl7f-uQgYOGUT5d .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LpXl7f-uQgYOGUT5d .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LpXl7f-uQgYOGUT5d .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.LpXl7f-uQgYOGUT5d .content-wrap {
  min-height: 110px;
}
.LpXl7f-uQgYOGUT5d .click-section-btn .btn::after,
.LpXl7f-uQgYOGUT5d .click-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.LpXl7f-uQgYOGUT5d .click-section-btn .btn:hover,
.LpXl7f-uQgYOGUT5d .click-section-btn .btn:focus {
  color: #000000 !important;
}
.LpXl7f-uQgYOGUT5d .click-section-btn .btn:hover::after,
.LpXl7f-uQgYOGUT5d .click-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.LpXl7f-uQgYOHtASz {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/neutralword3445.jpg");
}
.LpXl7f-uQgYOHtASz .click-overlay {
  background-color: #292929;
  opacity: 0.8;
}
.LpXl7f-uQgYOHtASz .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgYOHtASz .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgYOHtASz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .LpXl7f-uQgYOHtASz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .LpXl7f-uQgYOHtASz {
    align-items: center;
  }
  .LpXl7f-uQgYOHtASz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .LpXl7f-uQgYOHtASz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .LpXl7f-uQgYOHtASz {
    -webkit-align-items: center;
    align-items: center;
  }
  .LpXl7f-uQgYOHtASz .click-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .LpXl7f-uQgYOHtASz .content-wrap {
    width: 100%;
  }
}
.LpXl7f-uQgYOHtASz .click-section-title {
  text-align: center;
}
.LpXl7f-uQgYOHtASz .click-text,
.LpXl7f-uQgYOHtASz .click-section-btn {
  text-align: center;
}
.LpXl7f-uQgYOHU6VA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.LpXl7f-uQgYOHU6VA .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgYOHU6VA .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgYOHU6VA .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .LpXl7f-uQgYOHU6VA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .LpXl7f-uQgYOHU6VA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .LpXl7f-uQgYOHU6VA .card-wrapper {
    padding: 4rem;
  }
}
.LpXl7f-uQgYOHU6VA .click-text,
.LpXl7f-uQgYOHU6VA .click-section-btn {
  color: #000000;
  text-align: left;
}
.LpXl7f-uQgYOHU6VA .card-title,
.LpXl7f-uQgYOHU6VA .card-box {
  text-align: left;
  color: #000000;
}
.LpXl7f-uQhhznrxe8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.LpXl7f-uQhhznrxe8 .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQhhznrxe8 .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQhhznrxe8 .card-wrapper {
  background-color: #a0e1e1;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.LpXl7f-uQhhznrxe8 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.LpXl7f-uQhhznrxe8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.LpXl7f-uQhhznrxe8 .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%;
}
.LpXl7f-uQhhznrxe8 .google-map[data-state] {
  background: #fffff5;
}
.LpXl7f-uQhhznrxe8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.LpXl7f-uQhhznrxe8 .content-head {
  max-width: 800px;
}
.LpXl7f-uQhhznrxe8 .card-title,
.LpXl7f-uQhhznrxe8 .iconfont-wrapper {
  color: #000000;
}
.LpXl7f-uQhhznrxe8 .card-text,
.LpXl7f-uQhhznrxe8 .click-section-btn {
  color: #000000;
}
.LpXl7f-uQhhznrxe8 .click-section-title {
  color: #000000;
}
.LpXl7f-uQh1Xna7kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQh1Xna7kZ .content-wrap {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .card {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:hover,
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont {
  opacity: .7;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .click-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .copy-wrapper .click-copy {
  margin-bottom: 0;
}
.LpXl7f-uQh1Xna7kZ .click-section-title {
  color: #f24d4a;
}
.LpXl7f-uQh1Xna7kZ .list,
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.LpXl7f-uQh1Xna7kZ .click-phone {
  color: #f24d4a;
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ .click-copy {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  position: relative !important;
}
.LpXl7f-uQgqtLHF0r .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LpXl7f-uQgqtLHF0r .dropdown-item:before {
  font-family: repetition2 !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;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LpXl7f-uQgqtLHF0r .dropdown-item {
  border: none !important;
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover,
.LpXl7f-uQgqtLHF0r .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover span {
  color: white;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LpXl7f-uQgqtLHF0r .nav-link {
  position: relative;
}
.LpXl7f-uQgqtLHF0r .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container {
    flex-wrap: nowrap;
  }
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper:hover {
  opacity: .5;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu,
.LpXl7f-uQgqtLHF0r .navbar.opened {
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item:focus,
.LpXl7f-uQgqtLHF0r .nav-link:focus {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r .navbar.opened {
  transition: all 0.3s;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed {
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LpXl7f-uQgqtLHF0r .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%;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LpXl7f-uQgqtLHF0r .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%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-logo a {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item.active,
.LpXl7f-uQgqtLHF0r .dropdown-item:active {
  background-color: transparent;
}
.LpXl7f-uQgqtLHF0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LpXl7f-uQgqtLHF0r ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LpXl7f-uQgqtLHF0r ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-buttons {
  text-align: center;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn .click-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
    width: auto !important;
  }
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #232323 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  padding: 0 1rem;
}
.LpXl7f-uQgqtLHF0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LpXl7f-uQgqtLHF0r .navbar {
    height: 70px;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    height: auto;
  }
  .LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-nav {
  margin: 0 auto;
}
.LpXl7f-uQgqtLHF0r .nav-item {
  padding: 0;
  margin: 0;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar {
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.LpXl7f-uQgqtLHF0r .content-wrap {
  min-height: 110px;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.LpXl7f-uQgTMwRxJk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/neutralword3316.jpg");
}
.LpXl7f-uQgTMwRxJk .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgTMwRxJk .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgTMwRxJk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgTMwRxJk .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .LpXl7f-uQgTMwRxJk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgTMwRxJk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .LpXl7f-uQgTMwRxJk .container {
    padding: 0 12px;
  }
}
.LpXl7f-uQgTMwRxJk .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .LpXl7f-uQgTMwRxJk .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.LpXl7f-uQgTMwRxJk .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .LpXl7f-uQgTMwRxJk .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .LpXl7f-uQgTMwRxJk .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.LpXl7f-uQgTMwRxJk .content-wrapper .title-wrapper .click-section-title {
  margin-bottom: 1.5rem;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .title-wrapper .click-social-likns .click-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .title-wrapper .click-social-likns .click-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .title-wrapper .click-text {
  margin-bottom: 0;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form {
  width: 40%;
}
@media (max-width: 992px) {
  .LpXl7f-uQgTMwRxJk .content-wrapper .click-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .LpXl7f-uQgTMwRxJk .content-wrapper .click-form {
    width: 100%;
  }
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap {
    padding: 0px;
  }
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .click-section-title {
  margin-bottom: 20px !important;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .click-text {
  margin-bottom: 20px !important;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group .form-control {
  color: #ffffff;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #ffffff !important;
  background-color: #000000;
  transition: all 300ms ease;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group .form-control:hover,
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a0e1e1 !important;
  box-shadow: none;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .click-section-btn {
  margin-top: 6px;
}
.LpXl7f-uQgTMwRxJk .content-wrapper .click-form .form-wrap .dragArea.row .click-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.LpXl7f-uQgTMwRxJk .click-form .form-conrol {
  color: #ffffff;
}
.LpXl7f-uQgTMwRxJk .click-section-title {
  color: #ffffff;
}
.LpXl7f-uQgTMwRxJk .click-text {
  color: #ffffff;
}
.LpXl7f-uQgTMwRxJk label {
  color: #ffffff;
}
.LpXl7f-uQgTMwRxJk .click-section-title,
.LpXl7f-uQgTMwRxJk .click-section-btn {
  color: #ffffff;
}
.LpXl7f-uQgTMwRxJk .card-contacts {
  color: #bff747;
}
.LpXl7f-uQgTMwRxJk H3 {
  color: #ffffff;
}
.LpXl7f-uQgX5GnLkk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.LpXl7f-uQgX5GnLkk .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgX5GnLkk .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgX5GnLkk .card-wrapper {
  background-color: #a0e1e1;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.LpXl7f-uQgX5GnLkk .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.LpXl7f-uQgX5GnLkk .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.LpXl7f-uQgX5GnLkk .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%;
}
.LpXl7f-uQgX5GnLkk .google-map[data-state] {
  background: #fffff5;
}
.LpXl7f-uQgX5GnLkk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.LpXl7f-uQgX5GnLkk .content-head {
  max-width: 800px;
}
.LpXl7f-uQgX5GnLkk .card-title,
.LpXl7f-uQgX5GnLkk .iconfont-wrapper {
  color: #000000;
}
.LpXl7f-uQgX5GnLkk .card-text,
.LpXl7f-uQgX5GnLkk .click-section-btn {
  color: #000000;
}
.LpXl7f-uQgX5GnLkk .click-section-title {
  color: #000000;
}
.LpXl7f-uQh1Xna7kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQh1Xna7kZ .content-wrap {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .card {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:hover,
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont {
  opacity: .7;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .click-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .copy-wrapper .click-copy {
  margin-bottom: 0;
}
.LpXl7f-uQh1Xna7kZ .click-section-title {
  color: #f24d4a;
}
.LpXl7f-uQh1Xna7kZ .list,
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.LpXl7f-uQh1Xna7kZ .click-phone {
  color: #f24d4a;
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ .click-copy {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  position: relative !important;
}
.LpXl7f-uQgqtLHF0r .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LpXl7f-uQgqtLHF0r .dropdown-item:before {
  font-family: repetition2 !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;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LpXl7f-uQgqtLHF0r .dropdown-item {
  border: none !important;
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover,
.LpXl7f-uQgqtLHF0r .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover span {
  color: white;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LpXl7f-uQgqtLHF0r .nav-link {
  position: relative;
}
.LpXl7f-uQgqtLHF0r .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container {
    flex-wrap: nowrap;
  }
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper:hover {
  opacity: .5;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu,
.LpXl7f-uQgqtLHF0r .navbar.opened {
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item:focus,
.LpXl7f-uQgqtLHF0r .nav-link:focus {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r .navbar.opened {
  transition: all 0.3s;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed {
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LpXl7f-uQgqtLHF0r .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%;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LpXl7f-uQgqtLHF0r .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%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-logo a {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item.active,
.LpXl7f-uQgqtLHF0r .dropdown-item:active {
  background-color: transparent;
}
.LpXl7f-uQgqtLHF0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LpXl7f-uQgqtLHF0r ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LpXl7f-uQgqtLHF0r ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-buttons {
  text-align: center;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn .click-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
    width: auto !important;
  }
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #232323 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  padding: 0 1rem;
}
.LpXl7f-uQgqtLHF0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LpXl7f-uQgqtLHF0r .navbar {
    height: 70px;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    height: auto;
  }
  .LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-nav {
  margin: 0 auto;
}
.LpXl7f-uQgqtLHF0r .nav-item {
  padding: 0;
  margin: 0;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar {
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.LpXl7f-uQgqtLHF0r .content-wrap {
  min-height: 110px;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.LpXl7f-uQgEMPzKVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.LpXl7f-uQgEMPzKVA .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgEMPzKVA .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .LpXl7f-uQgEMPzKVA .container {
    padding: 0 24px;
  }
}
.LpXl7f-uQgEMPzKVA .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgEMPzKVA .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.LpXl7f-uQgEMPzKVA .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LpXl7f-uQgEMPzKVA .image-wrapper img {
    height: 350px;
  }
}
.LpXl7f-uQgEMPzKVA .content-wrapper .click-section-title {
  margin-bottom: 16px;
}
.LpXl7f-uQgEMPzKVA .content-wrapper .click-section-title span {
  color: #ffffff;
}
.LpXl7f-uQgEMPzKVA .content-wrapper .click-text {
  margin-bottom: 0;
}
.LpXl7f-uQgEMPzKVA .content-wrapper .click-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .LpXl7f-uQgEMPzKVA .content-wrapper .click-desc {
    margin: 24px 0 0;
  }
}
.LpXl7f-uQgEMPzKVA .content-wrapper .click-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgEMPzKVA .content-wrapper .click-section-btn {
    margin-top: 24px;
  }
}
.LpXl7f-uQgEMPzKVA .click-section-title {
  color: #F9F6E0;
}
.LpXl7f-uQgEMPzKVA .click-text {
  color: #000000;
}
.LpXl7f-uQgEMPzKVA .click-desc {
  color: #000000;
}
.LpXl7f-uQgEMPzKVA .click-section-title,
.LpXl7f-uQgEMPzKVA .click-section-btn {
  color: #000000;
}
.LpXl7f-uQgGfWCRGl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
  background-color: #000000;
}
.LpXl7f-uQgGfWCRGl .image-wrapper {
  max-width: 600px;
}
.LpXl7f-uQgGfWCRGl .svg1 {
  width: 240px;
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: -40px;
}
.LpXl7f-uQgGfWCRGl .main {
  align-items: center;
}
.LpXl7f-uQgGfWCRGl .click-section-subtitle {
  margin-bottom: 20px;
  letter-spacing: 5.4px;
  color: #ffffff;
}
.LpXl7f-uQgGfWCRGl .click-section-title {
  margin-bottom: 28px;
  color: #ffffff;
}
.LpXl7f-uQgGfWCRGl .click-text,
.LpXl7f-uQgGfWCRGl .button-align {
  color: #ffffff;
}
.LpXl7f-uQgGfWCRGl .st1 {
  fill: #012b3a;
}
.LpXl7f-uQgGfWCRGl .st0 {
  fill: #5f0e38;
}
.LpXl7f-uQgGfWCRGl a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .LpXl7f-uQgGfWCRGl .b {
    padding-top: 30px;
  }
}
@media (max-width: 950px) {
  .LpXl7f-uQgGfWCRGl .svg1 {
    display: none;
  }
}
.LpXl7f-uQgGfWCRGl img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../../../assets/images/group2.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.LpXl7f-uQgI5BbuKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/neutralword3445.jpg");
}
.LpXl7f-uQgI5BbuKD .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgI5BbuKD .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .LpXl7f-uQgI5BbuKD .container {
    padding: 0 22px;
  }
}
.LpXl7f-uQgI5BbuKD .row {
  justify-content: space-between;
}
.LpXl7f-uQgI5BbuKD .row .card {
  justify-content: center;
}
.LpXl7f-uQgI5BbuKD .content-wrapper .click-section-title {
  margin-bottom: 32px;
}
.LpXl7f-uQgI5BbuKD .content-wrapper .click-desc {
  margin-bottom: 32px;
}
.LpXl7f-uQgI5BbuKD .content-wrapper .click-text {
  margin-bottom: 0px;
}
.LpXl7f-uQgI5BbuKD .image-wrapper {
  position: relative;
}
.LpXl7f-uQgI5BbuKD .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .LpXl7f-uQgI5BbuKD .image-wrapper img {
    height: 350px;
  }
}
.LpXl7f-uQgI5BbuKD .click-section-title {
  color: #ffffff;
}
.LpXl7f-uQgI5BbuKD .click-desc {
  color: #ffffff;
}
.LpXl7f-uQgI5BbuKD .click-text {
  color: #ffffff;
}
.LpXl7f-uQgK5ZsbcO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.LpXl7f-uQgK5ZsbcO .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgK5ZsbcO .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgK5ZsbcO .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .LpXl7f-uQgK5ZsbcO .container-fluid {
    padding: 0 20px;
  }
}
.LpXl7f-uQgK5ZsbcO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .LpXl7f-uQgK5ZsbcO .container {
    padding: 0 20px;
  }
  .LpXl7f-uQgK5ZsbcO .container .row {
    padding: 0;
  }
}
.LpXl7f-uQgK5ZsbcO .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LpXl7f-uQgK5ZsbcO .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .LpXl7f-uQgK5ZsbcO .image-wrapper img {
    height: 300px;
  }
}
.LpXl7f-uQgK5ZsbcO .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .LpXl7f-uQgK5ZsbcO .title-wrapper {
    padding: 0;
  }
}
.LpXl7f-uQgK5ZsbcO .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.LpXl7f-uQgK5ZsbcO .title-wrapper .title-wrap .desc-wrapper .desc-wrap .click-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.LpXl7f-uQgK5ZsbcO .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.LpXl7f-uQgK5ZsbcO .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #ffffff;
  margin-right: 8px;
}
.LpXl7f-uQgK5ZsbcO .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.LpXl7f-uQgK5ZsbcO .title-wrapper .title-wrap .click-section-title {
  margin-bottom: 20px;
}
.LpXl7f-uQgK5ZsbcO .title-wrapper .title-wrap .click-text {
  margin-bottom: 0;
}
.LpXl7f-uQgK5ZsbcO .click-desc {
  color: #ffffff;
}
.LpXl7f-uQgK5ZsbcO .click-text {
  color: #ffffff;
}
.LpXl7f-uQgK5ZsbcO .click-section-title {
  color: #000000;
}
.LpXl7f-uQgK5ZsbcO .click-desc,
.LpXl7f-uQgK5ZsbcO .desc-wrapper {
  color: #000000;
}
.LpXl7f-uQgK5ZsbcO .click-text,
.LpXl7f-uQgK5ZsbcO .click-section-btn {
  color: #000000;
}
.LpXl7f-uQh1Xna7kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQh1Xna7kZ .content-wrap {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .card {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:hover,
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont {
  opacity: .7;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .click-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .copy-wrapper .click-copy {
  margin-bottom: 0;
}
.LpXl7f-uQh1Xna7kZ .click-section-title {
  color: #f24d4a;
}
.LpXl7f-uQh1Xna7kZ .list,
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.LpXl7f-uQh1Xna7kZ .click-phone {
  color: #f24d4a;
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ .click-copy {
  color: #ffffff;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  position: relative !important;
}
.LpXl7f-uQgqtLHF0r .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LpXl7f-uQgqtLHF0r .dropdown-item:before {
  font-family: repetition2 !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;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LpXl7f-uQgqtLHF0r .dropdown-item {
  border: none !important;
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover,
.LpXl7f-uQgqtLHF0r .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:hover span {
  color: white;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LpXl7f-uQgqtLHF0r .nav-link {
  position: relative;
}
.LpXl7f-uQgqtLHF0r .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .container {
    flex-wrap: nowrap;
  }
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .iconfont-wrapper:hover {
  opacity: .5;
}
.LpXl7f-uQgqtLHF0r .dropdown-menu,
.LpXl7f-uQgqtLHF0r .navbar.opened {
  background: #232323 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item:focus,
.LpXl7f-uQgqtLHF0r .nav-link:focus {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LpXl7f-uQgqtLHF0r .dropdown .dropdown-menu .dropdown-item .click-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r .navbar.opened {
  transition: all 0.3s;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.LpXl7f-uQgqtLHF0r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed {
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LpXl7f-uQgqtLHF0r .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%;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LpXl7f-uQgqtLHF0r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LpXl7f-uQgqtLHF0r .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%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LpXl7f-uQgqtLHF0r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LpXl7f-uQgqtLHF0r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LpXl7f-uQgqtLHF0r .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.LpXl7f-uQgqtLHF0r .navbar-brand .navbar-logo a {
  outline: none;
}
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:hover,
.LpXl7f-uQgqtLHF0r .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .dropdown-item.active,
.LpXl7f-uQgqtLHF0r .dropdown-item:active {
  background-color: transparent;
}
.LpXl7f-uQgqtLHF0r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LpXl7f-uQgqtLHF0r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LpXl7f-uQgqtLHF0r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LpXl7f-uQgqtLHF0r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LpXl7f-uQgqtLHF0r ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LpXl7f-uQgqtLHF0r ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-buttons {
  text-align: center;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.LpXl7f-uQgqtLHF0r .navbar-buttons .btn .click-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LpXl7f-uQgqtLHF0r .navbar-buttons .btn {
    width: auto !important;
  }
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #232323 !important;
  border: none !important;
  box-shadow: none !important;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LpXl7f-uQgqtLHF0r button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LpXl7f-uQgqtLHF0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LpXl7f-uQgqtLHF0r .navbar-dropdown {
  padding: 0 1rem;
}
.LpXl7f-uQgqtLHF0r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LpXl7f-uQgqtLHF0r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LpXl7f-uQgqtLHF0r .navbar {
    height: 70px;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    height: auto;
  }
  .LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LpXl7f-uQgqtLHF0r .navbar-nav {
  margin: 0 auto;
}
.LpXl7f-uQgqtLHF0r .nav-item {
  padding: 0;
  margin: 0;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LpXl7f-uQgqtLHF0r .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LpXl7f-uQgqtLHF0r .navbar {
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LpXl7f-uQgqtLHF0r .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.LpXl7f-uQgqtLHF0r .content-wrap {
  min-height: 110px;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus {
  color: #000000 !important;
}
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:hover::after,
.LpXl7f-uQgqtLHF0r .click-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.LpXl7f-uQgLyWhHDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.LpXl7f-uQgLyWhHDH .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgLyWhHDH .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgLyWhHDH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgLyWhHDH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgLyWhHDH .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgLyWhHDH .image-wrapper {
    padding: 0;
  }
}
.LpXl7f-uQgLyWhHDH .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .LpXl7f-uQgLyWhHDH .image-wrapper img {
    height: 350px;
  }
}
.LpXl7f-uQgLyWhHDH .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgLyWhHDH .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.LpXl7f-uQgLyWhHDH .content-wrapper .click-section-title {
  margin-bottom: 16px;
}
.LpXl7f-uQgLyWhHDH .content-wrapper .click-section-subtitle {
  margin-bottom: 0;
}
.LpXl7f-uQgLyWhHDH .content-wrapper .click-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .LpXl7f-uQgLyWhHDH .content-wrapper .click-text {
    margin: 32px 0 0;
  }
}
.LpXl7f-uQgLyWhHDH .content-wrapper .click-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgLyWhHDH .content-wrapper .click-section-btn {
    margin-top: 32px;
  }
}
.LpXl7f-uQgLyWhHDH .click-section-title {
  color: #262642;
}
.LpXl7f-uQgLyWhHDH .click-section-subtitle {
  color: #000000;
}
.LpXl7f-uQgLyWhHDH .click-text {
  color: #000000;
}
.LpXl7f-uQgLyWhHDH .click-section-title,
.LpXl7f-uQgLyWhHDH .click-section-btn {
  color: #000000;
}
.LpXl7f-uQgO7zhjH0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.LpXl7f-uQgO7zhjH0 .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgO7zhjH0 .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgO7zhjH0 .label-wrapper .click-label {
  margin-bottom: 22px;
}
.LpXl7f-uQgO7zhjH0 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #a0e1e1;
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper {
    padding: 22px;
  }
}
.LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper .click-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper .click-section-title {
    margin-bottom: 22px;
  }
}
.LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper .click-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper .click-desc {
    margin-bottom: 22px;
  }
}
.LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper .text-wrapper .click-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper .text-wrapper .click-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.LpXl7f-uQgO7zhjH0 .card-wrapper .content-wrapper .click-section-btn .btn {
  margin-bottom: 0;
}
.LpXl7f-uQgO7zhjH0 .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.LpXl7f-uQgO7zhjH0 .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LpXl7f-uQgO7zhjH0 .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.LpXl7f-uQgO7zhjH0 .click-label {
  color: #c10b02;
}
.LpXl7f-uQgO7zhjH0 .click-section-title {
  color: #c10b02;
}
.LpXl7f-uQgO7zhjH0 .click-desc {
  color: #000000;
}
.LpXl7f-uQgO7zhjH0 .click-text {
  color: #4b4949;
}
.LpXl7f-uQgO7zhjH0 .click-section-title,
.LpXl7f-uQgO7zhjH0 .click-section-btn {
  color: #000000;
}
.LpXl7f-uQgO7zhjH0 .click-text,
.LpXl7f-uQgO7zhjH0 .text-wrapper {
  color: #000000;
}
.LpXl7f-uQgQqgz3Vu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/wet-horizon.jpg");
}
.LpXl7f-uQgQqgz3Vu .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgQqgz3Vu .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgQqgz3Vu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgQqgz3Vu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgQqgz3Vu .container {
    padding: 0 24px;
  }
}
.LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #000000;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap .click-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap .click-desc {
    margin-bottom: 28px;
  }
}
.LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap .click-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap .click-section-title {
    margin-bottom: 28px;
  }
}
.LpXl7f-uQgQqgz3Vu .card-wrapper .card-wrap .click-text {
  width: 100%;
  margin-bottom: 0;
}
.LpXl7f-uQgQqgz3Vu .click-desc {
  color: #ffffff;
}
.LpXl7f-uQgQqgz3Vu .click-section-title {
  color: #202020;
}
.LpXl7f-uQgQqgz3Vu .click-text {
  color: #ffffff;
}
.LpXl7f-uQgQqgz3Vu .click-section-title,
.LpXl7f-uQgQqgz3Vu .card-wrapper {
  color: #ffffff;
}
.LpXl7f-uQgSam1kJv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-image: url("../../../assets/images/warm-angle.jpg");
}
.LpXl7f-uQgSam1kJv .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQgSam1kJv .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQgSam1kJv .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .LpXl7f-uQgSam1kJv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .LpXl7f-uQgSam1kJv .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQgSam1kJv .image-wrapper {
    margin-bottom: 50px;
  }
}
.LpXl7f-uQgSam1kJv .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .LpXl7f-uQgSam1kJv .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.LpXl7f-uQgSam1kJv .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .LpXl7f-uQgSam1kJv .title-wrapper {
    padding: 0 26px;
  }
}
.LpXl7f-uQgSam1kJv .title-wrapper .title-wrap .click-section-subtitle {
  margin-bottom: 18px;
}
.LpXl7f-uQgSam1kJv .title-wrapper .title-wrap .click-section-title {
  margin-bottom: 18px;
}
.LpXl7f-uQgSam1kJv .title-wrapper .title-wrap .click-text {
  margin-bottom: 0;
}
.LpXl7f-uQgSam1kJv .title-wrapper .title-wrap .click-section-btn {
  margin-top: 40px;
}
.LpXl7f-uQgSam1kJv .click-section-title {
  color: #ffffff;
}
.LpXl7f-uQgSam1kJv .click-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.LpXl7f-uQgSam1kJv .click-text {
  color: #cacaca;
  text-align: right;
}
.LpXl7f-uQgSam1kJv .click-section-title,
.LpXl7f-uQgSam1kJv .click-section-btn {
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image.disabled {
  display: none;
}
.LpXl7f-uQh1Xna7kZ .click-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LpXl7f-uQh1Xna7kZ .content-wrap {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .card {
  justify-content: center;
}
.LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .title-wrapper .click-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:hover,
.LpXl7f-uQh1Xna7kZ .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .click-iconfont {
  opacity: .7;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .social-wrapper .social-wrap .soc-item a .click-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone {
    text-align: center;
  }
}
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover,
.LpXl7f-uQh1Xna7kZ .contacts-wrapper .phone-wrapper .click-phone:hover {
  opacity: .4;
}
.LpXl7f-uQh1Xna7kZ .copy-wrapper .click-copy {
  margin-bottom: 0;
}
.LpXl7f-uQh1Xna7kZ .click-section-title {
  color: #f24d4a;
}
.LpXl7f-uQh1Xna7kZ .list,
.LpXl7f-uQh1Xna7kZ .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.LpXl7f-uQh1Xna7kZ .click-phone {
  color: #f24d4a;
  text-align: right;
}
.LpXl7f-uQh1Xna7kZ .click-copy {
  color: #ffffff;
  text-align: center;
}

/* 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 */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 16: scaleY compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleY(0.9);
}
/* endmainanimations */
