.container {
  width: 100%;
  padding: 0 20px;
}

.title22 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.190em;
  font-weight: 600;
  text-transform: uppercase;
  color: #242424;
  text-align: center;
}

.title32 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.190em;
  line-height: 30px;
  text-transform: uppercase;
  color: #242424;
  text-align: center;
}

.title65 {
  font-size: 65px;
  line-height: 68px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.03em;
  color: #242424;
  text-align: center;
}

.title90 {
  font-size: 90px;
  line-height: 110px;
  font-weight: 100;
  text-transform: uppercase;
  color: #242424;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .title22 {
    font-size: 18px;
    padding-bottom: 0;
  }

  .title32 {
    font-size: 25px;
    line-height: 34px;
  }
}

.home-play-video {
  font-size: 26px !important;
  letter-spacing: 0.03em !important;
  padding: 15px 52px 15px 0;
  background: url('../images/play-video.svg') no-repeat right center;
  background-size: 41px;
  margin-top: 30px;
}

.home-play-video .pulse {
  display: block;
  background: transparent;
  border-radius: 50%;
  right: 5px;
  top: 15px;
  height: 30px;
  width: 30px;
  position: absolute;
}

.home-play-video .pulse:before {
  content: '';
  position: absolute;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -30px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: animate 1.5s linear infinite
}

#hero-ai {
  height: calc(100vh - 110px);
}

#hero-ai .container {
  max-width: 1160px;
  z-index: 4;
}

#hero-ai .title-top {
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.03em;
}

#hero-ai .title-bottom {
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
}

#hero-ai .text {
  max-width: 650px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

#hero-ai .swiper {
  position: absolute;
}

#hero-ai .swiper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 53%,
      rgba(0, 0, 0, 0.33) 100%);
  opacity: 0.57;
  z-indeX: 2;
}

#hero-ai .swiper .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#hero-ai .swiper .swiper-scrollbar {
  max-width: 623px;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: auto;
}

#hero-ai .swiper-scrollbar {
  background: rgba(255, 255, 255, 1);
  height: 1px;
}

#hero-ai .swiper-scrollbar-drag {
  background: #fff;
  height: 5px;
  top: -2px;
}

#hero-ai .button {
  border-radius: 100px;
  margin-top: 30px;
  padding-top:0;
}

#hero-ai .hero-locations {
  max-width: 940px;
  margin-top: 50px;
  z-index: 4;
}

#hero-ai .hero-locations a {
  height: 186px;
  max-width: 450px;
  margin: 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#hero-ai .hero-locations .f-white {
  padding: 0 10px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.19em;
}

#hero-ai .hero-badges {
  bottom: 60px;
  max-width: 1630px;
}

#hero-ai .hero-badges img {
  margin-left: 30px;
}

@media screen and (min-width: 992px) and (max-height: 860px) {
  #hero-ai h1 {
    margin-top: -100px;
  }
}

@media screen and (min-width: 992px) and (max-height: 790px) {
  #hero-ai .title-bottom {
    font-size: 40px;
    max-width: 1000px;
  }

  #hero-ai .title-top {
    font-size: 47px;
  }

  #hero-ai .hero-locations {
    margin-top: 30px;
  }

  #hero-ai .text {
    max-width: 580px;
    font-size: 16px;
    line-height: 23px;
  }

  #hero-ai .swiper .swiper-scrollbar {
    bottom: 50px;
  }

  #hero-ai h1 {
    margin-top: -50px;
  }
}

@media screen and (min-width: 992px) and (max-height: 730px) {
  #hero-ai .hero-locations a {
    height: 120px;
    max-width: 350px;
  }

  #hero-ai .button {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) and (max-height: 600px) {
  #hero-ai {
    height: 100%;
    padding: 50px 0 80px 0;
  }

  #hero-ai h1 {
    margin-top: 0;
  }

  #hero-ai .swiper .swiper-scrollbar {
    bottom: 30px;
  }

  #hero-ai .hero-locations .f-white {
    font-size: 22px;
  }
}

@media screen and (max-width: 1500px) {
  #hero-ai .hero-locations a {
    height: 160px;
    max-width: 350px;
  }

  #hero-ai .swiper .swiper-scrollbar {
    max-width: 45%;
  }
}

