html {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* --- body */

.Body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative; 
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  color: #5F4E9A;
  background: #fff;
}

/* --- Content */

.Content {
  flex: 1;
}

/* --- Header */

.Header {
  margin: 0 auto;
  padding: 0 2rem 3.5rem 2rem;
}
@media screen and (min-width: 410px) {
  .Header {
    max-width: 100%;
  }
}
@media screen and (min-width: 690px) {
  .Header {
    padding: 0 3rem 5.5rem 3rem;
  }
}
@media screen and (min-width: 960px) {
  .Header {
    padding: 0 3rem 7.5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .Header {
    padding: 0 3rem 9.5rem 3rem;
  }
}

.Header-titleMd {
  margin: 0;
  font-size: 2.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 370px) {
  .Header-titleMd {
    margin: 0;
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 690px) {
  .Header-titleMd {
    margin: 0;
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .Header-titleMd {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .Header-titleMd {
    font-size: 5.2rem;
    letter-spacing: -0.08rem;
  }
}

.Header-titleLg {
  margin: 0;
  font-size: 3.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 690px) {
  .Header-titleLg {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 960px) {
  .Header-titleLg {
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .Header-titleLg {
    font-size: 6.2rem;
    letter-spacing: -0.08rem;
  }
}

.Header-descriptionMd {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 84rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.05rem;
  color: #8984b3;
}
@media screen and (min-width: 690px) {
  .Header-descriptionMd {
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6rem;
    line-height: 1.6;
  }
}

.Header-descriptionSm {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 84rem;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #8984b3;
}
@media screen and (min-width: 410px) {
  .Header-descriptionSm {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 690px) {
  .Header-descriptionSm {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 960px) {
  .Header-descriptionSm {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .Header-descriptionSm {
    font-size: 2.3rem;
  }
}

.Header-link {
  position: relative;
  color: #5F4E9A;
  font-weight: 400;
  border-bottom-width: 0.2rem;
  border-bottom-style: solid;
  border-bottom-color: #f0ecfa;
  transition: border-bottom 0.15s;
}

.Header-link:hover {
  border-bottom-color: #C3A7FF;
}

/* --- Page */

.Page {
  margin-bottom: 5rem;
}
@media screen and (min-width: 960px) {
  .Page {
    margin-bottom: 7.5rem;
  }
}

/* --- Gallery */

.Gallery {
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 410px) {
  .Gallery {
    max-width: 100%;
  }
}
@media screen and (min-width: 690px) {
  .Gallery {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .Gallery {
    padding-top: 9rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .Gallery {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}
.Gallery:first-of-type{
  padding-top: 0;
}

.Gallery-h2 {
  margin: 0;
  font-size: 2.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 370px) {
  .Gallery-h2 {
    margin: 0;
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 690px) {
  .Gallery-h2 {
    margin: 0;
    font-size: 4rem;
  }
}

/* --- Asset */

.Asset {
  border: 0.1rem solid #f0ecfa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* --- Asset Logos */

.AssetLogos {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 690px) {
  .AssetLogos {
    flex-direction: row;
  }
}

.AssetLogo {
  display: block;
  border: 0.1rem solid #f0ecfa;
  background-color: #fff;
  background-image: url("../img/transparent.png");
  background-repeat: repeat;
  background-size: 2rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (min-width: 690px) {
  .AssetLogo {
    margin-bottom: 0;
    flex-basis: 50%;
  }
}

/* --- Asset Award */

.AssetAwards {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 690px) {
  .AssetAwards {
    flex-direction: row;
  }
}

.AssetAward {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (min-width: 690px) {
  .AssetAward {
    flex-basis: 33.33%;
  }
}

/* --- container */

.Container {
  max-width: 26.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 410px) {
  .Container {
    max-width: 32rem;
  }
}
@media screen and (min-width: 690px) {
  .Container {
    max-width: 64rem;
  }
}
@media screen and (min-width: 960px) {
  .Container {
    max-width: 81rem;
  }
}
@media screen and (min-width: 1200px) {
  .Container {
    max-width: 104rem;
  }
}

/* --- Bleed */

.Bleed {
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 410px) {
  .Bleed {
    max-width: 32rem;
  }
}
@media screen and (min-width: 690px) {
  .Bleed {
    max-width: 64rem;
  }
}
@media screen and (min-width: 960px) {
  .Bleed {
    max-width: 81rem;
  }
}
@media screen and (min-width: 1200px) {
  .Bleed {
    max-width: 104rem;
  }
}

/* --- Nav */

.Nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  margin-top: 0;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-bottom: #eeecf3 solid 0.1rem;
}
@media screen and (min-width: 690px) {
  .Nav {
    padding: 3rem 0;
    margin-bottom: 3rem;
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) {
  .Nav {
    padding: 3.4rem;
    margin-bottom: 6rem;
  }
}

.Nav-logo {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  align-items: center;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 690px) {
  .Nav-logo {
    width: auto;
    justify-content: flex-start;
    
  }
}
.Nav-square {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #998AF9;
  line-height: 1;
  margin: 0;
  padding: 0.3rem;
  cursor: pointer;
}
@media screen and (min-width: 690px) {
  .Nav-square {
    width: 4.2rem;
    height: 4.2rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .Nav-square {
    width: 5rem; 
    height: 5rem;
    padding: 0.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .Nav-square {
    width: 5.6rem;
    height: 5.6rem;
    padding: 0.8rem;
  }
}

.Nav-logo-type {
  margin-left: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
@media screen and (min-width: 690px) {
  .Nav-logo-type {
    margin-left: 1.3rem;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 960px) {
  .Nav-logo-type {
    margin-left: 1.5rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .Nav-logo-type {
    margin-left: 2rem;
    font-size: 3.4rem;
  }
}

.Nav-hamburger {
  display: block;
}
@media screen and (min-width: 690px) {
  .Nav-hamburger {
    display: none;
  }
}

.Nav-links {
  display: none;
  position: absolute;
  top: 5.8rem;
  width: 100%;
  height: 100vh;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 690px) {
  .Nav-links {
    position: relative;
    display: flex !important; 
    top: 0;
    width: auto;
    height: auto;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
  }
}

.Nav-links-page {
  display: block;
  position: relative;
  margin-right: 0;
  margin-top: 0;
  padding: 2rem 0;
  background-color: #fff;
  border-bottom: #eeecf3 solid 0.1rem;
  font-size: 1.6rem;
  font-weight:  400;
  letter-spacing: 0.1rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 690px) {
  .Nav-links-page {
    margin-right: 2rem;
    margin-top: 0.6rem;
    padding: 0.6rem 0;
    background-color: transparent;
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) {
  .Nav-links-page {
    margin-right: 2.4rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .Nav-links-page {
    margin-right: 3rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 689px) {
  .Nav-square--social {
    width: 100%;
    height: 4rem;
  }
  .Nav-square--social .Nav-square-icon {
    max-width: 3.2rem;
  } 
}

/* --- List */

.List {
  padding-left: 2rem;
  text-align: left;
  font-size: 1.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 690px) {
  .List {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .List {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .List {
    font-size: 2rem;
  }
}
.List-item {
  margin-bottom: 1.2rem;
  line-height: 1.8;
}
.List-item-publication {
  color: #5F4E9A;
  font-weight: 500;
}
.List-item-link {
  border-bottom-width: 0.2rem;
  border-bottom-color: #f0ecfa;
  border-bottom-style: solid;
  transition: border-bottom-color ease-in-out 0.1s;
}
.List-item-link:hover {
  border-bottom-color: #C3A7FF;
}
.List-item-date {
  color: #8984b3;
}

/* --- Double Layer */

.DoubleLayer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56%;
}
@media screen and (min-width: 690px) {
  .DoubleLayer {
    padding-top: 56.25%;
  }
}

.DoubleLayer-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 3;
  border: 0.1rem solid #f0ecfa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  pointer-events: none;
}

.DoubleLayer-motion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2;
}

.DoubleLayer-backup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

/* --- Project Description */

.ProjectDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 9rem;
}
@media screen and (min-width: 690px) {
  .ProjectDescription {
    margin: 0 0 14rem;
    flex-direction: row;
  }
}

.ProjectDescription-buttons {
  display: flex;
  justify-content: space-between;
} 

.ProjectDescription-button {
  display: block;
  background-color: #998AF9;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2rem 1.4rem;
  font-size: 1.4rem;
  font-weight:  400;
  letter-spacing: 0.1rem;
  border: none;
  border-radius: 99rem;
  color: #fff;
  outline: none;
  appearance: none;
  opacity: 1;
  transition: opacity .15s;
}
@media screen and (min-width: 690px) {
  .ProjectDescription-button {
    margin-left: 0;
    margin-right: 0.8rem;
    padding: 1.6rem 2.2rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .ProjectDescription-button {
    padding: 1.8rem 2.2rem;
    font-size: 1.8rem;
  }
}

a.ProjectDescription-button {
  cursor: pointer;
}

a.ProjectDescription-button:hover {
  opacity: 0.9;
}

.ProjectDescription-platforms {
  line-height: 1;
}
.ProjectDescription-platform {
  max-width: 3.6rem;
  margin-left: 0;
  margin-right: 0;  
  margin-top: 1.6rem;
}
@media screen and (min-width: 690px) {
  .ProjectDescription-platform {
    max-width: 6rem;
    margin-left: 1rem;
    margin-top: 0;
  }
}

/* --- Action Box */

.ActionBox-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 690px) {
  .ActionBox-buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 690px) {
  .ActionBox-buttons {
    margin-top: 2.5rem;
  }
}
.ActionBox-button {
  display: block;
  margin: 0 auto 0.4rem;
  padding: 0.5rem 1.2rem;
  background-color: #998AF9;
  border-radius: 99rem;
  transition: opacity 0.15s;
}
.ActionBox-button:hover {
  opacity: 0.9;
}
@media screen and (min-width: 690px) {
  .ActionBox-button {
    margin: 0 0.6rem;
    padding: 0.8rem 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .ActionBox-button {
    padding: 0.9rem 1.8rem;
  }
}

.ActionBox-button-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ActionBox-button-inner--solo {
  padding: 0 1rem;
}

.ActionBox-button-inner-p {
  margin-right: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: left;
}
@media screen and (min-width: 690px) {
  .ActionBox-button-inner-p {
    margin-right: 0.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .ActionBox-button-inner-p {
    font-size: 1.8rem;
  }
}

.ActionBox-button-inner-icon {
  max-width: 3rem;
  margin-right: 0.2rem;
}
@media screen and (min-width: 690px) {
  .ActionBox-button-inner-icon {
    max-width: 3.8rem;
    margin-right: 0.3rem;
  }
}
@media screen and (min-width: 960px) {
  .ActionBox-button-inner-icon {
    max-width: 4.2rem;
    margin-right: 0.5rem;
  }
}

/* --- Footer */

.Footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.75rem;
  margin: 0;
}
@media screen and (min-width: 410px) {
  .Footer {
    padding: 2.25rem 3rem;
  }
}
@media screen and (min-width: 690px) {
  .Footer {
    padding: 4.5rem;
  }
}

.Footer-item {
  font-size: 1.1rem;
  color: #a199c5;
}
@media screen and (min-width: 690px) {
  .Footer-item {
    font-size: 1.5rem;
  }
}

/* --- Closer */ 

.Closer-spacer {
  margin-top: 6rem;
}
@media screen and (min-width: 410px) {
  .Closer-spacer {
    margin-top: 9;
  }
}
@media screen and (min-width: 960px) {
  .Closer-spacer {
    margin-top: 12rem;
  }
}

/* --- pattern */

.Pattern {
  position: fixed;
  z-index: -99;
  height: 100%;
  width: 45rem;
  top: 0;
  left: 50%;
  margin-left: -22.5rem;
  opacity: .04;
}
@media screen and (min-width: 410px) {
  .Pattern {
    width: 76rem;
    margin-left: -38rem;
  }
}
@media screen and (min-width: 690px) {
  .Pattern {
    width: 100rem;
    margin-left: -50rem;
  }
}
@media screen and (min-width: 960px) {
  .Pattern {
    width: 138.5rem;
    margin-left: -69.25rem;
  }
}

.Pattern-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.Pattern-line {
  width: 1px;
  height: 100%;
  background-color: #887ce2;
}

/* --- mods */

.pinkBg {
  background-color: #C3A7FF;
  border-color: #C3A7FF;
}
.blueBg {
  background-color: #ABC3FF;
  border-color: #ABC3FF;
}
.purpleBlueBg {
  background-color: #A496FC;
  border-color: #A496FC;
}
.purpleBg {
  background-color: #8793FF;
  border-color: #8793FF;
}
.disabledBg {
  background-color: #cfcbdd;
}
@media screen and (min-width: 690px) {
  .activeBrand1 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: #998AF9; 
  }
  .inactiveBrand1 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: transparent;
    transition: border-bottom-color 0.15s ease-in-out;
  }
  .inactiveBrand1:hover {
    border-bottom-color: #998AF9; 
  }
  .activeBrand2 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: #8abef9; 
  }
  .inactiveBrand2 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: transparent;
    transition: border-bottom-color 0.15s ease-in-out;
  }
  .inactiveBrand2:hover {
    border-bottom-color: #8abef9; 
  }
  .activePink {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: #C3A7FF; 
  }
  .inactivePink {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: transparent;
    transition: border-bottom-color 0.15s ease-in-out;
  }
  .inactivePink:hover {
    border-bottom-color: #C3A7FF; 
  }
}
@media screen and (min-width: 690px) {
  .activeBrand1 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: #998AF9; 
  }
  .inactiveBrand1 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: transparent;
    transition: border-bottom-color 0.15s ease-in-out;
  }
  .inactiveBrand1:hover {
    border-bottom-color: #998AF9; 
  }
  .activeBrand2 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: #8abef9; 
  }
  .inactiveBrand2 {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: transparent;
    transition: border-bottom-color 0.15s ease-in-out;
  }
  .inactiveBrand2:hover {
    border-bottom-color: #8abef9; 
  }
  .activePink {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: #C3A7FF; 
  }
  .inactivePink {
    border-bottom-style: solid;
    border-bottom-width: 0.4rem; 
    border-bottom-color: transparent;
    transition: border-bottom-color 0.15s ease-in-out;
  }
  .inactivePink:hover {
    border-bottom-color: #C3A7FF; 
  }
}