@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  button,
  input { /* 1 */
    overflow: visible;
  }
  button,
  select { /* 1 */
    text-transform: none;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none;
  }

  
video{
    top: 0;
    left: 0;
    object-fit: cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

body{
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.414;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    color: white;
}
body.epk{
  justify-content: flex-start;
  font-weight: 300;
}
body.epk p{
  margin-top: 0;
  margin-bottom: 12px;
}
body.epk h1, body.epk h2, body.epk h3, body.epk h4, body.epk h5, body.epk h6{
  font-weight: 500;
  margin-top: 48px;
  margin-bottom: 24px;
}

body > div > img{
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
body > div > ul{
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}
body > div > ul > li {
  display: block;
  text-align: center;
  margin: 8px 0;
}
body > div > ul > li a{
  width: 200px;
  transition: all 0.7s ease;
  display: inline-block;
  box-sizing: border-box;
  line-height: 32px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* border: 2px solid white; */
  padding: 2px 10px 0 10px;
  box-shadow: 0 0 40px black;
  background-color: rgba(0, 0, 0, 0.4);
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
}
body > div > ul > li a svg{
  transition: all 0.7s ease;
  max-height: 16px;
  max-width: 16px;
  display: inline-block;
  margin-bottom: -2px;
  pointer-events: none;
}
body > div > ul > li a svg path, body > div > ul > li a svg circle{
  fill: white;
}
body > div > ul > li a:hover{
  color: black;
  background-color: white;
}
body > div > ul > li a:hover svg path, body > div > ul > li a:hover svg circle{
  fill: black;
}

body > ul{
  list-style-type: none;
  margin-bottom: 0;
  padding: 24px 0 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: linear-gradient(transparent, rgba(255,255,255,0.1));
}
body > ul > li {
  display: inline-block;
  text-align: center;
  margin: 8px 0 0;
}
body > ul > li a{
  width: 40px;
  transition: all 0.7s ease;
  display: inline-block;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* border: 2px solid white; */
  padding: 2px 10px 0 10px;
  background-color: rgba(0, 0, 0, 0.8);
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
}
body > ul > li a svg{
  transition: all 0.7s ease;
  max-height: 16px;
  max-width: 16px;
  display: inline-block;
  margin-bottom: -4px;
  pointer-events: none;
}
body > ul > li a svg path, body > ul > li a svg circle{
  fill: white;
}
body > ul > li a:hover{
  color: black;
  background-color: white;
}
body > ul > li a:hover svg path, body > ul > li a:hover svg circle{
  fill: black;
}

body > section{
  width: calc(100% - 32px);
  margin: 24px auto 64px;
  box-sizing: border-box;
  padding: 24px;
  background-color: rgba(0,0,0,0.7);
  font-size: 16px;
}
body > section > img{
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto 48px;
}
body > section > div{
  display: flex;
  flex-wrap: wrap;
}
body > section > div > div{
  flex: 1;
  min-width: 265px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body > section > div > div h4{
  margin-top: 24px !important;
}
body > section > div > div p{
  margin-top: 0 !important;
}
body > section > div > a{
  transition: all 0.3s ease;
  flex: 1;
  position: relative;
}
body > section > div > a:hover{
  box-shadow: 0 0 24px rgba(255,255,255,0.6);
  z-index: 100;
}
body > section > div > a > img{
  display: block;
  width: 100%;
  height: auto;
}
body > section > section{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
body > section > section > iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body > section h3 a, body > section p a{
  color: rgba(172,172,172);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
a.full{
  transition: all 0.7s ease;
  display: block;
}
a.full:hover{
  box-shadow: 0 0 24px rgba(255,255,255,0.6);
}
a.full img{
  display: block;
  width: 100%;
  height: auto;
}

body > aside{
  transition: all 0.7s ease;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 1001;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body > aside.modal-visible{
  top: 0;
}
.modal-close{
  width: 40px;
  transition: all 0.7s ease;
  display: inline-block;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* border: 2px solid white; */
  padding: 2px 10px 0 10px;
  background-color: rgba(0, 0, 0, 0.8);
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
  position: absolute;
  top: 12px;
  right: 24px;
}
.modal-close svg{
  transition: all 0.7s ease;
  max-height: 24px;
  max-width: 24px;
  display: inline-block;
  margin-bottom: -6px;
  pointer-events: none;
}
.modal-close svg path, .modal-close svg circle{
  fill: white;
}
.modal-close svg line{
  stroke: white;
}
.modal-close:hover{
  background-color: black;
  box-shadow: 0 0 24px black;
}
#mc_embed_signup{
  width: calc(100% - 32px);
  max-width: 540px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: white;
  color: black;
  padding: 0 24px 24px;
  position: relative;
}
body > aside .brandingLogo{
  display: none;
}
body > aside .asterisk{
  color: red;
}
body > aside .mc-field-group{
  padding-bottom: 24px;
}
body > aside h2{
  text-transform: uppercase;
  padding-right: 48px;
  font-size: 16px;
  line-height: 40px;
  margin: 12px 0;
}
body > aside label{
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 8px;
}
body > aside input{
  transition: all 0.7s ease;
  display: block;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 14px;
  color: black;
  padding: 2px 10px 0 10px;
  background-color: transparent;
  border: 2px solid black;
}
body > aside input[type="email"]:focus{
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  outline: black solid 1px;
}
body > aside input[type="submit"]{
  cursor: pointer;
  width: 100%;
  transition: all 0.7s ease;
  display: inline-block;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  padding: 2px 10px 0 10px;
  box-shadow: 0 0 40px black;
  background-color: rgba(0, 0, 0, 0.8);
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
}
body > aside input[type="submit"]:hover{
  background-color: black;
}
small{
  font-weight: 300;
  color: rgba(172,172,172);
}
@media (min-width: 600px){
  body > section > div > div h4, body > section > div > div p{
    padding-left: 24px;
  }
}
@media(min-width: 720px){
    body > div > img{
        width: 55%;
    }
    body > div > ul{
      margin-top: 40px;
    }
    body > div > ul > li a{
      line-height: 40px;
    }
    body > section{
      width: calc(100% - 64px);
    }
    body > section > img{
      width: 40%;
    }
    body > aside h2{
      font-size: 24px;
    }
}

@media(min-width: 1120px){
  body > div > img{
    width: 40%;
  }
  body > section{
    width: 1080px;
  }
  body > section > img{
    width: 25%;
  }
}