@media screen and (max-width: 1300px) {
  #hero-ai .hero-badges {
    bottom: 35px;
  }

  #hero-ai .hero-badges img {
    width: 180px;
  }
}


@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#featured {
  padding: 164px 0 10px 0;
  position: relative;
}

#featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -540px;
  background-image: url('../images/enhance-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

#featured .container {
  max-width: 1550px;
}

#featured .swiper {
  overflow: visible;
}

#featured .swiper-slide {
  background: #fff;
}

#featured .swiper-scrollbar {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 700px;
  margin: 52px auto 0 auto;
  height: 1px;
  background: #000;
}

#featured .swiper-scrollbar-drag {
  top: -2px;
  height: 5px;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (min-width: 1501px) {
  #featured .swiper-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  #featured .swiper-slide {
    width: 720px;
  }

  #featured .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-right: 35px;
  }

  #featured .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-left: 35px;
  }
}

#featured .item {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000029;
  border: 0.25px solid #DCE1E9;
  display: flex;
  height: auto;
}

#featured .item .inner {
  padding: 34px 20px 0 31px;
  position: relative;
}

#featured .item .toptext {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #242424;
  padding-bottom: 32px;
  padding-left: 3px;
}

#featured .item .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.19em;
  color: #242424;
  padding-bottom: 14px;
}

#featured .item .desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

#featured .item .button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a46dac;
  text-align: center;
}

#featured .item .img {
  width: 278px;
  flex-shrink: 0;
}

#featured .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#enhance {
  position: relative;
  padding-top: 40px;
  text-align: center;
  max-width: 1630px;
  margin: 0 auto;
  width: calc(100% - 20px)
}

/* #enhance::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -125px;
  background-image: url('../images/enhance-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
} */

#enhance .categs {
  margin: 26px auto 45px auto;
  gap: 44px;
}

#enhance .boxes {
  overflow: hidden;
}

#enhance .box {
  height: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#enhance .box .title {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.19em;
  z-index: 2;
  transition: all 0.2s ease-in;
}

#enhance .overlay {
  position: absolute;
  inset: 0;
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #808080 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 2;
}

#enhance .bg {
  position: absolute;
  background-size: cover;
  inset: 0;
  z-index: 1;
}

#enhance .box:active>.title,
#enhance .box:focus>.title,
#enhance .box:hover>.title {
  opacity: 0;
}

#enhance .box .hovered {
  transition: all 0.2s ease-in;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 3;
}

#enhance .box .hovered .title {
  color: #fff;
}

#enhance .box .hovered .text {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.15em;
  max-width: 300px;
  margin: 14px 0 21px 0;
}

#enhance .box .hovered .text p {
  font-weight: 400;
}


#enhance .box .hovered .button {
  height: 45px;
  line-height: 45px;
  background-color: var(--purple);
  font-size: 14px;
  font-weight: 600;
  padding: 0 22px;
  color: #fff;
  border-radius: 70px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#enhance .box:active .hovered,
#enhance .box:focus .hovered,
#enhance .box:hover .hovered {
  opacity: 1;
}

#enhance .box:active .overlay,
#enhance .box:focus .overlay,
#enhance .box:hover .overlay {
  background: #505050;
  transition: all 0.2s ease-in;
  opacity: 1;
}

#enhance .swiper-scrollbar {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 700px;
  margin: 80px auto 0 auto;
  height: 1px;
  background: #000;
}

#enhance .swiper-scrollbar-drag {
  top: -2px;
  height: 5px;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
}

#home-faq {
  padding-top: 100px;
  padding-bottom: 124px;
}

#home-faq .container {
  text-align: center;
  max-width: 1393px;
}

#home-faq .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 40px;
}

#home-faq .right {
  width: 50%;
}


#home-faq .left {
  position: relative;
  width: 50%;
  padding-right: 40px;
  padding-left: 30px;
  text-align: right;
}

#home-faq .image1 {
  height: 497px;
  width: 497px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
}

#home-faq .image2 {
  position: absolute;
  left: 0;
  bottom: -23px;
  height: 282px;
  width: 278px;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}


#home-faq .inner {
  align-items: start;
}

