.header {
	background-color: #181818;
	width: 100%;
	padding: 1.7rem 2rem;
  transition: all 0.3s ease;
}
.logo {
	width: 4.2rem;
  transition: all 0.3s ease;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#hero-banner .hero-banner {
  height: 100vh;
  height: 100lvh;
}

.hero-banner > .swiper-container .swiper-slide:nth-of-type(1) {
  background: url(/images/fvsp.jpg) center center / cover no-repeat;
}

.second-section__text {
  line-height: 2.8rem !important;
}

.second-section__link-wrap {
  margin-top: 3rem;
}

.cta__link {
  display: inline-block;
  font-size: 1.6rem;
  background-color: #000;
  color: #fff !important;
  padding: 1rem 3rem;
  border: 1px solid #000;
  transition: all 0.3s ease;
}

.cta__link:hover {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

.footer {
  padding-top: 6rem;
  background-color: #e0e0e0;
  opacity: 0;
  animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.info {
  padding-inline: 1.6rem;
}

.info__title {
  font-size: 3rem;
  font-size: clamp(2.00000rem, 0.22222rem + 5.55556vw, 3.00000rem);
}

.info__contact {
  margin-top: 2rem;
}

.info__tel {
  margin-top: 1rem;
}

.info__tel a {
  color: inherit;
}

.copyright {
  margin-top: 4rem;
  background-color: #000;
}

.copyright__text {
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.cta-btn {
  margin-inline: auto;
  display: block;
  width: fit-content;
  font-size: 1.6rem;
}

.cta-btn .cta-down {
  display: inline-block;
  height: 43px;
  width: 37px;
  transform: scale(1);
  margin-right: 20px;
  flex: 0 0 auto;
}

.cta-btn .cta-down svg {
  position: relative;
  width: 100%;
  height: 100%;
}

.cta-down .hexagon {
  fill: rgb(255, 255, 255);
  stroke: rgb(0, 0, 0);
  transition: all 0.3s ease;
}

.cta-down .icon {
  stroke: rgb(0, 0, 0);
  fill: transparent;
  transition: all 0.3s ease;
}

.cta-btn:hover .cta-down .hexagon.on-dark {
  fill: rgb(0, 0, 0);
  stroke: rgb(255, 255, 255);
}
.cta-btn:hover .cta-down .icon.on-dark {
  stroke: rgb(255, 255, 255);
}

.fw-bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .hero-banner > .swiper-container .swiper-slide:nth-of-type(1) {
    background: url(/images/fv.jpg) center center / cover no-repeat;
  }

  .header-slider {
    margin-bottom: 30rem;
  }

  .footer {
    padding-top: 9rem;
  }

  .info__tel a {
    pointer-events: none;
  }

  .copyright {
    margin-top: 6rem;
  }

  .copyright__text {
    font-size: 1.4rem;
  }

  .cta-btn {
    padding: .5rem 1rem .25rem;
  }

  .cta-btn .cta-down {
    height: 58px;
    width: 50px;
    transform: scale(1);
    margin-right: 36px;
  }
}

@media screen and (min-width: 992px) {
  .logo {
    width: 6rem;
  }
}

@media screen and (min-width: 1025px) {
  .image2-section .desktop .top svg image {
    x: -45%;
  }

  .image6-section .image-wrapper img {
    object-position: 100px center !important;
  }
}

@media screen and (min-width: 1400px) {
  .header {
    padding: 1.6rem 6rem;
  }

  .image2-section .desktop .top svg image {
    x: -37%;
  }
}

@media screen and (min-width: 2000px) {
  .image2-section .desktop .top svg image {
    x: -25%;
  }
}

@media screen and (min-width: 2230px) {
  .image2-section .desktop .top svg image {
    x: -15%;
  }
}

@media screen and (min-width: 2600px) {
  .image2-section .desktop .top svg image {
    x: 0%;
  }
}