@media screen and (min-width: 720px) {
  .mobile-only {
    display: none !important; } }

@media screen and (max-width: 720px) {
  .mobile-break {
    display: block; } }

html, body {
  margin: 0;
  padding: 0;
  color: #101010;
  font-family: "avenir", "proxima nova", "aktiv grotesk", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 2.0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word; }

a {
  outline: none;
  text-decoration: none; }

h1 {
  font-size: 38px;
  letter-spacing: -0.04em;
  line-height: 140%;
  font-weight: 400;
  color: #000; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 42px; } }
  @media screen and (max-width: 720px) {
    h1 {
      font-size: 40px; } }
  @media screen and (max-width: 620px) {
    h1 {
      font-size: 34px; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 30px;
      padding: 0 20px; } }
  @media screen and (max-width: 360px) {
    h1 {
      font-size: 26px; } }

h2 {
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  text-transform: lowercase; }

h3 {
  font-size: 32px;
  letter-spacing: -0.03em;
  line-height: 150%;
  font-weight: 400; }
  @media screen and (max-width: 1140px) {
    h3 {
      font-size: 32px; } }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 30px; } }
  @media screen and (max-width: 720px) {
    h3 {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 26px; } }
  @media screen and (max-width: 360px) {
    h3 {
      font-size: 24px; } }
  h3 b {
    font-weight: 500;
    text-decoration: underline; }

p {
  font-size: 22px;
  font-family: "proxima nova", "avenir", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.6em; }
  @media screen and (max-width: 1140px) {
    p {
      font-size: 22px; } }
  @media screen and (max-width: 1024px) {
    p {
      font-size: 22px; } }
  @media screen and (max-width: 720px) {
    p {
      font-size: 21px; } }
  @media screen and (max-width: 360px) {
    p {
      font-size: 18px; } }

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

section, footer {
  margin: 0;
  padding: 0 0 60px 0;
  position: relative; }
  section > *, footer > * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px; }
    @media screen and (max-width: 570px) {
      section > *, footer > * {
        padding: 0 30px; } }
    @media screen and (max-width: 480px) {
      section > *, footer > * {
        padding: 0 20px; } }
  section h2, footer h2 {
    position: absolute;
    top: 0;
    left: 100px;
    padding: 0; }
    @media screen and (max-width: 1285px) {
      section h2, footer h2 {
        position: relative;
        top: 0px !important;
        left: 0px;
        padding: 0 50px 20px 50px; } }
    @media screen and (max-width: 570px) {
      section h2, footer h2 {
        padding-left: 30px; } }
    @media screen and (max-width: 480px) {
      section h2, footer h2 {
        padding-left: 20px; } }
    section h2 span, footer h2 span {
      position: relative;
      display: inline-block; }
      section h2 span:after, footer h2 span:after {
        content: "";
        width: 100%;
        height: 5px;
        background-color: #9FC9D4;
        position: absolute;
        bottom: -3px;
        left: 0; }

section.about {
  z-index: 2; }
  section.about .section-content {
    position: relative;
    margin-top: -600px;
    max-width: none;
    padding: 0; }
    @media screen and (max-width: 720px) {
      section.about .section-content {
        margin-top: -420px; } }
    @media screen and (max-width: 570px) {
      section.about .section-content {
        margin-top: -310px; } }
    @media screen and (max-width: 360px) {
      section.about .section-content {
        margin-top: -180px; } }
    section.about .section-content > * {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1285px) {
        section.about .section-content > * {
          padding: 0 50px 20px 50px; } }
      @media screen and (max-width: 570px) {
        section.about .section-content > * {
          padding: 0 30px; } }
      @media screen and (max-width: 480px) {
        section.about .section-content > * {
          padding: 0 20px; } }
  @media screen and (max-width: 480px) {
    section.about {
      padding: 0 0 30px 0; } }

