/*!
  Author: Basework Studio
  Author URI: https://basework.studio
  Contact: info@basework.studio
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  background-color: #efebe4;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
}

*:focus {
  outline: none;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none !important;
}

main {
  overflow: unset;
}

@media only screen and (min-width: 0px) {
  .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1348px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1600px !important;
  }
}

.btn {
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  line-height: 125%;
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  gap: 8px;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn {
    gap: 6px;
    height: 30px;
  }
}
.btn i {
  width: 16;
  height: 16px;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn i {
    width: 14px;
    height: 14px;
  }
}
.btn i svg {
  width: 100%;
  height: 100%;
}
.btn.w-full {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .btn.w-mobile-full {
    width: 100%;
  }
}
.btn.btn-text {
  font-size: 12px;
  color: rgba(38, 26, 40, 0.8);
  line-height: 133.333%;
  height: fit-content;
}
.btn.btn-text-light {
  font-size: 12px;
  color: #efebe4;
  line-height: 133.333%;
  height: fit-content;
}
.btn.h-40 {
  height: 40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.h-40 {
    height: 36px;
  }
}
.btn.h-48 {
  height: 48px;
}
.btn.btn-light {
  padding: 0 16px;
  box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.1);
  background: #fafafa;
  border-radius: 80px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.1);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.btn-light {
    padding: 0 8px;
    font-size: 12px;
  }
}
.btn.btn-light:hover {
  border-radius: 12px;
}
.btn.btn-primary {
  padding: 0 16px;
  box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.1) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.1);
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  border-radius: 80px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  color: #efebe4;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.btn-primary {
    padding: 0 8px;
    font-size: 12px;
  }
}
.btn.btn-primary:hover {
  border-radius: 12px;
}
.btn.btn-primary i svg path {
  stroke: #efebe4;
}

.homepage-analyst {
  padding: 120px 0;
  background: linear-gradient(180deg, #fafafa, #efebe4);
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst {
    padding-top: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst {
    padding-top: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst {
    padding-bottom: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst {
    padding-bottom: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst {
    padding-bottom: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst {
    padding-top: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst {
    padding-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst {
    padding-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst {
    padding-bottom: 3.90625vw;
  }
}
.homepage-analyst-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-head {
    margin-bottom: 11.2820512821vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-head {
    margin-bottom: 7.6256499133vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-head {
    margin-bottom: 5.7291666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-head {
    margin-bottom: 4.296875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-head {
    margin-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-head {
    margin-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-head {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-head {
    margin-bottom: 3.125vw;
  }
}
.homepage-analyst-head .title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-head .title {
    margin-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-head .title {
    margin-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-head .title {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-head .title {
    margin-top: 1.5625vw;
  }
}
.homepage-analyst-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-head .title * {
    font-size: 10.2564102564vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-head .title * {
    font-size: 6.9324090121vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-head .title * {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-head .title * {
    font-size: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-analyst-head .title * {
    line-height: 115%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-head .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-head .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-head .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-head .title * {
    font-size: 2.734375vw;
  }
}
.homepage-analyst-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  font-size: 20px;
  line-height: 140%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-head .description {
    font-size: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-head .description {
    font-size: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-head .description {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-head .description {
    font-size: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-head .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-head .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-head .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-head .description {
    font-size: 1.5625vw;
  }
}
.homepage-analyst-body-nav {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav {
    margin-bottom: 11.2820512821vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav {
    margin-bottom: 7.6256499133vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav {
    margin-bottom: 5.7291666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav {
    margin-bottom: 4.296875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav {
    margin-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav {
    margin-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-nav {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav {
    gap: 1.5625vw;
  }
}
.homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    display: flex;
    flex-shrink: 0;
    background: #fafafa;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    width: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    width: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    width: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav-prev-btn, .homepage-analyst-body-nav-next-btn {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    display: flex;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav-prev-btn i, .homepage-analyst-body-nav-next-btn i {
    height: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-prev-btn i svg, .homepage-analyst-body-nav-next-btn i svg {
    width: 100%;
    height: 100%;
  }
}
.homepage-analyst-body-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    border-radius: 3600px;
    background: #fafafa;
  }
}
.homepage-analyst-body-nav-buttons::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-color: transparent transparent;
  scrollbar-width: none; /* Firefox 64 */
}
.homepage-analyst-body-nav-buttons::-moz-scrollbar {
  display: none;
}
.homepage-analyst-body-nav-buttons a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: rgba(38, 26, 40, 0.6);
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding: 12px 16px;
  position: relative;
  transition: all 0.6s ease;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-buttons a {
    flex-shrink: 0;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 80px;
    transition: all 0s ease;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav-buttons a {
    width: 30.7692307692vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav-buttons a {
    width: 20.7972270364vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-buttons a {
    width: 15.625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav-buttons a {
    width: 11.71875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav-buttons a {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav-buttons a {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-buttons a {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav-buttons a {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-nav-buttons a {
    width: 35.8974358974vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-nav-buttons a {
    width: 24.2634315425vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-buttons a {
    width: 18.2291666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-nav-buttons a {
    width: 13.671875vw;
  }
}
.homepage-analyst-body-nav-buttons a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.6s ease;
  padding: 12px 16px;
}
.homepage-analyst-body-nav-buttons a.active {
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-nav-buttons a.active {
    background: #f4482b;
    color: #efebe4;
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.1) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.1);
  }
}
@media (min-width: 1024px) {
  .homepage-analyst-body-nav-buttons a:hover, .homepage-analyst-body-nav-buttons a.active {
    color: transparent;
  }
  .homepage-analyst-body-nav-buttons a:hover::before, .homepage-analyst-body-nav-buttons a.active::before {
    opacity: 1;
  }
}
.homepage-analyst-body-slider .swiper {
  overflow: visible;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide {
  width: 800px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide {
    width: 480px;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide {
    width: 320px;
    height: auto;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), rgba(239, 235, 228, 0.7);
  box-shadow: 0 12px 12px -6px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(38, 26, 40, 0.1);
  backdrop-filter: blur(4px);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
  padding: 32px 8px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    height: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    height: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    gap: 1.5625vw;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-logo {
  display: flex;
  height: 23px;
  width: auto;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-logo img {
  width: auto;
  height: 100%;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info {
    gap: 0.78125vw;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
  font-family: Figtree !important;
  font-weight: 600;
  font-style: normal;
  color: #261a28;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    margin-bottom: 2.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    margin-bottom: 1.3864818024vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    margin-bottom: 1.0416666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    line-height: 133%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .text {
    font-size: 1.7578125vw;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action {
  display: flex;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
  font-family: Red Hat Display !important;
  font-weight: 600;
  font-style: normal;
  color: #261a28;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a {
    font-size: 1.5625vw;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a span {
  transition: 0.35s ease;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a span::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: 0.35s ease;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a:hover span {
  color: transparent;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a:hover span::before {
  opacity: 1;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a:hover svg path {
  stroke: #e92e2f;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a i {
  display: flex;
  width: 16px;
  height: 16px;
  transition: transform 0.4s ease;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-info .action a i svg path {
  transition: all 0.4s ease;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-categories {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: auto;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-categories a {
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 6px;
  border-radius: 6px;
  background: #fafafa;
  box-shadow: 0 4.5px 4.5px -2.25px rgba(5, 18, 53, 0.05), 0 2.25px 2.25px -1.125px rgba(5, 18, 53, 0.05), 0 0.75px 0.75px -0.375px rgba(5, 18, 53, 0.05), 0 0 0 0.75px rgba(5, 18, 53, 0.05);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-categories a {
    max-width: fit-content;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-categories a img {
  display: flex;
  width: 20px;
  height: 20px;
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
  display: flex;
  width: 400px;
  height: 100%;
  padding: 80px 40px;
  min-height: 480px;
  border-radius: 15px;
  background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), rgba(239, 235, 228, 0.7);
  box-shadow: 0 4px 30px -10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2.5px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    width: 480px;
    height: 350px;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-left: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-left: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-left: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-left: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-right: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-right: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-right: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    padding-right: 7.8125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    width: 320px;
    height: 320px;
    min-height: auto;
    padding: 0;
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media-inner:hover img {
    transform: scale(2);
  }
}
.homepage-analyst-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media-inner img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  cursor: zoom-in;
  transition: transform 0.6s ease;
  will-change: transform;
  transform: none;
  object-fit: cover;
  transform: scale(1);
  transform-origin: var(--x, 50%) var(--y, 50%);
}

.homepage-call-to-action {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #18181b;
  padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action {
    border-bottom: none;
  }
}
.homepage-call-to-action::before {
  height: 6px;
  width: 100%;
  background: #18181b;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  content: "";
}
.homepage-call-to-action::after {
  filter: blur(12px);
  z-index: 6;
  background: linear-gradient(rgba(24, 24, 27, 0) 0%, #18181b 68.694%);
  flex: none;
  width: 108%;
  height: 30%;
  position: absolute;
  bottom: -32px;
  left: -4%;
  z-index: 2;
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action::after {
    content: none;
  }
}
.homepage-call-to-action .container {
  position: relative;
  z-index: 3;
}
.homepage-call-to-action-bg {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage-call-to-action-bg img,
.homepage-call-to-action-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homepage-call-to-action-bg::after {
  filter: blur(12px);
  z-index: 6;
  background: linear-gradient(rgba(24, 24, 27, 0) 0%, #18181b 68.694%);
  flex: none;
  width: 108%;
  height: 30%;
  position: absolute;
  bottom: -32px;
  left: -4%;
  z-index: 2;
  content: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action-bg::after {
    content: "";
  }
}
.homepage-call-to-action-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: fit-content;
  position: relative;
  align-items: center;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    padding-right: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    padding-right: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    padding-right: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    padding-left: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    padding-left: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    padding-left: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    padding-left: 1.953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    padding-right: 5.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    padding-right: 3.4662045061vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    padding-right: 1.953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    padding-left: 5.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    padding-left: 3.4662045061vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    padding-left: 2.6041666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    padding-left: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    padding-right: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    padding-right: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    padding-right: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content {
    padding-left: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content {
    padding-left: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content {
    padding-left: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content {
    padding-left: 1.953125vw;
  }
}
.homepage-call-to-action-content h2 {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content h2 {
    line-height: 114.286%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content h2 {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content h2 {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content h2 {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content h2 {
    font-size: 2.734375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content h2 {
    line-height: 114.286%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content h2 {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content h2 {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content h2 {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content h2 {
    font-size: 2.734375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content h2 {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content h2 {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content h2 {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content h2 {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content h2 {
    font-size: 3.125vw;
  }
}
.homepage-call-to-action-content h2.animated-text .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInWord 0.8s ease forwards;
  margin-right: 0.3em;
}
@keyframes fadeInWord {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.homepage-call-to-action-content p {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(239, 235, 228, 0.9);
  font-size: 20px;
  text-align: center;
  line-height: 140%;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content p {
    line-height: 137.5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content p {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content p {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content p {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content p {
    line-height: 137.5%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content p {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content p {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content p {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content p {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content p {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content p {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content p {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content p {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action-content p br {
    display: none;
  }
}
.homepage-call-to-action-content-form {
  display: flex;
  width: 75%;
  overflow: hidden;
  margin-top: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form {
    margin-top: 1.0256410256vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form {
    margin-top: 0.6932409012vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form {
    margin-top: 0.5208333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form {
    margin-top: 0.390625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form {
    padding-right: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form {
    padding-right: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form {
    padding-right: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form {
    padding-right: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form {
    padding-left: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form {
    padding-left: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form {
    padding-left: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form {
    padding-left: 1.953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form {
    width: 100%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form {
    margin-top: 1.0256410256vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form {
    margin-top: 0.6932409012vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form {
    margin-top: 0.5208333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form {
    margin-top: 0.390625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form {
    margin-top: 2.0512820513vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form {
    margin-top: 1.3864818024vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form {
    margin-top: 0.78125vw;
  }
}
.homepage-call-to-action-content-form form {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 80px;
  gap: 20px;
  align-items: center;
  padding-right: 8px;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
  position: relative;
  backdrop-filter: blur(8px);
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    overflow: unset;
    flex-direction: column;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form {
    gap: 1.171875vw;
  }
}
.homepage-call-to-action-content-form form.hover-button {
  border-radius: 20px;
}
.homepage-call-to-action-content-form form.hover-button button {
  border-radius: 12px;
}
.homepage-call-to-action-content-form form svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 160%;
  height: auto;
  z-index: 5;
  pointer-events: none;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form svg {
    width: auto;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form svg {
    height: 20vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form svg {
    height: 13.5181975737vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form svg {
    height: 10.15625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form svg {
    height: 7.6171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form svg {
    top: -3.8461538462vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form svg {
    top: -2.5996533795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form svg {
    top: -1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form svg {
    top: -1.46484375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form svg {
    transform: translateX(-50%);
    width: auto;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form svg {
    height: 20vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form svg {
    height: 13.5181975737vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form svg {
    height: 10.15625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form svg {
    height: 7.6171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form svg {
    top: -3.8461538462vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form svg {
    top: -2.5996533795vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form svg {
    top: -1.953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form svg {
    top: -1.46484375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form svg {
    transform: translateX(-50%);
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form svg {
    height: 20vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form svg {
    height: 13.5181975737vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form svg {
    height: 10.15625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form svg {
    height: 7.6171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form form svg {
    top: -3.8461538462vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form form svg {
    top: -2.5996533795vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form form svg {
    top: -1.953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form form svg {
    top: -1.46484375vw;
  }
}
.homepage-call-to-action-content-form label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 4;
  transition-delay: 0.2s;
  transition: all 0.4s ease;
  cursor: text;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label {
    height: 4.6875vw;
  }
}
.homepage-call-to-action-content-form label span {
  color: rgba(239, 235, 228, 0.5);
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  display: flex;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label span {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label span {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label span {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label span {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label span {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label span {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label span {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label span {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label span {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label span {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label span {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label span {
    font-size: 1.3671875vw;
  }
}
.homepage-call-to-action-content-form label p {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.4s ease;
  -webkit-mask-image: linear-gradient(to right, transparent 30%, #eee 50%, transparent 70%);
  mask-image: linear-gradient(to right, transparent 30%, #eee 50%, transparent 70%);
  -webkit-mask-size: 150% auto;
  mask-size: 150% auto;
  animation: shine 3s ease-in-out infinite;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label p {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label p {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label p {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label p {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label p {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label p {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label p {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label p {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label p {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label p {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label p {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form label p {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form label p {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form label p {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form label p {
    font-size: 1.3671875vw;
  }
}
@keyframes shine {
  0% {
    -webkit-mask-position: 200%;
    mask-position: 200%;
  }
  100% {
    -webkit-mask-position: -100%;
    mask-position: -100%;
  }
}
.homepage-call-to-action-content-form input {
  width: 100%;
  height: 64px;
  border-radius: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #efebe4;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.01);
    mix-blend-mode: plus-lighter;
    backdrop-filter: blur(4px);
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    line-height: 142.857%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    line-height: 142.857%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    line-height: 157.143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    padding-left: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    padding-left: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    padding-left: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    padding-left: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input {
    padding-right: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input {
    padding-right: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input {
    padding-right: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input {
    padding-right: 1.3671875vw;
  }
}
.homepage-call-to-action-content-form input:focus::placeholder {
  opacity: 1;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.homepage-call-to-action-content-form input:focus + label {
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
  transition-delay: 0s;
}
.homepage-call-to-action-content-form input:focus + svg {
  opacity: 0;
}
.homepage-call-to-action-content-form input::placeholder {
  color: #efebe4;
  opacity: 0;
  transition: all 0.4s ease;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  transition-delay: 0s;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input::placeholder {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input::placeholder {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input::placeholder {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form input::placeholder {
    font-size: 1.3671875vw;
  }
}
.homepage-call-to-action-content-form button {
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: #efebe4;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  box-shadow: 0 -1px 1px 1px var(--Shadow-Dark-M, rgba(38, 26, 40, 0.1)) inset, 0 1px 1px 1px var(--Shadow-Light-XL, rgba(239, 235, 228, 0.2)) inset, 0 6px 6px -3px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 3px 3px -1.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 1px 1px -0.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 0 0 1px var(--Shadow-Light-M, rgba(239, 235, 228, 0.1));
  border: none;
  border-radius: 80px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  white-space: nowrap;
  justify-content: center;
  background: transparent;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    border-radius: 64px;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    line-height: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    line-height: 100%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    line-height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    padding-left: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    padding-left: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    padding-left: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    padding-left: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button {
    padding-right: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button {
    padding-right: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button {
    padding-right: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button {
    padding-right: 1.3671875vw;
  }
}
.homepage-call-to-action-content-form button span,
.homepage-call-to-action-content-form button i {
  position: relative;
  z-index: 2;
}
.homepage-call-to-action-content-form button:hover {
  border-radius: 12px;
}
.homepage-call-to-action-content-form button:hover::before {
  opacity: 1;
  border-radius: 12px;
}
.homepage-call-to-action-content-form button:hover::after {
  opacity: 0;
}
.homepage-call-to-action-content-form button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #e92e2f 0%, #ff6126 100%);
  border-radius: 80px;
  z-index: 0;
  opacity: 1;
  transition: all 0.4s ease;
}
.homepage-call-to-action-content-form button::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: fit-content;
  height: auto;
  background: linear-gradient(270deg, #e92e2f 0%, #ff6126 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: left;
  z-index: 3;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button::after {
    content: none;
  }
}
.homepage-call-to-action-content-form button i {
  width: 16px;
  height: 16px;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button i {
    height: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button i {
    height: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-call-to-action-content-form button i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-call-to-action-content-form button i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form button i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-call-to-action-content-form button i {
    height: 1.5625vw;
  }
}
.homepage-call-to-action-content-form button i svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}
.homepage-call-to-action-content-form .custom-alert {
  position: absolute;
  text-align: center;
  top: 35px;
  left: 18px;
  font-size: 12px;
  color: red;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-call-to-action-content-form .custom-alert {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-call-to-action-content-form .custom-alert {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.homepage-capabilities {
  padding: 120px 0;
  background: #efebe4;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities {
    padding-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities {
    padding-top: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities {
    padding-top: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities {
    padding-top: 5.46875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities {
    padding-bottom: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities {
    padding-bottom: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities {
    padding-bottom: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities {
    padding-bottom: 5.46875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities {
    padding-top: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities {
    padding-top: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities {
    padding-bottom: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities {
    padding-bottom: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities {
    padding-bottom: 4.6875vw;
  }
}
.homepage-capabilities-wrapper {
  position: relative;
}
.homepage-capabilities-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 60%;
  width: 80px;
  background: linear-gradient(270deg, rgba(239, 235, 228, 0) 0%, #efebe4 68%);
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-capabilities-wrapper::before {
    display: none;
  }
}
.homepage-capabilities-wrapper::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 60%;
  width: 80px;
  background: linear-gradient(91deg, rgba(239, 235, 228, 0) 0%, #efebe4 55%);
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-capabilities-wrapper::after {
    display: none;
  }
}
.homepage-capabilities-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-capabilities-head {
    align-items: flex-start;
    text-align: start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-head {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-head {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-head {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-head {
    margin-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-head {
    margin-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-head {
    margin-bottom: 3.125vw;
  }
}
.homepage-capabilities-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-head .title * {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-head .title * {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head .title * {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-head .title * {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-capabilities-head .title * {
    line-height: 130%;
    display: inline;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-head .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-head .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-head .title * {
    font-size: 2.734375vw;
  }
}
.homepage-capabilities-head .title * span {
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-capabilities-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 20px;
  line-height: 140%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head .description {
    line-height: 133%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-head .description {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-head .description {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head .description {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-head .description {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-capabilities-head .description {
    line-height: 140%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-head .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-head .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-head .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-head .description {
    font-size: 1.5625vw;
  }
}
.homepage-capabilities-body-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-capabilities-body-buttons {
    display: none;
  }
}
.homepage-capabilities-body-buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  padding: 14px 16px;
  position: relative;
  transition: all 0.6s ease;
}
.homepage-capabilities-body-buttons a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 24px;
  background: linear-gradient(270deg, #e92e2f 0%, #ff6126 75.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.6s ease;
  padding: 14px 16px;
}
.homepage-capabilities-body-buttons a.active {
  pointer-events: none;
}
.homepage-capabilities-body-buttons a:hover, .homepage-capabilities-body-buttons a.active {
  color: transparent;
}
.homepage-capabilities-body-buttons a:hover::before, .homepage-capabilities-body-buttons a.active::before {
  opacity: 1;
}
.homepage-capabilities-body-buttons a:hover i svg path[stroke], .homepage-capabilities-body-buttons a.active i svg path[stroke] {
  stroke: #ff6126;
}
.homepage-capabilities-body-buttons a:hover i svg path[fill], .homepage-capabilities-body-buttons a.active i svg path[fill] {
  fill: #ff6126;
}
.homepage-capabilities-body-buttons a i {
  display: flex;
  width: 16px;
  height: 16px;
}
.homepage-capabilities-body-buttons a i svg {
  width: 100%;
  height: 100%;
}
.homepage-capabilities-body-buttons a i svg path {
  transition: all 0.6s ease;
}
.homepage-capabilities-body-buttons a i svg path[stroke] {
  stroke: #261a28;
}
.homepage-capabilities-body-buttons a i svg path[fill] {
  fill: #261a28;
}
.homepage-capabilities-body-slider .swiper {
  overflow: visible;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper {
  align-items: stretch;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide {
  width: 360px;
  flex-shrink: 0;
  height: auto;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item {
  border: 1px solid rgba(244, 72, 43, 0.5);
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item-content-title * {
  background: linear-gradient(270deg, #e92e2f 0%, #ff6126 75.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item-content-title * i svg path[stroke] {
  stroke: #ff6126;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-item-content-title * i svg path[fill] {
  fill: #ff6126;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
  height: 100%;
  border-radius: 24px;
  background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.7);
  box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.0509803922), 0 1px 1px -0.5px rgba(38, 26, 40, 0.0509803922), 0 3px 3px -1.5px rgba(38, 26, 40, 0.0509803922), 0 6px 6px -3px rgba(38, 26, 40, 0.0509803922);
  position: relative;
  border: 1px solid transparent;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    height: 100%;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
  display: flex;
  width: 100%;
  height: 324px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    height: 83.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    height: 56.1525129983vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    height: 42.1875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    height: 31.640625vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media img {
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content {
    padding: 1.171875vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  position: relative;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * {
    font-size: 1.5625vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
  display: flex;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i {
    height: 1.5625vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i svg {
  width: 100%;
  height: 100%;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i svg path[stroke] {
  stroke: #261a28;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-title * i svg path[fill] {
  fill: #261a28;
}
.homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-text {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-text {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-text {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-content-text {
    font-size: 1.5625vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-nav {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 5.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    margin-top: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    margin-top: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav {
    gap: 1.5625vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-nav a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    width: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    width: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    width: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a {
    height: 4.6875vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-nav a i {
  display: flex;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    width: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    width: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    height: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    height: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-capabilities-body-slider .swiper .swiper-nav a i {
    height: 2.34375vw;
  }
}
.homepage-capabilities-body-slider .swiper .swiper-nav a i svg {
  width: 100%;
  height: 100%;
}

.homepage-case-study {
  padding: 120px 0;
  background: linear-gradient(180deg, #efebe4, #fafafa);
}
@media only screen and (max-width: 1023px) {
  .homepage-case-study .subtext {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-top: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-top: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-top: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-bottom: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-bottom: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-top: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-bottom: 3.90625vw;
  }
}
.homepage-case-study-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-head {
    text-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    margin-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    margin-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    gap: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    gap: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    gap: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    gap: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    gap: 1.171875vw;
  }
}
.homepage-case-study-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-head .title * {
    line-height: 115%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .title * {
    font-size: 2.734375vw;
  }
}
.homepage-case-study-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 20px;
  line-height: 140%;
  width: 60%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    line-height: 133%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .description {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .description {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    line-height: 137%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .description {
    font-size: 1.5625vw;
  }
}
.homepage-case-study-head .action {
  display: flex;
}
.homepage-case-study-head .action a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 19px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    line-height: 122%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-top: 4.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-top: 2.9462738302vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-top: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-top: 1.66015625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-bottom: 4.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.9462738302vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-bottom: 1.66015625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    gap: 1.5384615385vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    gap: 1.0398613518vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    gap: 0.5859375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    line-height: 125%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    gap: 1.0256410256vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    gap: 0.6932409012vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    gap: 0.5208333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    gap: 0.390625vw;
  }
}
.homepage-case-study-head .action a span {
  transition: 0.35s ease;
}
.homepage-case-study-head .action a span::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: 0.35s ease;
}
.homepage-case-study-head .action a:hover span {
  color: transparent;
}
.homepage-case-study-head .action a:hover span::before {
  opacity: 1;
}
.homepage-case-study-head .action a:hover svg path {
  stroke: #e92e2f;
}
.homepage-case-study-head .action a i {
  display: flex;
  width: 16px;
  height: 16px;
  transition: transform 0.4s ease;
}
.homepage-case-study-head .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-case-study-head .action a i svg path {
  transition: all 0.4s ease;
}
.homepage-case-study-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body {
    flex-direction: column;
  }
}
.homepage-case-study-body-item {
  display: flex;
  flex-direction: column;
  height: 480px;
  width: 156px;
  border-radius: 32px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item:last-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item {
    height: 240px;
    width: 100%;
    border-radius: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item {
    height: 240px;
    width: 100%;
    border-radius: 24px;
  }
}
.homepage-case-study-body-item.active {
  width: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item.active {
    width: 100%;
    height: 640px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item.active {
    width: 100%;
    height: 640px;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content {
  padding: 24px 24px 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content {
    padding: 22px 22px 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content {
    padding: 20px 20px 60px;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-start {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content-end {
    align-items: unset;
  }
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .customer-logo {
    justify-content: flex-start;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .description,
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .subtext {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item:hover:not(.active) {
    width: 180px;
  }
}
.homepage-case-study-body-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, 0.7) 61%);
  border-radius: 0 0 32px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item::after {
    border-radius: 0 0 28px 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item::after {
    border-radius: 0 0 24px 24px;
  }
}
.homepage-case-study-body-item-media {
  display: flex;
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-media picture {
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-media img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-media img {
    border-radius: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-media img {
    border-radius: 24px;
  }
}
.homepage-case-study-body-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 18px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content {
    padding: 22px 22px 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content {
    padding: 20px 20px 60px;
  }
}
.homepage-case-study-body-item-content-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  height: 112px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start {
    height: 72px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start {
    height: 62px;
  }
}
.homepage-case-study-body-item-content-start .action {
  display: flex;
  flex-shrink: 0;
}
.homepage-case-study-body-item-content-start .action a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 19px 20px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.25) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(12px);
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .action a {
    font-size: 18px;
    line-height: 122%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .action a {
    display: none;
  }
}
.homepage-case-study-body-item-content-start .action a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.homepage-case-study-body-item-content-start .action a i {
  display: flex;
  width: 20px;
  height: 20px;
}
.homepage-case-study-body-item-content-start .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-content-start .info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.homepage-case-study-body-item-content-start .info-text .number {
  font-family: Red Hat Display !important;
  font-weight: bold;
  font-style: normal;
  color: #efebe4;
  text-align: right;
  font-size: 48px;
  line-height: 116%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    line-height: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 10.2564102564vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 6.9324090121vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    line-height: 125%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 3.125vw;
  }
}
.homepage-case-study-body-item-content-start .info-text .text {
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: #f8f8f8;
  font-size: 20px;
  line-height: 140%;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 150px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    line-height: 133%;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    line-height: 137%;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 1.5625vw;
  }
}
.homepage-case-study-body-item-content-end {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.homepage-case-study-body-item-content-end .customer-logo {
  display: flex;
  height: 72px;
  max-width: 100px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .customer-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .customer-logo {
    margin-bottom: 90px;
  }
}
.homepage-case-study-body-item-content-end .customer-logo img {
  max-height: fit-content;
  object-fit: contain;
  max-width: 100%;
}
.homepage-case-study-body-item-content-end .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 14px;
  opacity: 0;
  height: 120px;
  visibility: hidden;
  transition: opacity 0.6s ease;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  width: 422px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .description {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .homepage-case-study-body-item-content-end .description {
    width: 375px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .description {
    line-height: 142%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 1.3671875vw;
  }
}
.homepage-case-study-body-item-content-end .subtext {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  font-size: 16px;
  line-height: 150%;
  opacity: 0;
  height: 24px;
  visibility: hidden;
  transition: all 0.6s ease;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 422px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .subtext {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .subtext {
    line-height: 142%;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 1.3671875vw;
  }
}

.homepage-channels {
  padding: 64px 0;
  background: linear-gradient(180deg, #efebe4 0%, #d0c2c7 100%);
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels {
    padding: 0 !important;
  }
  .homepage-channels .homepage-channels-wrapper {
    padding: 5.7vw 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels {
    padding-top: 11.2820512821vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels {
    padding-top: 7.6256499133vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels {
    padding-top: 5.7291666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels {
    padding-top: 4.296875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels {
    padding-bottom: 11.2820512821vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels {
    padding-bottom: 7.6256499133vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels {
    padding-bottom: 5.7291666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels {
    padding-bottom: 4.296875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels {
    padding-top: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels {
    padding-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels {
    padding-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels {
    padding-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels {
    background: #efebe4;
  }
}
.homepage-channels-wrapper {
  position: relative;
}
.homepage-channels::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #efebe4 6.73%, rgba(239, 235, 228, 0) 100%);
  filter: blur(0px);
  z-index: 3;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels::before {
    display: none;
  }
}
.homepage-channels::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, #efebe4 6.73%, rgba(239, 235, 228, 0) 100%);
  filter: blur(0px);
  z-index: 3;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels::after {
    display: none;
  }
}
.homepage-channels-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels-head {
    align-items: flex-start;
    text-align: start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-head {
    margin-bottom: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-head {
    margin-bottom: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-head {
    margin-bottom: 4.6875vw;
  }
}
.homepage-channels-head .title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-head .title {
    margin-bottom: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-head .title {
    margin-bottom: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .title {
    margin-bottom: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-head .title {
    margin-bottom: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-head .title {
    margin-bottom: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-head .title {
    margin-bottom: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .title {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-head .title {
    margin-bottom: 1.171875vw;
  }
}
.homepage-channels-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-channels-head .title * {
    line-height: 115%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-head .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-head .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-head .title * {
    font-size: 2.734375vw;
  }
}
.homepage-channels-head .title * span {
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-channels-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #332c33;
  font-size: 20px;
  line-height: 140%;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .description {
    line-height: 133%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-head .description {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-head .description {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .description {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-head .description {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-channels-head .description {
    line-height: 137%;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-head .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-head .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-head .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-head .description {
    font-size: 1.5625vw;
  }
}
.homepage-channels-body {
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper {
    display: flex;
    column-gap: 32px;
    row-gap: 32px;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .slide-col {
  display: flex;
  flex-direction: column;
  width: calc(100% - 64px);
  gap: 32px;
}
@media (min-width: 1024px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide {
    height: 200px;
    transition: all 0.6s ease;
  }
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide:has(.slide-item.active) {
    height: 480px;
  }
}
@media (min-width: 1440px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide {
    height: 180px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #efebe4;
  background: radial-gradient(74.99% 100% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), radial-gradient(114.73% 141.42% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), rgba(239, 235, 228, 0.7);
  box-shadow: 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(38, 26, 40, 0.05);
  padding: 16px 16px 0;
  height: 200px;
  transition: all 0.6s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    border: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    height: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-left: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-left: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-left: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-right: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-right: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item.active {
    height: 480px;
  }
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item.active .slide-item-media {
    opacity: 1;
    visibility: visible;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon {
  display: flex;
  margin-bottom: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon {
    margin-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon {
    margin-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon {
    margin-bottom: 1.5625vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
  display: flex;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    width: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    width: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    height: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    height: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i {
    height: 2.34375vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i svg {
  width: 100%;
  height: 100%;
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i svg path[stroke] {
  stroke: #261a28;
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-icon i svg path[fill] {
  fill: #261a28;
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title {
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title {
    margin-bottom: 1.0398613518vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title {
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title {
    margin-bottom: 0.5859375vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
  font-family: Figtree !important;
  font-weight: 600;
  font-style: normal;
  color: #261a28;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    line-height: 133%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    line-height: 137%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-title * {
    font-size: 1.5625vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-description {
    line-height: 150%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-description {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-description {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-description {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-description {
    font-size: 1.3671875vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media {
    opacity: 1;
    visibility: visible;
  }
}
.homepage-channels-body-slider .swiper .swiper-wrapper .swiper-slide .slide-item-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.homepage-channels-body-slider .swiper .swiper-nav {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 5.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    margin-top: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    margin-top: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-nav {
    gap: 1.5625vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-nav a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    width: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    width: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    width: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-nav a {
    height: 4.6875vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-nav a i {
  display: flex;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    width: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    width: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    height: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    height: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-channels-body-slider .swiper .swiper-nav a i {
    height: 2.34375vw;
  }
}
.homepage-channels-body-slider .swiper .swiper-nav a i svg {
  width: 100%;
  height: 100%;
}
.homepage-channels-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-channels-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.homepage-core-differentiators {
  overflow: hidden;
  padding: 0;
  position: relative;
  background: #18181b;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators {
    overflow: visible;
    background: linear-gradient(0deg, #261a28 0%, #18181b 100%);
  }
}
.homepage-core-differentiators::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #18181b;
}
.homepage-core-differentiators-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-head {
    top: 64px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, #261a28 0%, #18181b 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head {
    padding: 64px 32px;
    align-items: flex-start;
    text-align: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-head {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-head {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-head {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-core-differentiators-head {
    padding: 48px 16px 24px;
    align-items: flex-start;
    text-align: start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-head {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-head {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-head {
    gap: 1.171875vw;
  }
}
.homepage-core-differentiators-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-core-differentiators-head .title * {
    line-height: 115%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-head .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-head .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-head .title * {
    font-size: 2.734375vw;
  }
}
.homepage-core-differentiators-head .title * span {
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-core-differentiators-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(239, 235, 228, 0.8);
  font-size: 20px;
  line-height: 140%;
  width: 60%;
}
@media (min-width: 1600px) {
  .homepage-core-differentiators-head .description {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head .description {
    line-height: 133%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-head .description {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-head .description {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head .description {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-head .description {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-core-differentiators-head .description {
    line-height: 137%;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-head .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-head .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-head .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-head .description {
    font-size: 1.5625vw;
  }
}
.homepage-core-differentiators-body {
  background: linear-gradient(0deg, #261a28 0%, #18181b 100%);
  position: relative;
  height: 100dvh;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #261a28;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body {
    padding: 0 32px 64px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-core-differentiators-body {
    padding: 0 16px 48px;
  }
}
.homepage-core-differentiators-body-bg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 55vw;
  height: 50vw;
  z-index: 2;
}
@media (max-height: 600px) {
  .homepage-core-differentiators-body-bg {
    width: 50vw;
    height: 45vw;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-bg {
    display: none;
  }
}
.homepage-core-differentiators-body-bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vw;
  transform: rotate(90deg);
  transition: all 0.75s ease-out;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .homepage-core-differentiators-body-bg-mobile {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-bg-mobile {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 164.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 110.9185441941vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 83.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 62.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 164.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 110.9185441941vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 83.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 62.5vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 82.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 55.4592720971vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 41.6666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 31.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 82.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 55.4592720971vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 41.6666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-bg-mobile img {
    width: 31.25vw;
  }
}
.homepage-core-differentiators-body-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  z-index: 4;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item:not(:has(img)) {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item {
    left: initial;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #261a28;
  }
}
.homepage-core-differentiators-body-item-item-bg, .homepage-core-differentiators-body-item-item-media, .homepage-core-differentiators-body-item-item-content {
  will-change: transform, opacity;
}
.homepage-core-differentiators-body-item-content {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content {
    padding: 24px 0 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-item-content {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-item-content {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-item-content {
    gap: 1.171875vw;
  }
}
.homepage-core-differentiators-body-item-content .title {
  transition: all 0.4s ease;
}
.homepage-core-differentiators-body-item-content .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content .title * {
    line-height: 140%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 2.734375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-core-differentiators-body-item-content .title * {
    line-height: 133%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-item-content .title * {
    font-size: 2.34375vw;
  }
}
.homepage-core-differentiators-body-item-content .title *.inactive {
  color: #efebe4;
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content .title *.inactive {
    display: none;
  }
}
.homepage-core-differentiators-body-item-content .title h3:first-of-type, .homepage-core-differentiators-body-item-content .title h3:first-of-type span {
  font-size: 40px;
  line-height: 1.15;
}
.homepage-core-differentiators-body-item-content .title h3.inactive:first-of-type {
  margin-bottom: 32px;
}
.homepage-core-differentiators-body-item-content .title.intro-title h3 {
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #efebe4;
}
.homepage-core-differentiators-body-item-content .text {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(239, 235, 228, 0.8);
  font-size: 20px;
  line-height: 140%;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content .text {
    line-height: 133%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-core-differentiators-body-item-content .text {
    line-height: 137%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-core-differentiators-body-item-content .text {
    font-size: 1.5625vw;
  }
}
.homepage-core-differentiators-body-item-media {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 3;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-core-differentiators-body-item-media {
    display: none;
  }
}
.homepage-core-differentiators-body-item-media img {
  width: 100%;
  height: 80%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-height: 600px) {
  .homepage-core-differentiators-body-item-media img {
    width: 80%;
    height: 90%;
  }
}

.homepage-hero {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: var(--bg-mobile);
  background-size: cover;
  padding: 0;
  margin-top: 64px;
}
@media only screen and (min-width: 1024px) {
  .homepage-hero {
    margin-top: 100px;
    height: calc(100vh - 100px);
    max-height: 720px;
    background: var(--bg-desktop);
    background-size: cover;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero {
    border-bottom: none;
  }
}
.homepage-hero::before {
  height: 6px;
  width: 100%;
  background: #18181b;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 4;
  content: "";
}
.homepage-hero-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  position: relative;
  height: 100%;
  align-items: center;
  overflow: visible;
  gap: 48px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-wrapper {
    flex-direction: column;
  }
}
.homepage-hero-wrapper::after {
  filter: blur(12px);
  background: linear-gradient(rgba(24, 24, 27, 0) 0%, #18181b 68.694%);
  flex: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 30%;
  position: absolute;
  bottom: -24px;
  z-index: 0;
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-wrapper::after {
    content: none;
  }
}
.homepage-hero-bg {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-bg {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    flex: 1;
  }
}
.homepage-hero-content {
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 32px 12px;
  max-width: 540px;
  /* Fade-out (left-to-right stagger) */
  /* Fade-in (left-to-right stagger) */
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content {
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-top: 20.5128205128vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-top: 13.8648180243vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-top: 7.8125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-bottom: 20.5128205128vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-bottom: 13.8648180243vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-top: 20.5128205128vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-top: 13.8648180243vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-top: 7.8125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-bottom: 20.5128205128vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-bottom: 13.8648180243vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-top: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-top: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-top: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-bottom: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-bottom: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content {
    padding-left: 1.171875vw;
  }
}
.homepage-hero-content h1 {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    margin-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    line-height: 114.286%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    margin-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    line-height: 114.286%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    margin-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content h1 {
    margin-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content h1 {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .homepage-hero-content h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content h1 br {
    display: none;
  }
}
.homepage-hero-content h1.animated-text .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInWord 0.8s ease forwards;
  margin-right: 0.3em;
}
@keyframes fadeInWord {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.homepage-hero-content p {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(239, 235, 228, 0.8);
  font-size: 20px;
  line-height: 140%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content p {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content p {
    line-height: 137.5%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content p {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content p {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content p {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content p {
    line-height: 137.5%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content p {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content p {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content p {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content p {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content p {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content p {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content p {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content p {
    font-size: 1.7578125vw;
  }
}
.homepage-hero-content-form {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form {
    margin-top: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form {
    margin-top: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form {
    margin-top: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form {
    margin-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form {
    margin-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form {
    margin-top: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form {
    margin-top: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form {
    margin-top: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form {
    margin-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form {
    margin-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form {
    margin-top: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form {
    margin-top: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form {
    margin-top: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form {
    margin-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form {
    margin-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form {
    margin-bottom: 3.125vw;
  }
}
.homepage-hero-content-form form {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 80px;
  gap: 20px;
  align-items: center;
  padding-right: 8px;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(8px);
  box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.homepage-hero-content-form form.hover-button {
  border-radius: 20px;
}
.homepage-hero-content-form form.hover-button button {
  border-radius: 12px;
}
.homepage-hero-content-form form svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 160%;
  height: auto;
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form svg {
    width: auto;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form svg {
    height: 20vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form svg {
    height: 13.5181975737vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form svg {
    height: 10.15625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form svg {
    height: 7.6171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form svg {
    top: -3.8461538462vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form svg {
    top: -2.5996533795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form svg {
    top: -1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form svg {
    top: -1.46484375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form svg {
    transform: translateX(-50%);
    width: auto;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form svg {
    height: 20vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form svg {
    height: 13.5181975737vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form svg {
    height: 10.15625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form svg {
    height: 7.6171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form svg {
    top: -3.8461538462vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form svg {
    top: -2.5996533795vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form svg {
    top: -1.953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form svg {
    top: -1.46484375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form svg {
    transform: translateX(-50%);
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form svg {
    height: 20vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form svg {
    height: 13.5181975737vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form svg {
    height: 10.15625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form svg {
    height: 7.6171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form svg {
    top: -3.8461538462vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form svg {
    top: -2.5996533795vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form svg {
    top: -1.953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form svg {
    top: -1.46484375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content-form form {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    overflow: unset;
    flex-direction: column;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form form {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form form {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form form {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form form {
    gap: 1.171875vw;
  }
}
.homepage-hero-content-form label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 4;
  transition-delay: 0.2s;
  transition: all 0.4s ease;
  cursor: text;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label {
    top: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label {
    height: 4.6875vw;
  }
}
.homepage-hero-content-form label span {
  color: rgba(239, 235, 228, 0.5);
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  display: flex;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label span {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label span {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label span {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label span {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label span {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label span {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label span {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label span {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label span {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label span {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label span {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label span {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label span {
    font-size: 1.3671875vw;
  }
}
.homepage-hero-content-form label p {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.4s ease;
  -webkit-mask-image: linear-gradient(to right, transparent 30%, #eee 50%, transparent 70%);
  mask-image: linear-gradient(to right, transparent 30%, #eee 50%, transparent 70%);
  -webkit-mask-size: 150% auto;
  mask-size: 150% auto;
  white-space: nowrap;
  animation: shine 3s ease-in-out infinite;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label p {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label p {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label p {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label p {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label p {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label p {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label p {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label p {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label p {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label p {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label p {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form label p {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form label p {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form label p {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form label p {
    font-size: 1.3671875vw;
  }
}
@keyframes shine {
  0% {
    -webkit-mask-position: 200%;
    mask-position: 200%;
  }
  100% {
    -webkit-mask-position: -100%;
    mask-position: -100%;
  }
}
.homepage-hero-content-form input {
  width: 100%;
  height: 64px;
  border-radius: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #efebe4;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.01);
    mix-blend-mode: plus-lighter;
    backdrop-filter: blur(4px);
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    line-height: 142.857%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    line-height: 142.857%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    line-height: 157.143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    padding-left: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    padding-left: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    padding-left: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    padding-left: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input {
    padding-right: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input {
    padding-right: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input {
    padding-right: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input {
    padding-right: 1.3671875vw;
  }
}
.homepage-hero-content-form input:focus::placeholder {
  opacity: 1;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.homepage-hero-content-form input:focus + label {
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
  transition-delay: 0s;
}
.homepage-hero-content-form input:focus + svg {
  opacity: 0;
}
.homepage-hero-content-form input::placeholder {
  color: #efebe4;
  opacity: 0;
  transition: all 0.4s ease;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  transition-delay: 0s;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input::placeholder {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input::placeholder {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input::placeholder {
    line-height: 142.857%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form input::placeholder {
    font-size: 1.3671875vw;
  }
}
.homepage-hero-content-form button {
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: #efebe4;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  box-shadow: 0 -1px 1px 1px var(--Shadow-Dark-M, rgba(38, 26, 40, 0.1)) inset, 0 1px 1px 1px var(--Shadow-Light-XL, rgba(239, 235, 228, 0.2)) inset, 0 6px 6px -3px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 3px 3px -1.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 1px 1px -0.5px var(--Shadow-Dark-S, rgba(38, 26, 40, 0.05)), 0 0 0 1px var(--Shadow-Light-M, rgba(239, 235, 228, 0.1));
  border: none;
  border-radius: 80px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  white-space: nowrap;
  justify-content: center;
  background: transparent;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    border-radius: 64px;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    line-height: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    line-height: 100%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    padding-right: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    line-height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    padding-left: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    padding-left: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    padding-left: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    padding-left: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button {
    padding-right: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button {
    padding-right: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button {
    padding-right: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button {
    padding-right: 1.3671875vw;
  }
}
.homepage-hero-content-form button span,
.homepage-hero-content-form button i {
  position: relative;
  z-index: 2;
}
.homepage-hero-content-form button:hover {
  border-radius: 12px;
}
.homepage-hero-content-form button:hover::before {
  opacity: 1;
  border-radius: 12px;
}
.homepage-hero-content-form button:hover::after {
  opacity: 0;
}
.homepage-hero-content-form button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #e92e2f 0%, #ff6126 100%);
  border-radius: 80px;
  z-index: 0;
  opacity: 1;
  transition: all 0.4s ease;
}
.homepage-hero-content-form button::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: fit-content;
  height: auto;
  background: linear-gradient(270deg, #e92e2f 0%, #ff6126 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: left;
  z-index: 3;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-hero-content-form button::after {
    content: none;
  }
}
.homepage-hero-content-form button i {
  width: 16px;
  height: 16px;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button i {
    height: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button i {
    height: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-hero-content-form button i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-hero-content-form button i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form button i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-hero-content-form button i {
    height: 1.5625vw;
  }
}
.homepage-hero-content-form button i svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
}
.homepage-hero-content-form .custom-alert {
  position: absolute;
  text-align: center;
  top: 35px;
  left: 18px;
  font-size: 12px;
  color: red;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-hero-content-form .custom-alert {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-hero-content-form .custom-alert {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.homepage-hero-content .homepage-logo-reel-heading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #efebe4;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .homepage-hero-content .homepage-logo-reel-heading {
    text-align: left;
  }
}
.homepage-hero-content .homepage-logo-reel-row {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .homepage-hero-content .homepage-logo-reel-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.homepage-hero-content .homepage-logo-reel-item {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s;
}
.homepage-hero-content .homepage-logo-reel-item.fade-out {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.35s;
}
.homepage-hero-content .homepage-logo-reel-item.fade-in {
  opacity: 0;
  transform: translateY(-10px);
}
.homepage-hero-content .homepage-logo-reel-item img {
  height: 35px;
  width: 80px;
}
.homepage-hero-image-wrapper {
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.homepage-hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
@media only screen and (min-width: 1024px) {
  .homepage-hero-image-wrapper {
    display: block;
  }
}

form.one_line_cta_email_container input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}
form.one_line_cta_email_container input:-webkit-autofill:hover, form.one_line_cta_email_container input:-webkit-autofill:focus, form.one_line_cta_email_container input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

.homepage-call-to-action-content-form form svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 160%;
  height: auto;
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s ease;
}

.homepage-insider-one-ai {
  padding: 120px 0;
  background: #efebe4;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai {
    padding-top: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai {
    padding-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai {
    padding-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai {
    padding-bottom: 3.90625vw;
  }
}
.homepage-insider-one-ai-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head {
    align-items: flex-start;
    text-align: start;
  }
}
.homepage-insider-one-ai-head .title {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-head .title {
    margin-bottom: 1.5625vw;
  }
}
.homepage-insider-one-ai-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .title * {
    line-height: 115%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-head .title * {
    font-size: 2.734375vw;
  }
}
.homepage-insider-one-ai-head .title * span {
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .title * span {
    justify-content: flex-start;
  }
}
.homepage-insider-one-ai-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 20px;
  line-height: 140%;
  width: 60%;
}
@media (min-width: 1800px) {
  .homepage-insider-one-ai-head .description {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .description {
    line-height: 130%;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-head .description {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .description {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .description {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-head .description {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .description {
    line-height: 137%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-head .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-head .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-head .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-head .description {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-head .description {
    width: 100%;
  }
}
.homepage-insider-one-ai-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  column-gap: 48px;
  align-items: center;
  padding: 90px 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body {
    padding-top: 14.6153846154vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body {
    padding-top: 9.8786828423vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body {
    padding-top: 7.421875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body {
    padding-top: 5.56640625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body {
    padding-top: 3.90625vw;
  }
}
.homepage-insider-one-ai-body-content {
  width: 448px;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-content {
    display: none;
  }
}
.homepage-insider-one-ai-body-content-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 16px 0 16px 16px;
  transition: opacity 0.4s ease;
  position: relative;
  background: #efebe4;
  z-index: 2;
}
.homepage-insider-one-ai-body-content-item.active {
  z-index: 1;
}
.homepage-insider-one-ai-body-content-item.active .title {
  opacity: 1;
}
.homepage-insider-one-ai-body-content-item.active .subtitle {
  opacity: 1;
}
.homepage-insider-one-ai-body-content-item.active .subtitle * {
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-insider-one-ai-body-content-item.active .homepage-insider-one-ai-body-content-item-end {
  opacity: 1;
  margin-top: 8px;
}
.homepage-insider-one-ai-body-content-item.active .description,
.homepage-insider-one-ai-body-content-item.active .action {
  opacity: 1;
}
.homepage-insider-one-ai-body-content-item.active .progress-bar {
  opacity: 1;
}
.homepage-insider-one-ai-body-content-item .progress-bar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
  opacity: 0;
}
.homepage-insider-one-ai-body-content-item .progress-bar::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 40px;
  background: linear-gradient(0deg, rgba(239, 235, 228, 0) 0%, rgb(239, 235, 228) 72.0879%);
}
.homepage-insider-one-ai-body-content-item .progress-bar::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 2px;
  height: 40px;
  background: linear-gradient(rgba(239, 235, 228, 0) 0%, rgb(239, 235, 228) 72.0879%);
}
.homepage-insider-one-ai-body-content-item .progress-bar span {
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(0deg, rgb(244, 73, 44) 0%, rgb(255, 168, 136) 100%);
  transition: height linear;
}
.homepage-insider-one-ai-body-content-item .subtitle {
  margin-bottom: 8px;
  opacity: 0.6;
}
.homepage-insider-one-ai-body-content-item .subtitle * {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #474048;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}
.homepage-insider-one-ai-body-content-item .title {
  opacity: 0.6;
}
.homepage-insider-one-ai-body-content-item .title * {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.homepage-insider-one-ai-body-content-item-end {
  height: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homepage-insider-one-ai-body-content-item .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 20px;
  line-height: 28px;
}
.homepage-insider-one-ai-body-content-item .action a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  position: relative;
}
.homepage-insider-one-ai-body-content-item .action a::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.homepage-insider-one-ai-body-content-item .action a:hover::before {
  opacity: 1;
}
.homepage-insider-one-ai-body-content-item .action a:hover i {
  transform: translate(3px, -3px);
}
.homepage-insider-one-ai-body-content-item .action a:hover svg path {
  stroke: #e92e2f;
}
.homepage-insider-one-ai-body-content-item .action a i {
  display: flex;
  width: 16px;
  height: 16px;
  transition: transform 0.4s ease;
}
.homepage-insider-one-ai-body-content-item .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-insider-one-ai-body-content-item .action a i svg path {
  transition: all 0.4s ease;
}
.homepage-insider-one-ai-body-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.homepage-insider-one-ai-body-slider .swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  min-width: 0;
  border-radius: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide {
    border-radius: 0;
    height: auto;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .media {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    gap: 1.5384615385vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    gap: 1.0398613518vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    gap: 0.5859375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 1.8229166667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 1.8229166667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    margin-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    margin-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    margin-bottom: 3.90625vw;
  }
}
@media (min-width: 1024px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start {
    padding-right: 1.171875vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .subtitle * {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #474048;
  line-height: 100%;
  letter-spacing: 1px;
  background: linear-gradient(270deg, #e92e2f 0%, #ff6126 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .subtitle * {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .subtitle * {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .subtitle * {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .subtitle * {
    font-size: 1.3671875vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 2.734375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    line-height: 133%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-start .title * {
    font-size: 2.34375vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 1.8229166667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 1.8229166667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    margin-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    margin-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    margin-bottom: 3.90625vw;
  }
}
@media (min-width: 1024px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-left: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end {
    padding-right: 1.171875vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  line-height: 133%;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    line-height: 137%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .description {
    font-size: 1.5625vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action {
  display: flex;
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  letter-spacing: 0.2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 114%;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    gap: 1.5384615385vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    gap: 1.0398613518vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    gap: 0.5859375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-top: 3.3333333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-top: 2.2530329289vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-top: 1.6927083333vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-top: 1.26953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-bottom: 3.3333333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-bottom: 2.2530329289vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-bottom: 1.6927083333vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a {
    padding-bottom: 1.26953125vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a:hover i {
  transform: translate(2px, -2px);
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
  display: flex;
  transition: transform 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    width: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    width: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    width: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    width: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    height: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    height: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i {
    height: 1.5625vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .homepage-insider-one-ai-slide-item-content-end .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
  display: flex;
  width: 100%;
  height: 480px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-left: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-left: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-left: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-left: 5.46875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-right: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-right: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-right: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    padding-right: 5.46875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    margin-bottom: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    margin-bottom: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    margin-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    margin-bottom: 2.734375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media {
    height: 400px;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media picture {
  width: 100%;
  height: 100%;
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: contain;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media img {
    border-radius: 12px;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media .media-desktop {
  display: none;
}
.homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media .media-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media .media-desktop {
    display: block;
  }
  .homepage-insider-one-ai-body-slider .swiper .swiper-wrapper .swiper-slide .media .media-mobile {
    display: none;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-nav {
  display: flex;
  align-items: center;
}
.homepage-insider-one-ai-body-slider .swiper .swiper-nav .swiper-button-disabled {
  opacity: 0.6;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 5.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 1.953125vw;
  }
}
@media (min-width: 1024px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav {
    gap: 1.5625vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
  transition: 0.25s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    width: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    width: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    width: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a {
    height: 4.6875vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
  display: flex;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    width: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    width: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    height: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    height: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-insider-one-ai-body-slider .swiper .swiper-nav a i {
    height: 2.34375vw;
  }
}
.homepage-insider-one-ai-body-slider .swiper .swiper-nav a i svg {
  width: 100%;
  height: 100%;
}

.homepage-social-proof {
  overflow: hidden;
  background: #18181b;
  margin-top: -1px;
  position: relative;
  padding: 0;
}
.homepage-social-proof .order-1 {
  position: relative;
  z-index: 3;
}
.homepage-social-proof .order-2,
.homepage-social-proof .order-3 {
  position: relative;
  z-index: 1;
}
.homepage-social-proof img.left-blur {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  z-index: 2;
  height: 100%;
  width: auto;
  aspect-ratio: 0.6;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof img.left-blur {
    display: none;
  }
}
.homepage-social-proof img.right-blur {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 2;
  height: 100%;
  width: auto;
  aspect-ratio: 0.6;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof img.right-blur {
    display: none;
  }
}
.homepage-social-proof-wrapper {
  display: flex;
  padding: 90px 0;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-wrapper {
    padding-top: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-wrapper {
    padding-top: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-wrapper {
    padding-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-wrapper {
    padding-top: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-wrapper {
    padding-top: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-wrapper {
    padding-top: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-wrapper {
    padding-top: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-wrapper {
    padding-top: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-wrapper {
    padding-top: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-wrapper {
    padding-top: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-wrapper {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-wrapper {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-wrapper {
    padding-bottom: 4.6875vw;
  }
}
.homepage-social-proof .container {
  max-width: 100% !important;
}
@media only screen and (min-width: 0px) {
  .homepage-social-proof .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-social-proof .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .homepage-social-proof .container {
    max-width: 1348px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .homepage-social-proof .container {
    max-width: 1600px !important;
  }
}
.homepage-social-proof-marquee {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  height: 100%;
  width: 32.5%;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-marquee {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee {
    gap: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee {
    gap: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee {
    gap: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee {
    gap: 3.90625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee {
    gap: 10.2564102564vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee {
    gap: 6.9324090121vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee {
    gap: 5.2083333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee {
    gap: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee {
    gap: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee {
    gap: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee {
    gap: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee {
    gap: 7.8125vw;
  }
}
.homepage-social-proof-marquee img.left-blur {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  z-index: 2;
  height: 112px;
  width: auto;
  aspect-ratio: 2.14;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-marquee img.left-blur {
    display: none;
  }
}
.homepage-social-proof-marquee img.right-blur {
  position: absolute;
  top: 50%;
  right: -56px;
  transform: translateY(-50%);
  z-index: 2;
  height: 112px;
  width: auto;
  aspect-ratio: 2.14;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-marquee img.right-blur {
    display: none;
  }
}
.homepage-social-proof-marquee img.left-mobile-blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 112px;
  width: 59px;
  aspect-ratio: 0.56;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    display: flex;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 15.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 10.2253032929vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 7.6822916667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 5.76171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 15.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 10.2253032929vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 7.6822916667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 5.76171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 30.7692307692vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 20.7972270364vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 15.625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee img.left-mobile-blur {
    width: 11.71875vw;
  }
}
.homepage-social-proof-marquee img.right-mobile-blur {
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  right: 0;
  z-index: 2;
  height: 112px;
  width: 59px;
  aspect-ratio: 0.56;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-marquee img.right-mobile-blur {
    display: flex;
  }
}
.homepage-social-proof-marquee.is-reverse {
  justify-content: flex-end;
  gap: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 4.1594454073vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 7.1794871795vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 4.8526863085vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 3.6458333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse {
    gap: 2.734375vw;
  }
}
.homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
  animation: marqueeXReverse 25s linear infinite;
  transform-style: preserve-3d;
  gap: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 8.7179487179vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 5.8925476603vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 4.4270833333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 3.3203125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 8.7179487179vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 5.8925476603vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 4.4270833333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 3.3203125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 7.1794871795vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 4.8526863085vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 3.6458333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 2.734375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 7.1794871795vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 4.8526863085vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 2.734375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 4.1594454073vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-top: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    padding-bottom: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 7.1794871795vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 4.8526863085vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 3.6458333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item {
    gap: 2.734375vw;
  }
}
.homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
  height: 88px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 11.2820512821vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 7.6256499133vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 5.7291666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 4.296875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 15.3846153846vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 10.3986135182vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 7.8125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 5.859375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 22.5641025641vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 15.2512998267vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee.is-reverse .homepage-social-proof-marquee-item img {
    height: 8.59375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-marquee.is-reverse img.left-blur {
    display: flex;
    left: unset;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    aspect-ratio: 0.56;
  }
}
.homepage-social-proof-marquee-item {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: marqueeX 25s linear infinite;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    padding-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    padding-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    gap: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    gap: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    gap: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    gap: 3.90625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    padding-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    padding-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    gap: 10.2564102564vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    gap: 6.9324090121vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    gap: 5.2083333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    gap: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    padding-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    padding-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item {
    gap: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item {
    gap: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item {
    gap: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item {
    gap: 7.8125vw;
  }
}
.homepage-social-proof-marquee-item img {
  height: 80px;
  width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item img {
    height: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item img {
    height: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item img {
    height: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item img {
    height: 3.90625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item img {
    gap: 15.3846153846vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item img {
    gap: 10.3986135182vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item img {
    gap: 7.8125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item img {
    gap: 5.859375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-marquee-item img {
    gap: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-marquee-item img {
    gap: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-marquee-item img {
    gap: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-marquee-item img {
    gap: 7.8125vw;
  }
}
@keyframes marqueeX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 80px));
  }
}
@keyframes marqueeXReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% + 80px));
  }
}
.homepage-social-proof-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background: #18181b;
  position: relative;
  width: 35%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-content {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content {
    padding-top: 9.2307692308vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content {
    padding-top: 6.2391681109vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content {
    padding-top: 3.515625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content {
    padding-bottom: 9.2307692308vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content {
    padding-bottom: 6.2391681109vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content {
    padding-bottom: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content {
    padding-bottom: 3.515625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content {
    padding-top: 3.90625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content {
    padding-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content {
    padding-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content {
    padding-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content {
    padding-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content {
    padding-top: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content {
    padding-top: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content {
    padding-top: 5.46875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content {
    padding-bottom: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content {
    padding-bottom: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content {
    padding-bottom: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content {
    padding-bottom: 5.46875vw;
  }
}
.homepage-social-proof-content:before {
  content: "";
  width: 8px;
  left: -4px;
  top: 0;
  background: #18181b;
  position: absolute;
  z-index: 4;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-content:before {
    display: none;
  }
}
.homepage-social-proof-content:after {
  content: "";
  width: 8px;
  right: -4px;
  top: 0;
  background: #18181b;
  position: absolute;
  z-index: 4;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-social-proof-content:after {
    display: none;
  }
}
.homepage-social-proof-content-head {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-head {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-head {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-head {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-head {
    gap: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-head {
    gap: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-head {
    gap: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-head {
    gap: 6.1538461538vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-head {
    gap: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-head {
    gap: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-head {
    gap: 2.34375vw;
  }
}
.homepage-social-proof-content-head i {
  display: flex;
}
.homepage-social-proof-content-head i svg {
  height: 100%;
  width: auto;
}
.homepage-social-proof-content-head p {
  font-size: 16px;
  font-family: Figtree !important;
  font-weight: 600;
  font-style: normal;
  color: #efebe4;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-head p {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-head p {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-head p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-head p {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-head p {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-head p {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-head p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-head p {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-head p {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-head p {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-head p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-head p {
    font-size: 1.5625vw;
  }
}
.homepage-social-proof-content-head .homepage-social-proof-analyst-logo {
  height: 48px;
  width: auto;
}
.homepage-social-proof-content-head .homepage-social-proof-rating {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.homepage-social-proof-content .title * {
  font-size: 32px;
  font-family: Red Hat Display !important;
  font-weight: 600;
  font-style: normal;
  color: #efebe4;
  line-height: 150%;
  letter-spacing: 0.2px;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content .title * {
    line-height: 166.667%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content .title * {
    font-size: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content .title * {
    font-size: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content .title * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content .title * {
    line-height: 166.667%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content .title * {
    font-size: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content .title * {
    font-size: 4.1594454073vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content .title * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content .title * {
    font-size: 3.125vw;
  }
}
.homepage-social-proof-content-link {
  display: flex;
  justify-content: center;
}
.homepage-social-proof-content-link a {
  font-size: 16px;
  font-family: Figtree !important;
  font-weight: 600;
  font-style: normal;
  color: rgba(239, 235, 228, 0.8);
  line-height: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a {
    height: 6.6666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a {
    height: 4.5060658579vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a {
    height: 3.3854166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a {
    height: 2.5390625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a {
    height: 6.6666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a {
    height: 4.5060658579vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a {
    height: 3.3854166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a {
    height: 2.5390625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a {
    height: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a {
    height: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a {
    height: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a {
    font-size: 1.5625vw;
  }
}
.homepage-social-proof-content-link a:hover::after {
  opacity: 1;
}
.homepage-social-proof-content-link a:hover i {
  transform: translate(4px, -4px);
}
.homepage-social-proof-content-link a:hover i svg path {
  stroke: #f4482b;
}
.homepage-social-proof-content-link a::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: fit-content;
  height: auto;
  background: linear-gradient(270deg, #e92e2f 0%, #ff6126 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 3;
}
.homepage-social-proof-content-link a i {
  width: 14px;
  height: 14px;
  display: flex;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a i {
    width: 3.3333333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a i {
    width: 2.2530329289vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a i {
    width: 1.6927083333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a i {
    width: 1.26953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a i {
    height: 3.3333333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a i {
    height: 2.2530329289vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a i {
    height: 1.6927083333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a i {
    height: 1.26953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a i {
    width: 3.3333333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a i {
    width: 2.2530329289vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a i {
    width: 1.6927083333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a i {
    width: 1.26953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a i {
    height: 3.3333333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a i {
    height: 2.2530329289vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a i {
    height: 1.6927083333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a i {
    height: 1.26953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a i {
    width: 3.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a i {
    width: 2.2530329289vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a i {
    width: 1.6927083333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a i {
    width: 1.26953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-social-proof-content-link a i {
    height: 3.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-social-proof-content-link a i {
    height: 2.2530329289vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-social-proof-content-link a i {
    height: 1.6927083333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-social-proof-content-link a i {
    height: 1.26953125vw;
  }
}
.homepage-social-proof-content-link a i svg {
  width: 100%;
  height: 100%;
}
.homepage-social-proof-content-link a i svg path {
  transition: all 0.4s ease;
}

.homepage-integrations {
  padding: 64px 0 120px 0;
  background: #efebe4;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations {
    padding-top: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations {
    padding-top: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations {
    padding-bottom: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations {
    padding-bottom: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations {
    padding-bottom: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations {
    padding-top: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations {
    padding-top: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations {
    padding-top: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations {
    padding-bottom: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations {
    padding-bottom: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations {
    padding-bottom: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations {
    padding-top: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations {
    padding-top: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations {
    padding-top: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations {
    padding-top: 5.46875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations {
    padding-bottom: 14.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations {
    padding-bottom: 9.705372617vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations {
    padding-bottom: 7.2916666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations {
    padding-bottom: 5.46875vw;
  }
}
.homepage-integrations-content {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content {
    margin-bottom: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content {
    margin-bottom: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content {
    margin-bottom: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content {
    gap: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content {
    gap: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content {
    gap: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content {
    gap: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content {
    margin-bottom: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content {
    margin-bottom: 4.1594454073vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content {
    margin-bottom: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content {
    gap: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content {
    gap: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content {
    gap: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content {
    gap: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content {
    margin-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content {
    margin-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content {
    gap: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content {
    gap: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content {
    gap: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content {
    gap: 1.3671875vw;
  }
}
.homepage-integrations-content .title * {
  font-size: 40px;
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content .title * {
    font-size: 3.125vw;
  }
}
.homepage-integrations-content .title *.animated-text .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInWord 0.8s ease forwards;
  margin-right: 0.3em;
}
.homepage-integrations-content .description * {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .description * {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .description * {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .description * {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .description * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content .description * {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .description * {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .description * {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .description * {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .description * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content .description * {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .description * {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content .description * {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content .description * {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content .description * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content .description * {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-integrations-content .description br {
    display: none;
  }
}
.homepage-integrations-content-link {
  display: flex;
  justify-content: center;
}
.homepage-integrations-content-link a,
.homepage-integrations-content-link button {
  font-size: 20px;
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  line-height: 120%;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0;
  letter-spacing: 0.5px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    line-height: 122.222%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    line-height: 122.222%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    line-height: 122.222%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a,
  .homepage-integrations-content-link button {
    height: 4.6875vw;
  }
}
.homepage-integrations-content-link a::before,
.homepage-integrations-content-link button::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.homepage-integrations-content-link a:hover::before,
.homepage-integrations-content-link button:hover::before {
  opacity: 1;
}
.homepage-integrations-content-link a:hover svg path,
.homepage-integrations-content-link button:hover svg path {
  stroke: #e92e2f;
}
.homepage-integrations-content-link a i,
.homepage-integrations-content-link button i {
  width: 20px;
  height: 20px;
  display: flex;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 1.953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 5.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 3.4662045061vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 2.6041666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 1.953125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 5.1282051282vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 3.4662045061vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 2.6041666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    width: 1.953125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-integrations-content-link a i,
  .homepage-integrations-content-link button i {
    height: 1.953125vw;
  }
}
.homepage-integrations-content-link a i svg,
.homepage-integrations-content-link button i svg {
  width: 100%;
  height: 100%;
}
.homepage-integrations-content-link a i svg path,
.homepage-integrations-content-link button i svg path {
  transition: all 0.4s ease;
}
.homepage-integrations-image {
  position: relative;
}
.homepage-integrations-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.homepage-integrations-image img.mobile-image {
  margin-bottom: 10vw;
}
.homepage-integrations-image img.desktop-image {
  display: none;
}

@media only screen and (min-width: 768px) {
  .homepage-integrations-image img.desktop-image {
    display: block;
  }
  .homepage-integrations-image img.mobile-image {
    display: none;
  }
}
.homepage-resources {
  background: #efebe4;
  overflow: hidden;
  padding: 0;
}
.homepage-resources-wrapper {
  padding: 88px 0 96px 0;
  border-radius: 0 120px 0 0;
  display: flex;
  width: calc(100% + 4px);
  margin-right: -2px;
  background: linear-gradient(0deg, #261a28 0%, #18181b 100%);
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    padding-top: 11.2820512821vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    padding-top: 7.6256499133vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    padding-top: 5.7291666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    padding-top: 4.296875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    padding-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    padding-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    padding-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 16.4102564103vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 11.0918544194vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 8.3333333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    padding-top: 11.2820512821vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    padding-top: 7.6256499133vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    padding-top: 5.7291666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    padding-top: 4.296875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    padding-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    padding-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    padding-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 16.4102564103vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 11.0918544194vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 8.3333333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    padding-top: 11.7948717949vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    padding-top: 7.972270364vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    padding-top: 5.9895833333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    padding-top: 4.4921875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    padding-bottom: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    padding-bottom: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    padding-bottom: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 12.3076923077vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 8.3188908146vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    border-top-right-radius: 4.6875vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-wrapper {
    border-radius: 0 96px 0 0;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .homepage-resources-wrapper {
    border-radius: 0 100px 0 0;
  }
}
.homepage-resources-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-head {
    margin-bottom: 16.4102564103vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-head {
    margin-bottom: 11.0918544194vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-head {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-head {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-head {
    margin-bottom: 16.4102564103vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-head {
    margin-bottom: 11.0918544194vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-head {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-head {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-head {
    margin-bottom: 16.4102564103vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-head {
    margin-bottom: 11.0918544194vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-head {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-head {
    margin-bottom: 6.25vw;
  }
}
.homepage-resources-head .title * {
  font-size: 40px;
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  line-height: 120%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-head .title * {
    font-size: 3.125vw;
  }
}
.homepage-resources-head .title *.animated-text .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInWord 0.8s ease forwards;
  margin-right: 0.3em;
}
.homepage-resources-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-resources-navigation {
    display: none;
  }
}
.homepage-resources-navigation-prev, .homepage-resources-navigation-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  background: #fafafa;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.homepage-resources-navigation-prev:hover, .homepage-resources-navigation-next:hover {
  background: transparent;
}
.homepage-resources-navigation-prev:hover i svg path, .homepage-resources-navigation-next:hover i svg path {
  stroke: #ffffff;
}
.homepage-resources-navigation-prev i, .homepage-resources-navigation-next i {
  width: 16px;
  height: 16px;
  display: flex;
}
.homepage-resources-navigation-prev i svg, .homepage-resources-navigation-next i svg {
  width: 100%;
  height: 100%;
}
.homepage-resources-navigation-prev i svg path, .homepage-resources-navigation-next i svg path {
  transition: all 0.4s ease;
}
.homepage-resources-navigation-prev.swiper-button-disabled, .homepage-resources-navigation-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.homepage-resources-navigation-prev.swiper-button-disabled:hover, .homepage-resources-navigation-next.swiper-button-disabled:hover {
  background: #fafafa;
}
.homepage-resources-navigation-prev.swiper-button-disabled:hover i svg path, .homepage-resources-navigation-next.swiper-button-disabled:hover i svg path {
  stroke: #18181b;
}
.homepage-resources-navigation-mobile {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile {
    display: flex;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile {
    gap: 1.171875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile {
    gap: 1.171875vw;
  }
}
.homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
.homepage-resources-navigation-mobile .homepage-resources-navigation-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #ffffff;
  background: #fafafa;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 4.6875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 4.6875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 12.3076923077vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 8.3188908146vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 4.6875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 13.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 9.0121317158vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 6.7708333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    width: 5.078125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 13.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 9.0121317158vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 6.7708333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next {
    height: 5.078125vw;
  }
}
.homepage-resources-navigation-mobile .homepage-resources-navigation-prev:hover,
.homepage-resources-navigation-mobile .homepage-resources-navigation-next:hover {
  background: transparent;
}
.homepage-resources-navigation-mobile .homepage-resources-navigation-prev:hover i svg path,
.homepage-resources-navigation-mobile .homepage-resources-navigation-next:hover i svg path {
  stroke: #ffffff;
}
.homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
.homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
  width: 24px;
  height: 24px;
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 6.1538461538vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 4.1594454073vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 4.1594454073vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 6.1538461538vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 4.1594454073vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 6.1538461538vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    width: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 6.1538461538vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 4.1594454073vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 3.125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-navigation-mobile .homepage-resources-navigation-prev i,
  .homepage-resources-navigation-mobile .homepage-resources-navigation-next i {
    height: 2.34375vw;
  }
}
.homepage-resources-navigation-mobile .homepage-resources-navigation-prev i svg,
.homepage-resources-navigation-mobile .homepage-resources-navigation-next i svg {
  width: 100%;
  height: 100%;
}
.homepage-resources-navigation-mobile .homepage-resources-navigation-prev i svg path,
.homepage-resources-navigation-mobile .homepage-resources-navigation-next i svg path {
  transition: all 0.4s ease;
}
.homepage-resources-slide {
  display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-slide {
    margin-bottom: 16.4102564103vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-slide {
    margin-bottom: 11.0918544194vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-slide {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-slide {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-slide {
    margin-bottom: 16.4102564103vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-slide {
    margin-bottom: 11.0918544194vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-slide {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-slide {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-slide {
    margin-bottom: 16.4102564103vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-slide {
    margin-bottom: 11.0918544194vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-slide {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-slide {
    margin-bottom: 6.25vw;
  }
}
.homepage-resources-slide .swiper {
  width: 100%;
  overflow: unset;
}
.homepage-resources-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.homepage-resources-card a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
.homepage-resources-card a:hover .homepage-resources-card-image img {
  transform: scale(1.1);
}
.homepage-resources-card-image {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.homepage-resources-card-image img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  object-fit: cover;
}
.homepage-resources-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 12px;
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-top: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-top: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-top: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-bottom: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-bottom: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-bottom: 1.171875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-right: 2.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-right: 1.3864818024vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-right: 1.0416666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-right: 0.78125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-left: 2.0512820513vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-left: 1.3864818024vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-left: 1.0416666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-left: 0.78125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-top: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-top: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-top: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-bottom: 3.0769230769vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-bottom: 2.0797227036vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-bottom: 1.171875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-right: 2.0512820513vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-right: 1.3864818024vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-right: 1.0416666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-right: 0.78125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-left: 2.0512820513vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-left: 1.3864818024vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-left: 1.0416666667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-left: 0.78125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    gap: 2.0512820513vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    gap: 1.3864818024vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    gap: 1.0416666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-top: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-top: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-top: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-top: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-bottom: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-bottom: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-bottom: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-bottom: 1.3671875vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-right: 2.5641025641vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-right: 1.733102253vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-right: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-right: 0.9765625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content {
    padding-left: 2.5641025641vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content {
    padding-left: 1.733102253vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content {
    padding-left: 1.3020833333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content {
    padding-left: 0.9765625vw;
  }
}
.homepage-resources-card-content .title * {
  font-size: 20px;
  font-family: Figtree !important;
  font-weight: 600;
  font-style: normal;
  color: #efebe4;
  line-height: 140%;
  letter-spacing: 0.2px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content .title * {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content .title * {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content .title * {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content .title * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content .title * {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content .title * {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content .title * {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content .title * {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content .title * {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content .title * {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content .title * {
    line-height: 133.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content .title * {
    font-size: 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content .title * {
    font-size: 3.4662045061vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content .title * {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content .title * {
    font-size: 1.953125vw;
  }
}
.homepage-resources-card-content .description {
  overflow: hidden;
}
.homepage-resources-card-content .description * {
  font-size: 16px;
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(239, 235, 228, 0.8);
  line-height: 150%;
  transition: all 0.4s ease;
  /* stylelint-disable-line */
  display: -webkit-box;
  height: auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* stylelint-enable-next-line */
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content .description * {
    line-height: 157.143%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content .description * {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content .description * {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content .description * {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content .description * {
    font-size: 1.3671875vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content .description * {
    line-height: 157.143%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-resources-card-content .description * {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-resources-card-content .description * {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-resources-card-content .description * {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-resources-card-content .description * {
    font-size: 1.3671875vw;
  }
}