.section {
  min-height: 100vh;
  background-image: url('../images/pattern.png'), url('../images/pattern2.gif');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 14px -3px rgba(0, 0, 0, 0.5);
}

.div-block.nav {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link {
  margin-right: 16px;
  margin-left: 16px;
  font-family: 'D dincondensed', sans-serif;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.inactivelink {
  color: #bbb;
  text-decoration: none;
}

.link.inactivelink:hover {
  text-decoration: line-through;
}

.link.inactivelink.buymerch {
  position: relative;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block {
  margin-right: 4px;
  margin-left: 16px;
}

.globe {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 60%;
  max-height: 600px;
  max-width: 600px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.text-block {
  position: static;
  font-family: 'D dincondensed', sans-serif;
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.div-block-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  font-family: 'D dincondensed', sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 700;
}

.div-block-4 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  max-height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-5 {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
}

.text-block-3 {
  font-family: 'D dincondensed', sans-serif;
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 700;
}

.recording {
  position: fixed;
  left: 28%;
  top: 12vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.travels {
  position: fixed;
  top: 12vh;
  right: 28%;
  z-index: 10;
  margin-top: 0vh;
  margin-right: 0%;
}

.lifestyle {
  position: fixed;
  left: 18%;
  top: 46%;
  bottom: 50%;
  z-index: 10;
}

.link-block-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-4:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.distribution {
  position: fixed;
  left: 30%;
  bottom: 10vh;
  z-index: 10;
}

.promotion {
  position: fixed;
  right: 30%;
  bottom: 10vh;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.promotion:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-5 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-5:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mobilehamburger {
  display: none;
}

.mobilesectionsselect {
  display: none;
}

.image-3 {
  display: none;
}

.mobilemenu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 16px;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'D dincondensed', sans-serif;
  color: #000;
  font-size: 1.2rem;
  line-height: 100%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mobilesocials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 16px;
}

.link-block-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.recordingpopup {
  position: fixed;
  left: 0vw;
  top: 0vh;
  right: 0vw;
  bottom: 0vh;
  z-index: 20;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(209, 226, 246, 0.88);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-4 {
  width: 100%;
}

.div-block-8 {
  overflow: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-3 {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  padding: 12px 24px;
  background-color: #000;
  font-family: 'D dincondensed', sans-serif;
  color: #fff;
  text-decoration: none;
}

.div-block-9 {
  position: relative;
  left: 0%;
  top: 4vh;
  right: 0%;
  bottom: 4vh;
  overflow: auto;
  width: 88vw;
  height: 88vh;
  margin: auto;
  box-shadow: 4px 4px 16px -7px #000;
}

.travelpopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(209, 226, 246, 0.88);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-10 {
  position: relative;
  left: 0px;
  top: 4vh;
  right: 0px;
  bottom: 4vh;
  overflow: auto;
  width: 88vw;
  height: 88vh;
  margin: auto;
  box-shadow: 4px 4px 16px -7px #000;
}

.image-5 {
  width: 100%;
}

.link-4 {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 12px 24px;
  background-color: #000;
  font-family: 'D dincondensed', sans-serif;
  color: #fff;
  text-decoration: none;
}

.lifestylepopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-color: rgba(209, 226, 246, 0.88);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-11 {
  position: absolute;
  left: 0px;
  top: 4vh;
  right: 0px;
  bottom: 4vh;
  overflow: auto;
  width: 88vw;
  height: 88vh;
  margin: auto;
  box-shadow: 4px 4px 16px -7px #000;
}

.image-6 {
  width: 100%;
}

.link-5 {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 12px 24px;
  background-color: #000;
  font-family: 'D dincondensed', sans-serif;
  color: #fff;
  text-decoration: none;
}

.distributionpopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(209, 226, 246, 0.88);
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-12 {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 92vw;
  height: auto;
  max-height: 92vh;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  box-shadow: 4px 4px 16px -7px #000;
}

.image-7 {
  width: 100%;
  height: auto;
  max-width: none;
}

.link-6 {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 100;
  padding: 12px 24px;
  background-color: #000;
  font-family: 'D dincondensed', sans-serif;
  color: #fff;
  text-decoration: none;
}

.promotionpopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(209, 226, 246, 0.88);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-13 {
  position: relative;
  overflow: auto;
  width: 92vw;
  height: auto;
  max-height: 88vh;
  box-shadow: 4px 4px 16px -7px #000;
}

.image-8 {
  width: 100%;
}

.link-7 {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 12px 24px;
  background-color: #000;
  font-family: 'D dincondensed', sans-serif;
  color: #fff;
  text-decoration: none;
}

.aboutmodal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.88);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90%;
  margin: auto;
  background-color: #d0e1fd;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 800px;
  min-width: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading {
  font-family: 'D dincondensed', sans-serif;
}

.text-block-4 {
  font-family: 'D dincondensed', sans-serif;
  font-size: 2rem;
  line-height: 130%;
}

.div-block-17 {
  overflow: auto;
  height: 88%;
}

.link-8 {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  padding: 12px 24px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'D dincondensed', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
}

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

.link-9 {
  position: relative;
  display: block;
  max-width: 130px;
  margin-top: 16px;
  padding: 12px 24px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'D dincondensed', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}

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

.text-span {
  font-size: 3rem;
}

.link-block-9 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.link-10 {
  display: none;
}

.link-block-10 {
  width: 100%;
  height: 100%;
}

.comingsoon {
  position: absolute;
  margin-left: -100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.youtubemodal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(0, 0, 0, 0.88);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.youtube {
  width: 80%;
  height: 80%;
  max-height: 300px;
  max-width: 560px;
}

.html-embed {
  width: 90%;
  height: auto;
  max-height: 480px;
  max-width: 720px;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 991px) {
  .link {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 0.8rem;
  }
  .link-block {
    margin-left: 8px;
  }
  .globe {
    max-width: 360px;
  }
  .text-block {
    font-size: 2.4rem;
  }
  .div-block-4 {
    display: none;
  }
  .recording {
    left: 36%;
    top: 16vh;
  }
  .travels {
    top: 26vh;
    right: 7%;
  }
  .lifestyle {
    left: 5%;
  }
  .link-block-2 {
    width: auto;
    max-width: 100px;
  }
  .link-block-3 {
    max-width: 100px;
  }
  .link-block-4 {
    max-width: 100px;
  }
  .distribution {
    left: 35%;
    bottom: 12vh;
  }
  .promotion {
    right: 10%;
    bottom: 20vh;
  }
  .link-block-5 {
    max-width: 100px;
  }
  .link-block-6 {
    max-width: 100px;
  }
  .image-2 {
    width: 100%;
    max-width: 90px;
  }
  .mobilehamburger {
    display: none;
  }
  .mobilesectionsselect {
    display: none;
  }
  .image-3 {
    display: block;
  }
  .div-block-16 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .text-block-4 {
    font-size: 1.6rem;
  }
  .link-10 {
    display: none;
  }
  .youtubemodal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2.links {
    margin-left: 10px;
  }
  .link {
    font-size: 0.7rem;
  }
  .link-block {
    margin-right: 0px;
    margin-left: 8px;
  }
  .recording {
    left: 42%;
    top: 13vh;
  }
  .travels {
    top: 20vh;
    right: 4%;
  }
  .lifestyle {
    left: 3%;
    top: 20vh;
  }
  .distribution {
    left: 20%;
    bottom: 16vh;
  }
  .promotion {
    right: 20%;
    bottom: 16vh;
  }
  .mobilehamburger {
    display: none;
  }
  .mobilesectionsselect {
    display: none;
  }
  .div-block-14 {
    height: 80%;
  }
  .div-block-16 {
    padding: 32px 8px;
  }
  .text-block-4 {
    padding-top: 24px;
    font-size: 1rem;
  }
  .link-8 {
    display: block;
  }
  .youtubemodal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .html-embed {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2.links {
    display: none;
  }
  .socials {
    display: none;
  }
  .globe {
    top: 0px;
    width: 90%;
    height: auto;
    max-height: 300px;
    max-width: 280px;
    margin-top: auto;
  }
  .text-block {
    font-size: 1.6rem;
  }
  .cta {
    margin-top: 8px;
  }
  .text-block-2 {
    font-size: 0.8rem;
    text-align: left;
  }
  .recording {
    left: 35%;
    top: 10vh;
    display: none;
  }
  .travels {
    display: none;
  }
  .lifestyle {
    display: none;
  }
  .distribution {
    display: none;
  }
  .promotion {
    display: none;
  }
  .mobilehamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .div-block-6 {
    width: 100%;
    height: 4px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #d0e1fd;
  }
  .mobilesectionsselect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block-7 {
    max-width: 72px;
    margin-right: 8px;
    margin-left: 8px;
  }
  .image-3 {
    display: block;
  }
  .mobilemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
  }
  .link-2:hover {
    color: #000;
    text-decoration: none;
  }
  .link-2.merchlinkstrikethrough {
    color: #737373;
  }
  .link-2.merchlinkstrikethrough:hover {
    text-decoration: line-through;
  }
  .mobilesocials {
    margin-top: 32px;
  }
  .link-3 {
    position: fixed;
    top: 24px;
    right: 24px;
    bottom: auto;
  }
  .div-block-9 {
    top: 16vh;
    height: auto;
  }
  .div-block-10 {
    top: 16vh;
    height: auto;
  }
  .link-4 {
    position: fixed;
  }
  .lifestylepopup {
    width: 100vw;
    height: 100vh;
  }
  .div-block-11 {
    position: relative;
    top: 0vh;
    bottom: 4vh;
    height: auto;
  }
  .link-5 {
    position: fixed;
    left: auto;
    top: 24px;
    right: 24px;
    bottom: auto;
  }
  .div-block-12 {
    position: static;
    top: 12vh;
    bottom: 4vh;
    max-height: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-6 {
    position: fixed;
  }
  .div-block-13 {
    top: 0vh;
    max-height: none;
  }
  .link-7 {
    position: fixed;
  }
  .div-block-14 {
    width: 96%;
    height: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-15 {
    position: relative;
    width: 100%;
    height: 40%;
    padding-top: 24px;
  }
  .div-block-16 {
    position: relative;
    display: block;
    height: 50%;
    padding: 32px 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-4 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    font-size: 1rem;
    line-height: 130%;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 8px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-8 {
    position: absolute;
    display: none;
  }
  .link-9 {
    display: none;
  }
  .image-9 {
    max-width: 50%;
  }
  .bold-text {
    font-size: 2rem;
  }
  .link-10 {
    position: relative;
    display: block;
    width: 120px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 24px;
    background-color: #000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'D dincondensed', sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .link-10:hover {
    background-color: #fff;
    color: #000;
  }
  .youtubemodal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}