
:root {
  --yellow: #FFC800;
  --linear: background: linear-gradient(190deg, #E02C08 -3.43%, #002FFF 111.58%);;

  --fluid-min-width: 320;
  --fluid-max-width: 1500;
  --fluid-min-size: 17;
  --fluid-max-size: 20;
  --fluid-min-ratio: 1.2;
  --fluid-max-ratio: 1.33;
  
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - ((var(--fluid-min-width) / 16) * 1rem)) / ((var(--fluid-max-width) / 16) - (var(--fluid-min-width) / 16)));

  --fluid-min-scale-0: var(--fluid-min-ratio);
  --fluid-min-scale-1: var(--fluid-min-scale-0) * var(--fluid-min-ratio);
  --fluid-min-scale-2: var(--fluid-min-scale-1) * var(--fluid-min-ratio);
  --fluid-min-scale-3: var(--fluid-min-scale-2) * var(--fluid-min-ratio);
  --fluid-min-scale-4: var(--fluid-min-scale-3) * var(--fluid-min-ratio);
  --fluid-min-scale-5: var(--fluid-min-scale-4) * var(--fluid-min-ratio);
  --fluid-min-scale-6: var(--fluid-min-scale-5) * var(--fluid-min-ratio);

  --fluid-max-scale-0: var(--fluid-max-ratio);
  --fluid-max-scale-1: var(--fluid-max-scale-0) * var(--fluid-max-ratio);
  --fluid-max-scale-2: var(--fluid-max-scale-1) * var(--fluid-max-ratio);
  --fluid-max-scale-3: var(--fluid-max-scale-2) * var(--fluid-max-ratio);
  --fluid-max-scale-4: var(--fluid-max-scale-3) * var(--fluid-max-ratio);
  --fluid-max-scale-5: var(--fluid-max-scale-4) * var(--fluid-max-ratio);
  --fluid-max-scale-6: var(--fluid-max-scale-5) * var(--fluid-max-ratio);

  --fluid-min-size-0: (var(--fluid-min-size)) / 16;
  --fluid-min-size-1: (var(--fluid-min-size) * var(--fluid-min-scale-0)) / 16;
  --fluid-min-size-2: (var(--fluid-min-size) * var(--fluid-min-scale-1)) / 16;
  --fluid-min-size-3: (var(--fluid-min-size) * var(--fluid-min-scale-2)) / 16;
  --fluid-min-size-4: (var(--fluid-min-size) * var(--fluid-min-scale-3)) / 16;
  --fluid-min-size-5: (var(--fluid-min-size) * var(--fluid-min-scale-4)) / 16;
  --fluid-min-size-6: (var(--fluid-min-size) * var(--fluid-min-scale-5)) / 16;

  --fluid-max-size-0: (var(--fluid-max-size)) / 16;
  --fluid-max-size-1: (var(--fluid-max-size) * var(--fluid-max-scale-0)) / 16;
  --fluid-max-size-2: (var(--fluid-max-size) * var(--fluid-max-scale-1)) / 16;
  --fluid-max-size-3: (var(--fluid-max-size) * var(--fluid-max-scale-2)) / 16;
  --fluid-max-size-4: (var(--fluid-max-size) * var(--fluid-max-scale-3)) / 16;
  --fluid-max-size-5: (var(--fluid-max-size) * var(--fluid-max-scale-4)) / 16;
  --fluid-max-size-6: (var(--fluid-max-size) * var(--fluid-max-scale-5)) / 16;

  --fluid-0: calc(
    (
      (var(--fluid-min-size-0) * 1rem) + (var(--fluid-max-size-0) - var(--fluid-min-size-0)) *
        var(--fluid-bp)
    )
  );
  --fluid-1: calc(
    (
      (var(--fluid-min-size-1) * 1rem) + (var(--fluid-max-size-1) - var(--fluid-min-size-1)) *
        var(--fluid-bp)
    )
  );
  --fluid-2: calc(
    (
      (var(--fluid-min-size-2) * 1rem) + (var(--fluid-max-size-2) - var(--fluid-min-size-2)) *
        var(--fluid-bp)
    )
  );
  --fluid-3: calc(
    (
      (var(--fluid-min-size-3) * 1rem) + (var(--fluid-max-size-3) - var(--fluid-min-size-3)) *
        var(--fluid-bp)
    )
  );
  --fluid-4: calc(
    (
      (var(--fluid-min-size-4) * 1rem) + (var(--fluid-max-size-4) - var(--fluid-min-size-4)) *
        var(--fluid-bp)
    )
  );
  --fluid-5: calc(
    (
      (var(--fluid-min-size-5) * 1rem) + (var(--fluid-max-size-5) - var(--fluid-min-size-5)) *
        var(--fluid-bp)
    )
  );
  --fluid-6: calc(
    (
      (var(--fluid-min-size-6) * 1rem) + (var(--fluid-max-size-6) - var(--fluid-min-size-6)) *
        var(--fluid-bp)
    )
  );
}

