.socials--container--section {
  position: relative;
  overflow: visible;
  padding: 0;
  padding: 50px 0 0;
  margin: -50px 0 0;
  color: #fff;
}
.socials--container--section .gradient-overlay {
  background: linear-gradient(to bottom, transparent 0px, transparent 40px, #000 40px);
}
.socials--container--section .bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Tusker FoxNFL 8700 Angled", "Tusker FoxNFL 7600 Angled", sans-serif;
  font-size: clamp(120px, 18vw, 260px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -4px;
}
.socials--container--section .section--wrapper {
  position: relative;
  z-index: 1;
  max-width: var(--max-width, 1400px);
  margin: 0 auto;
  padding: 0 var(--spacing-side, 40px);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  min-height: 280px;
}
@media screen and (max-width: 1024px) {
  .socials--container--section .section--wrapper {
    padding: 0 24px;
    min-height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .socials--container--section .section--wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: center;
    padding: 40px 20px;
    min-height: unset;
    gap: 28px;
  }
}
.socials--container--section .socials--copy .eyebrow {
  font-family: "Tusker FoxNFL 5500 Angled", sans-serif;
  font-size: clamp(14px, 2.5vw, 36px);
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--copy .eyebrow {
    font-size: 14px;
  }
}
.socials--container--section .socials--copy .heading {
  font-family: "Tusker FoxNFL 6600 Angled", sans-serif;
  font-size: clamp(24px, 4vw, 60px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--copy .heading {
    font-size: 28px;
  }
}
.socials--container--section .socials--robot {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  overflow: visible;
  padding: 0 20px;
}
.socials--container--section .socials--robot img {
  height: calc(100% + 50px);
  width: auto;
  object-fit: contain;
  display: block;
  max-width: 250px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .socials--container--section .socials--robot img {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--robot img {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--robot {
    order: 2;
    position: absolute;
    z-index: 1;
    right: -20px;
    bottom: 0px;
  }
}
.socials--container--section .socials--right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--right {
    align-items: center;
    order: 3;
  }
}
.socials--container--section .socials--icons {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--icons {
    gap: 24px;
  }
}
.socials--container--section .social--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  padding: 0px;
}
.socials--container--section .social--logo svg, .socials--container--section .social--logo img {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .socials--container--section .social--logo svg, .socials--container--section .social--logo img {
    width: 36px;
    height: 36px;
  }
}
.socials--container--section .social--logo:hover {
  transform: translateY(-3px);
  opacity: 1;
}
.socials--container--section .subheading {
  font-family: "Tusker FoxNFL 5500 Angled", sans-serif;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .socials--container--section .subheading {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .socials--container--section .socials--copy {
    order: 1;
    position: relative;
    z-index: 2;
  }
  .socials--container--section .socials--right {
    order: 2;
    position: relative;
    z-index: 2;
  }
}

/*# sourceMappingURL=socials.css.map */
