main section:not(.section-hero) {
  position: relative;
  z-index: 10;
}
main .section-discovery {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-62.31%, #fff6de), color-stop(78.8%, #fff));
  background: linear-gradient(0deg, #fff6de -62.31%, #fff 78.8%);
  padding-block: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem);
  overflow: hidden;
}
main .section-discovery .discovery-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: clamp(0.9375rem, 0.5583rem + 1.6181vw, 2.5rem);
}
main .section-discovery .discovery-content .heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .section-discovery .discovery-content .heading h2 {
  font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  font-weight: 700;
  line-height: 112%; /* 56px */
  letter-spacing: -2.5px;
  max-width: 552px;
  width: 100%;
}
main .section-discovery .discovery-content .heading p {
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.22px;
  max-width: 672px;
  width: 100%;
}
main .section-discovery .discovery-content .heading p strong {
  color: #0052e0;
  font-weight: 700;
}
main .section-discovery .discovery-content .sessions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: clamp(0.625rem, -0.2852rem + 3.8835vw, 4.375rem);
  grid-row-gap: clamp(0.625rem, -0.2852rem + 3.8835vw, 4.375rem);
}
main .section-discovery .discovery-content .sessions .session-item {
  cursor: pointer;
  border-radius: 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 35px 12px;
  min-height: clamp(22.8125rem, 20.4741rem + 3.7716vw, 25rem);
}
main .section-discovery .discovery-content .sessions .session-item .float-hover {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  max-height: 300px;
  width: 100%;
  -webkit-transition: opacity 0.2s ease, max-height 0.2s ease, width 0.2s ease;
  transition: opacity 0.2s ease, max-height 0.2s ease, width 0.2s ease;
}
main .section-discovery .discovery-content .sessions .session-item .float-hover img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  main .section-discovery .discovery-content .sessions .session-item .float-hover {
    opacity: 0;
    max-height: 0;
    width: 0;
    -webkit-transition: opacity 0.4s ease, max-height 0.4s ease, width 0.4s ease;
    transition: opacity 0.4s ease, max-height 0.4s ease, width 0.4s ease;
  }
}
@media (min-width: 1024px) {
  main .section-discovery .discovery-content .sessions .session-item:hover .float-hover {
    opacity: 1;
    max-height: 300px;
    width: 100%;
  }
}
main .section-discovery .discovery-content .sessions .session-item span {
  min-width: 200px;
  display: inline-block;
  padding: 10px;
  -webkit-transform: rotate(-2.099deg);
          transform: rotate(-2.099deg);
  color: #d1f400;
  font-size: clamp(1.5rem, 1.409rem + 0.3883vw, 1.875rem);
  font-weight: 700;
  line-height: 79%; /* 23.685px */
  letter-spacing: -1.499px;
  position: relative;
  z-index: 1;
}
main .section-discovery .discovery-content .sessions .session-item h3 {
  position: relative;
  z-index: 1;
}
main .section-discovery .discovery-content .sessions .session-item h3 img {
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .section-discovery .discovery-content .sessions .session-item p {
  max-width: clamp(15.9375rem, 14.7998rem + 4.8544vw, 20.625rem);
  width: 100%;
  margin-top: auto;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -0.2px;
}
main .section-discovery .discovery-content .sessions .session-item:nth-child(1) span {
  background: #d427c6;
}
main .section-discovery .discovery-content .sessions .session-item:nth-child(2) span {
  background: #0052e0;
}
main .section-discovery .discovery-content .sessions .session-item:nth-child(3) span {
  background: #da3802;
}
main .section-discovery .discovery-content .cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
main .section-discovery .discovery-content .cta .strategy-link {
  color: #fff;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 600;
  line-height: 113.282%;
  letter-spacing: -0.2px;
  border-radius: 5px;
  background: #1a1a1a;
  padding: clamp(0.9375rem, 0.8617rem + 0.3236vw, 1.25rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main .section-discovery .discovery-content .cta .strategy-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
main .section-discovery .discovery-content .cta .valued-at {
  margin-top: 10px;
  color: #1a1a1a;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  font-style: italic;
  font-weight: 400;
  line-height: 113.282%;
  letter-spacing: -0.2px;
}
main .section-discovery .discovery-content .cta .valued-at span {
  color: #0052e0;
  font-weight: 800;
  line-height: 113.282%;
  letter-spacing: -0.2px;
  font-style: normal;
}
main .section-transformative-impacts {
  background: #fff;
  padding-block: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem);
  overflow: hidden;
}
main .section-transformative-impacts .container {
  max-width: 1454px;
}
main .section-transformative-impacts .transformative-impacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
main .section-transformative-impacts .transformative-impacts-content .heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
main .section-transformative-impacts .transformative-impacts-content .heading h2 {
  font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  font-weight: 700;
  line-height: 112%; /* 56px */
  letter-spacing: -2.5px;
}
main .section-transformative-impacts .transformative-impacts-content .heading p {
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.22px;
}
main .section-transformative-impacts .transformative-impacts-content .heading p strong {
  color: #0052e0;
  font-weight: 700;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information {
  display: grid;
  grid-template-columns: clamp(28.75rem, 19.4643rem + 14.5089vw, 36.875rem) repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information > div:not(.div1) {
  border-radius: 15px;
  border: 1px solid #c5bcb0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 46px 23px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information > div:not(.div1) h4 {
  font-size: clamp(5rem, 4.6966rem + 1.2945vw, 6.25rem);
  font-weight: 700;
  line-height: 130%; /* 130px */
  letter-spacing: -3px;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information > div:not(.div1) p {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.54px;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 {
  grid-area: 1/1/3/2;
  background: linear-gradient(45deg, #d6f42f 0%, #0052e0 63.65%) !important;
  border-radius: 15px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 h3 {
  color: #fff;
  font-size: clamp(8.75rem, 7.233rem + 6.4725vw, 15rem);
  font-weight: 700;
  line-height: 100%; /* 240.384px */
  letter-spacing: -9.615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 h3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 h3 > div .plus {
  font-size: clamp(5.625rem, 4.639rem + 4.2071vw, 9.6875rem);
  font-weight: 500;
  line-height: 100%; /* 155.624px */
  letter-spacing: -4.669px;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 h3 > div .bt {
  font-size: clamp(0.875rem, 0.7385rem + 0.5825vw, 1.4375rem);
  font-weight: 400;
  line-height: 110%; /* 25.953px */
  letter-spacing: -0.708px;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 p {
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.22px;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 .strategy-link {
  margin-top: auto;
  color: #fff;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 600;
  line-height: 113.282%;
  letter-spacing: -0.2px;
  border-radius: 5px;
  background: #1a1a1a;
  padding: clamp(0.9375rem, 0.8617rem + 0.3236vw, 1.25rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div1 .strategy-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div2 {
  grid-area: 1/2/2/3;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div2 h4 {
  color: #0052e0;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div3 {
  grid-area: 1/3/2/4;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div3 h4 {
  color: #d1f400;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div4 {
  grid-area: 2/2/3/3;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div4 h4 {
  color: #d427c6;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div5 {
  grid-area: 2/3/3/4;
}
main .section-transformative-impacts .transformative-impacts-content .grid-information .div5 h4 {
  color: #da3802;
}
main .section-transformative-impacts .transformative-impacts-content .marquees {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
main .section-transformative-impacts .transformative-impacts-content .marquees h5 {
  text-align: center;
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
  font-weight: 500;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.88px;
}
main .section-transformative-impacts .transformative-impacts-content .marquees:hover .marquee {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
main .section-transformative-impacts .transformative-impacts-content .marquees .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.625rem, 0.534rem + 0.3883vw, 1rem);
  -webkit-animation: Scroll 30s linear infinite;
          animation: Scroll 30s linear infinite;
  animation-direction: reverse;
}
main .section-transformative-impacts .transformative-impacts-content .marquees .marquee .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(7.875rem, 6.8586rem + 4.3366vw, 12.0625rem);
  cursor: pointer;
}
main .section-transformative-impacts .transformative-impacts-content .marquees .marquee .marquee-item img {
  width: 100%;
}
main .section-secure-spot {
  padding: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem) 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0052e0), to(#d1f400));
  background: linear-gradient(180deg, #0052e0 0%, #d1f400 100%);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .section-secure-spot .secure-spot-content {
  position: relative;
  z-index: 1;
  max-width: 1224px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
}
main .section-secure-spot .secure-spot-content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}
main .section-secure-spot .secure-spot-content .heading .heading-span {
  padding: 5px;
  background: #d1f400;
  color: #0052e0;
  font-size: 14px;
  font-weight: 500;
  line-height: 113.282%; /* 15.86px */
  letter-spacing: -0.14px;
}
main .section-secure-spot .secure-spot-content .heading .heading-span strong {
  font-style: normal;
}
main .section-secure-spot .secure-spot-content .heading h2 {
  color: #fff;
  font-size: clamp(2.5rem, 1.9691rem + 2.2654vw, 4.6875rem);
  font-weight: 700;
  line-height: 112%; /* 84px */
  letter-spacing: -3.75px;
}
main .section-secure-spot .secure-spot-content .heading .desc {
  max-width: 850px;
  width: 100%;
  color: #fff;
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.22px;
}
main .section-secure-spot .secure-spot-content .heading .desc strong {
  font-weight: 700;
}
main .section-secure-spot .secure-spot-content .heading .desc span {
  color: #d1f400;
}
main .section-secure-spot .secure-spot-content .calendly-wrapper {
  max-width: 1024px;
  width: 100%;
  height: 957px;
}
main .section-testimony {
  padding-block: clamp(4.375rem, 3.389rem + 4.2071vw, 8.4375rem);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-62.31%, #fff6de), color-stop(78.8%, #fff));
  background: linear-gradient(0deg, #fff6de -62.31%, #fff 78.8%);
  overflow: hidden;
  padding-block: clamp(4.375rem, 3.389rem + 4.2071vw, 8.4375rem);
}
main .section-testimony .testimony-content h2 {
  font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -2.5px;
  text-align: center;
  margin-bottom: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  color: #1a1a1a;
}
main .section-testimony .testimony-content .testimony-swiper {
  position: relative;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide .testimony-card {
  background: #fff;
  padding: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  border-radius: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  min-height: 300px;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide .testimony-card blockquote {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.125rem);
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.15px;
  color: #333;
  margin: 0 0 2rem 0;
  font-style: normal;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide .testimony-card blockquote::before {
  content: '"';
  font-size: clamp(2.5rem, 2rem + 2.5vw, 4rem);
  color: #0052e0;
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  font-family: serif;
  opacity: 0.25;
  line-height: 1;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide .testimony-card .testimony-author {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.5rem;
  margin-top: auto;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide .testimony-card .testimony-author .name {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 700;
  color: #0052e0;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide .testimony-card .testimony-author .title {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-weight: 500;
  color: #666;
  font-style: italic;
  line-height: 1.3;
}
main .section-testimony .testimony-content .testimony-swiper .swiper-wrapper .swiper-slide .testimony-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 82, 224, 0.15);
          box-shadow: 0 8px 30px rgba(0, 82, 224, 0.15);
}
main .section-social {
  background: #fff;
  padding-block: clamp(3.125rem, 1.9114rem + 5.178vw, 8.125rem) clamp(3.125rem, 1.7597rem + 5.8252vw, 8.75rem);
  overflow: hidden;
}
main .section-social .social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
main .section-social .social-content .text-wrapper {
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
main .section-social .social-content .text-wrapper h2 {
  font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  font-weight: 700;
  line-height: 112%; /* 56px */
  letter-spacing: -1.5px;
}
main .section-social .social-content .text-wrapper h2 span {
  position: relative;
}
main .section-social .social-content .text-wrapper h2 span::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCAyMDAgNjciIGZpbGw9Im5vbmUiPgo8cGF0aCBkPSJNODUuOTU1NiA2Ni41ODU4Qzc0LjY0ODEgNjYuNjkxMyA2My40NDY0IDY2LjI2OTUgNTIuMTM5IDY1LjIxNUM0MS43ODI2IDY0LjE2MDQgMzEuNjM3NiA2Mi41Nzg2IDIxLjU5ODMgNTkuNTIwNUMxNy44OTk2IDU4LjI1NTEgMTQuMjAwOSA1Ni44ODQyIDEwLjgxOTMgNTQuOTg2MUM4LjQ5NDM2IDUzLjcyMDYgNi4yNzUxNCA1Mi4zNDk3IDQuMzcyOTYgNTAuNDUxNkMzLjUyNzU0IDQ5LjcxMzQgMi43ODc4IDQ4Ljc2NDQgMi4xNTM3NCA0Ny44MTUzQy0wLjQ4ODE4MiA0My44MDgxIC0wLjY5OTUzNiAzOS42OTU0IDEuNTE5NjggMzUuNDc3M0MyLjU3NjQ1IDMzLjM2ODMgNC4xNjE2IDMxLjY4MSA1Ljk1ODExIDMwLjIwNDdDOC42MDAwNCAyNy43NzkzIDExLjY2NDcgMjUuODgxMSAxNC45NDA3IDI0LjE5MzlDMjAuNzUyOSAyMS4xMzU4IDI2Ljk4NzggMTguOTIxMiAzMy4yMjI4IDE2LjkxNzdDMzYuMzkzMSAxNS45Njg2IDM5LjU2MzQgMTUuMDE5NSA0Mi44Mzk0IDE0LjI4MTNDNDcuMzgzNSAxMy4yMjY4IDUxLjgyMTkgMTEuNzUwNSA1Ni4yNjAzIDEwLjM3OTZDNjguMDk2MiA2Ljc5NDE5IDgwLjE0MzMgNC4zNjg3OCA5Mi40MDE5IDIuNzg2OTlDMTAxLjgwNyAxLjUyMTU2IDExMS4yMTIgMC44ODg4NDYgMTIwLjYxOCAwLjY3Nzk0NEMxMzMuMTkzIDAuMzYxNTg0IDE0NS42NjMgMC45OTQyOTggMTU4LjAyNyAzLjIwODgxQzE1OS4wODQgMy4zMTQyNiAxNjAuMTQxIDMuNDE5NzEgMTYxLjE5OCAzLjQxOTcxQzE2Mi40NjYgMy40MTk3MSAxNjMuODM5IDMuNDE5NzEgMTY1LjIxMyAzLjQxOTcxQzE2Ni41ODcgMy41MjUxNiAxNjcuOTYxIDMuODQxNTIgMTY4LjgwNiA1LjAwMTVDMTY5LjMzNSA1LjYzNDIyIDE2OS44NjMgNS45NTA1NyAxNzAuNjAzIDYuMTYxNDhDMTc0LjkzNiA3LjQyNjkxIDE3OS4wNTcgOC45MDMyNCAxODMuMDczIDEwLjkwNjhDMTg3LjE5NCAxMy4wMTU5IDE5MS4xMDQgMTUuNTQ2OCAxOTQuMzggMTguODE1OEMxOTYuMDcxIDIwLjYwODUgMTk3LjU1IDIyLjUwNjYgMTk4LjUwMiAyNC43MjExQzIwMC42MTUgMjkuMzYxMSAyMDAuNTA5IDMzLjg5NTUgMTk4LjA3OSAzOC4zMjQ1QzE5Ni45MTYgNDAuNDMzNiAxOTUuMjI2IDQyLjIyNjMgMTkzLjQyOSA0My45MTM1QzE5MC44OTMgNDYuMTI4IDE4OC4xNDUgNDguMDI2MiAxODUuMTg2IDQ5LjYwOEMxNzguNzQgNTIuOTgyNSAxNzEuOTc3IDU1LjQwNzkgMTY1LjAwMiA1Ny40MTE1QzE1NS41OTcgNjAuMDQ3OCAxNDYuMDg2IDYxLjczNSAxMzYuNTc1IDYzLjEwNTlDMTE5Ljc3MiA2NS4zMjA0IDEwMi44NjQgNjYuMzc0OSA4NS45NTU2IDY2LjU4NThaTTEzMC4zNCA1NS43MjQyQzEzMC43NjMgNTUuNzI0MiAxMzAuOTc0IDU1LjcyNDIgMTMxLjE4NSA1NS43MjQyQzEzOS43NDUgNTQuNjY5NyAxNDguMzA1IDUzLjI5ODggMTU2Ljc1OSA1MS4yOTUyQzE2My45NDUgNDkuNTAyNSAxNzEuMDI2IDQ3LjM5MzUgMTc3Ljc4OSA0NC4zMzUzQzE4MC42NDIgNDIuOTY0NSAxODMuNDk1IDQxLjQ4ODEgMTg2LjEzNyAzOS41OUMxODcuNTExIDM4LjUzNTQgMTg4Ljg4NSAzNy4zNzU1IDE4OS45NDIgMzYuMDA0NkMxOTIuNTg0IDMyLjg0MSAxOTIuNjg5IDI5Ljc4MjkgMTkwLjI1OSAyNi40MDg0QzE4OS4wOTYgMjQuNzIxMSAxODcuNzIzIDIzLjQ1NTcgMTg2LjEzNyAyMi4xOTAzQzE4My40OTUgMjAuMTg2NyAxODAuNjQyIDE4LjYwNDkgMTc3LjU3OCAxNy4yMzRDMTcxLjg3MSAxNC41OTc3IDE2NS45NTMgMTIuOTEwNCAxNTkuODI0IDExLjY0NUMxNTguODczIDExLjQzNDEgMTU4LjAyNyAxMS40MzQxIDE1Ny4wNzYgMTEuNDM0MUMxMzcuNTI2IDExLjUzOTYgMTE3Ljk3NiAxMS44NTU5IDk4LjQyNTUgMTMuNDM3N0M4NS4yMTU4IDE0LjU5NzcgNzIuMTExOSAxNi4yODQ5IDU5LjIxOTMgMTguODE1OEM1Ni4wNDkgMTkuMzQzMSA1Mi44Nzg3IDE5Ljg3MDMgNDkuOTE5NyAyMS4wMzAzQzQ1LjA1ODYgMjIuODIzIDQwLjMwMzEgMjQuODI2NiAzNS43NTkgMjcuMzU3NUMzMi41ODg3IDI5LjE1MDIgMjkuNjI5OCAzMS4wNDgzIDI2Ljg4MjIgMzMuMzY4M0MyNS41MDg0IDM0LjUyODIgMjQuMjQwMiAzNS44OTkxIDIzLjA3NzggMzcuMzc1NUMyMC4xMTg4IDQxLjM4MjcgMjAuNTQxNSA0NC40NDA4IDI0LjQ1MTYgNDcuNjA0NEMyNi4wMzY3IDQ4Ljk3NTMgMjcuODMzMiA0OS45MjQzIDI5LjczNTQgNTAuODczNEMzMy44NTY4IDUyLjc3MTUgMzguMDgzOSA1NC4wMzcgNDIuNDE2NyA1NC45ODYxQzUxLjcxNjIgNTcuMDk1MSA2MS4xMjE1IDU3LjYyMjQgNzAuNjMyNCA1Ny41MTY5Qzg0LjU4MTggNTcuMjAwNiA5OC4zMTk4IDU1LjUxMzMgMTExLjk1MiA1Mi4zNDk3QzEyNS45MDEgNDkuMDgwNyAxMzkuMzIyIDQ0LjQ0MDggMTUyLjIxNSAzOC4xMTM2QzE1NC41NCAzNi45NTM3IDE1Ni43NTkgMzUuNjg4MiAxNTguODczIDM0LjMxNzNDMTU5LjcxOCAzMy42ODQ2IDE2MC41NjQgMzMuMDUxOSAxNjEuNDA5IDMyLjUyNDZDMTYzLjMxMSAzMS4yNTkyIDE2NS41MyAzMS41NzU2IDE2Ni43OTggMzMuMDUxOUMxNjguMTcyIDM0LjczOTEgMTY3Ljk2MSAzNi45NTM3IDE2Ni4zNzYgMzguNjQwOUMxNjUuNjM2IDM5LjI3MzYgMTY0Ljg5NiAzOS45MDYzIDE2NC4wNTEgNDAuNDMzNkMxNjEuNzI2IDQyLjEyMDggMTU5LjA4NCA0My40OTE3IDE1Ni41NDggNDQuODYyNkMxNDguNjIyIDQ4Ljg2OTggMTQwLjM3OSA1Mi4xMzg4IDEzMS45MjUgNTQuOTg2MUMxMzEuMzk3IDU1LjE5NyAxMzAuODY4IDU1LjE5NyAxMzAuMzQgNTUuNzI0MlpNMTYuNDIwMSAzMi43MzU1QzEzLjc3ODIgMzQuMTA2NCAxMS4zNDc2IDM1LjY4ODIgOS40NDU0NSAzOC4wMDgyQzguOTE3MDcgMzguNTM1NCA4LjYwMDA0IDM5LjE2ODIgOC4yODMwMSAzOS45MDYzQzcuODYwMyA0MC44NTU0IDcuOTY1OTggNDEuNjk5IDguMzg4NjggNDIuNjQ4MUM5LjIzNDEgNDQuMzM1MyAxMi4wODc0IDQ2Ljg2NjIgMTQuMjAwOSA0Ny40OTg5QzExLjk4MTcgNDIuMTIwOCAxMy4zNTU1IDM3LjI3IDE2LjQyMDEgMzIuNzM1NVoiIGZpbGw9IiNEMUY0MDAiLz4KPC9zdmc+");
  position: absolute;
  height: 120%;
  width: 120%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  top: -5%;
  left: 0;
}
main .section-social .social-content .text-wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
main .section-social .social-content .text-wrapper .social p {
  font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.22px;
}
main .section-social .social-content .text-wrapper .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
main .section-social .social-content .text-wrapper .social ul li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
main .section-social .social-content .text-wrapper .social ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
main .section-social .social-content .text-wrapper .social ul li a svg {
  width: clamp(2rem, 1.818rem + 0.7767vw, 2.75rem);
  height: clamp(2rem, 1.818rem + 0.7767vw, 2.75rem);
}
main .section-social .social-content .image-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .section-social .social-content .image-wrapper .social-image-wrapper {
  position: relative;
}
main .section-social .social-content .image-wrapper .social-image-wrapper .social-image {
  width: clamp(14.485rem, 9.7332rem + 20.2744vw, 34.0625rem);
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main .section-social .social-content .image-wrapper .social-image-wrapper .social-image.animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
main .section-social .social-content .image-wrapper .social-image-wrapper img:not(.social-image) {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}
main .section-social .social-content .image-wrapper .social-image-wrapper img:not(.social-image).animate {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
main .section-social .social-content .image-wrapper .social-image-wrapper .testimony {
  top: clamp(2.125rem, 1.412rem + 3.0421vw, 5.0625rem);
  right: calc(100% - clamp(3.8125rem, 2.5382rem + 5.4369vw, 9.0625rem));
  width: clamp(7.731875rem, 5.2093rem + 10.7631vw, 18.125rem);
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px);
}
main .section-social .social-content .image-wrapper .social-image-wrapper .proof {
  left: calc(100% - clamp(3.3125rem, 0.3512rem + 12.6348vw, 8.4375rem));
  bottom: calc(100% - (clamp(7.875rem, 5.2658rem + 11.1327vw, 18.625rem) - clamp(0.75rem, 0.4769rem + 1.165vw, 1.875rem)));
  width: clamp(6.6875rem, 4.4879rem + 9.3851vw, 15.75rem);
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}
main .section-social .social-content .image-wrapper .social-image-wrapper .ai {
  right: calc(100% - (clamp(7.30875rem, 4.911rem + 10.2304vw, 17.1875rem) - clamp(1.375rem, 0.9047rem + 2.0065vw, 3.3125rem)));
  top: calc(100% - (clamp(8.6375rem, 5.8038rem + 12.0906vw, 20.3125rem) - clamp(1.0625rem, 0.7136rem + 1.4887vw, 2.5rem)));
  width: clamp(7.30875rem, 4.911rem + 10.2304vw, 17.1875rem);
  -webkit-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px);
}
main .section-social .social-content .image-wrapper .social-image-wrapper .branding {
  left: calc(100% - clamp(3.3125rem, 0.3512rem + 12.6348vw, 8.4375rem));
  bottom: clamp(1.1875rem, 0.8234rem + 1.5534vw, 2.6875rem);
  width: clamp(7.3125rem, 4.9157rem + 10.2265vw, 17.1875rem);
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px);
}
main .section-linkedin-article {
  padding-block: clamp(4.375rem, 3.389rem + 4.2071vw, 8.4375rem);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-62.31%, #fff6de), color-stop(78.8%, #fff));
  background: linear-gradient(0deg, #fff6de -62.31%, #fff 78.8%);
  overflow: hidden;
  padding-block: clamp(4.375rem, 3.389rem + 4.2071vw, 8.4375rem);
}
main .section-linkedin-article .linkedin-article-content h2 {
  font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -2.5px;
  text-align: center;
  margin-bottom: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article {
  background: #fff;
  padding: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article .image {
  overflow: hidden;
  border-radius: clamp(0.5rem, 0.4697rem + 0.1294vw, 0.625rem);
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article h3 {
  overflow: hidden;
  display: -webkit-box; /* Required for -webkit-line-clamp */
  -webkit-line-clamp: 2; /* Limits text to 2 lines */
  -webkit-box-orient: vertical; /* Required for -webkit-line-clamp */
  text-overflow: ellipsis;
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
  line-height: 130%;
  letter-spacing: -0.22px;
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article p {
  overflow: hidden;
  display: -webkit-box; /* Required for -webkit-line-clamp */
  -webkit-line-clamp: 3; /* Limits text to 2 lines */
  -webkit-box-orient: vertical; /* Required for -webkit-line-clamp */
  text-overflow: ellipsis;
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article .author {
  font-size: 14px;
  color: #666;
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article:hover {
  opacity: 1;
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
main .section-linkedin-article .linkedin-article-content .article-swiper .swiper-wrapper .swiper-slide .card-article:hover h3 {
  text-decoration: underline;
}

footer {
  padding: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem) 14px 0;
  background: #0052e0;
}
footer .footer-content {
  max-width: 1392px;
  width: 100%;
  margin-inline: auto;
}
footer .footer-content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .top .btn-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background: #fff;
}
footer .footer-content .top .btn-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 98%;
  height: 90%;
  z-index: 0;
  border-radius: 3px;
}
footer .footer-content .top .btn-hero .btn-bg {
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  width: clamp(26.875rem, 24.0989rem + 11.8447vw, 38.3125rem);
  -webkit-filter: blur(45px);
          filter: blur(45px);
  -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-content .top .btn-hero .btn-bg img {
  width: 100%;
}
footer .footer-content .top .btn-hero a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 600;
  line-height: 113.282%; /* 33.985px */
  letter-spacing: -0.3px;
  padding: clamp(1.125rem, 1.0188rem + 0.4531vw, 1.5625rem);
  border-radius: 8.404px;
  position: relative;
  z-index: 2;
}
footer .footer-content .top .btn-hero:hover::before {
  background: #fff;
}
footer .footer-content .top .btn-hero:hover a {
  background: -webkit-gradient(linear, left top, right top, from(#0052e0), to(#d427c6));
  background: linear-gradient(90deg, #0052e0 0%, #d427c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
footer .footer-content .top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
footer .footer-content .top .social p {
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.22px;
}
footer .footer-content .top .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
footer .footer-content .top .social ul li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .footer-content .top .social ul li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
footer .footer-content .top .social ul li a svg {
  width: clamp(2rem, 1.818rem + 0.7767vw, 2.75rem);
  height: clamp(2rem, 1.818rem + 0.7767vw, 2.75rem);
}
footer .footer-content .center {
  padding-top: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem);
}
footer .footer-content .center img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-content .bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-block: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
footer .footer-content .bottom p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

@-webkit-keyframes Scroll {
  0% {
    transform: translateX(-50vw);
    -webkit-transform: translateX(-50vw);
  }
  100% {
    transform: translateX(50vw);
    -webkit-transform: translateX(50vw);
  }
}

@keyframes Scroll {
  0% {
    transform: translateX(-50vw);
    -webkit-transform: translateX(-50vw);
  }
  100% {
    transform: translateX(50vw);
    -webkit-transform: translateX(50vw);
  }
}