@media screen and (min-width: 1500px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Medium-01.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-MediumItalic-02.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold-03.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-CondensedMedium-04.ttf') format('truetype');
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-CondensedExtraBold-05.ttf') format('truetype');
  font-weight: 800;
  font-stretch: condensed;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-BoldItalic-04.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-Italic-03.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-Light-08.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-LightItalic-09.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-SemiBoldItalic-06.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans-UltraBold-07.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

/* Reset all heading level styling */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
  line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
  max-width: 100%;
}

/* Custom Styles */

html {
  background: linear-gradient(270deg, #000 0%, #09090B 30%, #09090B 70%, #000 100%);
  color: #FFF;
}

body {
  font-family: 'Gill Sans', sans-serif;
  font-size: var(--fluid-1);
  font-weight: 300;
  line-height: var(--fluid-2);
}

strong {
  font-weight: 600;
}

h1 {
  margin: 0 var(--fluid-2) var(--fluid-5);
  text-align: center;
}

h1 svg {
  max-width: 60rem;
}

h2 {
  font-size: var(--fluid-5);
  margin: var(--fluid-5) 0; 
}

h3 {
  font-size: var(--fluid-2);
  font-weight: 400;
  margin: var(--fluid-3) 0; 
}

header {
  position: relative;
}

section {
  position: relative;
}
section .content-overlay {
  position: relative;
  z-index: 1;
}

.yellow {
  color: var(--yellow);
}
  
.heading {
  font-family: 'Futura', sans-serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.75);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #51637D;
}

.text-container {
  max-width: 45rem;
  margin: 3rem auto;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .text-container {
    max-width: 45rem;
    margin: 3rem auto;
  }
}

.video-wrapper {
  display: flex;
  justify-content: center;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 60rem;
  height: 50%;
  max-height: 20rem;
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .video-container {
    width: 70%;
  }
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(255,255,255,0)); */
}

.logo-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: brightness(1.5) contrast(1.2);
  margin: 0 auto;
  mix-blend-mode: color-dodge;
  opacity: 0.85;
  will-change: opacity, transform;

}

.logo-container svg {
  width: 7rem;
  height: 10rem;
}
@media (min-width: 768px) {
  .logo-container svg {
    width: 10rem;
    height: 15rem;
  }
}

.heading-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.callouts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .callouts {
    flex-wrap: nowrap;
  }
}

.callout {
  position: relative;
  flex: 1 1 100%;
  max-width: 34rem;
  padding: 1.5rem 2rem;
  color: #fff;
  background: transparent;
  border: 2px solid;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .callout {
    flex: 1 1 auto;
  }
}

