@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"futura-pt-bold";
src:url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
}
#close {
  width: 54px;
  height: auto;
  display: inline;
  
}
.hs {
  display: none;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, .8);
  justify-content: flex-start;
  flex-direction: column;
    align-items: center;
  position: absolute;
  overflow: hidden;
  position: absolute;
}
.close {
  display: flex;
  color: #ffffff;
  font-family: 'futura-pt';
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  bottom: 3%;
  right: 13%;
  margin-top: 0.5em;
  padding-left: 63%;
  position: absolute;
}
.x_btn {
  margin-left: 10px;
}
#copy1, #copy2, #copy3, #copy4, #copy5 {
  display: flex;
  flex-direction: row;
  width: 85%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.25em;
}
#copy4body, #copy5body {
  font-family: futura-pt;
  font-size: 18px;
  position: relative;
  color: #ffffff;
  width: 85%;
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}
#img1 {
  width: 100%;
  height: auto;
}
#img2 {
  display: inline;
  width: 100%;
}
#img3 {
  width: 100%;
}
#img4, #img5 {
  width: 100%;
}
h1 {
  font-family: futura-pt-bold;
  color: #ffffff;
  font-size: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-block-end: 0px;
}
ul {
  width: 82%;
  margin-left: 0px;
  padding-inline-start: 0px;
  margin-block-start: 1.25em;
  margin-block-end: 1.25em;
}
li {
  font-family: futura-pt;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  margin-left: 10px;
}
.cta {
  background-color: #ffffff;
  text-decoration: none;
  color: #00269A;
  width: 90%;
  height: 50px;
  text-align: center;
  font-family: futura-pt-bold;
  font-size: 17px;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playBtn {
  width: 70px;
  display: none;
  position: absolute;
  height: 70px;
  opacity: 1;
  left: calc(50% - 35px);
  top: 13%;
  pointer-events: all;
}
.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: futura-pt-bold;
  letter-spacing: 1px;
  color: #00269A;
  text-align: center;
  font-family: futura-pt-bold;
  letter-spacing: 1px;
  background-color: #ffffff;
}
#logo {
  position: absolute;
  right: 2%;
  top: 2%;
  pointer-events: none;
  display: none;
}
#launchMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#menu_copy {
  font-family: 'futura-pt';
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    width: 80%;
    line-height: 40px;
  margin-top: 0px;
    margin-block-end: 3em;
}
#launchBtn {
  position: absolute;
  bottom: 5%;
  width: 15%;
  display: none;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
}
#launchCopy {
  font-family: 'futura-pt';
  font-size: 10px;
  color: #ffffff;
}
#launchImg {
  width: 75%;
}
#instructions {
  position: absolute;
  bottom: 5%;
  display: none;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
  color: #ffffff;
  font-family: futura-pt;
  font-size: 10px;
  line-height: 18px;
}
#menu_close {
  position: absolute;
  left: 25px;
  top: 25px;
}
#return_cta {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: futura-pt-bold;
    letter-spacing: 1px;
    color: #00269A;
    text-align: center;
    font-family: futura-pt-bold;
    letter-spacing: 1px;
    background-color: #ffffff;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
}
#menu_returncopy {
  font-family: 'futura-pt';
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  width: 80%;
  line-height: 40px;
  margin-top: 0px;
  margin-block-end: 3em;
}
#returnMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#landscapeAlert {
  position: absolute;
  display: none;
  width: 80%;
  height: 90%;
  background-image: url(../assets/rotate.png);
  background-repeat: no-repeat;
	background-size: contain;
  background-position: center;
  left: 10%;
  top: 5%;
}
#landscapeAlertBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  background-repeat: no-repeat;
	background-size: cover;
  background-position: center;
  top: 0%;
  left: 0%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: futura-pt;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 376px) {
  ul {
    margin-bottom: 0em;
  }
  .x_btn {
    height: 32px;
  }
  .close {
    position: initial;
  }
  #img1 {
    height: 195px;
  }
}