@font-face {
  font-family: Messina Sans;
  src: url('../fonts/MessinaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  src: url('../fonts/MessinaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tobias;
  src: url('../fonts/Tobias-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-size: 16px;
}

.s_hero {
  width: 100vw;
  height: 100vh;
}

.s_hero_bg-video-wrapper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.hero_bg-video {
  width: 100vw;
  height: 100vh;
}

.s_hero_relative-wrapper {
  position: relative;
}

.s_hero_gradient-bg {
  z-index: 2;
  background-image: linear-gradient(#10101000, #101010 90%);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.s_hero_content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 6vw 10vw;
  display: flex;
}

.h1 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: .9;
}

.text-span {
  font-family: Tobias, sans-serif;
  font-weight: 400;
}

.s_hero_wrap-bottom {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.h1_subtitle {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 3vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
}

.hero_wrap-right {
  align-items: flex-end;
  display: flex;
}

.hero_btn {
  text-decoration: none;
}

.hero_btn.second {
  margin-left: 1.5vw;
}

.hero_btn-text {
  color: #fff;
  letter-spacing: -.3px;
  background-color: #a97e3f3d;
  margin-bottom: 0;
  padding: 1.5vw 2vw;
  font-family: Messina Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1;
}

.hero_btn-text.second {
  background-color: #a97e3f00;
  border: 1px solid #a97e3f;
  border-radius: 1px;
}

.hero_btn-text.specific {
  color: #fff;
  background-color: #a97e3f;
}

.link-block {
  text-decoration: none;
}

.s_logos {
  background-color: #101010;
}

.section-logos {
  justify-content: center;
  align-items: center;
  padding-bottom: 5vw;
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
}

.item {
  width: 15vw;
  margin-left: 4vw;
  margin-right: 4vw;
}

.s_logos_text-center-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  padding-top: 5vw;
  display: flex;
}

.podcast_text-white {
  color: #fff;
  font-family: Messina Sans, sans-serif;
}

.section {
  background-color: #101010;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.section.gold {
  background-color: #1d1d1d;
}

.section.no-bottom {
  padding-bottom: 0;
}

.wrap-flex {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.wrap-flex.top {
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.wrap-flex.down {
  flex-flow: column;
  height: auto;
}

.wrap-flex.space-between {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
}

.wrap-flex.specific {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vw;
  position: relative;
}

.wrap-flex.story {
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
}

.wrap-flex.line {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.wrap-flex.youtube {
  margin-top: 2vw;
  padding-left: 25vw;
  padding-right: 25vw;
}

.s_about_content-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  display: flex;
}

.s_about_images-wrap {
  display: flex;
}

.s_about_text-wrap {
  flex-flow: column;
  justify-content: center;
  width: 30%;
  margin-right: 6vw;
  display: flex;
}

.image-container {
  justify-content: center;
  align-items: flex-end;
  width: 20vw;
  display: flex;
  position: relative;
}

.about-img {
  width: 100%;
}

.text-block {
  color: #fff;
  font-family: Tobias, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.image_text-overlay {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
  position: absolute;
}

.image_text-overlay.second {
  margin-bottom: 1.8vw;
  inset: auto 0% 0%;
}

.image_text-overlay.specific {
  height: 73%;
}

.paragraph {
  color: #ffffff80;
  margin-top: .75vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.3;
}

.h2 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1;
}

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

.h2-tobias {
  letter-spacing: -.5px;
  font-family: Tobias, sans-serif;
  font-weight: 400;
}

.p-about {
  color: #fff;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
}

.p-about.text-video {
  margin-top: 0;
}

.p-about.newsletter {
  margin-top: 1vw;
}

.image-container-first {
  justify-content: center;
  align-items: flex-start;
  width: 20vw;
  height: 40vw;
  display: flex;
  position: relative;
}

.image-container-second {
  justify-content: center;
  align-items: flex-end;
  width: 20vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.wrap-block {
  justify-content: center;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  display: block;
}

.countdown-container {
  background-image: radial-gradient(circle, #a97e3f, #101010 66%);
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 45vw;
  display: flex;
}

.js-clock {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 0;
  margin-left: 0;
  font-family: Messina Sans, sans-serif;
  display: none;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box.box-1 {
  justify-content: center;
  align-items: center;
  width: 7vw;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.clock-number {
  font-family: Tobias, sans-serif;
  font-size: 3.75vw;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 1vw;
}

.form-container {
  width: 40rem;
  height: auto;
}

.field-label {
  color: #fff;
  font-family: Messina Sans, sans-serif;
}

.field-label-2 {
  color: #fff;
}

.field-label {
  width: 50%;
  margin-bottom: .5vw;
  font-family: Messina Sans, sans-serif;
  font-size: .9vw;
  font-weight: 400;
}

.text-field_half {
  color: #fff;
  background-color: #ffffff26;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1.8vw 1.5vw 1.8vw 1.2vw;
  font-family: Messina Sans, sans-serif;
  font-size: .9vw;
}

.text-field_full {
  color: #fff;
  background-color: #ffffff26;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1.8vw 1.5vw 1.8vw 1.2vw;
  font-family: Messina Sans, sans-serif;
  font-size: .9vw;
}

.text-field_full.long {
  color: #fff;
  height: 3rem;
  padding-bottom: 10vw;
}

.submit-btn {
  letter-spacing: -.3px;
  background-color: #a97e3f;
  margin-top: 0;
  padding: 1.2rem;
  font-family: Messina Sans, sans-serif;
  font-weight: 600;
}

.submit-btn.first {
  letter-spacing: -.2px;
  margin-top: 2vw;
  font-size: 1vw;
  line-height: 1;
}

.submit-btn.second {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 1.5vw;
}

.form-flex {
  width: 50%;
  margin-bottom: 1.5vw;
  margin-right: 1vw;
}

.form-flex.second {
  margin-left: .5rem;
  margin-right: 0;
}

.form-flex.company {
  margin-top: 1.2vw;
}

.form-flex-wrap {
  display: flex;
}

.whitepaper-block {
  background-color: #fff;
  width: 50%;
  height: 30vw;
  margin-right: 1rem;
  display: flex;
}

.whitepaper-block.second {
  background-color: #fff0;
  border: 2px dashed #fff3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 0;
}

.margin_top-bottom {
  justify-content: center;
  align-items: center;
  margin: 3vw 10vw;
  display: flex;
}

.margin_top-bottom.top {
  justify-content: center;
  align-items: flex-start;
}

.margin_top-bottom.down {
  flex-flow: column;
}

.whitepaper-visual {
  background-image: url('../images/TRA_NØRRONA_1-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.whitepaper-visual.second {
  background-image: url('../images/TRA_ESTEE_1.png');
}

.whitepaper-visual.third {
  background-image: url('../images/TRA_HUGO_1.jpg');
}

.whitepaper-visual._4 {
  background-image: url('../images/TRA_KIKO_1.png');
}

.whitepaper-content {
  width: 50%;
  height: 100%;
  padding: 2vw;
}

.h3 {
  color: #a97e3f;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.25;
}

.wrap_icon-check {
  background-image: url('../images/icon_check.svg');
  background-position: 50%;
  background-size: cover;
  width: 1vw;
  height: 1vw;
  margin-top: .15vw;
  padding-left: 0;
  padding-right: 0;
}

.whitepaper_usp-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  margin-top: 1vw;
  display: flex;
}

.paragraph-2 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.1vw;
  line-height: 1.3;
}

.icon_check {
  width: 100%;
  height: 100%;
}

.whitepaper_full-usp-wrap {
  margin-top: 2vw;
}

.whitepaper_download-button {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3.5vw;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-family: Messina Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
}

.pdf-wrap {
  background-image: url('../images/icon_plus.svg');
  background-position: 50%;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-right: .3vw;
}

.whitepaper-text {
  color: #ffffff40;
  text-align: center;
  font-family: Messina Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.newsletter-container {
  background-color: #5c4729;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2vw 3vw;
  display: flex;
}

.newsletter-text {
  color: #fff;
  width: 80%;
  font-family: Messina Sans, sans-serif;
  font-size: 2.5vw;
  line-height: 1.1;
}

.newsletter-tobias {
  font-family: Tobias, sans-serif;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: 10%;
  display: none;
}

.form_field-flex {
  display: flex;
}

.submit-btn-newsletter {
  letter-spacing: -.3px;
  background-color: #a97e3f;
  height: 2vw;
  padding: 2vw;
  font-family: Messina Sans, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1;
}

.submit-btn-newsletter.first {
  margin-top: 1vw;
  font-size: 1.2vw;
}

.submit-btn-newsletter.second {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 1.5vw;
}

.form {
  flex-flow: column;
  display: flex;
}

.button {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Messina Sans, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  display: flex;
}

.footer-logo {
  width: 10vw;
}

.footer-paragraph {
  width: 50%;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
}

.footer-line {
  background-color: #ffffff59;
  width: 100%;
  height: 1px;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.footer-block-25 {
  flex-flow: column;
  width: 25%;
  display: flex;
}

.footer-label {
  color: #fff;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1vw;
}

.footer-link {
  color: #ffffff80;
  margin-top: 1.2vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1vw;
}

.footer-block-50 {
  width: 50%;
}

.footer-episode-label {
  color: #e2b960;
  margin-top: .2vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1vw;
  text-decoration: none;
}

.footer-episode-title {
  color: #fff;
  margin-top: 1vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.3vw;
  line-height: 1.3;
}

.footer_img-wrap {
  z-index: 0;
  margin-top: -16vw;
  position: relative;
}

.footer-img {
  z-index: 0;
  position: static;
}

.nav {
  z-index: 15;
  width: 100vw;
  position: fixed;
  top: 0;
}

.nav-flex {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  padding: 1.5vw;
  display: flex;
  position: relative;
}

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

.nav-flex.down {
  flex-flow: column;
}

.nav-flex.space-between {
  justify-content: space-between;
}

.nav-flex.specific {
  z-index: 1;
  margin-top: 2vw;
  position: relative;
}

.nav-logo {
  width: 5vw;
}

.image {
  width: 10vw;
  display: block;
}

.section_greg {
  background-color: #101010;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.story_img {
  background-image: url('../images/GCMHeadshotRedFredPro-1-70-extended2-1.jpg');
  background-position: 77%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.story_img.debra {
  background-image: url('../images/debra-langley-2.png');
}

.image-2 {
  height: 100%;
}

.story_text {
  background-color: #1f1f1f;
  width: 50%;
  height: 100%;
  padding: 5vw;
}

.heading-story {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tobias, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
}

.subheading-story {
  color: #ffffff80;
  letter-spacing: -.3px;
  margin-top: 1vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.3;
}

.p-story {
  color: #fff;
  margin-top: 2.5vw;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5;
}

.flex-wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.flexy-flex {
  width: 100vw;
  margin-top: 3vw;
  margin-bottom: 1vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.container-back {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon_back {
  width: 3vw;
}

.text-block-2 {
  color: #fff;
  padding-right: 15px;
  font-family: Messina Sans, sans-serif;
  text-decoration: none;
}

.form-2 {
  display: block;
}

.wrap-flex-newsletter {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.wrap-flex-newsletter.top {
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.wrap-flex-newsletter.down {
  flex-flow: column;
  height: auto;
}

.wrap-flex-newsletter.space-between {
  justify-content: space-between;
}

.wrap-flex-newsletter.specific {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vw;
  position: relative;
}

.wrap-flex-newsletter.story {
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
}

.wrap-flex-counter {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.wrap-flex-counter.top {
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.wrap-flex-counter.down {
  flex-flow: column;
  height: auto;
}

.wrap-flex-counter.space-between {
  justify-content: space-between;
}

.wrap-flex-counter.specific {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vw;
  position: relative;
}

.wrap-flex-counter.story {
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
}

.s_about_text-wrap_padding {
  flex-flow: column;
  justify-content: center;
  width: 30%;
  margin-right: 6vw;
  display: flex;
}

.s_hero_text-wrap {
  width: 25vw;
  margin-left: 30vw;
}

.hero_text-heading {
  color: #fff6;
  margin-bottom: 1.5vw;
  font-family: Messina Sans, sans-serif;
  font-size: 1.15vw;
  font-weight: 600;
  line-height: 1.3;
}

.hero_text-subheading {
  color: #fff;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.3;
}

.s_hero_full-top-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
  display: none;
}

.text-wrap_specific {
  margin-bottom: 2vw;
}

.arrow-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1.5vw;
  display: flex;
}

.code-embed {
  width: 70%;
  margin-bottom: 0;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.display-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tobias, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.wrapper_videos {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.video_1 {
  width: 48.5%;
  height: auto;
}

.p-video {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
}

.link {
  color: #e2b960;
  text-decoration: underline;
}

.video_1_layer-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.video-overlay {
  background-color: #000000a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.social-image.second {
  margin-left: 0;
  margin-right: 0;
}

.text-block-3 {
  font-family: Messina Sans, sans-serif;
}

.wrap-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-bottom {
  margin-bottom: .3vw;
}

.link-block-4 {
  -webkit-text-decoration: underline #e2b960;
  text-decoration: underline #e2b960;
}

.contact-wrapper {
  z-index: 20;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
}

.contact-underlay {
  z-index: 20;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-container {
  z-index: 20;
  color: #fff;
  background-color: #a97e3f;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  height: 50dvh;
  padding: 2vw;
  display: flex;
  position: relative;
}

.contact_heading-wrap {
  z-index: 21;
  color: #fff;
  width: 70%;
  position: relative;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Messina Sans, sans-serif;
  font-size: 2.2vw;
  line-height: 1.3;
}

.span-tobias {
  font-family: Tobias, sans-serif;
}

.close-icon_wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.cross-icon {
  height: 5dvh;
}

.text-span-2 {
  font-family: Tobias, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-family: Tobias, sans-serif;
}

.newsletter-left {
  flex-flow: column;
  width: 60%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

.newsletter-right {
  width: 40%;
}

.line-divider {
  background-color: #e2b96040;
  width: 100%;
  height: 1px;
}

.podcast-title-wrap {
  color: #fff;
  letter-spacing: -1px;
  width: 60%;
  margin-top: 1vw;
  font-family: Messina Sans, sans-serif;
  font-size: 2vw;
  line-height: 1;
}

.text-block-5 {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 4vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.whitepaper-block-grid {
  background-color: #fff;
  width: 50%;
  height: 30vw;
  margin-right: 1rem;
  display: flex;
}

.whitepaper-block-grid.second {
  background-color: #fff0;
  border: 2px dashed #fff3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 0;
}

.whitepaper-block-grid.first {
  width: 100%;
}

.whitepaper-block-grid-2 {
  background-color: #fff;
  width: 50%;
  height: 30vw;
  margin-right: 1rem;
  display: flex;
}

.whitepaper-block-grid-2.second {
  background-color: #fff0;
  border: 2px dashed #fff3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.pop-up-cover {
  z-index: 999995;
  background-image: linear-gradient(#ffffff40, #ffffff40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-heading {
  color: #e6b91abf;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 2;
}

.popup-card {
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.link-block-5 {
  background-image: linear-gradient(225deg, #eabc55 12%, #72a9d5 55%, #fccb78 94%);
  border-radius: 30px;
  margin-top: 2em;
  padding: 2px;
  text-decoration: none;
}

.images-container {
  margin-bottom: 50px;
}

.close-x {
  color: #000;
  justify-content: center;
  font-size: 20px;
}

.popup-image {
  object-fit: cover;
  width: 8em;
  height: 8em;
  margin-left: 2em;
  margin-right: 2em;
}

.popup-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 5px;
  padding: 100px 10px 32px;
  display: flex;
  overflow: hidden;
}

.popup-subheading {
  color: #fff;
  text-align: center;
  margin-top: .25em;
  margin-bottom: .25em;
  font-family: Messina Sans, sans-serif;
  font-size: 40px;
  line-height: 1.1;
}

.text-block-6 {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Messina Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-6:hover {
  color: #000;
  background-color: #0000;
}

.modal-img-wrap {
  width: 100%;
}

.modal-p {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  font-family: Messina Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
}

.text-span-4 {
  font-family: Tobias, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.image-4 {
  margin-top: 3em;
}

.video_2_layer-wrap, .video_3_layer-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.video_1_layer-wrap-copy, .video_4_layer-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.text-block-5-copy {
  text-align: center;
  letter-spacing: -.7px;
  margin-top: 2vw;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 1920px) {
  .body {
    background-color: #101010;
  }

  .box.box-1 {
    margin-left: .5vw;
    margin-right: .5vw;
  }

  .clock-number {
    font-size: 5rem;
  }

  .clock-label {
    margin-top: 1.5vw;
    font-size: 1.3rem;
  }

  .paragraph-4 {
    font-size: 1.3rem;
  }

  .video-overlay {
    background-color: #000000a6;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .social-image {
    width: 5vw;
    height: 5vw;
  }

  .social-image.second {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .social-icon {
    width: 5vw;
    height: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .h1_subtitle {
    font-size: 1rem;
  }

  .hero_btn-text {
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }

  .s_about_images-wrap {
    justify-content: center;
    align-items: center;
  }

  .s_about_text-wrap {
    width: 50%;
  }

  .image-container {
    margin-top: 5vw;
  }

  .text-block {
    font-size: 1rem;
  }

  .paragraph {
    font-size: .6rem;
  }

  .h2 {
    font-size: 4vw;
  }

  .p-about {
    font-size: .85rem;
  }

  .image-container-second {
    margin-bottom: 15vw;
  }

  .js-clock {
    width: 66%;
  }

  .field-label {
    font-size: .65rem;
  }

  .text-field_half, .text-field_full {
    font-size: .7rem;
  }

  .submit-btn.first {
    font-size: .8rem;
  }

  .whitepaper_download-button {
    margin-top: 2vw;
  }

  .button {
    font-size: .8rem;
  }

  .paragraph-4 {
    font-size: .7rem;
  }

  .footer-label {
    font-size: .54rem;
  }

  .footer-link {
    font-size: .7rem;
  }

  .s_about_text-wrap_padding {
    width: 50%;
  }

  .p-video {
    font-size: .85rem;
  }

  .podcast-title-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-5 {
    width: 75%;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .pop-up-cover {
    display: none;
  }

  .popup-card {
    width: 70%;
  }

  .popup-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .text-block-5-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .box {
    width: auto;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .clock-number {
    font-size: 8vw;
  }

  .clock-label {
    color: #b1b1b185;
    font-weight: 700;
  }

  .popup-card {
    width: 80%;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-subheading {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .s_hero_content-wrap {
    margin: 20vw 5vw 25vw;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 12vw;
  }

  .s_hero_wrap-bottom {
    flex-flow: column;
  }

  .hero_wrap-left {
    margin-bottom: 5vw;
  }

  .h1_subtitle {
    margin-top: 4vw;
    font-size: 18px;
  }

  .hero_wrap-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero_btn-text {
    font-size: 20px;
  }

  .hero_btn-text.second, .hero_btn-text.specific {
    font-size: 4.5vw;
  }

  .section-logos {
    padding-bottom: 10vw;
  }

  .item {
    width: 35vw;
  }

  .s_logos_text-center-wrap {
    padding-top: 10vw;
  }

  .wrap-flex {
    flex-flow: column;
  }

  .wrap-flex.space-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .wrap-flex.youtube {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .s_about_content-wrap {
    flex-flow: wrap-reverse;
  }

  .s_about_images-wrap {
    width: 100%;
    margin-top: 5vw;
  }

  .s_about_text-wrap {
    width: 100%;
    margin-right: 0;
  }

  .image-container {
    width: 50%;
    margin-top: 20vw;
  }

  .text-block {
    font-size: 21px;
  }

  .image_text-overlay {
    height: 93%;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image_text-overlay.specific {
    height: 93%;
  }

  .paragraph {
    margin-top: 4px;
    font-size: 12px;
  }

  .h2 {
    margin-top: 10vw;
    font-size: 8vw;
  }

  .p-about {
    margin-top: 4vw;
    font-size: 16px;
  }

  .p-about.text-video {
    font-size: 12px;
  }

  .image-container-second {
    width: 50%;
  }

  .countdown-container {
    width: 100%;
    height: 100vw;
  }

  .js-clock {
    width: auto;
  }

  .box.box-1 {
    width: 4rem;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .clock-number {
    font-size: 9vw;
    font-weight: 400;
  }

  .clock-label {
    font-size: 14px;
    font-weight: 600;
  }

  .form-container {
    width: 100%;
  }

  .field-label {
    margin-top: 3vw;
    font-size: 12px;
  }

  .text-field_half {
    padding: 6vw 3vw;
    font-size: 14px;
  }

  .text-field_full {
    width: 100%;
    padding: 6vw 3vw;
    font-size: 13px;
  }

  .text-field_full.long {
    padding-top: 6vw;
    padding-bottom: 20vw;
    padding-left: 3vw;
    font-size: 13px;
  }

  .submit-btn.first {
    margin-top: 8vw;
    font-size: 16px;
  }

  .form-flex {
    width: 100%;
  }

  .form-flex.second {
    margin-left: 0;
  }

  .form-flex-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .whitepaper-block {
    width: 100%;
    height: 60vw;
    margin-right: 0;
  }

  .whitepaper-block.second {
    height: 100vw;
    margin-left: 0;
  }

  .whitepaper-block.first {
    flex-flow: column;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .margin_top-bottom {
    flex-flow: column;
  }

  .whitepaper-visual {
    width: 100%;
    height: 200px;
  }

  .whitepaper-content {
    width: 100%;
    padding: 5vw;
  }

  .h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .wrap_icon-check {
    width: 14px;
    height: 14px;
  }

  .whitepaper_usp-wrapper {
    margin-top: .5rem;
  }

  .paragraph-2 {
    margin-left: 4px;
    font-size: 13px;
  }

  .whitepaper_download-button {
    margin-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.1;
  }

  .pdf-wrap {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 8px;
  }

  .whitepaper-text {
    font-size: 16px;
  }

  .newsletter-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding: 12vw 8vw;
  }

  .newsletter-text {
    width: 100%;
    font-size: 32px;
  }

  .form-block {
    width: 100%;
    margin-left: 0%;
  }

  .button {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 14px;
  }

  .footer-logo {
    width: 20vw;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .footer-line {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .footer-block-25 {
    width: auto;
    margin-bottom: 2rem;
  }

  .footer-label {
    font-size: .7rem;
  }

  .footer-link {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .footer-block-50 {
    width: auto;
  }

  .footer-episode-label {
    font-size: .8rem;
  }

  .footer-episode-title {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .footer_img-wrap {
    width: 100vw;
  }

  .nav {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0;
  }

  .nav-flex {
    background-color: #10101099;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .nav-logo {
    width: 18vw;
  }

  .section_greg {
    flex-flow: wrap-reverse;
  }

  .story_img {
    background-image: url('../images/GCMHeadshotRedFredPro-1-70-extended2-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  .story_text {
    width: 100%;
    height: auto;
    padding: 28px;
  }

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

  .subheading-story {
    font-size: 14px;
  }

  .p-story {
    margin-top: 16px;
    font-size: 15px;
  }

  .flex-wrapper {
    flex-flow: column;
    margin-top: 64px;
  }

  .flexy-flex {
    justify-content: flex-start;
    align-items: center;
    margin-top: -160px;
    margin-bottom: 0;
  }

  .icon_back {
    width: 40px;
  }

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

  .form-2 {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .wrap-flex-newsletter, .wrap-flex-counter {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-flex-counter.space-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .s_about_text-wrap_padding {
    width: 100%;
    margin-right: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .s_hero_text-wrap {
    width: 50vw;
    margin-left: 0;
  }

  .hero_text-heading {
    font-size: 16px;
  }

  .hero_text-subheading {
    font-size: 14px;
  }

  .s_hero_full-top-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .image-3 {
    width: 48px;
  }

  .code-embed {
    width: 100%;
  }

  .wrapper_videos {
    flex-flow: column;
  }

  .video_1 {
    width: 100%;
  }

  .p-video {
    margin-top: 4vw;
    font-size: 16px;
  }

  .video_1_layer-wrap {
    width: 100%;
  }

  .wrap-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    margin-bottom: 16px;
  }

  .newsletter-left, .newsletter-right {
    width: 100%;
  }

  .podcast-title-wrap {
    width: 75%;
  }

  .text-block-5 {
    letter-spacing: -.2px;
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
  }

  .whitepaper-block-grid {
    width: 100%;
    height: 60vw;
    margin-right: 0;
  }

  .whitepaper-block-grid.second {
    height: 100vw;
    margin-left: 0;
  }

  .whitepaper-block-grid.first {
    flex-flow: column;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .whitepaper-block-grid-2 {
    width: 100%;
    height: 60vw;
    margin-right: 0;
  }

  .whitepaper-block-grid-2.second {
    height: 100vw;
    margin-left: 0;
  }

  .whitepaper-block-grid-2.first {
    flex-flow: column;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .pop-up-cover {
    display: none;
  }

  .popup-card {
    border-width: 10px;
  }

  .images-container {
    justify-content: center;
    display: flex;
  }

  .popup-items {
    height: auto;
    padding: 40px 10px;
  }

  .popup-subheading {
    flex-flow: column wrap;
    width: 100%;
  }

  .video_2_layer-wrap, .video_3_layer-wrap {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .video_1_layer-wrap-copy, .video_4_layer-wrap {
    width: 100%;
  }

  .text-block-5-copy {
    letter-spacing: -.2px;
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
  }
}


@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tobias';
  src: url('../fonts/Tobias-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}