:root {
  --black: #121212;
  --soft-purple: #e0cffe;
  --grey--dark: #333;
  --grey--medium: #939393;
  --dark-slate-blue: #402e70;
  --grey--lighter: #f1f1f1;
  --white: white;
}

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

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

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

h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 140px;
  font-weight: 700;
  line-height: 130px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-top: 4px;
  margin-bottom: 1%;
  font-size: 16px;
  line-height: 24px;
}

.label.cc-purple {
  color: var(--soft-purple);
}

.label.cc-grey {
  color: var(--grey--medium);
}

.paragraph {
  color: var(--grey--medium);
  font-size: 16px;
  line-height: 28px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: static;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-headline {
  flex-direction: row;
  padding-right: 8px;
  display: flex;
}

.text-headline {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.wraper {
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-top: 0;
  position: static;
}

.divider {
  background-color: var(--grey--dark);
  color: var(--grey--dark);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.selector {
  color: var(--white);
  background-color: #e55fb9;
  border-radius: 4px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 12px;
  line-height: 32px;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-black {
  background-color: var(--black);
}

.color.cc-dark-grey {
  background-color: var(--grey--dark);
  color: var(--grey--dark);
}

.color.cc-medium-grey {
  background-color: var(--grey--medium);
  color: var(--black);
}

.color.cc-light-grey {
  background-color: var(--grey--lighter);
}

.color.cc-main-1 {
  background-color: var(--soft-purple);
}

.color.cc-main-2 {
  background-color: var(--dark-slate-blue);
}

.color.cc-white {
  background-color: var(--white);
}

.color.cc-pulm-light {
  background-color: #667eea;
}

.color.cc-pulm-dark {
  background-color: #764ba2;
}

.color.cc-forest-light {
  background-color: #45e994;
}

.color.cc-forest-dark {
  background-color: #23bcba;
}

.color.cc-sunset-light {
  background-color: #e3bf54;
}

.color.cc-sunset-dark {
  background-color: #fb8332;
}

.styles-wrap {
  border: 1px solid var(--grey--lighter);
  padding: 16px;
}

._3-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.step-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.step-wrap.full {
  width: 100%;
}

.style-guide-heading {
  margin-bottom: 100px;
  margin-left: 0;
}


.style-guide-conatainer {
  justify-content: space-between;
  display: flex;
}

.color-wrap {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}

.cc-white {
  color: var(--white);
}

.cc-purple {
  color: #5540fb;
}

.tag-2 {
  background-color: var(--grey--lighter);
  color: var(--white);
  background-image: linear-gradient(225deg, #667eea, #764ba2);
  border-radius: 4px;
  flex-flow: row;
  align-items: center;
  padding-left: 4px;
  padding-right: 16px;
  display: flex;
  position: static;
}

.tag-2.ui {
  background-image: linear-gradient(225deg, #1e90ff, #5540fb);
  margin-right: 10px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 0 10px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}


.film-box {
  border: 0px solid var(--white);
  background-color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.film {
  align-items: flex-start;
  display: flex;
}

.film.bottom {
  align-items: flex-end;
}

.box-small {
  background-color: #ffffff8f;
  border-radius: 4px;
  width: 20px;
  height: 16px;
}

.text-marquee {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.outline-text {
  color: #0000;
  font-weight: 900;
  line-height: 60px;
}

.inline-text {
  letter-spacing: 4.5px;
  flex: 1;
  width: 100%;
  margin: 0;
  font-size: 1.6vw;
  font-weight: 900;
  line-height: 46px;
}

.line-ver {
  background-color: var(--soft-purple);
  transform-origin: 50% 0;
  align-self: center;
  width: 10px;
  height: 200px;
  margin-left: 0px;
}

@media screen and (min-width: 991px) {
  .line-ver {
    margin-right: -1px;
  }
}

.line-ver.first, .line-ver.first.aniamation {
  transform-origin: 50% 0;
  height: 100px;
}

.line-ver.short {
  height: 100px;
  margin-top: -10px;
}

.line-ver.long {
  height: 400px;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.med {
  height: 250px;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.line-ver.short-copy {
  width: 20px;
  height: 200px;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media screen and (min-width: 480px) {
  .line-ver.short-copy {
    margin-left: 5px;
  }
}

@media screen and (min-width: 767px) {
  .line-ver.short-copy {
    margin-left: 6px;
  }
}

.line-ver.margin-top {
  margin-top: -10px;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.bg-art {
  z-index: -1;
  opacity: 1;
  background-color: #0021ff;
  background-image: linear-gradient(#1f2236d1, #1f2236d1), url('../images/image-19-3-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  position: fixed;
  inset: 0%;
}

.container-scrolling {
  z-index: 1;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.text-content {
  flex: 1;
  width: 20%;
}

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

.cc-scroll {
  color: var(--soft-purple);
  display: inline-block;
  margin-left: 30px;
}

.scroll {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.scroll-text {
  overflow: hidden;
  transform: rotate(90deg);
}

.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: 400px;
  display: flex;
}

.heading {
  color: var(--soft-purple);
}

.flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex.hor {
  justify-content: center;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.hor.left {
  justify-content: space-between;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.hor.center {
  box-sizing: border-box;
  justify-content: center;
}

.flex.left {
  justify-content: flex-end;
}

.flex.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.center {
  color: var(--soft-purple);
  align-items: center;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.ver.half {
  width: 53%;
}

.flex.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

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

.flex.half {
  width: 51.4%;
}

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.line-hor {
  background-color: var(--soft-purple);
  width: 100%;
  height: 10px;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 74.6%;
  height: 10px;
}

.line-hor.origin-left {
  transform-origin: 0%;
}

.line-hor.origin-right {
  transform-origin: 100%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-container {
  width: 42%;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.line-container-copy {
  transform-origin: 50% 0;
  justify-content: center;
  width: 40%;
  display: flex;
}

.text {
  color: var(--soft-purple);
  overflow: hidden;
}

.text.top {
  align-self: flex-start;
}

.text.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 45%;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 45%;
}

.text.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.text.wrap {
  color: #402e70;
  text-align: center;
  background-color: #e0cffe;
  padding: 8px 16px 8px 24px;
}

.rel {
  position: relative;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: #0000;
  align-self: center;
  width: 10px;
  height: 200px;
}

.rotation-hero-text {
  z-index: 2;
  position: relative;
}

.rotation-hero-text-bg {
  z-index: 1;
  opacity: .66;
  filter: blur(14px) brightness(0%);
  position: absolute;
  bottom: 33%;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.heading-2 {
  color: var(--dark-slate-blue);
}

.button-block {
  z-index: 99999;
  display: inline-block;
  position: absolute;
  inset: 2% 2% auto auto;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Roboto Condensed, sans-serif;
  font-size: 55px;
  position: static;
}

.div-block-2 {
  background-color: #fff;
  line-height: 20px;
}

.heading-4 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 900;
}

.paragraph-2 {
  font-family: Roboto Condensed, sans-serif;
}

.heading-5 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 900;
}

.paragraph-3 {
  font-family: Roboto Condensed, sans-serif;
}

.container-3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.image {
  opacity: .1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
}

.section-2 {
  height: 1229px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .box-small {
    border-radius: 2px;
    width: 13px;
    height: 11px;
  }

  .inline-text {
    font-size: 1.9vw;
  }

  .text-content {
    width: 25%;
  }

  .text-content.tablet {
    display: none;
  }

  .line-container {
    width: 55%;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 100px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    font-size: 11px;
  }

  .wraper {
    width: 90%;
  }

  .div-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .styles-wrap {
    position: relative;
  }

  ._3-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
    grid-template-columns: 1fr max-content;
  }

  .list-item, .list-item-2 {
    display: none;
  }

  .wrapper {
    padding-top: 60px;
  }

  .film-box.mobile {
    display: none;
  }

  .inline-text {
    font-size: 2.5vw;
  }

  .line-ver.first {
    align-self: flex-end;
  }

  .sec {
    align-items: flex-end;
  }

  .container-scrolling {
    justify-content: flex-end;
  }

  .text-content {
    width: 33.333%;
  }

  .text-content.mobile-v {
    display: none;
  }

  .cc-scroll {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .scroll-text {
    transform: translate(24px)rotate(90deg);
  }

  .line-container {
    width: 60%;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    margin-right: 0;
  }

  .wraper, .div-block {
    position: relative;
  }

  .styles-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  ._3-wrap {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .style-guide-heading {
    max-width: 100%;
  }

  .style-guide-conatainer {
    position: relative;
  }

  .wrapper {
    max-width: 100%;
  }

  .inline-text {
    font-size: 5.5vw;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .text-content {
    width: 50%;
  }

  .text-content.mobile-h {
    display: none;
  }

  .utility-page-content {
    width: 300px;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .line-container {
    width: 98%;
  }

  .resources-block {
    margin-left: 5%;
  }

  .button-block {
    top: 1%;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }
}

#w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe55-a645fe51 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe63-a645fe51 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe55-a645fe51 {
    justify-self: start;
  }

  #w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe63-a645fe51 {
    justify-self: end;
  }
}