#home-faq .right {
  padding-top: 12px;
  padding-left: 50px;
}

#home-faq .top-t {
  padding: 0;
  font-size: 55px;
  line-height: 1;
  color: #242424;
  letter-spacing: 0.03em;
}

#home-faq .bottom-t {
  padding: 0;
  font-size: 51px;
  line-height: 1;
  font-weight: 200;
  color: #242424
}

#home-faq #faq-content {
  margin-top: 30px;
}

#home-faq .accordion-item .arrow {
  margin-right: 15px;
  transition: 0.25s ease;
  width: 8px;
  height: 14px;
  background: url(../images/faq-arrow.svg);

}

#home-faq .accordion-item .arrow-animate {
  transform: rotate(90deg);
}

#home-faq .accordion-item .acc-head {
  cursor: pointer;
  padding: 20px 20px 20px 0;
}

#home-faq .accordion-item {
  border-top: 1px solid #E9E9E9;
  padding-left: 30px;
}

#home-faq .accordion-item .desc {
  display: none;
  margin-top: -10px;
  padding-bottom: 20px;
  padding-left: 23px;
}

#home-faq h3 {
  padding: 0;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 992px) {
  #home-faq .container {
    padding: 0 !important;
    width: 100% !important;
  }

  #home-faq .inner {
    flex-wrap: wrap;
  }

  #home-faq .left {
    width: 100%;
    padding: 0;
  }

  #home-faq .right {
    width: 100%;
    padding: 0 20px;
    margin-top: 43px;
  }

  #home-faq .image1 {
    width: 305px;
    height: 305px;
  }

  #home-faq .image2 {
    width: 170px;
    height: 173px;
    bottom: -7px;
  }

  #home-faq .left-inner {
    max-width: 390px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #home-faq {
    padding: 60px 0;
  }
}

@media screen and (max-width: 576px) {
  #home-faq {
    padding: 30px 0;
  }

  #home-faq .right {
    padding: 0 10px;
  }

  #home-faq .inner {
    margin-top: 0;
  }

  #home-faq .top-t {
    text-align: center;
    font-size: 37px;
  }

  #home-faq .bottom-t {
    text-align: center;
    font-size: 52px;
  }

  #home-faq .accordion-item {
    padding-left: 0;
  }

  #home-faq h3 {
    font-size: 16px;
    line-height: 26px;
  }

  #home-faq .accordion-item .acc-head {
    align-items: flex-start;
    padding: 15px 15px 15px 0;
  }

  #home-faq .accordion-item .arrow {
    width: 14px;
    background-repeat: no-repeat;
    margin-top: 6px;
  }

  #home-faq .accordion-item .desc {
    font-size: 16px;
    line-height: 26px;
    padding-left: 25px;
  }

}

#hp-video {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 65px);
}

#hp-video .container {
  position: static;
  z-index: 9;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

#hp-video .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden
}

#hp-video .video svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#hp-video video {
  height: calc(100vh - 65px);
  object-fit: cover;
  display: block;
}

#hp-video .home-play-video {
  font-weight: 400;
  position: absolute;
  bottom: 70px;
  right: 100px;
  font-size: 12px !important;
}

#hp-video h1 {
  color: #fff;
  font-size: 133px !important;
  font-weight: 100;
}

#hp-video span {
  position: relative;
  font-size: 134px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.03em;
  width: fit-content;
  margin-left: auto;
  transform: translateX(-42px);
  margin-bottom: -27px;
  display: block;
}

#hp-video span::after {
  content: '';
  position: absolute;
  background-image: url('../images/title-decor.svg');
  width: 70px;
  height: 50px;
  top: -13px;
  left: -29px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-36deg);
}

#hp-video .text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}


#hp-video .titleimage {
  margin-bottom: 15px;
}

#hp-video .button {
  height: 45px;
  line-height: 46px;
  color: #fff;
  background: var(--purple);
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  padding: 0 24px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#hp-video .play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 123px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  width: 1680px;
  padding-right: 20px;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  #hp-video h1 {
    font-size: 73px !important;
  }

  #hp-video span {
    margin-bottom: -15px;
  }

  #hp-video span {
    font-size: 75px;
  }

  #hp-video .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
  }

  #hp-video .button {
    margin-top: 24px;
  }

  #hp-video .play {
    justify-content: center;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    padding-right: 0;
    margin-top: 40px;
  }

  #hp-video .home-play-video {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 120px;
    width: 150px;
  }
}

