:root {
  --arrow-width: 2rem;
  --arrow-height: 1rem;
  --polygon-bottom-arrow: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--arrow-height)),
    calc(50% + var(--arrow-width)) calc(100% - var(--arrow-height)),
    50% 100%,
    calc(50% - var(--arrow-width)) calc(100% - var(--arrow-height)),
    0 calc(100% - var(--arrow-height))
  );
  --polygon-top-bottom-arrows: polygon(
    0 0,
    calc(50% - var(--arrow-width)) 0,
    50% var(--arrow-height),
    calc(50% + var(--arrow-width)) 0,
    100% 0,
    100% calc(100% - var(--arrow-height)),
    calc(50% + var(--arrow-width)) calc(100% - var(--arrow-height)),
    50% 100%,
    calc(50% - var(--arrow-width)) calc(100% - var(--arrow-height)),
    0 calc(100% - var(--arrow-height))
  );
}
body {
  /* background: linear-gradient(to top, rgb(1, 72, 119), #000); */
  background: url(https://d2z65klgtz99km.cloudfront.net/DVG/dvg_launch_0926/dvghot_bg3.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

/* @media (min-width: 768px) {
  body {
    background-attachment: fixed;
  }
} */

.section {
  width: 100%;
}

/* max widths for the copy in the sections */
.section-text {
  max-width: 1200px;
  margin: 0 auto;
}

.section-text-sm {
  max-width: 950px;
  margin: 0 auto;
}

.section-text-lg {
  max-width: 1366px;
  margin: 0 auto;
}

/* padding for the section text */
.wrapper-padding {
  padding: 2rem 1rem;
}

.section-headline {
  font-family: "gineso-extended", sans-serif;
  font-size: 2.6rem;
  font-size: clamp(1.5rem, 5vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4.48px;
  text-shadow: 0px 0px 25px #2471d9;
  text-transform: uppercase;
  /* margin-block:0 1rem; */
}

.bg-gray {
  background-color: #eee;
}

.bg-yellow-gradient {
  background: linear-gradient(180deg, #ffffff 0%, #fff0d6 78%, #ffebc9 100%);
}

.bg-blue-gradient {
  background: linear-gradient(to top, rgb(1, 72, 119), #000);
}

/* arrows for sections */
.bottom-arrow {
  clip-path: var(--polygon-bottom-arrow);
}
.top-bottom-arrows {
  clip-path: var(--polygon-top-bottom-arrows);
}


.top-arrow-indent {
  clip-path: polygon(50% 1.7rem, 56% 0, 100% 0, 100% 100%, 0 100%, 0 0, 44% 0);
}

/* eyebrow */
.eyebrow {
  font-family: "gineso", sans-serif;
  font-weight: 400;
  background: linear-gradient(180deg, #000000 0%, #18446f 100%);
  padding: 0.5rem 0.5rem;
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .eyebrow {
    grid-template-columns: 150px 1fr 150px;
  }
}

.eyebrow img {
  max-width: 150px;
}

.eyebrow p {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.2;
  text-wrap: balance;
}

.eyebrow a {
  background-color: #f0d14b;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  justify-self: end;
  letter-spacing: 1.56px;
}

@media (max-width: 600px) {
  .eyebrow img {
    display: none;
  }
  .eyebrow {
    grid-template-columns: 1fr 125px;
  }

  .eyebrow a {
    padding: 0.25rem 0.25rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 415px) {
  .eyebrow a {
    display: none;
  }
  .eyebrow {
    grid-template-columns: 1fr;
  }
}

/* masthead */
.masthead {
  width: 100%;
}

/* section with video on right and copy on left */
.section-video {
  display: grid;
  grid-template-columns: 1fr 640px;
  gap: 1rem;
}

.section-video .video {
  min-width: 0;
  /* max-width:600px */
}

.section-video .video-copy {
  padding: 0.25rem;
}
.section-video .desktop {display:inline}
.section-video .mobile {display:none}

@media (max-width: 1300px) {
  .section-video {
    grid-template-columns: 1fr;
  }
.section-video .desktop {display:none}
.section-video .mobile {display:inline}
}

.wistia_responsive_wrapper {
  aspect-ratio: 16 / 9;
  max-width: 800px;
  border-radius: 12px;
  overflow: hidden;
}

.welcome-copy1 {
  font-family: "gineso-extended", sans-serif;
  font-weight: 800;
  font-size: clamp(1.25rem, 4vw, 40px);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset:2px;
}

.welcome-copy2 {
  font-family: "elza-narrow", sans-serif;
  font-size: 0.92rem;
  font-size: clamp(0.92rem, 3.2vw, 32px);
  color: #151515;
  text-align: left;
}

.welcome-copy3 {
  font-family: "gineso-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #e20000;
  text-transform: uppercase;
  line-height: 1;
}

.welcome-copy3 sup {
  text-transform: lowercase !important;
}

/* countdown */
.countdown {
  /* font-size: 1.75rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem); */
  font-size: 3.25rem;
  color: #000;
  width: 100%;
  font-weight: 700;
  margin-top: 1rem;
}
.countdown-inner {
  font-family: "gineso-condensed", sans-serif;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.time-container {
  margin: 0;
  padding: 0.5rem 0.35rem;
  /* width: 100px; */
  width: 100px;
  background: linear-gradient(180deg, #ffffff 0%, #e7eef0 100%);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.label {
  font-size: 10px;
  font-size: clamp(10px, 1vw, 18px);
  color: #000;
  text-align: center;
}

/* event details */
.event-details-hl {
  padding: 1rem 0;
  color: #fff;
}
.event-details-text {
  background-color: #fff;
  --details-radius: 0.5rem;
  border-top-left-radius: var(--details-radius);
  border-top-right-radius: var(--details-radius);
}

.event-details-text.bottom-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;  
  border-bottom-left-radius: var(--details-radius);
  border-bottom-right-radius: var(--details-radius);
}
.james-and-jc-grid {
  display:grid;
  grid-template-columns: 320px auto;
  column-gap: 10px;
}
.james-and-jc-grid img {
  align-self: end;
  margin: 0 0 -1rem -2rem;
}
.james-and-jc-grid p {
    font-family: "elza", sans-serif;
    font-weight: 500;
    font-size: clamp(0.9rem, 2.2vw, 22px);
}
.free-report {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url(https://d2z65klgtz99km.cloudfront.net/DVG/dvg_launch_0926/report_bg.webp);
  background-size: cover;
  background-position: center;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  border: 1px solid #2471d9;
  border-radius: 9px;
  gap: 1rem;
  position: relative;
}
.free-report p {
    font-family: "elza", sans-serif;
    font-weight: 500;
}
.report-cover {
  margin-top:1rem;
}
@media screen and (min-width:1150px){
  .free-report {
      margin: 1rem -4rem 0;
  }
  .report-cover {
    /* scale: 1.5; */
    margin-top:0;
  }
}

.reportWrapper {
  position: relative;
  margin-left:1rem;
}

.red-arrow {
  width: 150px;
}

.report-text-wrapper {
  position: absolute;
  top: 0;
  right: -175px;
  z-index: 99;
  text-align: center;
  transform: rotate(15deg);
}

.report-text-wrapper p {
  font-family: "Kalam", cursive;
  color: white;
  font-weight: 700;
}

@media (max-width: 1500px) {
  .report-text-wrapper {
    display: none;
  }
}

/* sms */
#sms {
  background: url(https://d2z65klgtz99km.cloudfront.net/DVG/dvg_launch_0926/report_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sms-hl2 {
  font-family: "gineso", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2.59px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #000000;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
}

.sms-hl3 {
  font-family: "elza", sans-serif;
  letter-spacing: 0.48px;
  color: #5298f7;
  font-weight:500;
  margin-top:0;
}
.sms-input-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 500px;
}

.sms-phone-input,
.sms-email-input {
  font-family: "elza", sans-serif;
  width: 100%;
  padding: 0.5rem 0.25rem;
  font-size: 0.83rem;
  border: 1px solid #747474;
  border-radius: 3px;
  background: #d0d0d0;
  color: #1f2937;
  outline: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  letter-spacing: 0.4px;
}

.sms-phone-input::placeholder,
.sms-email-input::placeholder {
  color: #777777;
}

.sms-phone-input:focus,
.sms-email-input:focus {
  border-color: #3b6ea5;
  background: #f0efef;
  outline: 2px solid rgba(59, 110, 165, 0.25);
  outline-offset: 1px;
}

.sms-submit-btn {
  width: 100%;
  padding: 0.25rem;
  font-size: 1.45rem;
  font-weight: 900;
  border: none;
  border-radius: 7px;
  background: linear-gradient(180deg, #ffd934 0%, #be9f1c 100%);
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
  box-sizing: border-box;
  font-family: "gineso", sans-serif;
  letter-spacing: 4.9px;
  color: #030c16;
}

.sms-submit-btn:hover:not([disabled]) {
  background-color: rgb(203, 203, 1);
  transform: translateY(-1px);
}

.sms-submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.2);
}

[disabled] {
  /* background-color: #8a8a8a !important; */
  cursor: not-allowed;
}

.disclaimer {
  font-size: 0.6rem;
  color: #939393;
  text-align: center !important;
  line-height: 1.3;
  max-width: 725px;
  margin: 0 auto 1rem;
}

p.disclaimer a {
  color: #7d7d7d;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only a {
  color: #939393;
}

.success {
  text-wrap: balance;
  padding: 1rem;
}

.errorMessage {
  font-size: 1.15rem !important;
}

.vip-badge {
  display: inline-block;
  font-family: "kallisto", sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 0.85rem;
  color: #1a1a1a;
  background: linear-gradient(135deg, #f5d76e 0%, #d4af37 50%, #b8860b 100%);
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.45);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

/* add to calendar */
.calendar_wrapper {
  clear: both;
  position: relative;
}

.calendar_wrapper h2 {
  padding: 0.5rem 1rem 1.5rem;
  font-size: 1.75rem;
  font-size: clamp(1rem, 5.7vw, 1.65rem);
  line-height: 1.2;
}

.add-to-calendar {
  background: linear-gradient(180deg, #f0d14b 0%, #be9f1c 100%);
  color: #030c16;
  font-size: 1.25rem;
  font-size: clamp(0.8rem, 5vw, 1.25rem);
  margin: -1rem auto 1rem;
  padding: 0.25rem 2rem;
  width: fit-content;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  font-family: "gineso", sans-serif;
  font-weight: 900;
  letter-spacing: 4.9px;
  border-radius: 7px;
}

.add-to-calendar-checkbox[type="checkbox"] {
  display: none;
}

.calendar_inside {
  font-family: "elza", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(180deg, #142134 0%, #000000 47%, #142134 100%);
  color: #fff;
  border-radius: 11px;
  border: 2px solid #2471d9;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.add-to-calendar-checkbox:hover {
  cursor: pointer;
}

.text-smaller {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}

/* why listen to JC */
.why-listen-text {
  border-radius: 0.5rem;
  padding: 2rem 2rem !important;
  font-family: "elza", sans-serif;
  font-weight: 400;
}

.why-listen-text h2 {
  font-family: "gineso", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #0f0f0f;
  text-transform: uppercase;
  text-decoration: underline;
}

#triangle-down {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 35px solid #eee;
  margin-top: -1px;
}

.highlight {
  background-color: #ffff41;
}

.text-green {
  color: #2d7e3a;
}

/* details */

.details-container li {
  border: 1px solid #2471d9;
  background: linear-gradient(180deg, #ffffff1d 0%, #ffffff08 26%, #ffffff08 77%, #ffffff1c 100%);
  border-radius: 10px;
  position: relative;
  padding: 2rem;
  margin-top: 3rem;
  max-width: 1300px;
  margin-inline: auto;
  font-family: "elza", sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.52px;
}

.details-container h3 {
  width: fit-content;
  background: linear-gradient(180deg, #2471d9 0%, #12396d 100%);
  border-radius: 7px;
  font-family: "gineso-extended", sans-serif;
  letter-spacing: 3.6px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #0000009a;
  position: absolute;
  top: -1rem;
  padding: 0.1rem 1rem;
}

.text-gold {
  color: #ffdb3e;
}

.medium {
  font-weight: 600;
}

.black {
  font-weight: 900;
}

/* daily updates */
.updates-container {
  clip-path: polygon(100% 0, 100% 95%, 56% 95%, 50% 100%, 44% 95%, 0 95%, 0 0);
  padding-bottom: 3rem;
  color: #151515;
}

@media (min-width: 768px) {
  .lockIconContainer hr {
    width: 5rem;
  }
}

.updates-container h2 {
  font-family: "gineso", sans-serif;
  font-weight: 900;
  text-decoration: underline;
  color: #0f0f0f;
  font-size: clamp(1rem, 3.7vw, 2rem);
}

.lockIconContainer {
  font-family: "elza", sans-serif;
  font-size: 0.66rem;
  text-align: center;
  padding: 0 1rem;
}
.lockIconContainer img {
  border-radius:50%;
}


.updates-container p {
  font-family: "elza", sans-serif;
}

.update-pretext {
  font-size: 0.83rem;
  text-wrap: balance;
}

.update {
  gap: 1rem;
  max-width: 90%;
  margin-inline: auto;
  text-decoration: none;
  color: #151515;
  font-family: "elza", sans-serif;
}

.update p {
  font-size: 0.85rem;
}

.lock {
  margin-bottom: 0.5rem;
}

.update {
  align-items: flex-start;
}

.update img {
  width: 168px;
}
.fw-900 {font-weight:900}
.underline-blue {text-decoration-color: #2471D9;}
.text-blue {color:#539DFF}