@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"),
    url("../fonts/Satoshi-VariableItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--backgroung: #efefef;
  --font--satoshi: Satoshi, sans-serif;
  --color--font: #151515;
  --text-size--regular: 1rem;
  --heading--h1: 5rem;
  --heading--h2: 3.5rem;
  --heading--h3: 1.5rem;
  --heading--h4: 1.375rem;
  --heading--h5: 1.25rem;
  --heading--h6: 1.125rem;
  --color--card: white;
  --text-size--medium: 1.125rem;
  --text-size--display: 13.125rem;
  --color--button: #151515;
  --color--primary: #c64205;
  --text-size--small: 0.875rem;
  --text-size--large: 1.5rem;
  --text-size--huge: 3.5rem;
  --font--satoshi-variable: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --border--radius: 0.2rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .section-4 {
    padding: 0;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
  .reel-value-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .reel-value-count {
    font-size: 1rem !important;
  }
}

body {
  background-color: var(--color--backgroung);
  font-family: var(--font--satoshi);
  color: var(--color--font);
  font-size: var(--text-size--regular);
  cursor: default;
  line-height: 1.5;
  text-decoration: none;
}

h1 {
  font-size: var(--heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  font-size: var(--heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  font-size: var(--heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-size: var(--heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

p {
  color: var(--color--card);
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

a {
  color: var(--color--font);
  font-size: var(--text-size--regular);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  font-size: var(--text-size--medium);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
  line-height: 1.1;
}

.container {
  width: 100%;
  max-width: 110rem;
  margin: 20px auto 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.container-small {
  max-width: 80rem;
}

.container.container-large {
  width: 90vw;
  max-width: none;
}

.heading-1 {
  font-size: var(--heading--h1);
  font-weight: 400;
  line-height: 1;
}

.heading-1.white-text {
  text-align: center;
}

.heading-1.white-text:hover {
  text-decoration: underline;
}

.rich-text p {
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

.rich-text h1,
.rich-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text li {
  font-size: var(--text-size--regular);
}

.rich-text h3 {
  font-size: var(--heading--h3);
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text h4,
.rich-text h5 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-bottom: 1rem;
}

.rich-text h6 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text.rich-text-size {
  text-align: center;
  max-width: 60ch;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.caps {
  color: var(--color--font);
  font-weight: 500;
}

.text-size-medium {
  font-size: var(--text-size--medium);
  line-height: 1.1;
}

.text-size-medium.text-weight-medium.caps {
  color: var(--color--font);
}

.text-size-display {
  font-size: var(--text-size--display);
  letter-spacing: -0.5975rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.button-primary {
  grid-row-gap: 0.25rem;
  background-color: var(--color--button);
  color: var(--color--backgroung);
  font-size: var(--text-size--medium);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.2rem;
  flex-direction: column;
  padding: 0.8rem 2.5rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  background-color: var(--color--primary);
}

.text-size-small {
  font-size: var(--text-size--small);
  line-height: 1.5;
}

.heading-2 {
  font-size: var(--heading--h2);
  font-weight: 500;
  line-height: 1;
  display: block;
}

.heading-2.text-weight-regular {
  font-weight: 300;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.hero-header {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.tag-wrapper {
  grid-column-gap: 0.6875rem;
  grid-row-gap: 0.6875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.elipse {
  background-color: var(--color--primary);
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
}

.caps {
  text-transform: uppercase;
}

.heading {
  max-width: 80ch;
}

.heading.smaller {
  max-width: 60ch;
}

.hero-component {
  flex-flow: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.hero-big-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-content {
  justify-content: space-between;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.hero-left-content {
  text-align: left;
  max-width: 30ch;
}

.big-elipse {
  background-color: var(--color--primary);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-marquee {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.hero-button {
  overflow: visible;
}

.button-line-wrap {
  background-color: #1515151a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.button-line-animation {
  background-color: #151515;
  width: 30%;
  height: 1px;
}

.hero-grid {
  z-index: 0;
  pointer-events: none;
  width: 74vw;
  max-width: 80rem;
  margin-top: -4vw;
  position: absolute;
}

.hero-interaction-wrapper {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 4vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-images-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.text-images {
  max-width: 112ch;
}

.big-numbers {
  font-size: 5.3vw;
  font-weight: 400;
  line-height: 1;
}

.big-numbers-card {
  grid-column-gap: 0.3125rem;
  grid-row-gap: 0.3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-numbers-wrapper {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.span {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url("../images/Placeholder.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: 0.875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.span.three {
  pointer-events: auto;
  cursor: default;
  background-image: none;
  border-radius: 5rem;
}

.span.one {
  pointer-events: auto;
  white-space: nowrap;
  cursor: default;
  background-image: none;
  border-style: none;
  border-radius: 5rem;
  overflow: visible;
}

.span.two {
  pointer-events: auto;
  cursor: default;
  background-image: none;
  border-radius: 5rem;
}

.span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url("../images/Text-Images-01.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 5rem;
}

.span.two {
  pointer-events: none;
  cursor: default;
  background-image: url("../images/Text-Images-02.jpg");
  background-size: cover;
  border-radius: 5rem;
}

.span.three {
  pointer-events: none;
  cursor: default;
  background-image: url("../images/Text-Images-03.jpg");
  background-size: cover;
  border-radius: 5rem;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--color--card);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 4rem 3.5rem 4.3rem;
  display: flex;
}

.top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 29ch;
  display: flex;
}

.big-text {
  font-size: 10.5rem;
  line-height: 1;
}

.section {
  margin-top: 12rem;
}

.number {
  opacity: 0.2;
}

.button-hero {
  color: var(--color--font);
  border-radius: 0.25rem;
}

.logos-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logos-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  max-width: 10rem;
  display: flex;
}

.section-logos {
  margin-top: 12rem;
}

.big-gap {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 4.9rem;
  grid-row-gap: 4.9rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 55ch;
  display: flex;
}

.max-width-45ch {
  max-width: 45ch;
}

.testimonial-text {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-image {
  border-radius: 0.5rem;
  height: 20rem;
  max-height: 20rem;
  overflow: hidden;
}

.name {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  flex-flow: column;
  display: flex;
}

.icon {
  object-fit: contain;
}

.display-none {
  display: none;
}

.clip {
  border-radius: 0.5rem;
  overflow: hidden;
}

.opacity-50 {
  opacity: 0.5;
}

.testimonial-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  display: flex;
}

.card-testimonial {
  background-color: var(--color--card);
  border-radius: 1rem;
  width: 55rem;
  max-width: 55rem;
  box-shadow: 0 4px 8px #0000000d, 0 15px 15px #0000000a, 0 33px 20px #00000008,
    0 59px 24px #00000003, 0 92px 26px #0000;
}

.quote {
  max-width: 50ch;
  margin-right: 0.4rem;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.text-size-large {
  font-size: var(--text-size--large);
}

.text-size-large.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-right {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem 0.5rem;
  transition: all 0.2s;
  display: flex;
}

.slider-arrow-right:hover {
  background-color: var(--color--primary);
}

.text-size-regular {
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

.text-size-regular.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-left {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem 0.5rem;
  transition: all 0.2s;
  display: flex;
}

.slider-arrow-left:hover {
  background-color: var(--color--primary);
}

.slider-star {
  grid-column-gap: 0.1rem;
  grid-row-gap: 0.1rem;
  justify-content: flex-end;
  display: flex;
}

.footer-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.credits {
  text-decoration: none;
  transition: opacity 0.2s;
}

.credits:hover {
  opacity: 0.8;
}

.footer-link {
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.25s;
}

.footer-link:hover {
  color: #15151599;
  transform: translate(0, -2px);
}

.icon-links {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.credits-text {
  color: #fff;
  text-decoration: underline;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: 0.8rem;
}

.section-footer {
  background-color: #1e1e1e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.font-color {
  color: var(--color--font);
}

.footer-links-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.tag {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-4 {
  margin-top: 0;
}

.text-box {
  max-width: 60ch;
}

.text-box.large {
  max-width: 60rem;
}

.heading-3 {
  font-size: var(--heading--h3);
  font-weight: 400;
  line-height: 1;
}

.hero-style-guide-wrapper {
  background-color: #1a1a1a;
  border-radius: 1rem;
  width: 100%;
  margin-top: 6rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

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

.color-palette-text {
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.heading-4 {
  font-size: var(--heading--h4);
  font-weight: 400;
  line-height: 1;
}

.style-guide-content {
  margin-bottom: 8rem;
}

.text-weight-light {
  font-weight: 300;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.color-palette {
  width: 100%;
  height: 10rem;
}

.color-palette.background {
  background-color: var(--color--backgroung);
}

.color-palette.card {
  background-color: var(--color--card);
}

.color-palette.primary-color {
  background-color: var(--color--primary);
}

.color-palette.font-color {
  background-color: var(--color--font);
}

.heading-6 {
  font-size: var(--heading--h6);
  font-weight: 400;
  line-height: 1;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: 0.5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.style-guide-menu-links:hover,
.style-guide-menu-links.w--current {
  opacity: 1;
}

.typography-content {
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-weight-regular {
  font-weight: 400;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: 0.75rem;
  line-height: 1.15;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.heading-5 {
  font-size: var(--heading--h5);
  font-weight: 400;
  line-height: 1;
}

.text-opacity {
  opacity: 0.7;
}

.divider-line {
  background-color: var(--color--font);
  opacity: 0.1;
  width: 100%;
  height: 1px;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  line-height: 1.25;
}

.style-gudie-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 2rem;
  display: grid;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
  margin-top: 8rem;
  margin-bottom: 10rem;
}

.style-tag {
  color: #121212;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb33;
  border-radius: 10rem;
  padding: 0.625rem 1.5rem;
  font-weight: 500;
}

.color-palette-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color--card);
  flex-flow: column;
  display: flex;
}

.div-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.grid-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  padding-left: 0;
}

.collection-list-wrapper {
  width: 100%;
}

.works-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--card);
  border-radius: 0.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.works-link {
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 55vh;
  display: flex;
}

.works-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-content {
  justify-content: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.max-width-35ch {
  max-width: 35ch;
}

.works-hover-follow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.works-link:hover .works-hover-follow {
  opacity: 1;
}

.blog-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.mask-frame {
  z-index: 2;
  background-color: var(--color--primary);
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.work-template-images {
  width: 100%;
  height: 60vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.work-template-images.margin-bottom {
  margin-bottom: 8rem;
}

.work-template-images.vertical {
  width: 50%;
  height: 90vh;
  margin-bottom: 6rem;
  margin-left: 6vw;
  margin-right: auto;
}

.work-template-images.vertical.right {
  margin-left: auto;
  margin-right: 6vw;
}

.work-template-images.no-margin {
  margin-bottom: 0;
}

.hero-section {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.content-section {
  padding-top: 12rem;
  padding-bottom: 2.5rem;
}

.work-content-cms {
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-works {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  max-width: 60ch;
  display: flex;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  color: var(--color--font);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #1515151a;
  border-radius: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all 0.4s;
}

.text-field-contact:hover {
  color: var(--color--font);
  border-width: 1px;
  border-color: #1515151a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: var(--color--font);
  border-color: #212121;
}

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 0.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.form-wrapper {
  margin-top: 1rem;
}

.form-wrapper.full-width {
  width: 35%;
}

.text-size-contact {
  font-size: 1.375rem;
}

.name-wrapper-contact {
  width: 100%;
}

.submit-button {
  z-index: 3;
  color: #fff;
  background-color: #0000;
  position: absolute;
  inset: 0%;
  text-transform: uppercase;
}

.submit-button:hover {
  opacity: 0;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: 0.3rem;
  transition: all 0.25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: 0.7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.form-component {
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.hero-card {
  background-color: var(--color--font);
  border-radius: 1vh;
  width: 45vh;
  height: 55vh;
  position: absolute;
  overflow: hidden;
}

.hero-card.first {
  z-index: 3;
  pointer-events: auto;
  padding-right: 0;
  transform: rotate(-4.89deg);
}

.hero-card.second {
  z-index: 2;
  background-color: var(--color--primary);
  transform: rotate(-0.463deg);
}

.hero-card.third {
  z-index: 1;
  background-color: #aa4646;
  transform: rotate(3.712deg);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-form {
  padding-top: 15vh;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}

.link-block-navbar {
  color: #151515;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding: 0.46rem 0.75rem;
  text-decoration: none;
  transition: all 0.25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: 0.8;
  transform: translate(0, 1px);
}

.brand {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  /* width: 7rem; */
  height: 1.8rem;
  display: flex;
}

.brand.w--current {
  color: var(--color--button);
  font-style: normal;
  font-weight: 300;
}

.nav-link {
  color: #fbfbfb;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  text-decoration: none;
  transition: all 0.25s;
  position: relative;
}

.nav-link:hover {
  opacity: 0.8;
  transform: translate(0, 1px);
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  display: none;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
  top: 0;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.hero-section-works {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.grid-gap-m {
  justify-content: end;
}

.grid-layout.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-aspect-4x3 {
  aspect-ratio: 4 / 3;
  position: relative;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.button-group {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.button-secondary {
  grid-row-gap: 0.25rem;
  border: 1px solid var(--color--font);
  color: var(--color--font);
  font-size: var(--text-size--medium);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0.2rem;
  flex-direction: column;
  padding: 0.8rem 2.5rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  border-color: var(--color--primary);
  background-color: var(--color--primary);
}

.delete-this {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fbfbfb;
  border-radius: 0.75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.modal-button {
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.8rem 1rem;
  text-decoration: none;
  transition: all 0.25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(0.98);
}

.modal-text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.modal-embed {
  display: flex;
}

.webflix-link {
  color: #101828;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.code-embed {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
}

.modal-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.opacity-80 {
  opacity: 0.8;
}

.exit {
  z-index: 5;
  cursor: pointer;
  background-color: #efefef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  bottom: 1rem;
  left: 0.5rem;
}

.max-width-37ch {
  max-width: 37ch;
}

.modal-link {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block,
.text-block-2,
.text-block-3 {
  display: none;
}

.superscript {
  display: inline;
}

.body {
  background-color: var(--color--backgroung);
  font-family: var(--font--satoshi);
  font-weight: 300;
}

.text-block-4,
.text-block-5 {
  font-weight: 400;
}

.navigation-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.works-wrapper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.youtube {
  border-radius: 0.5rem;
}

.works-wrapper-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.works-link-copy {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 55vh;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-2.black-1f {
  background-color: #1f1f1f;
  overflow: hidden;
}

.hidden-slider-data {
  display: none;
}

.slider-arrow {
  width: 50px;
  height: 20px;
  transition: opacity 0.3s;
  inset: -70px 0% auto auto;
}

.slider-arrow:hover {
  opacity: 0.7;
}

.slider-arrow.back-arrow {
  right: 120px;
}

.insta-handle-small {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.slider-nav {
  display: none;
}

.instagram-slider {
  background-color: #0000;
  width: 100%;
  height: 300px;
}

.collection-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.image-wrapper {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.container-2 {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container-2.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  overflow: visible;
}

.white-text {
  color: #fff;
}

.top-info {
  z-index: -1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -20px 0% auto;
}

.slider-link {
  z-index: 1;
  color: #000;
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

.slider-link.white-text {
  color: #fff;
  flex-direction: column;
  display: flex;
}

.slider-mask {
  width: 25%;
  overflow: visible;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  transition: transform 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(0.9);
}

.slider__wave {
  z-index: 2;
  margin-top: -0.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -0.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-3 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-3.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: 0.52em;
  padding-right: 0.52em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-3.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.hero-card-2 {
  background-color: #151515;
  border-radius: 1vh;
  width: 45vh;
  height: 55vh;
  position: absolute;
  overflow: hidden;
}

.hero-card-2.first {
  z-index: 3;
  transform: rotate(-4.89deg);
}

.hero-card-2.second {
  z-index: 2;
  background-color: var(--color--primary);
  transform: rotate(-0.463deg);
}

.hero-card-2.third {
  z-index: 1;
  background-color: #aa4646;
  transform: rotate(3.712deg);
}

.heading-7 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-7.text-weight-regular {
  font-weight: 400;
}

.button-hero-2 {
  color: #151515;
  border-radius: 0.25rem;
}

.big-elipse-2 {
  background-color: var(--color--primary);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.elipse-2 {
  background-color: var(--color--primary);
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
}

.hero-component-2 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-8 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-small-2 {
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-size-display-2 {
  letter-spacing: -0.5975rem;
  font-size: 13.125rem;
  font-weight: 300;
  line-height: 1;
}

.section-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  min-height: 100vh;
  padding: 0% 10%;
  display: flex;
}

.image-3.is-1 {
  border-radius: 1vh;
  width: 50%;
}

.image-3.is-2 {
  width: 30%;
  margin-top: 37%;
  margin-right: 5%;
}

.image-3.is-3 {
  border-radius: 20px;
  width: 50%;
  margin-top: 10%;
  margin-left: 3%;
  max-height: 960px;
}

.image-3.is-4 {
  border-radius: 20px;
  width: 40%;
  max-height: 760px;
}

.credit__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.slide-2 {
  transform-origin: 0 0;
  overflow: hidden;
}

.slide__image-wrapper {
  transform-origin: 0 0;
}

.credit {
  display: flex;
  position: absolute;
  inset: auto auto 32px 32px;
}

.hide {
  display: none;
}

.slide__text {
  color: #fff;
  border-bottom: 0.5px solid #0000;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  transition: border-color 0.2s;
}

.slide__text:hover {
  border-bottom-color: #fff;
}

.next-button {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
  top: 100%;
}

.slider-2 {
  background-color: #0000;
  width: 38vw;
  max-width: 512px;
  height: 53.2vw;
  max-height: 720px;
}

.next-button__progress {
  width: 48px;
  height: 48px;
  position: absolute;
}

.footer-heading-2 {
  color: #fff;
  height: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.3;
}

.grid_item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.04em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
}

.grid_item.is--footer-3 {
  width: 33.3333%;
}

.grid_item.is--footer-1 {
  width: 33.3333%;
  padding-left: 4em;
}

.grid_item.is--footer-2 {
  width: 33.3333%;
}

.grid_item.is--footer-heading {
  z-index: 2;
  text-align: left;
  padding: 8em 4em;
  position: relative;
}

.container-5 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

.container-5.is--full-page {
  background-color: #1e1e1e;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.grid-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.footer-text {
  color: #ddd;
  padding-bottom: 1.7em;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-9 {
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.section-5 {
  z-index: 2;
  position: relative;
}

.slider-3 {
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
}

.right-arrow {
  display: none;
}

.image-4 {
  width: auto;
}

.background-video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .works-hover-follow {
    opacity: 1;
    display: flex !important;
  }

  .container {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-container {
    margin: 20px auto 32px;
  }

  .container.container-large {
    width: auto;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .text-size-display {
    letter-spacing: 0;
    font-size: 8rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .hero-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .heading {
    max-width: 60ch;
  }

  .hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-left-content {
    text-align: center;
  }

  .hero-interaction-wrapper {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-bottom: 0;
    position: relative;
  }

  .text-images-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .text-images {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .big-numbers {
    font-size: 7rem;
  }

  .big-numbers-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .big-numbers-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span.three,
  .span.one,
  .span.two,
  .span.one,
  .span.two,
  .span.three {
    width: 4rem;
  }

  .grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .card {
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .top-content {
    max-width: none;
  }

  .section {
    margin-top: 8rem;
  }

  .logos-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .section-logos {
    margin-top: 8rem;
  }

  .big-gap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial-image {
    height: 100%;
    max-height: none;
  }

  .clip {
    height: 100%;
  }

  .card-testimonial {
    width: auto;
    max-width: none;
    height: auto;
  }

  .testimonial-slider {
    max-width: none;
  }

  .text-size-large {
    font-size: var(--text-size--large);
  }

  .slider-arrow-right,
  .slider-arrow-left {
    display: none;
  }

  .footer-component {
    min-height: 0;
  }

  .section-footer {
    padding-top: 8rem;
  }

  .footer-links-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-box {
    max-width: 26ch;
  }

  .heading-3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .style-guide-menu {
    grid-column-gap: 5rem;
    flex-flow: wrap;
    width: 100%;
  }

  .color-palette.primary-color {
    background-color: #fbfbfb;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .collection-list.grid-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .works-link {
    justify-content: flex-start;
    height: 100%;
    min-height: 20vh;
  }

  .works-image {
    height: 73%;
  }

  .work-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
  }

  .works-hover-follow {
    display: none;
  }

  .blog-image-wrapper {
    justify-content: flex-start;
  }

  .mask-frame {
    z-index: 4;
  }

  .work-template-images.vertical {
    margin-bottom: 6rem;
  }

  .content-section {
    padding-top: 8rem;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .form-wrapper,
  .form-wrapper.full-width {
    width: 100%;
  }

  .form-component {
    margin-top: 6rem;
  }

  .hero-card {
    width: 30vh;
    height: 38vh;
  }

  .hero-form {
    padding-bottom: 0;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #fbfbfb;
    background-color: var(--color--primary);
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .brand,
  .brand.w--current {
    /* width: 8rem; */
  }

  .nav-link {
    color: #151515;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: #151515;
    background-color: #efefef;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
    position: absolute;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .works-link-copy {
    justify-content: flex-start;
    min-height: 50vh;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-info {
    margin-bottom: 15px;
    position: relative;
    top: 0;
  }

  .slider-link.white-text {
    overflow: hidden;
  }

  .slider-mask {
    width: 40%;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-card-2 {
    width: 30vh;
    height: 38vh;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .hero-component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-4 {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-8 {
    font-size: 4rem;
  }

  .text-size-display-2 {
    letter-spacing: 0;
    font-size: 8rem;
  }

  .footer-text {
    padding-bottom: 0.7em;
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .work-with-me-link {
    text-decoration: underline;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .nav-menu-wrap {
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .brand {
    display: none;
  }

  .heading-2 {
    font-size: 2.375rem;
  }

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-images-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .big-numbers {
    font-size: 6rem;
  }

  .big-numbers-card {
    text-align: center;
    max-width: none;
  }

  .big-numbers-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .big-text {
    font-size: 9rem;
  }

  .section {
    margin-top: 4rem;
  }

  .logos-grid {
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-logos {
    margin-top: 6rem;
  }

  .big-gap,
  .testimonial-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .testimonial-text {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .testimonial-image {
    object-position: 50% 0%;
    height: 20rem;
    max-height: none;
  }

  .testimonial-slider-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .image {
    object-position: 50% 20%;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .section-footer {
    padding-top: 6rem;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: 0.875rem;
  }

  .heading-4 {
    font-size: 1.625rem;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-6 {
    font-size: 1.125rem;
  }

  .heading-5 {
    font-size: 1.375rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    display: flex;
  }

  .div-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .collection-list {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .works-link {
    min-height: 0;
  }

  .works-hover-follow {
    width: 8rem;
    height: 8rem;
  }

  .work-template-images.margin-bottom {
    margin-bottom: 6rem;
  }

  .work-template-images.vertical {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .work-template-images.vertical.right {
    width: 100%;
  }

  .content-section {
    padding-top: 4rem;
  }

  .form-component {
    margin-top: 4rem;
  }

  .hero-wrapper {
    padding-top: 24vh;
  }

  .navbar-component {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .brand,
  .brand.w--current {
    /* width: 10rem; */
  }

  .hero-section-works {
    padding-bottom: 4rem;
  }

  .grid-layout.grid-gap-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .delete-this {
    left: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }

  .works-wrapper-2,
  .works-wrapper-copy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .works-link-copy {
    min-height: 0;
  }

  .slider-mask {
    width: 60%;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .container-3 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: 0.92em;
    padding-right: 0.92em;
  }

  .section-3.is--slider {
    margin-bottom: 9.9em;
  }

  .heading-7 {
    font-size: 2.375rem;
  }

  .heading-8 {
    font-size: 3rem;
  }

  .image-3.is-1 {
    width: 80%;
  }

  .image-3.is-2 {
    width: 70%;
    margin-top: 11%;
    margin-left: auto;
    margin-right: 0%;
  }

  .image-3.is-3 {
    width: 90%;
  }

  .image-3.is-4 {
    width: 80%;
    margin-top: 18%;
  }

  .footer-text {
    padding-bottom: 0.7em;
    font-size: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  .div-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-4 {
    padding: 0;
  }

  .reel-value-icon {
    width: 1rem !important;
    height: 1rem !important;
  }

  .reel-value-count {
    font-size: 1rem !important;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-1 {
    font-size: 2.9rem;
  }

  .rich-text {
    width: 100%;
  }

  .text-size-display.break-mobile {
    word-break: break-all;
  }

  .text-size-display {
    font-size: 6rem;
  }

  .button-primary {
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .heading-2.text-weight-regular {
    font-size: 1.75rem;
  }

  .hero-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 24vh;
    height: auto;
    overflow: hidden;
  }

  .tag-wrapper {
    justify-content: center;
    align-items: center;
  }

  .elipse.hide-mobile {
    display: none;
  }

  .hero-form {
    padding-top: 20vh;
  }

  .hero-interaction-wrapper {
    height: 60vh;
    position: relative;
  }

  .big-numbers {
    font-size: 5rem;
  }

  .big-text {
    font-size: 8rem;
  }

  .logos-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos {
    height: auto;
  }

  .big-gap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .testimonial-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial-slider-content {
    padding: 1rem 1rem 1.3rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .text-size-large {
    font-size: var(--text-size--regular);
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .vertical-line.hide-mobile {
    display: none;
  }

  .tag.vertical-mobile {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 1.2rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .style-guide-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .class-name-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .heading-5 {
    font-size: 1.25rem;
  }

  .style-guide-content-wrapper {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .divider-line {
    width: 100%;
  }

  .style-gudie-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .style-guide-component {
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .works-hover-follow {
    width: 6rem;
    height: 6rem;
  }

  .blog-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .mask-frame {
    z-index: 4;
  }

  .form,
  .form-wrapper {
    width: 100%;
  }

  .hero-card {
    width: 45vh;
    height: 60vh;
    position: absolute;
  }

  .navbar-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .brand {
    /* width: 15rem; */
  }

  .brand.w--current {
    /* width: 14rem; */
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .button-secondary {
    align-items: center;
    width: 100%;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
  }

  .modal-link {
    flex-flow: wrap;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .slider-arrow {
    top: -40px;
  }

  .slider-arrow.back-arrow {
    top: -40px;
    right: 80px;
  }

  .top-info {
    flex-wrap: wrap;
  }

  .slider-mask {
    width: 100%;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .hero-card-2 {
    width: 45vh;
    height: 60vh;
    position: absolute;
  }

  .heading-7 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .elipse-2.hide-mobile {
    display: none;
  }

  .container-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-8 {
    font-size: 2.9rem;
  }

  .text-span-5 {
    text-decoration: none;
  }

  .grid_item.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item.is--footer-1 {
    width: 100%;
    padding-bottom: 5em;
  }

  .grid_item.is--footer-2 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .grid_item.is--footer-heading {
    padding: 4em 0em;
  }

  .container-5.is--full-page {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid-2 {
    flex-direction: row;
  }

  .link-block {
    text-decoration: none;
  }

  .footer-text {
    opacity: 0.64;
    border-radius: 0;
    font-size: 3em;
  }

  .heading-9 {
    font-size: 4em;
  }
}

#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec20-d3849a25 {
  place-self: center;
}

#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec22-d3849a25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec24-d3849a25,
#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec26-d3849a25,
#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec28-d3849a25,
#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec2a-d3849a25,
#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec2c-d3849a25,
#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec2e-d3849a25,
#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec30-d3849a25,
#w-node-_8c09f274-22f7-e716-7c2e-3f9c1e0aec32-d3849a25 {
  place-self: center;
}

#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b46-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b5d-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b62-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3b79-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3ba3-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3bf1-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c0f-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c11-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c16-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c1c-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c21-d3849a26,
#w-node-ba76b263-3d2a-d3b9-f18e-51e1d7ee4fba-d3849a26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aade02f1-0735-d459-71c2-fd6566d1df24-d3849a26 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84481c42-673d-6a5f-41de-081ad5139fd9-d3849a26,
#w-node-_5694a351-f82a-c1d3-4c92-e8310d3c3c2a-d3849a26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"),
    url("../fonts/Satoshi-VariableItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

.brand-logo {
  white-space: nowrap;
}
img,
video {
  object-position: center;
}

.reel-item {
  position: relative;
  /* background-color: black; */
  overflow: hidden;
}

.media-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 480px) {
  .media-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .media-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .media-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.media-list .reel-item {
  width: 100% !important;
  height: auto !important;
}
.media-list .reel-item video,
.media-list .reel-item img {
  border-radius: 20px !important;
}

.media-list .reel-item .reel-overlay .reel-value-container video,
.media-list .reel-item .reel-overlay .reel-value-container img {
  border-radius: 0px !important;
}

.reel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-top: 10rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.reel-value-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.reel-value-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}

.reel-value-count {
  font-size: 1rem;
  color: white;
  font-weight: 300;
}

.social-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.7rem;
  transition: all 0.3s;
  display: flex;
}

.social-icon.white {
  background-color: white;
}

.social-icon:hover {
  background-color: var(--color--primary);
  transform: translate(0, -2px);
}

/* Carousel Controls */
.carousel-controls {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.carousel-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-dot.active {
  background-color: rgba(255, 255, 255, 0.9);
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff6;
  color: black;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  line-height: normal;
}

.carousel-prev {
  left: 1rem;
}

.carousel-next {
  right: 1rem;
}

.collaboration-carousel:hover .carousel-prev,
.collaboration-carousel:hover .carousel-next {
  opacity: 1;
}

@media (max-width: 479px) {
  .carousel-controls {
    bottom: 1.5rem;
  }
  .carousel-dot {
    width: 0.625rem;
    height: 0.625rem;
  }
  .carousel-prev,
  .carousel-next {
    opacity: 1;
  }

  .carousel-prev {
    left: 0.875rem;
  }

  .carousel-next {
    right: 0.875rem;
  }
}