@media screen and (max-height: 830px) {
  #hp-video .container {
    height: 100%;
    padding-top: 0;
    justify-content: center;
  }
}

@media screen and (max-height: 700px) {
  #hp-video .titleimage {
    max-width: 100%;
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-height: 600px) {
  #hp-video .titleimage {
    width: 350px;
  }

  #hp-video .text {
    font-size: 16px;
    line-height: 22px;
  }

  #hp-video .button {
    margin-top: 25px;
  }

  .home-play-video {
    margin-top: 15px;
    margin-bottom: -25px;
  }
}

@media screen and (max-height: 600px) and (max-width: 567px) {
  .home-play-video {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  #hp-video {
    height: calc(100vh - 165px);
  }

  #hp-video video {
    height: calc(100vh - 165px) !important;
  }

  #hp-video span::after {
    transform: rotate(-36deg) scale(0.7);
  }

  #hp-video .text br {
    display: none;
  }

  #hp-video .titleimage {
    margin-bottom: 0;
  }

  #hp-video .home-play-video {
    bottom: 13%;
  }

  #hp-video .container {
    justify-content: flex-start;
  }

  #hp-video .text {
    margin-top: 150px;
  }
}



@media screen and (max-width: 420px) {
  #hp-video h1 {
    font-size: 70px !important;
  }
}

@media screen and (max-width: 410px) {
  #hp-video h1 {
    font-size: 65px !important;
  }
}

@media screen and (max-width: 400px) {
  #hp-video .button {
    padding: 0 15px;
  }

  #hp-video h1 {
    font-size: 64px !important;
  }
}

@media screen and (max-width: 380px) {
  #hp-video .button {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  #hp-video .button {
    font-size: 12px;
  }
}


#home-icons {
  margin: 70px 0 50px 0;
}

#home-icons .container {
  max-width: 1200px;
}

#home-icons h4 {
  font-size: 20px;
  line-height: 27px;
  color: #1A2B49;
  font-weight: 500;
  padding: 12px 0 0 0;
}

@media screen and (max-width: 992px) {
  #home-icons h4 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 576px) {
  #home-icons {
    margin-top: 50px;
  }

  #home-icons .flex {
    flex-direction: column;
  }

  #home-icons .icon {
    display: flex;
    text-align: left;
    align-items: center;
  }

  #home-icons .icon h4 {
    padding: 0 0 0 25px;
  }

  #home-icons .icon h4 br {
    display: none;
  }

  #home-icons .icon:nth-child(1) h4 br {
    display: block;
  }

  #home-icons .icon:nth-child(2) h4 {
    max-width: 230px;
  }

  #home-icons .icon:not(:first-child) {
    margin-top: 25px;
  }
}

#home-zip {
  background-color: var(--purple);
  padding: 50px 0;
}

#home-zip p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.19em;
  font-weight: 300;
  padding-right: 30px;
  line-height: 1;
}

#home-zip form {
  width: 100%;
  max-width: 350px;
}

#home-zip input {
  width: 100%;
  max-width: 350px;
  border-radius: 100px;
  background-color: #fff;
  border: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 50px 0 30px;
  outline: none;
}

#home-zip button {
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  bordeR: 0;
  outline: none;
  background: url(../images/hp-submit.svg) no-repeat;
  background-position: center center;
}

@media screen and (max-width: 992px) {
  #home-zip .flex {
    flex-direction: column;
  }

  #home-zip p {
    text-align: center;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  #home-zip p {
    max-width: 300px;
    padding-right: 0;
    line-height: 1.1;
  }

}

#hp-locations {
  background-color: #f8f5eb;
  margin: 60px 0;
}

#hp-locations .flex {
  align-items: stretch;
}

#hp-locations #jiva-map {
  height: auto;
}

#hp-locations #jiva-map,
#hp-locations .map-locations {
  width: 50%;
}

#hp-locations #locations {
  padding-top: 0;
}

