body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 45px;
  font-family: 'Foundersgrotesk Light', sans-serif;
  color: #fff;
  font-size: 9vw;
  line-height: 50%;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Foundersgrotesk Light', sans-serif;
  color: #fff;
  font-size: 3.2vw;
  line-height: 85%;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Foundersgrotesk Light', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Foundersgrotesk Light', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.container-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.row-top {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-middle {
  width: 100%;
  height: 70%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.row-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.8fr 1fr;
  grid-template-columns: 1.8fr 1fr;
  -ms-grid-rows: minmax(200px, 450px) minmax(200px, 400px);
  grid-template-rows: minmax(200px, 450px) minmax(200px, 400px);
}

.img-parent {
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 400px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}

.img-parent._2 {
  margin-left: 20px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.img-inner {
  width: 100%;
  height: 100%;
}

.img-inner.img-1 {
  background-image: url('../images/LTWIL_ICARVS_Spotify_profile_image_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.img-2 {
  background-image: url('../images/icarvs-post-sitting02nologo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-parent {
  position: relative;
  display: block;
  width: 300px;
  height: 100%;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-flex: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  text-decoration: none;
}

.text-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 80px;
  margin-right: 0px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 70%;
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}

.text-wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Foundersgrotesk Light', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.border-line-btm {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.push-50 {
  max-width: 600px;
  margin-right: 5%;
  margin-left: 0%;
  font-family: 'Sporting grotesque web', sans-serif;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 13px;
  text-transform: none;
}

.text-hide {
  overflow: hidden;
}

.text-span {
  display: inline-block;
}

.text-span.seven {
  font-family: 'Sporting grotesque web bold', sans-serif;
  line-height: 100%;
}

.block-cover {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.block-cover-shade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
}

.sm-txt {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  margin-left: 15px;
  font-family: 'Sporting grotesque web bold', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-parent {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 70px;
  padding: 20px;
  cursor: pointer;
}

.line-top {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.line-bottom {
  width: 100%;
  height: 3px;
  margin-bottom: 6px;
  background-color: #fff;
}

.menu-parent-slide {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: block;
  width: 60%;
  height: 100%;
  padding-top: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #070707;
}

.nav-parent {
  margin-left: 60px;
}

.menu-txt {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: 'Sporting grotesque web bold', sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.menu-txt:hover {
  opacity: 0.5;
}

.menu-txt.hi {
  font-size: 20px;
}

.link-block-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Foundersgrotesk Light', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-menu.two.hi {
  margin-top: 50px;
}

.link-block-menu.eight {
  margin-top: 50px;
}

.about-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #1b1b1b;
}

.about-inner {
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
}

.about-content-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 40%;
  padding: 440px 40px 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spacer-20 {
  width: 100%;
  padding-bottom: 20px;
}

.close {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  z-index: 999;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
}

.heading {
  display: none;
  opacity: 1;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 13vw;
  }

  .grid {
    -ms-grid-rows: 1.4fr 1fr;
    grid-template-rows: 1.4fr 1fr;
  }

  .push-50 {
    margin-top: 30px;
    margin-left: 0%;
  }

  .about-content-inner {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 20vw;
  }

  h2 {
    font-size: 5vw;
    line-height: 90%;
  }

  .nav-parent {
    margin-left: 40px;
  }

  .about-content-inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .container-wrap {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .row-top {
    height: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-bottom {
    height: 60px;
  }

  .grid {
    grid-auto-columns: minmax(0px, 0px);
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(300px, 1fr) minmax(200px, 1fr) minmax(200px, 300px) minmax(200px, 300px) auto auto;
    grid-template-rows: minmax(300px, 1fr) minmax(200px, 1fr) minmax(200px, 300px) minmax(200px, 300px) auto auto;
  }

  .img-parent {
    height: 300px;
    margin-top: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .img-parent._2 {
    margin-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .content-parent {
    margin-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .text-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .text-wrap.flex {
    margin-top: 0px;
  }

  .menu-parent {
    top: 3px;
    display: block;
    width: 50px;
    padding-right: 0px;
  }

  .menu-parent-slide {
    display: block;
    width: 100%;
  }

  .nav-parent {
    margin-left: 20px;
  }

  .menu-txt {
    font-size: 26px;
  }

  .menu-txt.hi {
    font-size: 12px;
  }

  .about-content-inner {
    padding-right: 30px;
    padding-bottom: 100px;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .heading {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_413452b3-7d1c-932d-803e-05544e3598e0-108fde5d {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_962e6140-bd3d-aa1c-7509-1487350327c2-108fde5d {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_9cba7f9c-4e52-8659-4509-77e2f4037c19-108fde5d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_3063751e-1179-1a92-e47d-4865de8aab73-108fde5d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Foundersgrotesk Medium';
  src: url('../fonts/FoundersGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk Regular';
  src: url('../fonts/FoundersGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk Light';
  src: url('../fonts/FoundersGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sporting grotesque web';
  src: url('../fonts/Sporting_Grotesque-Regular_web.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sporting grotesque web bold';
  src: url('../fonts/Sporting_Grotesque-Bold_web.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}