.homeCover {
  padding-top: 120px;
  background: var(--color-pink);
  background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-yellow) 100%);
}
.homeCover__title {
  font-size: 36px;
  font-weight: var(--font-semibold);
  line-height: 40px;
  text-align: center;
  color: var(--color-white);
  text-wrap: balance;
  max-width: 800px;
  margin: auto;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .homeCover__title {
    font-size: 56px;
    line-height: 64px;
  }
}
.homeCover__subtitle {
  font-size: 18px;
  font-weight: var(--font-regular);
  line-height: 32px;
  text-align: center;
  color: var(--color-white);
  text-wrap: balance;
  max-width: 700px;
  margin: auto;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .homeCover__subtitle {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .homeCover {
    padding-top: 270px;
  }
}

.sectionImage {
  background: var(--color-pink);
  background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-yellow) 100%);
  position: relative;
  padding-top: 24px 0;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .sectionImage .container {
    position: relative;
    padding: 0;
    max-width: 150%;
    width: 150%;
    transform: translateX(-20%);
    z-index: 1;
  }
}
.sectionImage img {
  position: relative;
  z-index: 1;
}
.sectionImage:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--color-navy);
  border-radius: 24px 24px 0 0;
  z-index: 0;
}

.homeAboutUs {
  padding: 64px 0;
  background: var(--color-navy);
  color: var(--color-white);
}
.homeAboutUs .container {
  max-width: 1000px;
}
.homeAboutUs__title {
  font-size: 16px;
  font-weight: var(--font-semibold);
  line-height: 24px;
  font-style: normal;
  text-align: left;
  letter-spacing: 2px;
  color: var(--color-orange);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.homeAboutUs__description {
  font-size: 18px;
  font-weight: var(--font-light);
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: var(--color-white);
}
.homeAboutUs__description p {
  margin-bottom: 24px;
}
.homeAboutUs .btn {
  margin-top: 24px;
}

.homeSolutions {
  padding: 64px 0;
}
.homeSolutions__title {
  font-size: 16px;
  font-weight: var(--font-semibold);
  line-height: 24px;
  font-style: normal;
  text-align: left;
  letter-spacing: 2px;
  color: var(--color-orange);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.homeSolutions__subtitle {
  font-size: 30px;
  font-weight: var(--font-semibold);
  line-height: 42px;
  font-style: normal;
  text-align: left;
  letter-spacing: 2px;
  color: var(--color-navy);
  margin-bottom: 24px;
  max-width: 880px;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .homeSolutions__subtitle {
    font-size: 54px;
    line-height: 68px;
  }
}
.homeSolutions__description {
  font-size: 18px;
  font-weight: var(--font-light);
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: var(--color-navy);
}
.homeSolutions__description p {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .homeSolutions__description {
    columns: 2;
    column-gap: 48px;
    text-wrap: balance;
  }
}
.homeSolutions .swiper {
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .homeSolutions .swiper .swiper-wrapper {
    margin-bottom: 80px;
  }
}
.homeSolutions__slide {
  height: auto;
}
@media (max-width: 1023px) {
  .homeSolutions__slide__content {
    box-shadow: 0px 6px 6px rgba(100, 100, 100, 0.3);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    margin: 8px;
    height: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .homeSolutions__slide__content {
    display: flex;
    align-items: center;
    gap: 96px;
    padding: 0 80px;
  }
}
@media (max-width: 1023px) {
  .homeSolutions__slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(2);
  }
}
@media (max-width: 1023px) {
  .homeSolutions__slide__image {
    background: var(--color-gray);
    aspect-ratio: 2/1;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .homeSolutions__slide__image {
    width: 50%;
  }
}
.homeSolutions__slide__copy__title {
  margin-bottom: 12px;
}
.homeSolutions__slide__copy__title__icon {
  display: none;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 6px 6px rgba(100, 100, 100, 0.3);
  background: var(--color-orange);
  background: linear-gradient(180deg, var(--color-orange) 0%, var(--color-yellow) 100%);
}
@media (min-width: 1024px) {
  .homeSolutions__slide__copy__title__icon {
    display: flex;
  }
}
.homeSolutions__slide__copy__title h3 {
  font-size: 14px;
  font-weight: var(--font-semibold);
  line-height: 22px;
  letter-spacing: 2.45px;
  color: var(--color-pink);
  text-wrap: balance;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .homeSolutions__slide__copy__title h3 {
    font-size: 16px;
    width: calc(100% - 64px - 16px);
  }
}
@media (min-width: 1024px) {
  .homeSolutions__slide__copy__title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.homeSolutions__slide__copy__description {
  font-size: 13px;
  font-weight: var(--font-light);
  line-height: 20px;
  font-style: normal;
  color: var(--color-navy);
  margin-bottom: auto;
}
@media (min-width: 1024px) {
  .homeSolutions__slide__copy__description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  .homeSolutions__slide__copy .btn {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .homeSolutions__slide__copy {
    flex: 1;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .homeSolutions__slide__copy {
    width: 50%;
  }
}

.homeServices {
  padding: 72px 0;
  background: var(--color-pink);
  background: linear-gradient(-136deg, var(--color-pink) 0%, var(--color-yellow) 100%);
}
.homeServices__title {
  font-size: 16px;
  font-weight: var(--font-semibold);
  line-height: 24px;
  font-style: normal;
  text-align: left;
  letter-spacing: 2px;
  color: var(--color-navy);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.homeServices__subtitle {
  font-size: 30px;
  font-weight: var(--font-semibold);
  line-height: 1.3;
  font-style: normal;
  text-align: left;
  letter-spacing: 2px;
  color: var(--color-white);
  margin-bottom: 24px;
  max-width: 880px;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .homeServices__subtitle {
    font-size: 54px;
    line-height: 68px;
  }
}
.homeServices__description {
  font-size: 18px;
  font-weight: var(--font-light);
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: var(--color-white);
}
.homeServices__description p {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .homeServices__description {
    text-wrap: balance;
  }
}
.homeServices__accordion__item {
  background: var(--color-white);
  padding: 36px;
  border-radius: 10px;
  box-shadow: 0px 6px 6px rgba(100, 100, 100, 0.3);
  margin-bottom: 16px;
  color: var(--color-navy);
}
.homeServices__accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.homeServices__accordion__title h3 {
  margin-right: auto;
  font-size: 14px;
  font-weight: var(--font-semibold);
  line-height: 21px;
  font-style: normal;
  text-align: left;
  letter-spacing: 2.45px;
  color: var(--color-orange);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .homeServices__accordion__title h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.homeServices__accordion__title i {
  display: none;
  color: var(--color-orange);
  font-size: 24px;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .homeServices__accordion__title i {
    display: block;
  }
}
.homeServices__accordion__title svg {
  display: none;
  stroke: var(--color-orange);
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .homeServices__accordion__title svg {
    display: block;
  }
}
.homeServices__accordion__title--active svg {
  transform: rotate(180deg);
  opacity: 0.5;
  stroke: var(--color-navy);
}
@media (max-width: 1023px) {
  .homeServices__accordion__title {
    flex-direction: row-reverse;
  }
}
.homeServices__accordion__answer {
  display: none;
  margin-top: 24px;
}
.homeServices__accordion__answer .btn {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .homeServices {
    padding: 120px 0;
    background: var(--color-pink);
    background: linear-gradient(-136deg, var(--color-pink) 0%, var(--color-yellow) 100%);
    color: var(--color-white);
  }
}

.homeCases {
  padding: 24px 0;
  padding-top: 72px;
}
.homeCases__title {
  font-size: 16px;
  font-weight: var(--font-semibold);
  line-height: 24px;
  font-style: normal;
  text-align: center;
  letter-spacing: 2px;
  color: var(--color-orange);
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .homeCases__title {
    text-align: left;
    margin-bottom: 36px;
  }
}
.homeCases .swiper .swiper-wrapper {
  margin-bottom: 56px;
}
.homeCases .swiper .swiper-pagination {
  display: none;
}
.homeCases__slide a {
  text-decoration: none;
  color: inherit;
}
.homeCases__slide__content {
  box-shadow: 0px 6px 6px rgba(100, 100, 100, 0.3);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  margin: 8px;
  height: calc(100% - 16px);
}
.homeCases__slide__image {
  background: var(--color-gray);
  aspect-ratio: 280/130;
}
.homeCases__slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.homeCases__slide__copy {
  padding: 24px;
}
.homeCases__slide__copy__title {
  margin-bottom: 12px;
}
.homeCases__slide__copy__title h3 {
  font-size: 16px;
  font-weight: var(--font-semibold);
  line-height: 24px;
  letter-spacing: 2.45px;
  color: var(--color-navy);
  text-wrap: balance;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 1024px) {
  .homeCases__slide__copy__title h3 {
    font-size: 16px;
  }
}
.homeCases__slide__copy__description {
  font-size: 14px;
  font-weight: var(--font-light);
  line-height: 24px;
  font-style: normal;
  color: var(--color-navy);
  margin-bottom: 56px;
  text-align: left;
}
@media (min-width: 1024px) {
  .homeCases {
    padding-top: 96px;
  }
}

.homeClients {
  padding: 24px 0;
}
.homeClients__title {
  font-size: 16px;
  font-weight: var(--font-semibold);
  line-height: 24px;
  font-style: normal;
  text-align: center;
  letter-spacing: 2px;
  color: var(--color-orange);
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .homeClients__title {
    text-align: left;
    margin-bottom: 36px;
  }
}
.homeClients__slide img {
  margin: auto;
}
.homeClients .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.homeClients .swiper .swiper-pagination {
  display: none;
}