.callout.left {
  border-image: linear-gradient(to bottom, #e03b3b, #8e44ec) 1;
  border-right: 0;
}
.callout.left .diamond {
  top: -2px;
}

.callout.right {
  border-image: linear-gradient(to bottom, #e03b3b, #8e44ec) 1;
  border-left: 0;
}
.callout.right .diamond {
  bottom: -11px;
}

.callout .diamond {
  position: absolute;
  width: 12px;
  height: 12px;
  background: currentColor;
  transform: rotate(45deg) translateY(-50%);
}

.callout.left .diamond {
  right: -6px;
  color: #e03b3b;
}

.callout.right .diamond {
  left: -6px;
  color: #8e44ec;
}

.callout-connector {
  display: none;
  width: 0;
  margin: 0 0;
  background: linear-gradient(to bottom, #e03b3b, #8e44ec);
  transform: none;
}
@media (min-width: 768px) {
  .callout-connector {
    display: block;
    width: 10px;
    margin: 0 1.6rem;
    transform: scale(1.02) rotate(14deg);
  }
}
@media (min-width: 838px) {
  .callout-connector {
    width: 10px;
    transform: scale(1.04) rotate(15deg);
  }
}
@media (min-width: 973px) {
  .callout-connector {
    width: 10px;
    transform: scale(1.04) rotate(17deg);
  }
}
@media (min-width: 1308px) {
  .callout-connector {
    width: 6px;
    transform: scale(1.04) rotate(20deg);
  }
}
@media (min-width: 1340px) {
  .callout-connector {
    width: 2px;
    transform: scale(1.04) rotate(20deg);
  }
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
  .callouts {
    flex-direction: column;
    align-items: center;
  }

  .callout .diamond {
    display: none; 
  }
}
*/

.do {
  position: relative;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .do {
    margin: 8rem 0 0;
  }
}

.wave-background {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  mix-blend-mode: lighten;
  opacity: 0.3;
  pointer-events: none;
  transform: translateY(-32%);
}
@media (min-width: 768px) {
  .wave-background {
    top: -7%;
    transform: translateY(-32%);
    max-width: 110rem;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}


.hand-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #09090B 30%, #09090B 70%, rgba(0,0,0,0) 100%);
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.hand-container .hand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 50rem;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  mix-blend-mode: hard-light;
}
.hand-container .lines {
  max-width: 75rem;
  margin: 1rem 0 0rem;
  padding: 0rem 0;
  mix-blend-mode: color-dodge;
  opacity: 0.5;
  transform: scale(0.6);
}
@media (min-width: 768px) {
  .hand-container .lines {
    margin: 4rem 0 8rem;
    transform: scale(1);
  }
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 80rem;
  margin: 0 2%;
}
@media (min-width: 768px) {
  .cards {
    flex-direction: row;
    gap: 2%;
    margin: 0 2%;
  }
}
@media (min-width: 1335px) {
  .cards {
    margin: 0 auto;
  }
}

.card {
  position: relative;
  display: inline-block;
  flex: 1 1 33%;
  background: linear-gradient(to bottom, #e9475f, #6a48ff);
  padding: 2px;
}
  @media (min-width: 768px) {
    .card {
      min-height: 24rem;
      clip-path: polygon(
        0% 0%, 100% 0%, 100% 85%, 
        60% 85%, 52% 100%, 44% 85%, 
        0% 85%
      );
    }
}
.card-content {
  background: linear-gradient(270deg, #000 0%, #09090B 30%, #09090B 70%, #000 100%);
  color: white;
  padding: 2rem 2rem 2rem;
  font-family: 'Gill Sans', sans-serif;
}
@media (min-width: 768px) {
  .card-content {
    min-height: 24rem;
    clip-path: polygon(
      0% 0%, 100% 0%, 100% 85%, 
      60% 85%, 52% 100%, 44% 85%, 
      0% 85%
    );
  }
  .card:nth-child(1) {
    clip-path: polygon(
      0% 0%, 100% 0%, 100% 85%, 
      90% 85%, 90% 101%, 74% 85%, 
      0% 85%
    )
  }
  .card:nth-child(1) .card-content {
    clip-path: polygon(
      0% 0%, 100% 0%, 100% 85%, 
      90% 85%, 90% 100%, 75% 85%, 
      0% 85%
    )
  }
  .card:nth-child(3) {
    clip-path: polygon(
      0% 0%, 100% 0%, 100% 85%, 
      26% 85%, 10% 101%, 10% 85%, 
      0% 85%
    )
  }
  .card:nth-child(3) .card-content {
    clip-path: polygon(
      0% 0%, 100% 0%, 100% 85%, 
      25% 85%, 10% 100%, 10% 85%, 
      0% 85%
    )
  }
}
.card-content h3 {
  margin-top: 0;
}

.fist-background {
  /* position: absolute; */
  top: 4rem;
  z-index: 0;
  width: 100%;
  max-width: 60rem;
  mix-blend-mode: difference;
  opacity: 0.9;
  pointer-events: none;
}

.empower {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin: 4rem 0;
  background: url("/wp-content/uploads/2025/06/rise-scaled.png") no-repeat center top/cover,  linear-gradient(270deg, #000 0%, #09090B 30%, #09090B 70%, #000 100%);
  background-blend-mode: difference;
}
@media (min-width: 768px) {
  .empower {
    background-size: contain;
  }
}


.empower h2 {
  margin: 4rem 2rem 12rem;
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.75);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #51637D;
}
@media (min-width: 768px) {
  .empower h2 {
    margin: 8rem 16rem 20rem;
  }
}

.empower .content-overlay {
  margin: 0 auto;
}

.frosted {
  max-width: 30rem;
  margin: 3rem 2rem 0;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(8.5px);
  border: 2px solid;
  border-image: linear-gradient(to bottom, #e03b3b, #8e44ec) 1;
  border-radius: 60px;
}
@media (min-width: 612px) {
  .frosted {
    margin: 3rem auto 0;
  }
}

@media (min-width: 768px) {
  .frosted {
    margin: 3rem auto 0;
    padding: 4rem;
  }
}

.get-started {
  margin: 12rem 2%;
}

footer {
  display: flex;
  justify-content: center;
  margin: 12rem auto;
  text-align: center;
}

.page-id-21, .page-id-38 {
    color: #fff;
    background: linear-gradient(270deg, #000 0%, #09090B 30%, #09090B 70%, #000 100%);
}
.page-id-21 header.wp-block-template-part, .page-id-38 header.wp-block-template-part {
    display: none;
}
.page-id-21 main#wp--skip-link--target, .page-id-38 main#wp--skip-link--target {
    margin-top: 0px !important;
}
.page-id-21 .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained, .page-id-38 .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-top: 0px !important;
}
.page-id-21 h1.wp-block-post-title, .page-id-38 h1.wp-block-post-title {
    display: none;
}
.page-id-21 .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained, .page-id-38 .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    margin-top: -40px;
}
.page-id-21 header, .page-id-38 header {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
}
.page-id-21 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)), .page-id-38 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
}
.page-id-21 footer.wp-block-template-part, .page-id-38 footer.wp-block-template-part {
    display: none;
}
.page-id-21 footer, .page-id-38 footer {
    margin-top: 100px !important;
}
.footer-links {
    text-align: center;
}
.policy-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-links a {
    text-decoration: none;
    color: #551a8b;
}
footer {
    margin-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
.policy-links {
    flex-direction: column;
    gap: 0px;
}
}