section.music {
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    section.music {
      padding-top: 0;
      padding-bottom: 20px; } }
  section.music h2 {
    top: 53px; }
    section.music h2 span:after {
      background-color: #D96309; }
  section.music .soundcloud-container {
    padding-top: 33px;
    position: relative;
    z-index: 1; }

section.contact {
  z-index: 0;
  box-shadow: 0px 3px 4px 0px white inset;
  background: linear-gradient(150deg, #CEE7ED 0%, #cee7ed 100%);
  padding-top: 60px;
  padding-bottom: 30px; }
  section.contact h2 {
    top: 83px; }
    section.contact h2 span:after {
      background-color: #9FC9D4; }
  section.contact form.contact {
    position: relative; }
    section.contact form.contact .background {
      position: absolute;
      z-index: 0;
      top: -280px;
      right: -100px; }
      @media screen and (max-width: 1500px) {
        section.contact form.contact .background {
          top: -330px; } }
      @media screen and (max-width: 1024px) {
        section.contact form.contact .background {
          right: -30px; } }
      section.contact form.contact .background svg.icon {
        width: 220px;
        stroke-width: 10px;
        stroke: #D96309; }

footer {
  background: linear-gradient(300deg, #CEE7ED 0%, #cee7ed 100%); }

header {
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 4;
  height: 180px;
  padding: 0 100px;
  transition: 0.3s; }
  @media screen and (max-width: 1140px) {
    header {
      padding: 0 50px;
      height: 120px; } }
  @media screen and (max-width: 1024px) {
    header {
      padding: 0 50px; } }
  @media screen and (max-width: 720px) {
    header {
      padding: 0 50px;
      height: 100px; } }
  @media screen and (max-width: 570px) {
    header {
      padding: 0 30px;
      height: 80px; } }
  @media screen and (max-width: 360px) {
    header {
      padding: 0 25px;
      height: 65px; } }
  header.skinny {
    height: 45px; }
    @media screen and (max-width: 720px) {
      header.skinny {
        padding: 0 20px; } }

.hero-background {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 0;
  width: 100%;
  min-width: 1100px; }
  @media screen and (max-width: 720px) {
    .hero-background {
      min-width: 800px; } }
  @media screen and (max-width: 570px) {
    .hero-background {
      min-width: 600px; } }
  @media screen and (max-width: 360px) {
    .hero-background {
      min-width: 500px; } }
  .hero-background img {
    width: 100%; }

header, main, footer {
  position: relative; }

main .content, footer {
  background-color: white;
  padding-top: 50px; }

main {
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: hidden; }

header {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 3;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  header .logo {
    margin: 0;
    left: -5px;
    flex: 0 0 50%; }
  header.skinny {
    padding-top: 5px;
    box-shadow: 0px 5px 3px 0px rgba(255, 255, 255, 0.98);
    background-color: rgba(255, 255, 255, 0.98); }
    header.skinny nav.primary .nav-item.emphasized {
      top: -1px;
      padding-top: 6px;
      padding-bottom: 10px; }
    header.skinny .logo {
      opacity: 1; }

footer {
  margin: 0;
  padding: 0 0 10px 0; }
  footer nav.primary {
    margin: 0 auto 30px auto; }
    @media screen and (max-width: 480px) {
      footer nav.primary ul {
        display: block; } }
    footer nav.primary ul li {
      font-size: 20px; }
      @media screen and (max-width: 720px) {
        footer nav.primary ul li {
          font-size: 18px; } }
  footer .credits {
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.01em; }

section.hero {
  background: transparent;
  background: linear-gradient(195deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, white 65%);
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  min-height: 800px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  @media screen and (max-width: 720px) {
    section.hero {
      min-height: 600px; } }
  @media screen and (max-width: 570px) {
    section.hero {
      min-height: 450px; } }
  @media screen and (max-width: 360px) {
    section.hero {
      min-height: 250px; } }
  section.hero:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    background-color: white;
    box-shadow: 0px 0px 5px 5px white; }
    @media screen and (max-width: 570px) {
      section.hero:before {
        width: 10px; } }

.hero-content {
  max-width: 500px;
  position: relative; }
  .hero-content .button-block {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0; }
    .hero-content .button-block .button {
      border: none;
      font-size: 25px; }
      .hero-content .button-block .button svg.icon {
        top: 8px;
        right: -30px; }
      .hero-content .button-block .button:hover svg.icon {
        right: -33px; }

.hero-overlay {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: fixed;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #041726;
  background-image: url("../img/frost.jpg");
  background-size: cover;
  opacity: 0;
  z-index: -99;
  transform: scale(1.1);
  transition: opacity 0.7s ease-in-out 0s, transform 0.8s ease-in-out 0s, z-index 0s ease-in-out 1s; }
  .hero-overlay .hero-content h1, .hero-overlay .hero-content h1 span, .hero-overlay .hero-content .button-block .button span {
    color: white; }
  .hero-overlay .hero-content svg.icon {
    stroke: white; }
  .hero-overlay .hero-content {
    opacity: 0;
    transform: translate(0, -20px) scale(1);
    transition: opacity 0.4s ease-in-out 0s, transform 0.3s ease-in-out 0s; }

body.show-hero-overlay .hero-overlay {
  transform: scale(1);
  opacity: 1;
  z-index: 3; }
  body.show-hero-overlay .hero-overlay .hero-content {
    transform: translate(0, 0) scale(1);
    opacity: 1; }

.logo {
  position: relative;
  margin: 0 auto 40px auto;
  width: 100%; }
  .logo svg.icon {
    display: block;
    margin: 0 auto 20px auto;
    stroke-width: 10px;
    width: 200px; }
  .logo h1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 75%;
    font-size: 75px; }
    .logo h1 span {
      display: block;
      text-transform: lowercase;
      font-size: 55px; }
  @media screen and (max-width: 480px) {
    .logo svg.icon {
      width: 200px; }
    .logo h1 {
      font-size: 75px; }
    .logo h1 span {
      font-size: 55px; } }
  @media screen and (max-width: 360px) {
    .logo svg.icon {
      width: 150px; }
    .logo h1 {
      font-size: 60px; }
    .logo h1 span {
      font-size: 45px; } }
  .logo.inline {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; }
    .logo.inline svg.icon, .logo.inline h1, .logo.inline h1 span {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0; }
    .logo.inline svg.icon {
      top: 0.5px;
      width: 34px;
      stroke-width: 15px;
      stroke: #D96309; }
    .logo.inline h1 {
      margin-left: 2px;
      font-size: 20px; }
      .logo.inline h1 span {
        margin-left: 4px;
        font-size: 28px;
        font-weight: 300; }
    @media screen and (max-width: 1140px) {
      .logo.inline svg.icon {
        width: 34px; }
      .logo.inline h1 {
        font-size: 20px; }
      .logo.inline h1 span {
        font-size: 28px; } }
    @media screen and (max-width: 570px) {
      .logo.inline svg.icon {
        width: 32px; }
      .logo.inline h1 {
        font-size: 18px; }
      .logo.inline h1 span {
        font-size: 25px;
        margin-left: 3px; } }
    @media screen and (max-width: 360px) {
      .logo.inline svg.icon {
        width: 30px;
        top: -1px; }
      .logo.inline h1 {
        font-size: 17px; }
      .logo.inline h1 span {
        font-size: 25px; } }

nav.primary {
  position: relative;
  flex: 0 0 30%;
  height: 100%; }
  nav.primary ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    margin: 0;
    padding: 0;
    height: 100%; }
    nav.primary ul li {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      list-style-type: none;
      font-size: 19px;
      font-weight: 500;
      font-style: normal;
      text-transform: lowercase; }
      nav.primary ul li a {
        color: black; }

header nav.primary {
  max-width: 400px; }
  @media screen and (max-width: 1140px) {
    header nav.primary ul {
      display: none; } }

.mobile-nav-toggle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0px;
  width: 80px;
  height: 100%;
  cursor: pointer; }
  @media screen and (min-width: 1140px) {
    .mobile-nav-toggle {
      display: none; } }
  .mobile-nav-toggle .icon {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    position: relative;
    width: 28px;
    height: 20px; }
    @media screen and (max-width: 1024px) {
      .mobile-nav-toggle .icon {
        width: 28px;
        height: 20px; } }
    @media screen and (max-width: 720px) {
      .mobile-nav-toggle .icon {
        width: 25px;
        height: 20px; } }
    @media screen and (max-width: 360px) {
      .mobile-nav-toggle .icon {
        width: 22px;
        height: 18px;
        top: -2px; } }
    .mobile-nav-toggle .icon .line {
      transition: 0.25s;
      position: relative;
      width: 100%;
      height: 2px;
      border-radius: 10px;
      background-color: black; }
      .mobile-nav-toggle .icon .line.short {
        width: 55%; }
      .mobile-nav-toggle .icon .line.medium {
        width: 75%; }

nav.mobile {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #CEE7ED;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: -99;
  transition: z-index 0s linear 0s, opacity 0.3s ease-in-out 0s; }
  nav.mobile .mobile-nav-content {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
    nav.mobile .mobile-nav-content ul {
      margin: 0px auto;
      padding: 0;
      width: inherit;
      position: relative; }
      @media screen and (max-width: 360px) {
        nav.mobile .mobile-nav-content ul {
          top: 30px; } }
      nav.mobile .mobile-nav-content ul li {
        margin: 0;
        padding: 30px 0px;
        list-style-type: none;
        text-align: left; }
        nav.mobile .mobile-nav-content ul li a.nav-item {
          margin: 0;
          padding: 0;
          display: block;
          text-decoration: none;
          letter-spacing: -0.03em;
          line-height: 80%;
          text-align: center;
          text-transform: lowercase;
          font-weight: 500;
          font-size: 30px;
          color: black;
          border: none; }
          nav.mobile .mobile-nav-content ul li a.nav-item:after {
            content: none; }
          nav.mobile .mobile-nav-content ul li a.nav-item.selected {
            color: black; }
          @media screen and (max-width: 360px) {
            nav.mobile .mobile-nav-content ul li a.nav-item {
              font-size: 24px; } }
  nav.mobile .mobile-nav-content {
    opacity: 0;
    transform: translate(0, 20px);
    transition: opacity 0.5s ease-in-out 0.3s, transform 0.4s ease-in-out 0.2s; }

@media screen and (max-width: 1140px) {
  body.show-mobile-nav nav.mobile {
    opacity: 1;
    z-index: 2; }
    body.show-mobile-nav nav.mobile .mobile-nav-content {
      opacity: 1;
      transform: translate(0, 0); } }
body.show-mobile-nav .mobile-nav-toggle .icon .line {
  position: absolute; }
  body.show-mobile-nav .mobile-nav-toggle .icon .line.short {
    opacity: 0; }
  body.show-mobile-nav .mobile-nav-toggle .icon .line.medium, body.show-mobile-nav .mobile-nav-toggle .icon .line.long {
    width: 100%; }
  body.show-mobile-nav .mobile-nav-toggle .icon .line.medium {
    transform: translate(-3px, 8px) rotate(45deg); }
  body.show-mobile-nav .mobile-nav-toggle .icon .line.long {
    transform: translate(-3px, 8px) rotate(-45deg); }
body.show-mobile-nav header, body.show-mobile-nav header.skinny {
  height: 100px;
  padding-top: 55px;
  background: transparent;
  box-shadow: none;
  border: none; }
  @media screen and (max-width: 1024px) {
    body.show-mobile-nav header, body.show-mobile-nav header.skinny {
      padding-top: 5%;
      height: 80px; } }
  @media screen and (max-width: 720px) {
    body.show-mobile-nav header, body.show-mobile-nav header.skinny {
      padding-top: 20px; } }
  @media screen and (max-width: 480px) {
    body.show-mobile-nav header, body.show-mobile-nav header.skinny {
      padding-top: 10px; } }
  body.show-mobile-nav header nav li.mobile-large, body.show-mobile-nav header.skinny nav li.mobile-large {
    display: none !important; }

form {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    form {
      margin: 20px 0px; } }
  form h4 {
    width: 100%;
    background-color: black;
    color: white;
    margin: 0px;
    transition: 0.3s; }
  form.failure h4 {
    background-color: red; }
  form .field {
    position: relative;
    border-bottom: black solid 4px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin: 0;
    padding: 20px 0px; }
    form .field.last {
      border-bottom: none; }
    form .field label {
      position: relative;
      z-index: 1;
      display: block;
      color: black;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      white-space: nowrap;
      margin: 0 20px 0 25px; }
      @media screen and (max-width: 480px) {
        form .field label {
          letter-spacing: 0.12em;
          margin: 0 10px 0 10px;
          font-size: 14px; } }
      @media screen and (max-width: 360px) {
        form .field label {
          font-size: 13px; } }
    form .field input:not([type="submit"]) {
      padding: 0 20px 0 0; }
    form .field input {
      top: -1px;
      height: 40px; }
    form .field.textarea label {
      position: absolute;
      z-index: 1;
      top: 24px;
      left: 0; }
    form .field.textarea textarea {
      z-index: 0;
      margin: 0;
      padding: 0;
      background: transparent;
      outline: none;
      resize: none;
      width: 100%;
      height: 200px;
      line-height: 1.5em; }
  form .status-text {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    top: -20px;
    left: -10px;
    width: auto;
    min-width: 100px;
    min-height: 0;
    padding: 6px 10px;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-weight: 400;
    font-family: "proxima-nova", "avenir", sans-serif;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    opacity: 0; }
    form .status-text a {
      display: inline;
      color: black;
      text-decoration: underline;
      font-weight: 500; }
    form .status-text.show {
      opacity: 1; }
    form .status-text:after {
      content: "";
      background-color: white;
      position: absolute;
      width: 8px;
      height: 8px;
      left: 15px;
      bottom: -5px;
      z-index: -1;
      border: #f0f0f0 solid 1px;
      border-left: none;
      border-top: none;
      transform: rotate(45deg); }
    form .status-text.form-status {
      top: auto;
      bottom: 110px;
      left: 30%;
      width: 40%;
      min-height: 80px;
      padding: 20px 20px;
      font-size: 18px; }
      form .status-text.form-status.show {
        top: auto;
        opacity: 1; }
      form .status-text.form-status:after {
        left: 50%;
        width: 12px;
        height: 12px;
        bottom: -7px; }
      @media screen and (max-width: 480px) {
        form .status-text.form-status {
          left: 10%;
          width: 80%; } }
      @media screen and (max-width: 480px) {
        form .status-text.form-status {
          left: 0%;
          width: 100%; } }
  form .button-block {
    position: relative;
    margin: 60px 0 0 0;
    text-align: center; }
    form .button-block .button {
      display: inline-block;
      z-index: 1;
      margin: 0px;
      width: 300px; }
      @media screen and (max-width: 480px) {
        form .button-block .button {
          width: 100%; } }

input, textarea, select {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  font-family: "proxima-nova", "avenir", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0em;
  color: black;
  font-size: 21px; }
  @media screen and (max-width: 480px) {
    input, textarea, select {
      font-size: 19px; } }

@media screen and (max-width: 720px) {
  input[type="submit"] {
    width: 100% !important; } }

form {
  opacity: 1;
  transition: 0.5s; }
  form .button .loading {
    display: none; }
  form .button .not-loading {
    display: inline-block; }

form.loading {
  opacity: 0.5; }
  form.loading .button .loading {
    display: inline-block; }
  form.loading .button .not-loading {
    display: none; }

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none; }

input, textarea {
  transition: 0.5s; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: black;
    transition: 0.3s; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: black;
    transition: 0.3s; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: black;
    transition: 0.3s; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: black;
    transition: 0.3s; }
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #9FC9D4; }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #9FC9D4; }
  input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #9FC9D4; }
  input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #9FC9D4; }

.button, input[type="submit"], button {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: relative;
  box-sizing: border-box;
  min-width: 270px;
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 600;
  font-size: 21px;
  font-family: "proxima-nova", "avenir", sans-serif;
  border: black solid 4px;
  cursor: pointer;
  outline: none; }
  .button:disabled, input[type="submit"]:disabled, button:disabled {
    color: black !important; }
  .button.small, input[type="submit"].small, button.small {
    width: 120px; }
  @media screen and (max-width: 480px) {
    .button, input[type="submit"], button {
      width: 100%;
      display: block;
      font-size: 18px; } }
  @media screen and (max-width: 360px) {
    .button, input[type="submit"], button {
      font-size: 18px; } }
  .button span.with-icon, input[type="submit"] span.with-icon, button span.with-icon {
    display: inline-block;
    position: relative;
    left: -8px;
    color: black; }
    .button span.with-icon .icon, input[type="submit"] span.with-icon .icon, button span.with-icon .icon {
      position: absolute;
      top: 4px;
      right: -28px;
      transition: 0.2s; }
      @media screen and (max-width: 480px) {
        .button span.with-icon .icon, input[type="submit"] span.with-icon .icon, button span.with-icon .icon {
          top: 2px; } }
  .button .icon, input[type="submit"] .icon, button .icon {
    stroke: black;
    stroke-width: 12px; }
    .button .icon.right-arrow, input[type="submit"] .icon.right-arrow, button .icon.right-arrow {
      width: 22px;
      height: 18px; }
  .button:hover .icon.right-arrow, input[type="submit"]:hover .icon.right-arrow, button:hover .icon.right-arrow {
    right: -31px; }

svg.icon {
  width: 40px;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  fill: none;
  display: inline-block;
  position: relative; }
  svg.icon.filled {
    stroke: none;
    fill: black; }
	
.intro-top{
position:absolute;
top:0;
left:0;
color:#fff;
z-index:999;
font-family: "avenir", "proxima nova", "aktiv grotesk", sans-serif;
font-size:20px;
width:400px;
padding:40px;

}	

.intro-bottom{
position:absolute;
bottom:0;
right:0;
color:#fff;
z-index:999;
font-family: "avenir", "proxima nova", "aktiv grotesk", sans-serif;
font-size:25px;
padding:50px;

}
.intro-bottom a{color:#D96309;}
