:root {
  --cards-default: #13141f;
  --cards-hover: #161825;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.download-buttons a {
  margin-bottom: 5px;
}

.main-nav {
  z-index: 2147483647;
  width: 100%;
  height: 86px;
  max-width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(4, 5, 13, .8);
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: background-color .2s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-wrapper {
  width: 100%;
  height: 44px;
  max-width: 1140px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-logo {
  width: 120px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: #04050d;
  background-image: url('../images/tex.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1530px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
}

.grayjay-logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grayjaylogotext {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.nav-link {
  height: 44px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #a3a3a3;
  cursor: pointer;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-link:hover {
  color: #fff;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 4px;
  flex: 0 auto;
  line-height: 20px;
}

.nav-btn-label {
  color: #fff;
  text-align: center;
  flex: none;
  text-decoration: none;
}

.cta-icon {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.cta-secondary {
  width: 100%;
  height: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  cursor: pointer;
  background-color: rgba(248, 248, 248, .05);
  border-radius: 4px;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.cta-secondary:hover {
  background-color: rgba(255, 255, 255, .07);
  border-radius: 4px;
}

.cta-secondary-label-1 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.cta-secondary-label-2 {
  color: rgba(255, 255, 255, .44);
}

.hero-wrapper {
  width: 93%;
  height: 100%;
  max-width: 1140px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.hero-title {
  width: 70%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
}

.hero-headline {
  padding-bottom: 16px;
}

.hero-subheadline {
  width: 94%;
  color: rgba(255, 255, 255, .67);
  padding-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.headline-1 {
  color: #fff;
  font-size: 53px;
  font-weight: 700;
  line-height: 56px;
}

.headline-2 {
  color: #363b4a;
  font-size: 53px;
  font-weight: 700;
  line-height: 56px;
}

.section-title-wrapper-left {
  width: 40%;
  text-align: center;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.tag-account {
  height: 14px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.h2-left {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.section-title-subheadline-left {
  width: 100%;
  color: rgba(255, 255, 255, .65);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon-sources {
  width: 12px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  width: 220px;
  height: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #181d31;
  border: 1px rgba(255, 255, 255, .24);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 28px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: #1e253f;
  border-style: solid;
  border-color: rgba(6, 145, 231, .41);
}

.icon-play {
  width: 10.9443px;
  height: 12.2295px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary-label {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.sources-list {
  width: 100%;
  height: 219px;
  max-width: 1144px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.source-box {
  width: 132px;
  height: 220px;
  background-color: var(--cards-default);
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 4px;
  justify-content: space-around;
  align-items: center;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
}

.source-box:hover {
  background-color: var(--cards-hover);
}

.sources-block {
  max-width: 1140px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.animation-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.body-secondary {
  color: rgba(255, 255, 255, .36);
  text-align: center;
  padding-bottom: 48px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.section {
  width: 100%;
  background-color: rgba(7, 8, 19, .62);
  border-bottom: 1px rgba(255, 255, 255, .03);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.section:hover {
  border: 1px solid #000;
}

.icon-watch {
  width: 16.0002px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-green {
  color: #9ae151;
  text-align: center;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.section-title-center {
  width: 93%;
  max-width: 1140px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-account {
  width: 9.90234px;
  height: 10.5879px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-container {
  width: 42%;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.icon-import {
  width: 27px;
  height: 26.9998px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-text-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-subtitle {
  color: rgba(255, 255, 255, .5);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.icon-recommendations {
  width: 29px;
  height: 28.9993px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-horizontal {
  height: 440px;
  background-color: var(--cards-default);
  background-image: url('../images/Clay-Dark-Left.png');
  background-position: 90px 20px;
  background-repeat: no-repeat;
  background-size: 760px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-horizontal:hover {
  background-color: var(--cards-hover);
}

.h-stack {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.tag-purple {
  color: #9b45eb;
  text-align: center;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.section-title-wrapper-center {
  width: 1140px;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 40px;
  display: block;
}

.phone_img {
  flex: 1;
}

.text-container-fullwidth {
  width: 100%;
  max-width: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.feed-icon {
  width: 38px;
  height: 32px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.content-box-full-width {
  width: 100%;
  height: 320px;
  max-width: 1140px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--cards-default);
  cursor: default;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-box-full-width:hover {
  background-color: var(--cards-hover);
}

.content-img-fw {
  width: 60%;
  height: 100%;
  background-image: url('../images/uni-feed-img.png');
  background-position: 0 -10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

.card-small-top {
  width: 100%;
  height: 380px;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: var(--cards-default);
  cursor: default;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 24px 24px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-small-top:hover {
  background-color: var(--cards-hover);
}

.h3 {
  width: 100%;
  color: #fff;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.play-cards-container {
  width: 93%;
  max-width: 1140px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: static;
}

.text-container-fill {
  width: 100%;
  height: 120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-img-container {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.card-small-btm {
  width: 100%;
  height: 380px;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  background-color: var(--cards-default);
  cursor: default;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 28px 24px 24px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-small-btm:hover {
  background-color: var(--cards-hover);
}

.tag {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.tag-orange {
  text-align: center;
  letter-spacing: .17em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(99.66deg, #f12d64, #f99527);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.card-medium-btm {
  width: 100%;
  height: 520px;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: var(--cards-default);
  cursor: default;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-medium-btm:hover {
  background-color: var(--cards-hover);
}

.card-md-content {
  width: 90%;
  height: 150px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-history {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.icon-offline-playback {
  width: 41px;
  height: 33px;
  max-width: 96%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_text_container {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-icon-container {
  width: 40px;
  height: 43px;
  flex: 0 auto;
  margin-bottom: 12px;
}

.vectors-wrapper-23 {
  width: 14.6666px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-45 {
  color: #e1c151;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.casting {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.casting-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.casting_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.casting_item_icon {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.casting-label {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.tv-img {
  width: 93%;
  height: 752px;
  max-width: 1140px;
  aspect-ratio: auto;
  background-image: url('../images/tv.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  margin-bottom: 96px;
  line-height: 14px;
  display: block;
  position: relative;
  overflow: visible;
}

.harbor-2 {
  width: 100%;
  flex: 1;
}

.harbor-title-container {
  width: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 56px;
  display: flex;
}

.harbor-icon {
  object-fit: cover;
  padding-bottom: 20px;
}

.h1 {
  width: 93%;
  max-width: 1140px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 46px;
}

.harbor-item-container {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 48px;
  display: flex;
}

.harbor-item {
  width: 171px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.harbor_identity {
  width: 32px;
  height: 22.4001px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-2378 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.harbor_feature_title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.harbor_audience {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.harbor_icon_monetize {
  width: 32px;
  height: 31.9999px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.harbor-cover {
  width: 50%;
}

.section-title-left {
  width: 93%;
  max-width: 1140px;
  padding-bottom: 32px;
}

.section-harbor {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  cursor: pointer;
  background-image: url('../images/harbor-illustration.svg'), linear-gradient(#0b1430, #08101f);
  background-position: 70% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 170px;
  text-decoration: none;
  display: flex;
}

.button-chevron {
  width: 4.94px;
  height: 8px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-learn-more {
  width: 230px;
  height: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .2s;
  display: flex;
}

.button-learn-more:hover {
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(42, 145, 225, .42);
}

.grid {
  width: 100%;
  max-width: 1140px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 96px;
  display: flex;
}

.polycentric-title-wrapper {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-45 {
  object-fit: cover;
}

.polycentric-title {
  width: 93%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
}

.body-text {
  color: rgba(255, 255, 255, .6);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.h2-center {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.body-center {
  max-width: 400px;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.section-hero {
  width: 100%;
  height: 800px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px rgba(255, 255, 255, .05);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.poly-items-wrapper {
  max-width: 1140px;
  grid-column-gap: 136px;
  grid-row-gap: 136px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.poly-icon-container {
  padding-bottom: 16px;
}

.polycentric-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.poly-text {
  max-width: 230px;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.poly-icon {
  padding-bottom: 24px;
}

.body-text-left {
  max-width: 490px;
  color: rgba(255, 255, 255, .8);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.h1-center {
  width: 100%;
  color: #fff;
  text-align: center;
  align-self: center;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 46px;
}

.vectors-wrapper-28 {
  width: 12.0001px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  color: #51e1be;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 35px;
}

.hero_button-link {
  width: 120px;
  margin-bottom: 40px;
  text-decoration: none;
}

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

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

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

.faq_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  flex-direction: column;
  flex: 0 auto;
  padding: 18px 32px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.faq_item:hover {
  background-color: rgba(255, 254, 254, .02);
}

.faq_heading {
  width: 100%;
  color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.arrow-expand {
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
  object-fit: none;
  background-color: rgba(255, 255, 255, .06);
  border-radius: 99px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.body-paragraph {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.faq_content {
  width: 80%;
  padding-top: 0;
  overflow: hidden;
}

.faq_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.faq_section {
  width: 100%;
  max-width: 1140px; 
}

.faq_head {
  font-weight: 200;
}

.faq-full-head {
  padding-bottom: 0px;
}

.faq_wrapper {
  width: 100%;
  max-width: 1140px;
  background-image: linear-gradient(#181920, #181920);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph-link {
  color: #0285d2;
  text-decoration: none;
}

.vectors-wrapper-37 {
  width: 16px;
  height: 16px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-59 {
  color: rgba(255, 255, 255, .36);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.frame-2476 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cms-wrapper {
  width: 1140px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.blog-item {
  width: 100%;
  height: 100%;
  background-color: #181920;
  border-radius: 6px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 40px;
  text-decoration: none;
}

.blog-item-wrapper {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-img {
  width: 100%;
  height: 270px;
  border-radius: 2px;
  margin-bottom: 20px;
  display: flex;
}

.blog-type-tag {
  color: #e7a601;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

.blog-title {
  color: #fff;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.blog_date {
  color: rgba(255, 255, 255, .4);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.collection-list-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 11px;
  display: flex;
}

.download-container {
  width: 93%;
  max-width: 1140px;
  background-color: #051424;
  border: .5px solid rgba(22, 99, 137, .4);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
}

.download-content {
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.qr-code {
  margin-bottom: 20px;
}

.footer {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.footer-wrapper {
  width: 93%;
  max-width: 1140px;
  flex-direction: row;
}

.logo-container {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 48px;
  display: flex;
}

.bottom {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.clear-button {
  position: absolute;
  right: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  font-size: 24px;
  color: #999;
}

.clear-button:hover {
  color: #333;
}

.faq-input {
  background-color: #13141f;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .1);
  color: white;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  font-size: 16px;
  flex-grow: 1;
}

.faq-link {
  color: #019de6;
  font-size: 16px;
  text-decoration: none;
}

.faq-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-link {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link-item {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 22px;
  text-decoration: none;
  display: block;
}

.nav-link-item:hover {
  background-color: rgba(255, 255, 255, .08);
}

.source-logo {
  width: 100%;
  height: 30%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.channel_tag_body {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, .57);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 101px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 258px;
  left: -31%;
  right: 0%;
}

.channel_tag_body:hover {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .44);
  background-clip: border-box;
  border-color: rgba(97, 122, 215, .36);
}

.channel_avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 312.188px;
}

.channel_text_container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.channel_tag_label {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.channel-tag_handle {
  color: rgba(255, 255, 255, .36);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.channel_tag_arrow {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.channel-link {
  padding-top: 0;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 32px;
}

.harbor_icon_container {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy-title {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-wrapper {
  width: 100%;
  max-width: 950px;
  margin-top: 100px;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy-body {
  text-indent: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section_title {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
}

.privacy_section {
  margin-bottom: 40px;
}

.plugins_title {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.plugins_body {
  width: 100%;
  color: rgba(255, 255, 255, .6);
  text-align: left;
  font-size: 16px;
}

.plugin_card {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: var(--cards-default);
  cursor: default;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.plugin_card:hover {
  background-color: var(--cards-hover);
}

.plugins_card_title {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plugin_description {
  color: rgba(255, 255, 255, .6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.plugin_qr {
  width: 100%;
  height: 300px;
}

.plugin_link {
  width: 100%;
  text-decoration: none;
}

.plugin_logo_container {
  width: 100%;
  height: 40px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.plugin_description_container {
  height: 60px;
}

.plugin_qr_img {
  width: 100%;
}

.nav_logo_link {
  text-decoration: none;
}

.h-stack-privacy {
  width: 93%;
  max-width: 1140px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.h-stack-group {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.hero_image {
  height: 100%;
  max-width: 140100%;
  object-fit: cover;
  margin-top: 6%;
  margin-left: -69px;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.card-horizontal-2 {
  height: 440px;
  background-color: var(--cards-default);
  background-image: url('../images/Clay-Dark-Left.png');
  background-position: -220px -210px;
  background-repeat: no-repeat;
  background-size: 760px;
  background-attachment: scroll;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-horizontal-2:hover {
  background-color: var(--cards-hover);
}

.section-casting {
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .03), rgba(255, 255, 255, .03)), url('../images/light.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.h-stack_account {
  width: 93%;
  max-width: 1140px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.phones {
  width: 950px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-polycentric {
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  overflow: auto;
}

.section-blog {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  overflow: auto;
}

.section-watch {
  width: 100%;
  background-color: rgba(0, 0, 0, .34);
  background-image: linear-gradient(#090a18, #090a18);
  border-bottom: 1px rgba(255, 255, 255, .07);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 80px;
  display: flex;
  overflow: auto;
}

.section-download {
  width: 100%;
  max-width: none;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: auto;
}

.harbor_cover_image {
  width: 90%;
}

.harbor-wrapper {
  width: 93%;
  height: 100%;
  max-width: 1140px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.cta-primary-medium {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  cursor: pointer;
  background-image: linear-gradient(108deg, #019de6, #0182e7);
  border-radius: 4px;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.cta-primary-medium:hover {
  background-color: rgba(255, 255, 255, .07);
}

.google-play-badge {
  cursor: pointer;
}

.nav-menu-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  align-self: center;
  align-items: center;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.nav-menu-toggle.w--open {
  flex: 0 auto;
}

.nav-cta-label {
  color: #fff;
  text-align: center;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.link-group {
  display: flex;
}

.nav-logo-2 {
  width: 120px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sources-helper-text {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.sources-helper-text-wrapper {
  width: 93%;
  max-width: 1140px;
}

.download-buttons {
  width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

.cta-secondary-medium {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  cursor: pointer;
  background-color: rgba(248, 248, 248, .04);
  border-radius: 4px;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.cta-secondary-medium:hover {
  background-color: rgba(255, 255, 255, .07);
}

.nav-mega-menu {
  cursor: auto;
  border-radius: 4px;
  transition: opacity .2s;
  top: 5px;
}

.nav-mega-menu.w--open {
  width: 830px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #141414;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
  flex-direction: row;
  flex: 0 auto;
  align-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  transition-property: none;
  display: flex;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 0 90px 160px 40px rgba(0, 0, 0, .84);
}

.cta-secondary-2 {
  width: 100%;
  height: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  cursor: pointer;
  background-color: rgba(248, 248, 248, .05);
  border-radius: 6px;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.cta-secondary-2:hover {
  background-color: rgba(255, 255, 255, .14);
}

.nav-cta-primary {
  cursor: pointer;
  background-image: linear-gradient(108deg, #019de6, #0182e7);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 24px;
  margin-right: auto;
  padding: 12px 24px;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-cta-primary:hover {
  background-image: linear-gradient(108deg, #01bce6, #0182e7);
}

.download-content-3 {
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.download-title {
  color: #fff;
  text-align: center;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.mega-menu-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.download-subtitle {
  color: #fff;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.download-text-container-center {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mega-menu-alt {
  display: none;
}

.download-section-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.download-info {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  margin-right: 20px;
}

.div-block {
  display: flex;
}

.download-subtitle-center {
  color: #fff;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.download-title-center {
  color: #fff;
  text-align: center;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.nav-link-item-primary {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-image: linear-gradient(108deg, #019de6, #0182e7);
  border-radius: 4px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 18px;
  text-decoration: none;
  display: none;
}

.nav-link-item-primary:hover {
  background-image: linear-gradient(108deg, #01bce6, #0182e7);
}

.plugins-title-wrapper {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.plugins-title {
  max-width: 580px;
}

.button-back {
  height: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 28px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-back:hover {
  background-color: #1e253f;
  border-style: solid;
  border-color: rgba(6, 145, 231, .41);
}

.plugin-cta {
  height: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .08);
  border: 1px rgba(255, 255, 255, 0);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 28px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.plugin-cta:hover {
  background-color: rgba(255, 255, 255, .1);
  border-style: solid;
}

.cta-secondary-medium-center {
  width: 100%;
  height: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  text-align: left;
  cursor: pointer;
  background-color: rgba(248, 248, 248, .04);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.cta-secondary-medium-center:hover {
  background-color: rgba(255, 255, 255, .07);
}

@media screen and (max-width: 991px) {
  .main-nav {
    width: 100%;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .nav-wrapper {
    max-width: 90%;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-logo {
    width: 48px;
  }

  .body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .grayjaylogotext {
    aspect-ratio: auto;
    display: none;
  }

  .hero-wrapper {
    width: 93%;
    max-width: 92%;
    flex: 0 auto;
  }

  .hero-title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-headline {
    padding-bottom: 16px;
  }

  .hero-subheadline {
    padding-bottom: 24px;
    font-size: 16px;
  }

  .headline-1, .headline-2 {
    font-size: 44px;
  }

  .h2-left {
    font-size: 28px;
  }

  .button-secondary {
    width: 100%;
    justify-content: center;
  }

  .sources-block {
    width: 93%;
  }

  .body-secondary {
    width: 100%;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section-title-center {
    width: 93%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .text-container {
    width: 70%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .box-text-wrapper {
    flex: none;
    display: block;
  }

  .card-horizontal {
    height: 310px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Clay-Dark-Left.png');
    background-position: -20% 30%;
    background-repeat: no-repeat;
    background-size: 620px;
    padding: 20px;
  }

  .h-stack {
    width: 720px;
    max-width: 720px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .section-title-wrapper-center {
    margin-bottom: 0;
  }

  .text-container-fullwidth {
    width: 38%;
  }

  .content-box-full-width {
    width: 100%;
    padding: 100px 32px 32px;
  }

  .content-img-fw {
    width: 64%;
    height: 100%;
    background-size: 520px;
  }

  .card-small-top {
    height: 260px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .h3 {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 4px;
    font-size: 15px;
  }

  .play-cards-container {
    width: 720px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-container-fill {
    height: 160px;
  }

  .hero-img-container {
    width: 50%;
    object-fit: fill;
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .card-small-btm {
    height: 260px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    padding: 16px;
  }

  .card-medium-btm {
    height: 320px;
    padding: 16px;
  }

  .casting {
    max-width: 720px;
  }

  .tv-img {
    width: 720px;
    height: 514px;
    background-position: 50% 0;
    background-size: contain;
    justify-content: flex-start;
    margin-bottom: 50px;
  }

  .harbor-2 {
    width: 100%;
  }

  .harbor-title-container {
    width: 100%;
    padding-bottom: 48px;
  }

  .harbor-icon {
    margin-bottom: 8px;
  }

  .h1 {
    width: 100%;
    max-width: 720px;
    text-align: left;
    padding-bottom: 8px;
    font-size: 32px;
  }

  .faq-full-head {
    text-align: center;
  }

  .harbor-item-container {
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
  }

  .harbor-item {
    width: 100%;
  }

  .harbor-cover {
    width: 70%;
    height: 60%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-title-left {
    width: 93%;
    max-width: none;
    padding-bottom: 16px;
  }

  .section-harbor {
    background-size: 240px, auto;
    padding-top: 40px;
    padding-bottom: 90px;
    overflow: hidden;
  }

  .button-chevron {
    width: 6px;
    height: 12px;
  }

  .button-learn-more {
    width: 200px;
    height: 52px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    overflow: hidden;
  }

  .polycentric-title {
    max-width: 720px;
  }

  .body-text {
    width: 80%;
  }

  .h2-center {
    font-size: 28px;
  }

  .section-hero {
    width: 100%;
    height: 710px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .poly-items-wrapper {
    max-width: 720px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .poly-text {
    font-size: 18px;
  }

  .polycentric-icon {
    width: 60px;
    height: 60px;
  }

  .h1-center {
    font-size: 32px;
  }

  .hero_button-link {
    width: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cms-wrapper {
    width: 90%;
  }

  .blog-item {
    height: 100%;
    padding: 16px;
  }

  .blog-img {
    height: 120px;
    object-fit: cover;
  }

  .download-container {
    max-width: 720px;
    padding: 32px;
  }

  .download-content {
    width: 50%;
  }

  .qr-code {
    max-width: 100%;
  }

  .footer {
    width: 720px;
  }

  .footer-wrapper {
    width: 720px;
    max-width: 720px;
  }

  .logo-container {
    max-width: 720px;
  }

  .plugin_card {
    height: auto;
    padding: 16px;
  }

  .plugin_description, .plugin_qr {
    height: auto;
  }

  .plugin_description_container {
    height: 89px;
  }

  .h-stack-privacy {
    width: 720px;
    max-width: 720px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .h-stack-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero_image {
    height: 78%;
    max-width: 110%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    display: block;
  }

  .card-horizontal-2 {
    height: 310px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Clay-Dark-Left.png');
    background-position: 46% 160%;
    background-repeat: no-repeat;
    background-size: 620px;
    padding: 20px;
  }

  .section-casting {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 48px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .h-stack_account {
    width: 720px;
    max-width: 720px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .phones {
    width: 86%;
  }

  .section-polycentric, .section-blog, .section-watch, .section-download {
    padding-top: 48px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .harbor_cover_image {
    display: inline-block;
  }

  .harbor-wrapper {
    width: 93%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-group {
    width: 100%;
  }

  .nav-logo-2 {
    width: 46px;
  }

  .sources-helper-text {
    width: 100%;
    max-width: 100%;
  }

  .sources-helper-text-wrapper {
    width: 93%;
  }

  .cta-secondary-medium {
    border-radius: 4px;
  }

  .nav-mega-menu {
    padding: 40px;
  }

  .nav-mega-menu.w--open {
    width: 710px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    padding: 24px;
    position: absolute;
    top: 52px;
    bottom: auto;
    left: -38%;
    right: -14%;
  }

  .nav-cta-primary {
    flex: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .download-content-3 {
    width: 54%;
  }

  .download-title {
    text-align: left;
  }

  .mega-menu-nav, .mega-menu-alt, .download-section-wrapper {
    position: relative;
    top: 0;
  }

  .download-info {
    width: 54%;
  }

  .div-block {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .download-title-center {
    text-align: left;
  }

  .plugins-title-wrapper {
    width: 93%;
    padding-bottom: 20px;
  }

  .button-back, .plugin-cta {
    width: 100%;
    justify-content: center;
  }

  .cta-secondary-medium-center {
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .main-nav {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-wrapper {
    width: 100%;
    height: 50px;
    max-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-logo {
    width: 170px;
    flex: 1;
  }

  .nav-btn-label {
    font-weight: 400;
  }

  .hero-wrapper {
    height: 810px;
    max-width: 500px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .hero-title {
    width: 100%;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .hero-headline {
    padding-bottom: 8px;
  }

  .headline-1 {
    font-size: 36px;
    line-height: 50px;
  }

  .headline-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .section-title-wrapper-left {
    width: 100%;
  }

  .sources-block {
    width: 93%;
    max-width: 100%;
  }

  .body-secondary {
    width: 93%;
  }

  .section {
    padding: 40px 20px 30px;
    display: flex;
  }

  .text-container {
    width: 60%;
  }

  .card-horizontal {
    width: 100%;
    aspect-ratio: 2.39 / 1;
    background-position: -10%;
    background-size: 520px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    display: flex;
  }

  .h-stack {
    width: 93%;
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: center;
  }

  .text-container-fullwidth {
    width: 40%;
  }

  .content-box-full-width {
    width: 93%;
    aspect-ratio: 3 / 2;
    margin-bottom: 20px;
    padding: 24px;
  }

  .content-img-fw {
    width: 60%;
    height: 93%;
    object-fit: fill;
  }

  .card-small-top {
    height: 320px;
    padding: 20px;
  }

  .play-cards-container {
    width: 100%;
  }

  .text-container-fill {
    width: 60%;
  }

  .hero-img-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    overflow: visible;
  }

  .card-small-btm {
    height: 320px;
    padding: 20px;
  }

  .card-medium-btm {
    height: 400px;
  }

  .card-md-content {
    width: 100%;
    height: 190px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-icon-container {
    padding-bottom: 12px;
  }

  .tv-img {
    width: 100%;
    height: 400px;
    background-size: contain;
    margin-bottom: 28px;
  }

  .h1 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .harbor-cover {
    width: 100%;
    height: 490px;
  }

  .section-title-left {
    width: 93%;
    max-width: 100%;
  }

  .section-hero {
    width: 100%;
    height: 870px;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    overflow: hidden;
  }

  .hero-headline-wrapper {
    width: 90%;
  }

  .poly-text {
    font-size: 16px;
    font-weight: 300;
  }

  .poly-icon {
    padding-bottom: 16px;
  }

  .polycentric-icon {
    width: 60px;
  }

  .hero_button-link {
    width: 60%;
    display: block;
  }

  .faq_wrapper {
    width: 100%;
  }

  .cms-wrapper {
    width: 100%;
    flex-direction: column;
    overflow: auto;
  }

  .blog-item {
    flex: 1;
  }

  .blog-title {
    height: 60px;
    font-size: 16px;
  }

  .footer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-wrapper {
    width: 100%;
    max-width: 360px;
  }

  .bottom {
    max-width: 360px;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .nav-link-item {
    width: 100%;
    height: 56px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .channel_avatar {
    width: 30px;
    height: 30px;
    max-width: 100%;
    flex: none;
    display: block;
  }

  .channel_tag_label {
    font-size: 16px;
  }

  .channel-tag_handle {
    font-size: 15px;
  }

  .channel_tag_arrow {
    width: 16px;
  }

  .h-stack-privacy {
    width: 93%;
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .phone-image-small {
    max-width: 100%;
  }

  .h-stack-group {
    flex-direction: column;
  }

  .hero_image {
    width: 125%;
    margin-left: 0;
  }

  .card-horizontal-2 {
    width: 100%;
    aspect-ratio: 2.39 / 1;
    background-position: 40% 270%;
    background-size: 520px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    display: flex;
  }

  .section-casting {
    padding: 40px 20px 30px;
    display: block;
  }

  .h-stack_account {
    width: 93%;
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: center;
  }

  .phones {
    width: 94%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-polycentric {
    padding: 40px 20px 30px;
    display: flex;
  }

  .section-blog {
    padding: 40px 20px 30px;
    display: none;
  }

  .section-watch, .section-download {
    padding: 40px 20px 30px;
    display: flex;
  }

  .nav-links {
    width: 100%;
    background-color: #101010;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
    position: absolute;
    top: 86px;
  }

  .google-play-badge {
    max-width: 90%;
  }

  .link-group {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .menu-button {
    background-color: rgba(255, 255, 255, .07);
    border-radius: 4px;
    flex: 0 auto;
    padding: 12px;
    transition: background-color .2s;
  }

  .menu-button:hover {
    background-color: #202741;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, .16);
  }

  .icon {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 26px;
  }

  .sources-helper-text {
    width: 100%;
    max-width: 100%;
  }

  .download-buttons {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-cta-primary {
    width: 100%;
    display: none;
  }

  .download-content-3 {
    width: 100%;
    align-items: center;
  }

  .download-title {
    text-align: left;
  }

  .mega-menu-nav {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .download-subtitle {
    text-align: left;
  }

  .download-text-container-center {
    width: 100%;
    align-items: center;
  }

  .mega-menu-alt {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: block;
  }

  .download-section-wrapper {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .download-info {
    width: 100%;
  }

  .div-block {
    flex-direction: column;
  }

  .download-subtitle-center, .download-title-center {
    text-align: left;
  }

  .nav-link-item-primary {
    display: block;
  }

  .qr-code {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .main-nav {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-wrapper {
    max-width: 90%;
  }

  .body {
    margin-left: 0;
    margin-right: 0;
    overflow: scroll;
  }

  .nav-btn-label {
    font-weight: 500;
  }

  .cta-icon {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-secondary {
    height: 60px;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
    padding: 12px;
  }

  .hero-wrapper {
    width: 86%;
  }

  .hero-title {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .hero-headline {
    padding-bottom: 24px;
  }

  .hero-subheadline {
    padding-bottom: 24px;
    line-height: 24px;
  }

  .headline-1, .headline-2 {
    text-align: left;
    font-size: 32px;
    line-height: 30px;
  }

  .section-title-wrapper-left {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .h2-left {
    font-size: 20px;
    line-height: 20px;
  }

  .button-secondary {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sources-list {
    height: 190px;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
  }

  .source-box {
    height: 190px;
  }

  .section {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    padding: 40px 0;
    display: flex;
  }

  .section-title-center {
    width: 93%;
    max-width: none;
    margin-bottom: 24px;
  }

  .text-container {
    width: 100%;
    display: flex;
  }

  .card-horizontal {
    background-position: -5%;
    background-size: 580px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .h-stack {
    width: 100%;
    max-width: 360%;
    flex-direction: column;
    align-items: center;
  }

  .section-title-wrapper-center {
    width: 86%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .phone_img {
    width: 50%;
    flex: none;
    overflow: visible;
  }

  .text-container-fullwidth {
    width: 100%;
  }

  .content-box-full-width {
    width: 100%;
    height: 410px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding: 24px;
    display: flex;
  }

  .content-img-fw {
    width: 90%;
  }

  .card-small-top {
    height: 360px;
    padding: 24px;
  }

  .h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .play-cards-container {
    width: 86%;
    max-width: 360px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-img-container {
    width: 100%;
    height: 280px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-direction: row;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .card-small-btm {
    height: 360px;
    padding: 24px;
  }

  .card-medium-btm {
    height: 390px;
    padding: 24px;
  }

  .card-md-content {
    width: 100%;
    height: auto;
  }

  .icon-offline-playback {
    width: 80%;
    height: 100%;
    object-fit: fill;
  }

  .card-icon-container {
    width: 44px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .casting {
    width: 80%;
    max-width: 360px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .casting-wrapper {
    grid-column-gap: 16px;
    flex: 1;
  }

  .casting_item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .casting_item_icon {
    width: 52px;
    height: 52px;
    max-width: 100%;
  }

  .tv-img {
    width: 86%;
    height: 240px;
    max-width: 360px;
    margin-bottom: 0;
  }

  .harbor-2 {
    width: 93%;
  }

  .harbor-title-container {
    width: 100%;
    padding-bottom: 40px;
  }

  .harbor-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .h1 {
    width: 86%;
    max-width: 360%;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .harbor-item-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
    padding-bottom: 24px;
  }

  .harbor-item {
    width: 40%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .harbor_feature_title {
    text-align: center;
    font-size: 16px;
  }

  .harbor-cover {
    width: 100%;
    height: 50%;
    aspect-ratio: auto;
    background-image: none;
    overflow: visible;
  }

  .section-title-left {
    width: 86%;
    max-width: 360px;
    padding-bottom: 0;
  }

  .section-harbor {
    background-size: 160px, auto;
    padding: 40px 16px 130px;
    overflow: visible;
  }

  .button-learn-more {
    width: 86%;
    height: 48px;
  }

  .grid {
    width: 90%;
    padding-bottom: 20px;
  }

  .polycentric-title-wrapper {
    width: 100%;
  }

  .polycentric-title {
    width: 86%;
    max-width: 360px;
    padding-bottom: 32px;
  }

  .h2-center {
    font-size: 24px;
  }

  .body-center {
    width: 100%;
    max-width: none;
  }

  .section-hero {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-headline-wrapper {
    text-align: left;
    line-height: 30px;
  }

  .poly-items-wrapper {
    width: 86%;
    max-width: 360px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .polycentric-item {
    width: 80%;
  }

  .poly-icon {
    padding-bottom: 16px;
  }

  .polycentric-icon {
    width: 64px;
    height: 64px;
    max-width: 100%;
  }

  .h1-center {
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .hero_button-link {
    width: 100%;
    justify-content: flex-start;
  }

  .faq_item {
    padding: 16px;
  }

  .faq_title {
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .faq_wrapper {
    width: 100%;
  }

  .cms-wrapper {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .collection-list {
    width: 100%;
    flex-direction: column;
  }

  .blog-item {
    aspect-ratio: auto;
  }

  .blog-img {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .collection-list-wrapper {
    height: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .download-container {
    width: 86%;
    padding: 20px;
  }

  .download-content {
    width: 100%;
  }

  .footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    width: 92%;
    max-width: 100%;
  }

  .logo-container {
    max-width: 100%;
    flex-direction: row;
  }

  .bottom {
    flex-direction: column;
  }

  .footer-link-wrapper {
    width: 100%;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .footer-social-wrapper {
    width: 100%;
    justify-content: flex-start;
  }

  .channel_tag_body {
    padding: 12px 16px;
  }

  .channel_avatar {
    width: 20px;
    height: 20px;
  }

  .channel_tag_label, .channel-tag_handle {
    font-size: 12px;
  }

  .channel_tag_arrow {
    width: 6px;
    height: 24px;
  }

  .channel-link {
    bottom: 4%;
    left: 3%;
  }

  .image-49 {
    display: block;
  }

  .h-stack-privacy {
    width: 86%;
    max-width: 360%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .phone-image-small {
    flex: 0 auto;
  }

  .h-stack-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero_image {
    width: 160%;
    height: 160%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .card-horizontal-2 {
    background-position: 43% 190%;
    background-size: 580px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .section-casting {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    padding: 56px 0 48px;
    display: flex;
  }

  .h-stack_account {
    width: 93%;
    max-width: 360%;
    flex-direction: column;
    align-items: center;
  }

  .phones {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-polycentric {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    padding: 56px 0 48px;
    display: flex;
  }

  .section-blog {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    padding: 56px 0 48px;
    display: none;
  }

  .section-watch {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    padding: 56px 0 48px;
    display: flex;
  }

  .section-download {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    padding: 20px 0 48px;
    display: flex;
  }

  .harbor_cover_image {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .harbor-wrapper {
    flex-direction: column;
  }

  .nav-links {
    padding: 24px;
  }

  .cta-primary-medium {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
    padding: 12px;
  }

  .link-group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .sources-helper-text {
    width: 100%;
  }

  .sources-helper-text-wrapper {
    width: 86%;
  }

  .download-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cta-secondary-medium, .cta-secondary-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
    padding: 12px;
  }

  .download-content-3 {
    width: 100%;
  }

  .download-text-container-center {
    width: 100%;
    margin-bottom: 24px;
  }

  .download-info {
    width: 100%;
  }

  .download-subtitle-center, .download-title-center {
    text-align: center;
  }

  .nav-link-item-primary {
    height: 48px;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .plugins-title-wrapper {
    width: 90%;
  }

  .button-back, .plugin-cta {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cta-secondary-medium-center {
    height: 60px;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
    padding: 12px;
  }
}


