:root {
  --white: white;
  --black: black;
}

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

.body {
  font-family: Montserrat, sans-serif;
}

.section {
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section.footer {
  background-color: #510197;
}

.section.diivider {
  background-color: #000;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

.container.footer {
  margin-bottom: -16px;
}

.container.full-height {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.heading-1 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 500;
}

.flex-child {
  background-color: #fff0;
  flex: 0 32.333%;
  padding: 0%;
}

.image {
  width: 100%;
  padding-top: 0;
}

.text-block {
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.text-block.track-name {
  color: #525151;
  text-align: left;
  border: 1px #525151;
  border-top-width: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-block.small {
  color: #525151;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.text-block.footer {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.text-block.white {
  color: #fff;
}

.text-block.quotee {
  font-style: italic;
}

.text-block.special-quote {
  color: #fffefe;
  padding: 20px 15%;
  font-size: 40px;
  line-height: 50px;
}

.text-block.left {
  text-align: left;
}

.text-block.left.hidden {
  display: none;
}

.nav-menu {
  width: auto;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: center;
  background-color: #ffffff9c;
  border-radius: 20px;
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 7px 25px;
  font-weight: 600;
  transition: opacity .4s;
  display: block;
}

.nav-link:hover {
  background-color: #fff;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.hidden {
  display: none;
}

.navbar-2 {
  float: none;
  background-color: #fff0;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.flex-container.nav {
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.lottie {
  height: 60vh;
  padding-top: 46px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 400;
}

.heading-2.hero {
  color: #fff;
}

.heading-2.white {
  color: var(--white);
}

.heading-3 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.heading-3.left {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
}

.hero-container {
  background-image: linear-gradient(#fff0 85%, #000000a1), linear-gradient(#000000ad, #0000 73%), url('../images/Unrealfish-hero-image-2b.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  position: static;
}

.hero-container.not-about {
  background-image: linear-gradient(#fff0 65%, #000000a1 95%), linear-gradient(#000000ad 11%, #0000 79%), url('../images/About-header.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
}

.hero-container.music {
  background-image: linear-gradient(#fff0 85%, #000000a1), linear-gradient(#000000ad, #0000 73%), url('../images/Tracks-header.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section-hero {
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-5 {
  text-align: center;
}

.heading-5.home-hero {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

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

.text-block-2 {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 28px;
}

.text-block-2.footer {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 500;
}

.flex-child-new {
  background-color: #fff;
  flex: 0 50%;
  padding: 0%;
}

.flex-child-new.content {
  border-bottom: 1px #000;
  flex-flow: column;
  padding: 10px 20px 20px 40px;
  display: flex;
}

.flex-child-new.special {
  flex-flow: column;
  flex-basis: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.embolden {
  font-weight: 500;
}

.paragraph {
  text-align: left;
  border: 0 #000;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 15px;
  font-style: normal;
  line-height: 22px;
}

.paragraph:hover {
  opacity: 1;
  pointer-events: auto;
}

.paragraph.note {
  font-size: 15px;
  font-style: italic;
  line-height: 19px;
}

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

.paragraph.special {
  color: #e20097;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph.spacer {
  margin-top: -10px;
  margin-bottom: 30px;
}

.paragraph.space {
  margin-bottom: 30px;
}

.section-6 {
  background-color: #000;
  width: 100%;
}

.section-6.special {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/Moog-Comp-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
  height: 100vh;
}

.content-wrapper {
  background-color: #0000004d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-8 {
  background-color: #000;
  width: 100%;
}

.section-8.special-2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Moog-Comp-layer-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-9 {
  background-color: #000;
  width: 100%;
}

.section-9.special-2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/We-are-all-the-same.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  height: 1000px;
}

.accord-item-content {
  border-bottom: 0 #000;
  overflow: hidden;
}

.accordion-item-trigger:hover {
  opacity: .4;
  pointer-events: auto;
}

.accordion-wrapper {
  background-color: #cecece00;
  border-top: 1px #000;
  border-bottom: 1px solid #b8b7b7;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.brand {
  max-width: 110px;
}

.links-block {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.music-link {
  flex: 0 12%;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button {
  background-color: #e20097;
  border: 1px solid #e20097;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  transition: background-color .2s;
}

.button:hover {
  color: #e20097;
  background-color: #fffeff;
}

.button.hidden {
  display: flex;
}

.accordion-wrapper-2 {
  flex: 0 auto;
  padding: 10px 15px;
}

.accordion-wrapper-2.wide {
  flex: 1;
  padding-top: 0;
  padding-left: 18px;
}

.track-name {
  font-size: 18px;
  font-weight: 500;
}

.link {
  color: var(--white);
  font-weight: 600;
  transition: opacity .25s;
}

.link:hover {
  opacity: .7;
}

.link-2 {
  color: #e20097;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity .35s;
}

.link-2:hover {
  opacity: .5;
}

.column-text {
  float: left;
  width: 70%;
  min-height: auto;
  padding-left: 0;
  padding-right: 68px;
  position: relative;
}

.form {
  background-color: #0000;
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.italic-text {
  color: #e20097;
}

.text-block-4 {
  color: #024b88;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
}

.text-block-4.note {
  font-size: 16px;
}

.field-label {
  text-align: left;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.form-block {
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.form-block.hidden {
  display: none;
}

.text-field {
  margin-bottom: 20px;
}

.track-details-container {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .container.footer {
    margin-bottom: 20px;
  }

  .container.space {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block {
    line-height: 26px;
  }

  .text-block.footer {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .column-text {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .section.diivider {
    background-color: #000;
  }

  .nav-menu {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .flex-container.nav {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-container {
    background-image: linear-gradient(#fff0 68%, #000000a1), linear-gradient(#000000ad, #0000 73%), url('../images/Unrealfish-hero-image-2b.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: auto;
  }

  .hero-container.not-about {
    background-image: linear-gradient(#fff0 68%, #000000a1), linear-gradient(#000000ad, #0000 73%), url('../images/About-header.jpg'), url('../images/Unrealfish-hero-image-2b.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .brand {
    max-width: 140px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container.full-height {
    height: 100%;
  }

  .heading-1 {
    font-size: 34px;
  }

  .text-block.special-quote {
    padding-left: 10%;
    padding-right: 10%;
    line-height: 42px;
  }

  .nav-menu {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .lottie {
    height: 35vh;
  }

  .heading-2 {
    font-size: 25px;
    font-weight: 400;
  }

  .heading-2.hero {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2.white {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-3.left {
    font-size: 24px;
  }

  .hero-container {
    height: auto;
  }

  .hero-container.music {
    height: 350px;
  }

  .section-hero {
    height: auto;
  }

  .heading-5.home-hero {
    font-size: 40px;
  }

  .flex-child-new {
    flex-basis: 40%;
  }

  .flex-child-new.content {
    flex-basis: 55%;
    padding-left: 25px;
  }

  .flex-child-new.special {
    flex: 0 45%;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.white {
    line-height: 19px;
  }

  .section-6.special {
    background-image: url('../images/Moog-Comp-1-tablet.jpg');
    background-position: 50%;
    background-size: auto;
    height: 100%;
  }

  .section-8.special-2 {
    background-image: url('../images/Moog-Comp-2-tablet.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    height: 100vh;
  }

  .section-9.special-2 {
    background-image: url('../images/We-are-all-the-same-tablet.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 800px;
  }

  .brand {
    padding-top: 10px;
  }

  .column-text {
    padding-left: 0;
    padding-right: 20px;
  }

  .italic-text, .field-label {
    font-size: 15px;
  }

  .icon {
    color: var(--white);
    font-size: 32px;
  }

  .bold-text {
    font-size: 34px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .section.diivider {
    margin-bottom: 0;
  }

  .container {
    padding: 0 15px;
  }

  .heading-1 {
    font-size: 32px;
  }

  .text-block.special-quote {
    font-size: 28px;
    line-height: 32px;
  }

  .nav-menu {
    background-color: #c8c8c800;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    color: #000;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-link.home {
    background-color: #fd9000cc;
  }

  .navbar-2 {
    float: none;
  }

  .flex-container {
    flex-direction: column;
  }

  .flex-container.nav {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .lottie {
    height: 60vh;
    padding-top: 0;
  }

  .heading-2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .heading-2.hero {
    margin-top: 5px;
    font-size: 22px;
  }

  .heading-3.left {
    font-size: 22px;
  }

  .hero-container {
    height: auto;
  }

  .hero-container.music {
    height: 320px;
  }

  .section-hero {
    height: auto;
  }

  .heading-5.home-hero {
    margin-top: 5px;
    font-size: 35px;
  }

  .flex-child-new {
    flex-basis: 100%;
  }

  .flex-child-new.content {
    flex-basis: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-child-new.special {
    flex-basis: 100%;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .section-6.special {
    background-image: url('../images/Moog-Comp-1-mob_land.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    height: auto;
  }

  .content-wrapper {
    height: 100%;
  }

  .section-8.special-2 {
    background-image: url('../images/Moog-Comp-2-mob_land.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    height: auto;
  }

  .section-9.special-2 {
    background-position: 50% 100%;
    background-attachment: scroll;
  }

  .brand {
    padding-top: 10px;
  }

  .accordion-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .track-name {
    font-size: 17px;
  }

  .column-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .form {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .italic-text, .field-label {
    font-size: 14px;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 34px;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 13px;
  }

  .menu-button:hover {
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    padding: 13px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.sub-hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-1 {
    font-size: 28px;
  }

  .flex-child, .image {
    width: 100%;
  }

  .text-block.track-name {
    text-align: center;
  }

  .text-block.special-quote {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 28px;
    line-height: 30px;
  }

  .nav-menu {
    background-color: #0f0f0f00;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link.home {
    color: #fff;
    background-color: #fd9000e6;
    border: 1px solid #fff;
    width: 80%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link.home:hover {
    color: #020000;
    background-color: #fff;
  }

  .flex-container {
    width: 100%;
  }

  .flex-container.nav {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-container.nav.home {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lottie {
    height: 40vh;
    padding-top: 30px;
  }

  .heading-2 {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-2.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-3.left {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 10px;
    line-height: 26px;
  }

  .hero-container {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container.music {
    padding-top: 0;
  }

  .heading-5.home-hero {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .flex-child-new.content {
    flex-basis: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-child-new.special {
    flex-basis: 100%;
  }

  .paragraph {
    line-height: 19px;
  }

  .section-6.special {
    background-image: url('../images/Moog-Comp-1-mob_lport.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    height: auto;
  }

  .section-8.special-2 {
    background-image: url('../images/Moog-Comp-2-mob_port.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    height: 100vh;
  }

  .brand {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 120px;
    padding-top: 20px;
    display: flex;
  }

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

  .accordion-wrapper-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .track-name {
    font-size: 16px;
  }

  .column-text {
    width: 100%;
    padding-right: 0;
  }

  .text-field {
    margin-bottom: 8px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 34px;
  }

  .menu-button {
    margin-right: -10px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #c8c8c800;
  }
}

#email-form.w-node-_835b02a8-cb93-06fa-d00c-37048fccab7f-e81d8bc4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_835b02a8-cb93-06fa-d00c-37048fccab92-e81d8bc4 {
  grid-area: 6 / 4 / 7 / 5;
}

@media screen and (max-width: 479px) {
  #w-node-_835b02a8-cb93-06fa-d00c-37048fccab92-e81d8bc4 {
    grid-area: 10 / 1 / 11 / 3;
  }
}