#hp-locations #locations .inner {
  margin-top: 0;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#hp-locations #locations .inner .loc {
  background-color: #fff;
  width: calc(50% - 20px);
  filter: blur(1px);
  pointer-events: none;
  user-select: none;
}

#hp-locations #locations .inner .loc.current {
    filter: unset;
    pointer-events: all;
    user-select: unset;
}

#hp-locations #locations .inner .loc .image p {
  text-align: center;
  padding: 0 10px;
}

#hp-locations #locations .inner .loc .bottom {
  padding: 15px 20px;
}

@media screen and (max-width: 1140px) {
  #hp-locations>.flex {
    flex-direction: column;
  }

  #hp-locations #jiva-map, #hp-locations .map-locations {
    width: 100%;
  }

  #hp-locations #jiva-map {
    height: 500px
  }

}

@media screen and (min-width: 1141px) {
  #hp-locations #jiva-map {
    height: calc(100vh - 100px);
  }

  #hp-locations #locations {
    overflow: auto;
  }

  #hp-locations #locations .inner {
    height: calc(100vh - 300px);
  }
}

@media (min-width: 576px) {

  #hp-locations #locations .swiper,
  #hp-locations #locations .swiper-wrapper,
  #hp-locations #locations .swiper-slide {
    all: unset;
    /* 🔹 mindent töröl, ami Swiperből jön */
    display: block;
    /* 🔹 a slide-ok blokkos elrendezésre váltanak */
  }

  #hp-locations #locations .swiper-slide {
    width: 100%;
    margin-bottom: 20px;
  }

  #hp-locations #locations .swiper-wrapper {
    margin-top: 0;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

}

@media screen and (max-width: 576px) {
  #hp-locations {
    margin: 40px 0;
  }

  #hp-locations #locations {
    margin-bottom: 66px;
  }

  #hp-locations #jiva-map {
    height: 367px
  }

  #hp-locations #locations .container {
    padding: 0;
  }

  #hp-locations #locations .inner {
    flex-wrap: nowrap;
    display: block;
  }

  #hp-locations #locations .inner .loc {
    height: auto;
    overflow:visible;
  }

  #hp-locations #locations .inner .loc.current .image::after {
    top:-20px;
  }

  #hp-locations #locations .inner .loc .bottom .services {
    display: block;
  }

  #hp-locations #locations .inner .loc .bottom .buttons {
    padding-left: 0;
    border-top: 0;
    margin-top: 0;
  }

  #hp-locations #locations .inner .loc .bottom .button {
    font-size: 9px;
  }

  #hp-locations #locations .inner .loc .image p {
    padding: 20px 0px 5px 30px;
  }

  #hp-locations #locations .inner .loc .bottom .desc {
    margin-left: 10px;
  }

  #hp-locations #shero .categs-select {
    max-width: 300px;
  }

  #hp-locations .swiper {
    overflow: visible;
  }

  #hp-locations .swiper-scrollbar {
    max-width: 80%;
    background: rgba(0, 0, 0, 1);
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
  }

  #hp-locations .swiper-scrollbar-drag {
    background: #000;
    height: 5px;
    top: -2px;
  }
}

@media screen and (max-width: 992px) {
  #enhance .swiper-scrollbar {
    width: calc(100vw - 40px);
    margin-top: 47px;
    max-width: 350px;
  }

  #featured {
    padding-top: 60px;
  }

  #featured .swiper {
    overflow: visible;
  }

  #featured .item .img {
    display: none;
  }

  #featured .item .inner {
    padding: 36px 0 45px 20px;
  }

  #featured .item .toptext {
    font-size: 14px;
    padding-bottom: 20px;
  }

  #featured .item .title {
    font-size: 18px;
    padding-bottom: 24px;
  }

  #featured .item .desc {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  #hero-ai {
    height: 100%;
    padding: 50px 0 0 0;
  }

  #hero-ai .title-top {
    font-size: 32px;
    display: block;
    max-width: 300px;
  }

  #hero-ai .title-bottom {
    font-size: 24px;
    line-height: 1.2;
  }

  #hero-ai .text {
    max-width: 312px;
    font-size: 13px;
    line-height: 22px;
  }

  #hero-ai .button {
    width: 330px;
    padding: 0 5px;
  }

  #hero-ai .hero-locations {
    background: #000;
    padding-top: 30px;
    margin-left: -100px;
    margin-right: -100px;
    width: calc(100% + 200px);
    margin-top: 70px;

  }

  #hero-ai .hero-locations a {
    width: calc(45% - 80px);
    height: 134px;
    border-radius: 5px;
    background: var(--purple) !important;
  }

  #hero-ai .swiper .swiper-scrollbar {
    bottom: 340px;
  }

  #hero-ai .swiper .swiper-scrollbar {
    max-width: 80%;
  }

  #hero-ai .hero-locations .f-white {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.15em;
  }

  #hero-ai .hero-badges {
    position: static;
    bottom: auto;
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
    background: #000;
    padding-bottom: 30px;
  }

  #hero-ai .hero-badges img {
    max-width: 306px;
    width: 90%;
    margin: 0 auto
  }

  #enhance::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #enhance {
    padding-top: 0;

  }

  #enhance .categs {
    margin: 50px auto 14px auto;
    gap: 0;
  }

  #enhance .categ {
    font-size: 14px;
    padding: 0 18px;
  }

  #enhance .categs .categ:nth-child(1) {
    margin-left: 0;
  }

  #enhance .categs .categ:nth-child(n+1):not(:last-child)::after {
    right: -15px;
  }

  #enhance .box {
    height: 384px;
  }

  #enhance .box .title {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }

}

#products {
  background-color: #FBF9F4;
  padding-top: 94px;
  padding-bottom: 151px;
  overflow: hidden;
}

#products .container {
  max-width: 1500px;
}

#products .categs {
  margin: 16px auto 45px auto;
  gap: 34px;
}

#products .products-new {
  margin-top: 70px;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 101px 86px;
  /* grid-template-columns: repeat(var(--count), 300px); */
  grid-template-columns: repeat(4, 300px);
  overflow-x: auto;
}

#products .products-new.noclick a {
  pointer-events: none;
}

#products .products-new::-webkit-scrollbar {
  display: none;
}

#products .categs-slider .categ:hover {
  color: #fff;
  background-color: #242424;
}

@media screen and (max-width: 992px) {
  #products .products-new {
    grid-template-columns: repeat(var(--count), 157px);
    gap: 15px;
    overflow-x: auto;
    margin-left: -20px;
    width: 100vw;
    padding: 0 20px !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: space-between;
  }
}

#results {
  padding-top: 57px;
  padding-bottom: 120px;
  background: url('../images/bg-purple.jpg') no-repeat left top;
  overflow: hidden;
}

#results .container {
  text-align: center;
}

#results .button {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: var(--purple);
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  padding: 0 43px;
  border-radius: 70px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#results .inner {
  display: flex;
  justify-content: center;
  gap: 85px;
  margin-top: 69px;
}


@media screen and (max-width: 576px) {
  .home-play-video {
    font-size: 23px !important;
    background-size: 38px;
  }

  #enhance {
    background: #fff;
    margin: 0;
    width: 100%;
  }

  #enhance .box .hovered .text {
    font-size: 16px;
    line-height: 26px;
  }

  #enhance .text br {
    display: none;
  }

  #enhance .title32 {
    font-size: 22px;
    line-height: 30px;
  }

  #featured+#enhance {
    background: transparent;
  }

  #featured::after {
    background: url(../images/bg-results-m-2.svg) no-repeat bottom;
    bottom: -431px;
  }

  #products {
    padding: 50px 0;
  }

  #products .products-new {
    margin-top: 0;
  }

  #products .categs {
    gap: 25px;
  }

  #results {
    padding: 50px 0;
    background-size: 100%;
  }

  #results .title65 {
    font-size: 37px;
    line-height: 49px;
    padding-bottom: 0;
  }

  #results .title90 {
    font-size: 52px;
    line-height: 63px;
  }

  #results .inner {
    flex-direction: column;
    gap: 20px;
    margin-top: 36px;
  }

  #results .inner img {
    width: 289px;
  }

  #results .inner img:nth-child(1) {
    margin-left: -20px;
  }

  #results .inner img:nth-child(2) {
    margin-left: 70px;
  }

}

@media screen and (max-width: 370px) {
  #results .title90 {
    font-size: 48px;
  }
}